]> git.sesse.net Git - ffmpeg/history - libavcodec/aac_ac3_parser.c
Simplify rms(): merge a few operations in the same statement
[ffmpeg] / libavcodec / aac_ac3_parser.c
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-04-19 Michael NiedermayerThis fixes the code so it is correct on both sides...
2008-04-19 Michael Niedermayerindent
2008-04-19 Michael Niedermayer100l I broke AC3 in MPEG seeking.
2008-04-19 Michael Niedermayerpart 1 of EAC3 support
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-08 Bartlomiej WolowiecCorrection of typo 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 Wolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-23 Justin RugglesPass AACAC3ParseContext to sync() instead of individual...
2008-01-05 Justin Rugglesadd downmixing support to libfaad decoder
2008-01-05 Justin Rugglesdo not set channels before checking request_channels
2008-01-05 Justin Rugglesadjust output channels based on AVCodecContext.request_...
2008-01-03 Justin Rugglescosmetics: indentation after last commit
2008-01-03 Justin Rugglesremove workaround which is no longer needed due to
2007-10-13 Michael Niedermayerfactorize code and add safety check to prevent memcpyin...
2007-05-08 Aurelien Jacobscosmetics: rename for consistency after previous aac...
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files