summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.c
Commit message (Expand)AuthorAge
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-28
* ac3: implement request_channel_layout.Tim Walker2013-11-22
* aac_ac3_parser: simplify an expressionTim Walker2013-11-19
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* (e)ac3 parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Cosmetics: Re-indent after last commit.Alex Converse2010-03-04
* AAC parser: Don't write channels, sample rate, and frame size each frame.Alex Converse2010-03-04
* Cosmetics after last commitAlex Converse2009-05-13
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Reset state after some frame header is found.Michael Niedermayer2008-10-29
* Fix all the recent problems Justin had run into with the AC3 parser,Michael Niedermayer2008-09-22
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* This fixes the code so it is correct on both sides of the if().Michael Niedermayer2008-04-19
* indentMichael Niedermayer2008-04-19
* 100l I broke AC3 in MPEG seeking.Michael Niedermayer2008-04-19
* part 1 of EAC3 supportMichael Niedermayer2008-04-19
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-19
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-19
* remove AACAC3FrameFlagMichael Niedermayer2008-04-18
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-09
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-08
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-07
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-05
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-28
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-23
* add downmixing support to libfaad decoderJustin Ruggles2008-01-05
* do not set channels before checking request_channelsJustin Ruggles2008-01-05
* adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles2008-01-05
* cosmetics: indentation after last commitJustin Ruggles2008-01-03
* remove workaround which is no longer needed due toJustin Ruggles2008-01-03
* factorize code and add safety check to prevent memcpying negative amountsMichael Niedermayer2007-10-13
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-08
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08