]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3_parser.c
Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.
[ffmpeg] / libavcodec / ac3_parser.c
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-06-25 David LiuClose parse context.
2008-06-07 Justin Rugglesmove mix level tables from parser to decoder. have...
2008-06-07 Justin Rugglesadd more gain levels and adjust mix level tables accord...
2008-06-07 Justin Rugglesset default mix levels regardless of bitstream id
2008-06-07 Justin Rugglesget substreamid from ac3 parser
2008-06-07 Justin Rugglesget the number of blocks from the ac3 parser and use...
2008-04-24 Bartlomiej Wolowiecadd a ff_ac3_parse_header_full() which calls ff_ac3_par...
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-19 Michael NiedermayerMake most of E-AC-3 work without breaking regression...
2008-04-19 Michael NiedermayerPart 2 of EAC3 support, this is still disabled as it...
2008-04-19 Michael NiedermayerAdd new_frame_start and need_next_header.
2008-04-19 Michael NiedermayerChange aac and ac3 parsers to use ff_combine_frame().
2008-04-18 Michael Niedermayerremove AACAC3FrameFlag
2008-04-09 Bartlomiej Wolowiecundo changes in aac_ac3_parser
2008-04-07 Bartlomiej WolowiecCorrections of errors in aac_ac3_parser
2008-04-05 Bartlomiej Wolowiecchange of aac_ac3_parser, so it is able to send complet...
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