summaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.h
Commit message (Expand)AuthorAge
* 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
* use enum value for CRC errorJustin Ruggles2008-05-31
* 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
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-28
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* better AC3 header error reportingJustin Ruggles2007-09-15
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08