summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess_template.c
Commit message (Expand)AuthorAge
* postproc: add basic deblock filter visualization supportMichael Niedermayer2014-09-24
* postproc/postprocess_template: mark unchanged function arguments constMichael Niedermayer2014-09-22
* postproc: Replace CLIP by av_clip_uint8Michael Niedermayer2014-09-19
* postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer2014-09-04
* Fix libpostproc compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-24
* Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-18
* postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer2013-06-16
* postproc/postprocess_template: remove empty commentsMichael Niedermayer2013-05-23
* libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer2013-03-25
* Fix libpostproc compilation on x86_32 with disable-optimizations.Carl Eugen Hoyos2013-02-09
* libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2012-12-28
* libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer2012-12-28
* pp: fix a few typo in the template.Clément Bœsch2012-12-19
* pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch2012-11-18
* pp: add support for SSE2.Clément Bœsch2012-11-18
* pp: rework the way templating is done.Clément Bœsch2012-11-16
* pp: fix typo in avg() comment.Clément Bœsch2012-11-15
* pp: avoid overflow in w*hMichael Niedermayer2012-10-13
* postproc: Fix unprotected inline asmDerek Buitenhuis2012-09-11
* rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR2012-08-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\
| * Remove libpostproc.Diego Biurrun2012-02-23
* | libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer2012-02-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-05
|\|
| * Place some START_TIMER invocations in separate blocks.Diego Biurrun2012-01-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\|
| * Fix a bunch of typos.Diego Biurrun2012-01-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-22
|\|
| * postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard2011-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | postproc: remove stray +Michael Niedermayer2011-10-30
* | postproc: fix compilation failure, now reallyMichael Niedermayer2011-09-24
* | postproc: Fix compilation failure.Yuriy Kaminskiy2011-09-24
* | libpostproc: mmx code uses stack below %esp, fix thatYuriy Kaminskiy2011-09-20
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy2010-02-02
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Remove disabled code cruft.Diego Biurrun2009-08-19
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Fix compilation.Carl Eugen Hoyos2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger2008-11-02
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-22
* cosmetics: typo fixesDiego Biurrun2008-03-22