85 Commits (884c5976592c2d8084e8c9951c94ddf04019d81d)

Author SHA1 Message Date
Andreas Rheinhardt d7a75d2163 avcodec/ac3tab: Unavpriv ac3_channel_layout_tab 3 years ago
Andreas Rheinhardt e625ae6092 avcodec: Constify all the AVCodecParsers 4 years ago
Paul B Mahol 9e0ddb5e80 avcodec/ac3_parser: recognize LE bitstream variant 5 years ago
Michael Niedermayer 00e8181bd9 avcodec/ac3_parser: Check init_get_bits8() for failure 6 years ago
Paul B Mahol ae92970976 avcodec/eac3: add support for dependent stream 7 years ago
Anton Khirnov 50a1c66cf6 ac3_parser: add a public function for parsing the data required by the demuxer 8 years ago
Andreas Cadhalpun 957f92729a avcodec: drop 2 suffix from avpriv_ac3_parse_header2 9 years ago
Andreas Cadhalpun 3dfb643cd4 avcodec: remove unused avpriv_ac3_parse_header 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Janne Grunau 09447f2b0f ac3_parser: add required padding for GetBitContext buffer 10 years ago
Michael Niedermayer f86e7c5d00 avcodec/ac3_parser: Avoid floats in bitrate computation 10 years ago
Michael Niedermayer fccd85b9f3 avcodec: fix aac/ac3 parser bitstream buffer size 10 years ago
Michael Niedermayer eadc21cfe7 avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodec 11 years ago
Tim Walker 13345fc1f8 (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode flags. 11 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Justin Ruggles 3798205a77 mov: set channel layout for AC-3 streams based on the 'dac3' atom info 13 years ago
Michael Niedermayer e6d9fa66f1 ac3dec: Move center and surround mix level tables to the parser. 13 years ago
Michael Niedermayer 99a42f3fa9 ac3dec: Move center&surround mix level tables to parser. 13 years ago
Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 13 years ago
Anton Khirnov 6f89efeaa7 lavc: use avpriv_ prefix for ff_ac3_parse_header. 13 years ago
Justin Ruggles be18738801 Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov fbdcdaee6e Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 998d9ee7a4 Remove unused ff_ac3_parse_header_full function. 14 years ago
Diego Elio Pettenò 676f1f533e Remove unused ff_ac3_parse_header_full function. 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Justin Ruggles a26f1d1092 ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 15 years ago
Justin Ruggles bfeca7beb6 Add channel layout support to the AC-3 decoder and AC-3 parser. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Justin Ruggles a169df2f76 Set the correct number of samples for E-AC-3 in the AC3 parser. 16 years ago
Joakim Plate 4cff8dc88f Allow AC-3 parser to modify codec_id. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Alex Converse 11d6f38cc9 Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that 16 years ago
Måns Rullgård 6c414bb6d4 AC3: fix strict aliasing violation in parser 16 years ago
Justin Ruggles 2988c93d94 create a separate codec_id for E-AC-3 16 years ago
Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 17 years ago
David Liu 7694a7d93f Close parse context. 17 years ago
Justin Ruggles 30f71adc46 move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. 17 years ago
Justin Ruggles caf0fbc889 add more gain levels and adjust mix level tables accordingly. 17 years ago
Justin Ruggles 30cc3ac20e set default mix levels regardless of bitstream id 17 years ago
Justin Ruggles 3596aa6fe6 get substreamid from ac3 parser 17 years ago
Justin Ruggles 6730e9f300 get the number of blocks from the ac3 parser and use in the ac3 decoder. 17 years ago
Bartlomiej Wolowiec 0c79b1402a add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() 17 years ago