240 Commits (9241e544ffec5c3f4988ff699e6d2bd0f4c2803b)

Author SHA1 Message Date
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer 0b7e5d0d75 postproc: fix qp count 10 years ago
Michael Niedermayer 7a11333387 libpostproc: support grayscale 10 years ago
Michael Niedermayer 941aaa39e8 postproc/postprocess: fix quant store for fq mode 10 years ago
Michael Niedermayer 1d3c87d6cd postprocess: add YUV 4:4:0 support 10 years ago
Michael Niedermayer ac682955e9 postproc: add basic deblock filter visualization support 10 years ago
Michael Niedermayer 3c4fc6a782 postproc/postprocess_template: mark unchanged function arguments const 10 years ago
Michael Niedermayer bd68909753 postprocess: prefetch* dont change anything, thus their arguments should be const 10 years ago
Michael Niedermayer 5ccd08d26d postproc/postprocess: Avoid some ifs in do_a_deblock_C() 10 years ago
Michael Niedermayer 7f8d28f686 postproc: Replace CLIP by av_clip_uint8 10 years ago
Michael Niedermayer 5a9ca68e15 postproc/postprocess: remove redundant casts 10 years ago
Michael Niedermayer 859d7d4640 postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of hard-coding their size 10 years ago
Michael Niedermayer d9b141c05f postproc/postprocess: Remove unused argument from reallocAlign() 10 years ago
Michael Niedermayer 9e8be46252 postproc/postprocess: use av_strtok() 10 years ago
Michael Niedermayer 921caf6203 postprocess: make some variables in pp_get_mode_by_name_and_quality() const 10 years ago
Michael Niedermayer 44dabf1f42 postproc: simplify forwarding return codes 10 years ago
Michael Niedermayer 9f9ebe631d libpostproc/postprocess: avoid some if() 10 years ago
Michael Niedermayer bb8b752553 postproc: use FFMIN/FFMAX where appropriate 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Michael Niedermayer 97f8c7a03e bump libpostproc and libswresample 10 years ago
Carl Eugen Hoyos a19bcf4ee8 Fix libpostproc compilation with !HAVE_6REGS. 11 years ago
Matt Oliver 8236747511 Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 11 years ago
Michael Niedermayer f6173fed60 postproc: fix null pointer dereference with invalid option strings 11 years ago
James Almer 56572787ae Add Windows resource file support for shared libraries 11 years ago
Michael Niedermayer 78d2d1e027 postprocess_template: put rsp on the clobber list to prevent gcc from using it in "q" 12 years ago
Michael Niedermayer 1d3476f258 postproc/postprocess_template: remove empty comments 12 years ago
Clément Bœsch 8da1fff85a lavfi/pp: switch to an AVOptions-based system. 12 years ago
Michael Niedermayer a2f7314ba2 libpostproc: silence valgrind/fate warning about using uninitialized data 12 years ago
Carl Eugen Hoyos 7a259a5fcd Fix libpostproc compilation on x86_32 with disable-optimizations. 12 years ago
Clément Bœsch 518239cd61 build: postproc cleanup. 12 years ago
Michael Niedermayer 9e04e11e83 libpostproc: alloc a few bytes more in the temporary buffer 12 years ago
Michael Niedermayer f1185fbbec libpostproc: Fix off by 1 error in the C dering code 12 years ago
Michael Niedermayer f9d8658d67 libpostproc: fix leak of 2kb 12 years ago
Clément Bœsch a1d14336d3 pp: fix a few typo in the template. 12 years ago
Clément Bœsch 18d9398143 doxy: add ref for lavfi, lpp and lsws. 12 years ago
Clément Bœsch f48cddfe4c pp: add SSE2 deInterlaceInterpolateCubic(). 12 years ago
Clément Bœsch 4e264d1c79 pp: add support for SSE2. 12 years ago
Clément Bœsch 59d686f100 pp: add auto detection cpu flag. 12 years ago
Clément Bœsch e034b07e40 pp: add various const for pointers. 12 years ago
Clément Bœsch c6945228e8 pp: simplify postProcess(). 12 years ago
Clément Bœsch 375cd3f2ec pp: rework the way templating is done. 12 years ago
Clément Bœsch 5cd567cfb4 pp: fix typo in avg() comment. 12 years ago
Clément Bœsch 4c0aece192 pp: use av_clip_uint8 instead of a custom implementation. 12 years ago
Clément Bœsch c4f317e7fe pp: fix a few typo in the internal header. 12 years ago
Michael Niedermayer 3689ec3d28 pp: avoid overflow in w*h 12 years ago
jamal ec87389183 postproc: Create version.h header 12 years ago
Derek Buitenhuis e20ac54f3e postproc: Fix unprotected inline asm 12 years ago
XhmikosR 08bd8c8ab3 rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT 12 years ago
Michael Niedermayer 561a365dca pp: check that the argument is not NULL as this is not supported 13 years ago