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
2014-09-19postproc: Replace CLIP by av_clip_uint8Michael Niedermayer
2014-09-04postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer
2014-04-24Fix libpostproc compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2013-06-16postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer
2013-05-23postproc/postprocess_template: remove empty commentsMichael Niedermayer
2013-03-26libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer
2013-02-09Fix libpostproc compilation on x86_32 with disable-optimizations.Carl Eugen Hoyos
2012-12-28libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer
2012-12-28libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer
2012-12-19pp: fix a few typo in the template.Clément Bœsch
2012-11-18pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch
2012-11-18pp: add support for SSE2.Clément Bœsch
2012-11-17pp: rework the way templating is done.Clément Bœsch
2012-11-16pp: fix typo in avg() comment.Clément Bœsch
2012-10-13pp: avoid overflow in w*hMichael Niedermayer
2012-09-11postproc: Fix unprotected inline asmDerek Buitenhuis
2012-08-20rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer
2012-02-23Remove libpostproc.Diego Biurrun
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04Place some START_TIMER invocations in separate blocks.Diego Biurrun
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02Fix a bunch of typos.Diego Biurrun
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-30postproc: remove stray +Michael Niedermayer
2011-09-24postproc: fix compilation failure, now reallyMichael Niedermayer
2011-09-24postproc: Fix compilation failure.Yuriy Kaminskiy
2011-09-20libpostproc: mmx code uses stack below %esp, fix thatYuriy Kaminskiy
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-02Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-08-19Remove disabled code cruft.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-14Fix compilation.Carl Eugen Hoyos
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-02Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-22typo fixes: tempBlured --> tempBlurredDiego Biurrun
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-22cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun