index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpostproc
/
postprocess.c
Age
Commit message (
Expand
)
Author
2017-08-30
postproc: remove usage of deprecated QP_STORE_T define
James Almer
2017-04-26
Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'
Clément Bœsch
2016-02-23
postproc: fix unaligned access
Carl Eugen Hoyos
2015-06-19
postproc: fix unaligned access
Andreas Cadhalpun
2015-05-31
postproc: Avoid floats in maxClipped computation
Michael Niedermayer
2015-05-10
postproc/postprocess: Use size_t to hold strlen()s value
Michael Niedermayer
2015-04-22
postproc: Replaced inline asm for prefetching with prefetch functions
Tucker DiNapoli
2015-02-27
postproc: mark alloc/free context functions as av_cold
Michael Niedermayer
2015-02-22
postproc/postprocess: Check for av_malloc() failure
Michael Niedermayer
2015-02-22
postproc/postprocess: Check for av_mallocz() failure
Michael Niedermayer
2015-02-22
postproc/postprocess: use av_mallocz()
Michael Niedermayer
2014-12-19
Add FFMPEG_VERSION into the binary libs
Michael Niedermayer
2014-10-13
postproc: fix qp count
Michael Niedermayer
2014-10-13
libpostproc: support grayscale
Michael Niedermayer
2014-10-12
postproc/postprocess: fix quant store for fq mode
Michael Niedermayer
2014-09-24
postproc: add basic deblock filter visualization support
Michael Niedermayer
2014-09-22
postprocess: prefetch* dont change anything, thus their arguments should be c...
Michael Niedermayer
2014-09-19
postproc/postprocess: Avoid some ifs in do_a_deblock_C()
Michael Niedermayer
2014-09-18
postproc/postprocess: remove redundant casts
Michael Niedermayer
2014-09-18
postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha...
Michael Niedermayer
2014-09-18
postproc/postprocess: Remove unused argument from reallocAlign()
Michael Niedermayer
2014-09-18
postproc/postprocess: use av_strtok()
Michael Niedermayer
2014-09-18
postprocess: make some variables in pp_get_mode_by_name_and_quality() const
Michael Niedermayer
2014-09-18
postproc: simplify forwarding return codes
Michael Niedermayer
2014-09-18
libpostproc/postprocess: avoid some if()
Michael Niedermayer
2014-09-04
postproc: use FFMIN/FFMAX where appropriate
Michael Niedermayer
2014-08-29
Add missing "const" all over the place.
Reimar Döffinger
2014-08-15
Drop remaining unneeded != NULL
Michael Niedermayer
2014-08-15
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2013-12-11
postproc: fix null pointer dereference with invalid option strings
Michael Niedermayer
2013-04-10
lavfi/pp: switch to an AVOptions-based system.
Clément Bœsch
2012-12-30
build: postproc cleanup.
Clément Bœsch
2012-12-28
libpostproc: alloc a few bytes more in the temporary buffer
Michael Niedermayer
2012-12-23
libpostproc: fix leak of 2kb
Michael Niedermayer
2012-11-18
pp: add support for SSE2.
Clément Bœsch
2012-11-18
pp: add auto detection cpu flag.
Clément Bœsch
2012-11-18
pp: add various const for pointers.
Clément Bœsch
2012-11-16
pp: simplify postProcess().
Clément Bœsch
2012-11-16
pp: rework the way templating is done.
Clément Bœsch
2012-09-11
postproc: Fix unprotected inline asm
Derek Buitenhuis
2012-08-20
rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT
XhmikosR
2012-07-07
pp: check that the argument is not NULL as this is not supported
Michael Niedermayer
2012-06-10
postprocess: fix another void returning void function.
Michael Niedermayer
2012-02-29
libpostproc: add bitexact mode, which is needed for regression testing.
Michael Niedermayer
2012-02-27
libpostproc: add pp=help support to print the help text via av_log()
Michael Niedermayer
2011-12-22
libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100
Michael Niedermayer
2011-12-12
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-11
Fix a bunch of common typos.
Diego Biurrun
2011-12-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-05
doxygen: eliminate Qt-style doxygen syntax
Diego Biurrun
[next]