summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAge
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Fix dependencies for 'make dep'.Diego Biurrun2006-10-29
* Fix #endif comments.Diego Biurrun2006-10-16
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
* Remove unused variables.Diego Biurrun2006-10-10
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-10
* Move sign macro to libavutil.Diego Biurrun2006-10-10
* Use ABS macro from libavutil.Diego Biurrun2006-10-10
* Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun2006-10-09
* Fix default license header.Diego Biurrun2006-10-09
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* Remove bogus commented out include line.Diego Biurrun2006-10-07
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-03
* 1000000l for lu_zero (commiting untested? code)Michael Niedermayer2006-10-03
* Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>Luca Barbato2006-10-03
* make postproc use avutilLuca Barbato2006-10-02
* Remove superfluous ifeq.Diego Biurrun2006-09-12
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-12
* Replace informal GPL notice by official header.Diego Biurrun2006-09-09
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* Remove unnecessary -I. option.Diego Biurrun2006-08-17
* Remove duplicate -I option.Diego Biurrun2006-08-17
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-12
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-05
* Remove erroneous -I../.. flag that points outside of the src directory.Diego Biurrun2006-07-05
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* CVS --> SubversionDiego Biurrun2006-06-09
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
* 10l to DiegoMåns Rullgård2006-06-01
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01