| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | postproc: fix qp count | Michael Niedermayer | 2014-10-13 | 1 | -2/+2 |
* | libpostproc: support grayscale | Michael Niedermayer | 2014-10-13 | 2 | -1/+4 |
* | postproc/postprocess: fix quant store for fq mode | Michael Niedermayer | 2014-10-12 | 1 | -1/+1 |
* | postprocess: add YUV 4:4:0 support | Michael Niedermayer | 2014-10-12 | 2 | -1/+2 |
* | postproc: add basic deblock filter visualization support | Michael Niedermayer | 2014-09-24 | 4 | -6/+31 |
* | postproc/postprocess_template: mark unchanged function arguments const | Michael Niedermayer | 2014-09-22 | 1 | -5/+5 |
* | postprocess: prefetch* dont change anything, thus their arguments should be c... | Michael Niedermayer | 2014-09-22 | 1 | -4/+4 |
* | postproc/postprocess: Avoid some ifs in do_a_deblock_C() | Michael Niedermayer | 2014-09-19 | 1 | -9/+9 |
* | postproc: Replace CLIP by av_clip_uint8 | Michael Niedermayer | 2014-09-19 | 2 | -18/+16 |
* | postproc/postprocess: remove redundant casts | Michael Niedermayer | 2014-09-18 | 1 | -2/+2 |
* | postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha... | Michael Niedermayer | 2014-09-18 | 1 | -2/+4 |
* | postproc/postprocess: Remove unused argument from reallocAlign() | Michael Niedermayer | 2014-09-18 | 1 | -11/+11 |
* | postproc/postprocess: use av_strtok() | Michael Niedermayer | 2014-09-18 | 1 | -3/+4 |
* | postprocess: make some variables in pp_get_mode_by_name_and_quality() const | Michael Niedermayer | 2014-09-18 | 1 | -3/+3 |
* | postproc: simplify forwarding return codes | Michael Niedermayer | 2014-09-18 | 1 | -8/+2 |
* | libpostproc/postprocess: avoid some if() | Michael Niedermayer | 2014-09-18 | 1 | -15/+15 |
* | postproc: use FFMIN/FFMAX where appropriate | Michael Niedermayer | 2014-09-04 | 2 | -12/+12 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -6/+6 |
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -4/+4 |
|\ |
|
* | | bump libpostproc and libswresample | Michael Niedermayer | 2014-08-10 | 1 | -2/+2 |
* | | Fix libpostproc compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-24 | 1 | -15/+15 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -0/+7 |
* | | postproc: fix null pointer dereference with invalid option strings | Michael Niedermayer | 2013-12-11 | 1 | -0/+4 |
* | | Add Windows resource file support for shared libraries | James Almer | 2013-12-05 | 2 | -0/+58 |
* | | postprocess_template: put rsp on the clobber list to prevent gcc from using i... | Michael Niedermayer | 2013-06-16 | 1 | -1/+1 |
* | | postproc/postprocess_template: remove empty comments | Michael Niedermayer | 2013-05-23 | 1 | -21/+21 |
* | | lavfi/pp: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 2 | -2/+2 |
* | | libpostproc: silence valgrind/fate warning about using uninitialized data | Michael Niedermayer | 2013-03-25 | 1 | -1/+3 |
* | | Fix libpostproc compilation on x86_32 with disable-optimizations. | Carl Eugen Hoyos | 2013-02-09 | 1 | -2/+2 |
* | | build: postproc cleanup. | Clément Bœsch | 2012-12-30 | 2 | -6/+0 |
* | | libpostproc: alloc a few bytes more in the temporary buffer | Michael Niedermayer | 2012-12-28 | 2 | -2/+2 |
* | | libpostproc: Fix off by 1 error in the C dering code | Michael Niedermayer | 2012-12-28 | 1 | -0/+1 |
* | | libpostproc: fix leak of 2kb | Michael Niedermayer | 2012-12-23 | 1 | -3/+2 |
* | | pp: fix a few typo in the template. | Clément Bœsch | 2012-12-19 | 1 | -5/+5 |
* | | doxy: add ref for lavfi, lpp and lsws. | Clément Bœsch | 2012-12-11 | 1 | -2/+11 |
* | | pp: add SSE2 deInterlaceInterpolateCubic(). | Clément Bœsch | 2012-11-18 | 1 | -4/+27 |
* | | pp: add support for SSE2. | Clément Bœsch | 2012-11-18 | 2 | -3/+22 |
* | | pp: add auto detection cpu flag. | Clément Bœsch | 2012-11-18 | 3 | -6/+15 |
* | | pp: add various const for pointers. | Clément Bœsch | 2012-11-18 | 1 | -10/+12 |
* | | pp: simplify postProcess(). | Clément Bœsch | 2012-11-16 | 1 | -33/+18 |
* | | pp: rework the way templating is done. | Clément Bœsch | 2012-11-16 | 3 | -168/+166 |
* | | pp: fix typo in avg() comment. | Clément Bœsch | 2012-11-15 | 1 | -1/+1 |
* | | pp: use av_clip_uint8 instead of a custom implementation. | Clément Bœsch | 2012-11-15 | 1 | -4/+3 |
* | | pp: fix a few typo in the internal header. | Clément Bœsch | 2012-11-15 | 1 | -8/+8 |
* | | pp: avoid overflow in w*h | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | | postproc: Create version.h header | jamal | 2012-09-28 | 3 | -18/+50 |
* | | postproc: Fix unprotected inline asm | Derek Buitenhuis | 2012-09-11 | 2 | -114/+114 |
* | | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT | XhmikosR | 2012-08-20 | 2 | -60/+60 |