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