summaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.c
Commit message (Expand)AuthorAge
* avcodec/ac3_parser: Avoid floats in bitrate computationMichael Niedermayer2015-05-29
* avcodec: fix aac/ac3 parser bitstream buffer sizeMichael Niedermayer2014-08-22
* avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodecMichael Niedermayer2014-03-01
* Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068'Michael Niedermayer2014-01-05
|\
| * (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-05
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-22
| * ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2012-02-09
* | ac3dec: Move center&surround mix level tables to parser.Michael Niedermayer2012-01-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-20
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-26
|\|
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-25
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-26
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Justin Ruggles2010-07-07
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles2009-02-20
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
* AC3: fix strict aliasing violation in parserMåns Rullgård2008-12-17
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Close parse context.David Liu2008-06-25
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-07
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-07
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-07
* get substreamid from ac3 parserJustin Ruggles2008-06-07
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-07
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
* Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer2008-04-19
* Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer2008-04-19