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