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-20Merge commit '91767360d86ac786571593ab11c7291010ab3829'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-20a64multienc: Do not entangle coded_frameVittorio Giovara
2015-02-23avcodec/a64multienc: Assert that the Packet size does not growMichael Niedermayer
2015-02-23avcodec/a64multienc: simplify frame handling codeMichael Niedermayer
2015-02-23avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun
2015-02-23avcodec/a64multienc: initialize mc_meta_charset to zeroAndreas Cadhalpun
2015-02-23avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer
2015-02-23avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun
2014-12-19Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db'Michael Niedermayer
2014-12-19a64multi: check elbg return valuesVittorio Giovara
2014-07-18avcodec/a64multienc use av_freep()Michael Niedermayer
2014-07-18a64multienc: remove dead assignmentTimothy Gu
2014-04-08avcodec/a64multienc: use av_malloc(z)_array()Michael Niedermayer
2014-02-20Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb'Michael Niedermayer
2014-02-20avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun
2013-11-17Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf'Michael Niedermayer
2013-11-16a64multienc: use the AVFrame API properly.Anton Khirnov
2013-11-13lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libsStefano Sabatini
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-17lavc: remove unecessary a64enc include.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
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-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22a64multienc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-25a64multienc: fix "warning: buf may be used uninitialized in this function"Michael Niedermayer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23a64multienc: switch to encode2().Anton Khirnov
2012-02-23a64multienc: don't write into output buffer when there's no output.Anton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
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-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ò