aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-1/+1
|\|
| * Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* | ac3enc: drop common fixed/float encoderMichael Niedermayer2011-08-121-41/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-281-0/+2
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-2/+2
|\|
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-1/+0
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-2/+5
|\|
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-241-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-021-0/+1
|\|
* | Correctly implement ac3 float/fixed encoder.Michael Niedermayer2011-04-161-0/+39
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-301-19/+0
|\|
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-291-19/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-281-0/+11
|\|
| * ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-271-0/+11
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-0/+1
|\|
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-041-0/+1
| * Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-261-1/+1
| * Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-251-7/+0
* | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-051-0/+1
* | Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-281-1/+1
* | Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-261-7/+0
|/
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-141-2/+2
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-141-0/+1
* cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles2010-12-141-0/+1
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-141-2/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-2/+2
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* cosmetics: alignment after last commitJustin Ruggles2008-12-081-4/+4
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-081-1/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-3/+3
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-071-1/+3
* get substreamid from ac3 parserJustin Ruggles2008-06-071-0/+1
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-071-0/+1
* move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles2008-06-021-3/+3
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-241-0/+1
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-0/+2
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-281-6/+6
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-241-0/+7
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-051-5/+0
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-091-16/+16