Commit History

Author SHA1 Message Date
  Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 3 months ago
  Andreas Rheinhardt 7d9d400695 postproc/postprocess: Don't generally include arch-specific headers 3 months ago
  Andreas Rheinhardt 1f0948272a postproc/postprocess: Remove obsolete MMX(EXT)/3Dnow functions 1 year ago
  Andreas Rheinhardt f2b79c5b85 lib*/version: Move library version functions into files of their own 2 years ago
  Martin Storsjö 0f8b0b9ce2 libpostproc: Split version.h 2 years ago
  Andreas Rheinhardt 69f120ead7 avcodec/avcodec: Don't include cpu.h 3 years ago
  Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 4 years ago
  Carl Eugen Hoyos 96fab29e96 Silence "string-plus-int" warning shown by clang. 4 years ago
  James Almer 2b7da70a70 postproc: remove usage of deprecated QP_STORE_T define 6 years ago
  Clément Bœsch 172b0e2e88 Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013' 7 years ago
  Carl Eugen Hoyos 2aa21eec1a postproc: fix unaligned access 8 years ago
  Andreas Cadhalpun 590743101d postproc: fix unaligned access 9 years ago
  Michael Niedermayer 6f51674c91 postproc: Avoid floats in maxClipped computation 9 years ago
  Michael Niedermayer 07cb6bf985 postproc/postprocess: Use size_t to hold strlen()s value 9 years ago
  Tucker DiNapoli 6264b6227c postproc: Replaced inline asm for prefetching with prefetch functions 9 years ago
  Michael Niedermayer 78cd9c5671 postproc: mark alloc/free context functions as av_cold 9 years ago
  Michael Niedermayer f9d24ee1dc postproc/postprocess: Check for av_malloc() failure 9 years ago
  Michael Niedermayer ac424b23e4 postproc/postprocess: Check for av_mallocz() failure 9 years ago
  Michael Niedermayer 45e0aa46ca postproc/postprocess: use av_mallocz() 9 years ago
  Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 9 years ago
  Michael Niedermayer 0b7e5d0d75 postproc: fix qp count 9 years ago
  Michael Niedermayer 7a11333387 libpostproc: support grayscale 9 years ago
  Michael Niedermayer 941aaa39e8 postproc/postprocess: fix quant store for fq mode 9 years ago
  Michael Niedermayer ac682955e9 postproc: add basic deblock filter visualization support 9 years ago
  Michael Niedermayer bd68909753 postprocess: prefetch* dont change anything, thus their arguments should be const 9 years ago
  Michael Niedermayer 5ccd08d26d postproc/postprocess: Avoid some ifs in do_a_deblock_C() 9 years ago
  Michael Niedermayer 5a9ca68e15 postproc/postprocess: remove redundant casts 9 years ago
  Michael Niedermayer 859d7d4640 postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of hard-coding their size 9 years ago
  Michael Niedermayer d9b141c05f postproc/postprocess: Remove unused argument from reallocAlign() 9 years ago
  Michael Niedermayer 9e8be46252 postproc/postprocess: use av_strtok() 9 years ago
  Michael Niedermayer 921caf6203 postprocess: make some variables in pp_get_mode_by_name_and_quality() const 9 years ago
  Michael Niedermayer 44dabf1f42 postproc: simplify forwarding return codes 9 years ago
  Michael Niedermayer 9f9ebe631d libpostproc/postprocess: avoid some if() 9 years ago
  Michael Niedermayer bb8b752553 postproc: use FFMIN/FFMAX where appropriate 9 years ago
  Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 9 years ago
  Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
  Michael Niedermayer fb33bff990 Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 10 years ago
  Michael Niedermayer f6173fed60 postproc: fix null pointer dereference with invalid option strings 10 years ago
  Clément Bœsch 8da1fff85a lavfi/pp: switch to an AVOptions-based system. 11 years ago
  Clément Bœsch 518239cd61 build: postproc cleanup. 11 years ago
  Michael Niedermayer 9e04e11e83 libpostproc: alloc a few bytes more in the temporary buffer 11 years ago
  Michael Niedermayer f9d8658d67 libpostproc: fix leak of 2kb 11 years ago
  Clément Bœsch 4e264d1c79 pp: add support for SSE2. 11 years ago
  Clément Bœsch 59d686f100 pp: add auto detection cpu flag. 11 years ago
  Clément Bœsch e034b07e40 pp: add various const for pointers. 11 years ago
  Clément Bœsch c6945228e8 pp: simplify postProcess(). 11 years ago
  Clément Bœsch 375cd3f2ec pp: rework the way templating is done. 11 years ago
  Derek Buitenhuis e20ac54f3e postproc: Fix unprotected inline asm 11 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 12 years ago