aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.h
AgeCommit message (Collapse)Author
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-31use enum value for CRC errorJustin Ruggles
Originally committed as revision 13580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-24add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec
and then reads the channel_map stuff Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
Originally committed as revision 12623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-24using stream type in eac3 parserBartlomiej Wolowiec
Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-15better AC3 header error reportingJustin Ruggles
Originally committed as revision 10496 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-08move aac and ac3 parsers in their own filesAurelien Jacobs
Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk