]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3_parser.c
Spelling and puctuation
[ffmpeg] / libavcodec / ac3_parser.c
2008-03-28 Bartlomiej Wolowiecchange name from stream type to frame type in AC3 code
2008-03-28 Bartlomiej Wolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-24 Bartlomiej Wolowiecusing EAC3_STREAM_TYPE_* instead of numbers
2008-03-24 Bartlomiej Wolowiecusing stream type in eac3 parser
2008-03-23 Justin RugglesPass AACAC3ParseContext to sync() instead of individual...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-01-05 Justin Rugglescosmetics: indentation after last commit
2008-01-05 Justin Rugglesmove E-AC3 header parsing to ff_ac3_parse_header()
2008-01-05 Justin Rugglesremove unneeded variables from AC3HeaderInfo
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-10-13 Michael Niedermayerprevent infinite loop and memcpy of negative amounts
2007-09-15 Justin Rugglesbetter AC3 header error reporting
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-05-08 Aurelien Jacobscosmetics: rename for consistency after previous aac...
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files