summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess_template.c
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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
* cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun2008-03-22
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-22
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-17
* get register names from x86_cpu.hMåns Rullgård2008-03-17
* typo fixesDiego Biurrun2008-03-15
* constMichael Niedermayer2008-02-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-17
* typos/grammarDiego Biurrun2007-04-07
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-21
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01