]> git.sesse.net Git - ffmpeg/history - libavcodec/aac_ac3_parser.c
Hap decoder and encoder
[ffmpeg] / libavcodec / aac_ac3_parser.c
2013-11-22 Tim Walkerac3: implement request_channel_layout.
2013-11-19 Tim Walkeraac_ac3_parser: simplify an expression
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-20 Justin Ruggles(e)ac3 parser: set duration instead of frame_size
2011-03-25 Justin RugglesGet audio_service_type for AC-3 based on bitstream...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-04 Alex ConverseCosmetics: Re-indent after last commit.
2010-03-04 Alex ConverseAAC parser: Don't write channels, sample rate, and...
2009-05-13 Alex ConverseCosmetics after last commit
2009-05-13 Alex ConverseAllow parsing and decoding of ADTS AAC files with chann...
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 decoder and...
2009-02-19 Joakim PlateAllow AC-3 parser to modify codec_id.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-29 Michael NiedermayerReset state after some frame header is found.
2008-09-22 Michael NiedermayerFix all the recent problems Justin had run into with...
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-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