summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAge
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-26
* Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni2006-12-26
* Add some other casts, to remove void pointers arithmeticLuca Abeni2006-12-26
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* make some global var static (fix a build failure with shared lib on x86_64)Aurelien Jacobs2006-10-03
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
* Comment some #endif lines.Diego Biurrun2006-07-28
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* Move postproc ---> libswscaleLuca Abeni2006-06-30