aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.h
AgeCommit message (Expand)Author
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-05-31use enum value for CRC errorJustin Ruggles
2008-04-24add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
2008-03-24using stream type in eac3 parserBartlomiej Wolowiec
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-15better AC3 header error reportingJustin Ruggles
2007-05-08move aac and ac3 parsers in their own filesAurelien Jacobs