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-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
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
2012-10-10Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer
2012-10-09g722enc: fix size argument in memsetJanne Grunau
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-01g722enc: switch to av_assertMichael Niedermayer
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-22g722enc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-21g722enc: use AVCodec.encode2()Justin Ruggles
2012-03-02g722: Fix the QMF scalingMartin Storsjö
2012-02-25g722enc: check for trellis data allocation errorJustin Ruggles
2012-01-07g722enc: validate AVCodecContext.trellisJustin Ruggles
2012-01-07g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles
2012-01-07g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-05g722: Change bits per sample to 4Sjoerd Simons
2011-10-23g722: split decoder and encoder into separate filesJustin Ruggles