summaryrefslogtreecommitdiffstats
path: root/libpostproc
Commit message (Collapse)AuthorAgeFilesLines
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-5/+5
| | | | Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for 'make dep'.Diego Biurrun2006-10-291-1/+1
| | | | Originally committed as revision 6835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix #endif comments.Diego Biurrun2006-10-161-1/+1
| | | | Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-151-0/+2
| | | | Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-112-27/+27
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-112-6/+6
| | | | Originally committed as revision 6665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-111-2/+0
| | | | Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf --> av_log with some help from OdedDiego Biurrun2006-10-113-24/+24
| | | | Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables.Diego Biurrun2006-10-101-7/+0
| | | | Originally committed as revision 6625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-102-20/+17
| | | | Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sign macro to libavutil.Diego Biurrun2006-10-101-1/+0
| | | | Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ABS macro from libavutil.Diego Biurrun2006-10-101-1/+0
| | | | Originally committed as revision 6619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun2006-10-091-8/+0
| | | | Originally committed as revision 6614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix default license header.Diego Biurrun2006-10-091-1/+1
| | | | Originally committed as revision 6613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-076-87/+99
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus commented out include line.Diego Biurrun2006-10-071-1/+0
| | | | Originally committed as revision 6571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-031-2/+0
| | | | Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l for lu_zero (commiting untested? code)Michael Niedermayer2006-10-031-1/+1
| | | | Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>Luca Barbato2006-10-031-0/+2
| | | | Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make postproc use avutilLuca Barbato2006-10-023-30/+28
| | | | Originally committed as revision 6524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous ifeq.Diego Biurrun2006-09-121-2/+0
| | | | Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-121-0/+2
| | | | Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace informal GPL notice by official header.Diego Biurrun2006-09-091-3/+18
| | | | Originally committed as revision 6215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
| | | | Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-1/+1
| | | | | | header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary -I. option.Diego Biurrun2006-08-171-1/+1
| | | | Originally committed as revision 6010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate -I option.Diego Biurrun2006-08-171-1/+1
| | | | Originally committed as revision 6009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-121-1/+1
| | | | Originally committed as revision 5723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-051-0/+4
| | | | Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove erroneous -I../.. flag that points outside of the src directory.Diego Biurrun2006-07-051-1/+1
| | | | Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-182-5/+5
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CVS --> SubversionDiego Biurrun2006-06-091-1/+1
| | | | Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to DiegoMåns Rullgård2006-06-011-1/+1
| | | | Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-017-0/+6511
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud