| Commit message (Expand) | Author | Age | Files | Lines |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 2 | -2/+2 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -1/+1 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -5/+5 |
* | Fix dependencies for 'make dep'. | Diego Biurrun | 2006-10-29 | 1 | -1/+1 |
* | Fix #endif comments. | Diego Biurrun | 2006-10-16 | 1 | -1/+1 |
* | Revert putting EXTRALIBS in common.mak, linking fails on MinGW. | Diego Biurrun | 2006-10-15 | 1 | -0/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 2 | -27/+27 |
* | Rename SIGN macro to FFSIGN to avoid clashes with system headers. | Diego Biurrun | 2006-10-11 | 2 | -6/+6 |
* | Move CFLAGS handling to common.mak. | Diego Biurrun | 2006-10-11 | 1 | -2/+0 |
* | printf --> av_log with some help from Oded | Diego Biurrun | 2006-10-11 | 3 | -24/+24 |
* | Remove unused variables. | Diego Biurrun | 2006-10-10 | 1 | -7/+0 |
* | Change libpostproc to use the FFMIN/FFMAX macros from libavutil. | Diego Biurrun | 2006-10-10 | 2 | -20/+17 |
* | Move sign macro to libavutil. | Diego Biurrun | 2006-10-10 | 1 | -1/+0 |
* | Use ABS macro from libavutil. | Diego Biurrun | 2006-10-10 | 1 | -1/+0 |
* | Remove gcc-workaround that is already present in libavutil/common.h. | Diego Biurrun | 2006-10-09 | 1 | -8/+0 |
* | Fix default license header. | Diego Biurrun | 2006-10-09 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 6 | -87/+99 |
* | Replace -I../-I. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -1/+1 |
* | Remove bogus commented out include line. | Diego Biurrun | 2006-10-07 | 1 | -1/+0 |
* | Move EXTRALIBS handling to common.mak. | Diego Biurrun | 2006-10-03 | 1 | -2/+0 |
* | 1000000l for lu_zero (commiting untested? code) | Michael Niedermayer | 2006-10-03 | 1 | -1/+1 |
* | Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru> | Luca Barbato | 2006-10-03 | 1 | -0/+2 |
* | make postproc use avutil | Luca Barbato | 2006-10-02 | 3 | -30/+28 |
* | Remove superfluous ifeq. | Diego Biurrun | 2006-09-12 | 1 | -2/+0 |
* | Fix 'make depend' for libpostproc. | Diego Biurrun | 2006-09-12 | 1 | -0/+2 |
* | Replace informal GPL notice by official header. | Diego Biurrun | 2006-09-09 | 1 | -3/+18 |
* | Explicitly include fastmemcpy.h from libvo/. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | Remove unnecessary -I. option. | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | Remove duplicate -I option. | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | Remove MPlayer-specific include option hacks. | Diego Biurrun | 2006-07-12 | 1 | -1/+1 |
* | Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-07-05 | 1 | -0/+4 |
* | Remove erroneous -I../.. flag that points outside of the src directory. | Diego Biurrun | 2006-07-05 | 1 | -1/+1 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 2 | -5/+5 |
* | CVS --> Subversion | Diego Biurrun | 2006-06-09 | 1 | -1/+1 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+0 |
* | 10l to Diego | Måns Rullgård | 2006-06-01 | 1 | -1/+1 |
* | libavcodec/libpostproc ---> libpostproc | Diego Biurrun | 2006-06-01 | 7 | -0/+6511 |