summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Collapse)AuthorAge
...
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | 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-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus commented out include line.Diego Biurrun2006-10-07
| | | | Originally committed as revision 6571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l for lu_zero (commiting untested? code)Michael Niedermayer2006-10-03
| | | | 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-03
| | | | Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make postproc use avutilLuca Barbato2006-10-02
| | | | Originally committed as revision 6524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous ifeq.Diego Biurrun2006-09-12
| | | | Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-12
| | | | Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace informal GPL notice by official header.Diego Biurrun2006-09-09
| | | | Originally committed as revision 6215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
| | | | 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-17
| | | | | | 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-17
| | | | Originally committed as revision 6010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate -I option.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-12
| | | | 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-05
| | | | 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-05
| | | | 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-18
| | | | | | | 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-09
| | | | Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to DiegoMåns Rullgård2006-06-01
| | | | Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk