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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-22lavc/qtrleenc: simplify FF_API_CODED_FRAME deprecation guardClément Bœsch
2016-06-22Merge commit '763d69bfb2f0094e99f43e657cfd2b0471361f6b'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-11Add some more deprecation guardsDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-10-14Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a'Hendrik Leppkes
2015-10-14qtrle: Properly use AVFrame APIVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit 'efc618aff9d68d2ddc323a5c5f892ac71951f162'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2014-06-11avcodec/qtrleenc: Check that width is a multiple of 4 for grayscaleMichael Niedermayer
2014-04-18avcodec/qtrleenc: use av_mallocz_array()Michael Niedermayer
2013-11-17Merge commit 'd48c20630214a4effcc920e93a5044bee4e2002e'Michael Niedermayer
2013-11-16qtrleenc: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-02-23Improve QTRLE encoding performance, no change to output file size/content.Malcolm Bechard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-19lavc/qtrlenc: return proper error codes from qtrle_encode_init()Stefano Sabatini
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-22qtrleenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23qtrleenc: switch to encode2().Anton Khirnov
2012-02-16qtrleenc: fix uninitialized variable warningsMichael Niedermayer
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun
2012-01-28Fix "ouput" typo and add a check.Clément Bœsch
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-08Fix "mixed declarations and code" warnings.Carl Eugen Hoyos
2011-05-12Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoderJohn Horigan
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
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ò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård