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
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2014-09-21avcodec/alacenc: Remove unused variableMichael Niedermayer
2014-09-20alacenc: remove unneeded maskingChristophe Gisquet
2014-09-20alacenc: fix incorrect buffer useChristophe Gisquet
2014-08-18alacenc: fix extra bits extractionChristophe Gisquet
2014-08-18alacenc: increase predictor bufferChristophe Gisquet
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-12alacenc: Fix missing sign_extend()Michael Niedermayer
2013-06-07alacenc: don't allocate unused avctx->coded_framePaul B Mahol
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-11-20Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer
2012-11-20alacenc: support 24-bit encodingJustin Ruggles
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-23alacenc: use s16p sample format as inputJustin Ruggles
2012-08-23alacenc: remove unneeded sample_fmt checkJustin Ruggles
2012-08-23alacenc: fix max_frame_size calculation for the final frameJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22alacenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-02-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-11alacenc: use AVCodec.encode2()Justin Ruggles
2012-02-11alacenc: cosmetics: indentationJustin Ruggles
2012-02-11alacenc: consolidate bitstream writing into a single function.Justin Ruggles
2012-02-11alacenc: only encode frame size in header for a final smaller frameJustin Ruggles
2012-02-11alacenc: store current frame size in AlacEncodeContext.Justin Ruggles
2012-02-11alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles
2012-02-11alacenc: calculate a new max frame size for the final small frameJustin Ruggles
2012-02-11alacenc: pretty-printing and other cosmeticsJustin Ruggles
2012-02-11alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles
2012-02-11alacenc: do not set coded_frame->key_frameJustin Ruggles
2012-02-11alacenc: do not set bits_per_coded_sampleJustin Ruggles
2012-02-11alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-03alacenc: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer