aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAge
* typoGravatar diego2007-07-14
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Group all copyright and author notices together.Gravatar diego2007-07-05
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Gravatar reimar2007-06-08
* rename attribute_unused to av_unused as it is declared in common.hGravatar benoit2007-05-30
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Gravatar gpoirier2007-05-13
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* fix full range (jpeg yuv) chromaGravatar michael2007-03-18
* Pass a context to av_log(), when possibleGravatar lucabe2007-01-23
* Fix license headers and FSF postal address.Gravatar diego2007-01-22
* Mark some variables as possibly unused to avoid warningsGravatar lucabe2006-12-26
* Add some explicit casts to avoid "assignment from incompatible pointer type"Gravatar lucabe2006-12-26
* Add some other casts, to remove void pointers arithmeticGravatar lucabe2006-12-26
* Use common define for x86_32 and x86_64.Gravatar diego2006-11-01
* make some global var static (fix a build failure with shared lib on x86_64)Gravatar aurel2006-10-03
* Remove the dependency of libswscale on img_format.hGravatar lucabe2006-09-17
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Gravatar diego2006-08-05
* Comment some #endif lines.Gravatar diego2006-07-28
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeGravatar lucabe2006-07-20
* Move postproc ---> libswscaleGravatar lucabe2006-06-30