summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.c
Commit message (Expand)AuthorAge
* 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