76 Commits (5b6a50e15006d758ba308d5576a450406cd433f6)

Author SHA1 Message Date
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
Bartlomiej Wolowiec 55736cfbd2 change ff_ac3_parse_header() to take a GetBitContext instead of const char* 17 years ago
Michael Niedermayer 144b5bdc70 Make most of E-AC-3 work without breaking regression tests. 17 years ago
Michael Niedermayer c087748f26 Part 2 of EAC3 support, this is still disabled as it breaks regressions 17 years ago
Michael Niedermayer 133ac890fb Add new_frame_start and need_next_header. 17 years ago
Michael Niedermayer 454064ad1e Change aac and ac3 parsers to use ff_combine_frame(). 17 years ago
Michael Niedermayer 8c731c9743 remove AACAC3FrameFlag 17 years ago
Bartlomiej Wolowiec 469d8816d6 undo changes in aac_ac3_parser 17 years ago
Bartlomiej Wolowiec c09ed33e18 Corrections of errors in aac_ac3_parser 17 years ago