Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21(e)ac3 parser: set duration instead of frame_sizeJustin Ruggles
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-04Cosmetics: Re-indent after last commit.Alex Converse
2010-03-04AAC parser: Don't write channels, sample rate, and frame size each frame.Alex Converse
2009-05-13Cosmetics after last commitAlex Converse
2009-05-13Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
2009-02-19Allow AC-3 parser to modify codec_id.Joakim Plate
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-30Reset state after some frame header is found.Michael Niedermayer
2008-09-22Fix all the recent problems Justin had run into with the AC3 parser,Michael Niedermayer
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-04-19This fixes the code so it is correct on both sides of the if().Michael Niedermayer
2008-04-19indentMichael Niedermayer
2008-04-19100l I broke AC3 in MPEG seeking.Michael Niedermayer
2008-04-19part 1 of EAC3 supportMichael Niedermayer
2008-04-19Add new_frame_start and need_next_header.Michael Niedermayer
2008-04-19Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer
2008-04-18remove AACAC3FrameFlagMichael Niedermayer
2008-04-10undo changes in aac_ac3_parserBartlomiej Wolowiec
2008-04-08Correction of typo in aac_ac3_parserBartlomiej Wolowiec
2008-04-08Corrections of errors in aac_ac3_parserBartlomiej Wolowiec
2008-04-06change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec
2008-03-28removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec
2008-03-23Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles
2008-01-06add downmixing support to libfaad decoderJustin Ruggles
2008-01-05do not set channels before checking request_channelsJustin Ruggles
2008-01-05adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles
2008-01-04cosmetics: indentation after last commitJustin Ruggles
2008-01-04remove workaround which is no longer needed due toJustin Ruggles
2007-10-13factorize code and add safety check to prevent memcpying negative amountsMichael Niedermayer
2007-05-09cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs
2007-05-09move aac and ac3 parsers in their own filesAurelien Jacobs