| Commit message (Expand) | Author | Age | Files | Lines |
* | Another PIX_FMT_ ---> IMGFMT_ conversion | Luca Abeni | 2006-08-05 | 1 | -0/+1 |
* | Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. | Diego Biurrun | 2006-08-05 | 3 | -10/+12 |
* | Add support for ffmpeg's pixel format names in libswscale | Luca Abeni | 2006-07-31 | 1 | -0/+22 |
* | Comment some #endif lines. | Diego Biurrun | 2006-07-28 | 3 | -9/+9 |
* | Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} | Alan Curry | 2006-07-27 | 1 | -1/+1 |
* | Replace MIN() and MAX() with FFMIN() and FFMAX() | Luca Abeni | 2006-07-26 | 3 | -24/+21 |
* | a tiny bit of cleanup | Michael Niedermayer | 2006-07-24 | 1 | -77/+35 |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | Michael Niedermayer | 2006-07-24 | 4 | -42/+309 |
* | Fix typo introduced in the memalign->av_malloc conversion (there is no | Alan Curry | 2006-07-23 | 1 | -1/+1 |
* | Missing part of the malloc -> av_malloc patch: memalign must be replaced as w... | Reimar Döffinger | 2006-07-23 | 1 | -28/+28 |
* | Use libavutil in libswscale, and allow it to be built out of the mplayer tree | Luca Abeni | 2006-07-20 | 7 | -88/+112 |
* | make libswscale build system similar to the libav* one | Luca Abeni | 2006-07-10 | 1 | -43/+13 |
* | Remove unneeded code | Luca Abeni | 2006-07-01 | 1 | -15/+0 |
* | Move postproc ---> libswscale | Luca Abeni | 2006-06-30 | 15 | -0/+12920 |