6 Commits (7ad8d3bf0c02ecb34d257451fe84be9d60d06472)

Author SHA1 Message Date
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun 02305ff38f Rename SIGN macro to FFSIGN to avoid clashes with system headers. 18 years ago
Diego Biurrun e7becfb25f printf --> av_log with some help from Oded 18 years ago
Diego Biurrun 8925915fcc Change libpostproc to use the FFMIN/FFMAX macros from libavutil. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 6d9a242106 libavcodec/libpostproc ---> libpostproc 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 64c968daaa Add some comments to #ifdef #else #endif blocks and fix wrong ones. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Guillaume Poirier ee8f719308 GCC4 fix 20 years ago
Måns Rullgård 30344a83e0 remove/replace non-ascii characters 20 years ago
Michael Niedermayer 5fddb9b382 GCC4 fix by (Keenan Pepper (keenanpepper gmail com) 20 years ago
Jindřich Makovička 655f688d54 support for negative strides 20 years ago
D Richard Felker III 4471e59b24 1000l 20 years ago
Aurelien Jacobs 053dea12f2 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 20 years ago
Michael Niedermayer a5cd3c48fb 100l (signed vs. unsigend) 20 years ago
Romain Dolbeau 20646267cd Another (final?) patch for libpostproc. 21 years ago
Romain Dolbeau a7b2871cd1 Newer version, using a vectorized version of the 21 years ago
Michael Niedermayer 39d89b6966 per line lowpass filter in mmx 21 years ago
Michael Niedermayer 792a5a7c6a mmx optimized version of the per line/accurate deblock filter 21 years ago
Michael Niedermayer 8c8bbd10e0 faster c lowpass filter 21 years ago
Michael Niedermayer 12eebd26ae accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec 21 years ago
Michael Niedermayer b0ac780ac5 altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer 4df8ca9df2 warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer 2e90b37c5e mpeg2 QP clamping fix 21 years ago
Michael Niedermayer 13ba9ae499 linear blend 1 line shift fix 21 years ago
Michael Niedermayer 1e79606dd6 gcc 2.95 workaround 22 years ago
Michael Niedermayer cb482d2511 blinking blocks around thin vertical lines and dots bugfix 22 years ago
Michael Niedermayer 0426af3111 mpeg2 qscale flag 22 years ago
Michael Niedermayer 99d33fa3e6 faster C linear blend & interpolate deinterlacers 22 years ago
Michael Niedermayer 134eb1e504 fixing cliping of c deinterlacers 22 years ago
Michael Niedermayer b304569aff doxy / cosmetics 22 years ago
Michael Niedermayer bba9b16c26 moving postprocess to ffmpeg/libavcodec 22 years ago
D Richard Felker III 9b1663fcd0 C implementation of the median deinterlacer (seems to be the only one 22 years ago
Michael Niedermayer e9effafdf9 YUV 411/422/444 support for pp 22 years ago
Sascha Sommer bb87a84ce9 10l another int i missing (without ^M) 22 years ago
Michael Niedermayer a2596758e0 10l (int i) 22 years ago
Michael Niedermayer 3cef52271d cleaning corners of green dirt ;) 22 years ago
Dominik Mierzejewski c9f99fef4f warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 22 years ago
Michael Niedermayer 01dc3aa48d using fewer registers ... to workaround something 22 years ago
Michael Niedermayer 4407a3c47a change qscale type to int8 and fix qscale ordering 22 years ago
Michael Niedermayer df8d4d0ed5 cleanup 22 years ago
Michael Niedermayer ec487e5db8 better deblocking filter 22 years ago
Michael Niedermayer abd140db79 using fewer registers (fixes compilation bug hopefully) 22 years ago
Colin Leroy 5936be4c66 fix compilation on non-x86 with gcc 2.95 22 years ago
Michael Niedermayer 9c9e467d8d postprocessing cleanup: 22 years ago
Arpi 6b791538b9 warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> 22 years ago
Michael Niedermayer 47ceabc959 1000l 22 years ago
Michael Niedermayer 413dec620d 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> 23 years ago