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
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-23avcodec/libfaac: fallback to a supported bitrate if the requested is not supp...Michael Niedermayer
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2013-01-14libfaac: Fix assignments in if()Michael Niedermayer
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
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-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-04-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-17faac: Fix multi-channel orderingCarl Eugen Hoyos
2012-04-17faac: Add .channel_layoutsAlex Converse
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22libfaac: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21libfaac: use AVCodec.encode2()Justin Ruggles
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles
2012-02-25audio encoders: do not set coded_frame->key_frame.Justin Ruggles
2012-01-25Fix multi-channel encoding with libfaac.Carl Eugen Hoyos
2012-01-24Revert "Fix multi-channel AAC encoding."Michael Niedermayer
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-15Fix multi-channel AAC encoding.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Flush final frames in libfaac encoder.Justin Ruggles
2011-01-29Flush final frames in libfaac encoder.Justin Ruggles
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23libfaac: add recognized profiles arrayAnssi Hannula
2011-01-22libfaac: add recognized profiles arrayAnssi Hannula
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-09-20Log an error message in case of invalid number of channels.Stefano Sabatini
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini