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-06-08Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer
2015-06-06avcodec/snowenc: use av_clip() instead of nested min & maxClément Bœsch
2015-06-01avcodec/snowenc: avoid floats in the rangecoder initializationMichael Niedermayer
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-10avcodec/snowenc: set dia_size for the first pass of motion estimation tooMichael Niedermayer
2015-05-10avcodec/snowenc: correct fullpel search patternMichael Niedermayer
2015-05-10avcodec/snowenc: Fix used reference MV in fullpel iterative MEMichael Niedermayer
2015-05-10avcodec/snowenc: change log level for iterative ME information to debug levelMichael Niedermayer
2015-05-10avcodec/snowenc: add intra_penalty AVOptionMichael Niedermayer
2015-04-25avcodec/snowenc: Mark as FF_CODEC_CAP_INIT_THREADSAFE and FF_CODEC_CAP_INIT_C...Michael Niedermayer
2015-03-31avcodec/snowenc: Check av_frame_ref() return valueMichael Niedermayer
2015-03-23avcodec/snow: fix support for odd dimensionsMichael Niedermayer
2015-02-23avcodec/snowenc: Allocate and reference coded_frame correctlyMichael Niedermayer
2015-02-21avcodec/snowenc: Use av_clip_uint8()Michael Niedermayer
2015-01-13avcodec/snowenc-test: use av_mallocz_array()Michael Niedermayer
2015-01-13avcodec/snowenc-test: check for av_malloc*() failuresMichael Niedermayer
2014-11-17avcodec/snow: clear freed pointersMichael Niedermayer
2014-10-20avcodec/snowenc: remove redundant FF_MPV_OFFSET()Michael Niedermayer
2014-10-18avcodec/snowenc: add FF_MPV_COMMON_OPTSMichael Niedermayer
2014-08-26avcodec/snowenc: remove out-commented assertMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-16avcodec/snowdec: remove mpegvideoencdsp dependencyMichael Niedermayer
2014-07-07Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b'Michael Niedermayer
2014-06-27avcodec/snow: factor ff_snow_get_buffer() outMichael Niedermayer
2014-06-26avcodec/snow: ensure the buffers have allocated edgesMichael Niedermayer
2014-05-30Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer
2014-05-06avcodec/snowenc: Fix "incompatible pointer type" warningMichael Niedermayer
2014-05-03avcdoec/snowenc: use av_mallocz_array()Michael Niedermayer
2014-04-09avcodec/snowenc: remove operations that have become redundant with AVFrame po...Michael Niedermayer
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-22avcodec/snowenc: make snow non experimentalMichael Niedermayer
2014-03-21avcodec/snowenc: simplify spatial_decomposition_count seting codeMichael Niedermayer
2014-03-21avcodec/snowenc: allow larger mb variancesMichael Niedermayer
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-09-21avcodec: fix duplicate includesMichael Niedermayer
2013-09-08avcodec/snowenc: fix constness of the AVFrame argument in encode_frame()Michael Niedermayer
2013-08-30snow: Check av_frame_alloc() failuresMichael Niedermayer
2013-08-30avcodec/snow: gray supportMichael Niedermayer
2013-08-29libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stabilityMichael Niedermayer
2013-08-29avcodec/snowenc: remove now unneeded include <assert.h>Michael Niedermayer
2013-08-29avcodec/snowenc: convert all asserts to av_assertsMichael Niedermayer
2013-08-29snowenc: remove disabled QUANTIZE2 codeMichael Niedermayer
2013-08-28snowenc: Fix memleak of the ratecontrol related memoryMichael Niedermayer
2013-08-28snowenc: check for memory allocation failuresMichael Niedermayer
2013-08-24snowenc: change a bunch of assert() to av_assert()Michael Niedermayer
2013-07-21avcodec/snowenc: convert speed relevant asserts to av_assert2()Michael Niedermayer
2013-07-09snowenc: check minimum resolutionMichael Niedermayer
2013-03-13snow: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer