summaryrefslogtreecommitdiffstats
path: root/libpostproc
Commit message (Expand)AuthorAgeFilesLines
* Uppercase variable overlooked in last commit.Diego Biurrun2007-07-211-1/+1
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-062-49/+0
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-021-3/+3
* Fix 'make checkheaders'.Diego Biurrun2007-07-022-0/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* misc typo fixesDiego Biurrun2007-06-121-3/+4
* misc spelling fixesDiego Biurrun2007-06-123-17/+17
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-101-0/+2
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-3/+0
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-172-10/+10
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* typos/grammarDiego Biurrun2007-04-071-1/+1
* TypoLuca Barbato2007-03-021-1/+1
* Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato2007-03-021-6/+7
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-211-2/+2
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-082-2/+2
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-5/+5
* Fix dependencies for 'make dep'.Diego Biurrun2006-10-291-1/+1
* Fix #endif comments.Diego Biurrun2006-10-161-1/+1
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-151-0/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-112-27/+27
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-112-6/+6
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-111-2/+0
* printf --> av_log with some help from OdedDiego Biurrun2006-10-113-24/+24
* Remove unused variables.Diego Biurrun2006-10-101-7/+0
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-102-20/+17
* Move sign macro to libavutil.Diego Biurrun2006-10-101-1/+0
* Use ABS macro from libavutil.Diego Biurrun2006-10-101-1/+0
* Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun2006-10-091-8/+0
* Fix default license header.Diego Biurrun2006-10-091-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-076-87/+99
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
* Remove bogus commented out include line.Diego Biurrun2006-10-071-1/+0
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-031-2/+0
* 1000000l for lu_zero (commiting untested? code)Michael Niedermayer2006-10-031-1/+1
* Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>Luca Barbato2006-10-031-0/+2
* make postproc use avutilLuca Barbato2006-10-023-30/+28
* Remove superfluous ifeq.Diego Biurrun2006-09-121-2/+0
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-121-0/+2
* Replace informal GPL notice by official header.Diego Biurrun2006-09-091-3/+18
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-1/+1
* Remove unnecessary -I. option.Diego Biurrun2006-08-171-1/+1
* Remove duplicate -I option.Diego Biurrun2006-08-171-1/+1
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-121-1/+1
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-051-0/+4
OpenPOWER on IntegriCloud