Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-23postproc: fix unaligned accessCarl Eugen Hoyos
2015-06-19postproc: fix unaligned accessAndreas Cadhalpun
2015-05-31postproc: Avoid floats in maxClipped computationMichael Niedermayer
2015-05-10postproc/postprocess: Use size_t to hold strlen()s valueMichael Niedermayer
2015-04-23postproc: Replaced inline asm for prefetching with prefetch functionsTucker DiNapoli
2015-02-27postproc: mark alloc/free context functions as av_coldMichael Niedermayer
2015-02-22postproc/postprocess: Check for av_malloc() failureMichael Niedermayer
2015-02-22postproc/postprocess: Check for av_mallocz() failureMichael Niedermayer
2015-02-22postproc/postprocess: use av_mallocz()Michael Niedermayer
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-10-13postproc: fix qp countMichael Niedermayer
2014-10-13libpostproc: support grayscaleMichael Niedermayer
2014-10-13postproc/postprocess: fix quant store for fq modeMichael Niedermayer
2014-09-24postproc: add basic deblock filter visualization supportMichael Niedermayer
2014-09-22postprocess: prefetch* dont change anything, thus their arguments should be c...Michael Niedermayer
2014-09-19postproc/postprocess: Avoid some ifs in do_a_deblock_C()Michael Niedermayer
2014-09-18postproc/postprocess: remove redundant castsMichael Niedermayer
2014-09-18postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha...Michael Niedermayer
2014-09-18postproc/postprocess: Remove unused argument from reallocAlign()Michael Niedermayer
2014-09-18postproc/postprocess: use av_strtok()Michael Niedermayer
2014-09-18postprocess: make some variables in pp_get_mode_by_name_and_quality() constMichael Niedermayer
2014-09-18postproc: simplify forwarding return codesMichael Niedermayer
2014-09-18libpostproc/postprocess: avoid some if()Michael Niedermayer
2014-09-04postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2013-12-12postproc: fix null pointer dereference with invalid option stringsMichael Niedermayer
2013-04-11lavfi/pp: switch to an AVOptions-based system.Clément Bœsch
2012-12-30build: postproc cleanup.Clément Bœsch
2012-12-28libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer
2012-12-23libpostproc: fix leak of 2kbMichael Niedermayer
2012-11-18pp: add support for SSE2.Clément Bœsch
2012-11-18pp: add auto detection cpu flag.Clément Bœsch
2012-11-18pp: add various const for pointers.Clément Bœsch
2012-11-17pp: simplify postProcess().Clément Bœsch
2012-11-17pp: rework the way templating is done.Clément Bœsch
2012-09-11postproc: Fix unprotected inline asmDerek Buitenhuis
2012-08-20rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR
2012-07-07pp: check that the argument is not NULL as this is not supportedMichael Niedermayer
2012-06-10postprocess: fix another void returning void function.Michael Niedermayer
2012-02-29libpostproc: add bitexact mode, which is needed for regression testing.Michael Niedermayer
2012-02-28libpostproc: add pp=help support to print the help text via av_log()Michael Niedermayer
2011-12-22libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100Michael Niedermayer
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-08-26postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba
2011-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer