summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Collapse)AuthorAge
...
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-06
| | | | Originally committed as revision 9500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
| | | | Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'make checkheaders'.Diego Biurrun2007-07-02
| | | | Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
| | | | Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-17
| | | | Originally committed as revision 9043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
| | | | | | FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoLuca Barbato2007-03-02
| | | | Originally committed as revision 8185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato2007-03-02
| | | | Originally committed as revision 8184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | 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-01
| | | | Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for 'make dep'.Diego Biurrun2006-10-29
| | | | Originally committed as revision 6835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix #endif comments.Diego Biurrun2006-10-16
| | | | 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-15
| | | | Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | 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-11
| | | | Originally committed as revision 6665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
| | | | Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables.Diego Biurrun2006-10-10
| | | | 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-10
| | | | Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sign macro to libavutil.Diego Biurrun2006-10-10
| | | | Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ABS macro from libavutil.Diego Biurrun2006-10-10
| | | | 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-09
| | | | Originally committed as revision 6614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix default license header.Diego Biurrun2006-10-09
| | | | 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-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