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
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2017-08-30postproc: remove usage of deprecated QP_STORE_T defineJames Almer
2015-05-31postproc: Avoid floats in maxClipped computationMichael Niedermayer
2015-04-23postproc: Made QP, nonBQP, and pQPb arraysTucker DiNapoli
2014-09-24postproc: add basic deblock filter visualization supportMichael Niedermayer
2014-09-19postproc: Replace CLIP by av_clip_uint8Michael Niedermayer
2012-11-16pp: use av_clip_uint8 instead of a custom implementation.Clément Bœsch
2012-11-16pp: fix a few typo in the internal header.Clément Bœsch
2012-02-29libpostproc: add bitexact mode, which is needed for regression testing.Michael Niedermayer
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-02-04Use directory name as multiple inclusion guard prefix.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25Directly #include some required headers.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-22typo fixes: tempBlured --> tempBlurredDiego Biurrun
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun
2008-02-02Make src const.Michael Niedermayer
2008-02-02void arithmeticMichael Niedermayer
2008-01-10unusedMichael Niedermayer
2008-01-09Remove clip_table as it is not used anymore.Diego Pettenò
2008-01-07Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-02Fix 'make checkheaders'.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-12misc spelling fixesDiego Biurrun
2006-10-11printf --> av_log with some help from OdedDiego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02make postproc use avutilLuca Barbato
2006-07-06Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun