summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.h
Commit message (Expand)AuthorAge
* ac3: Do not clash with normal AVERRORLuca Barbato2013-08-27
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Make channel layout masks unsignedMans Rullgard2011-11-25
* 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
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* 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
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Close parse context.David Liu2008-06-25
* add necessary #includes in headersMåns Rullgård2008-05-03
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-19
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-19
* remove AACAC3FrameFlagMichael Niedermayer2008-04-18
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-09
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-07
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-05
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-28
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-23
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-08
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08