summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong #endif comment.diego2008-03-291-1/+1
* Classify mlib as a configurable option, not as a hardware feature.diego2008-03-251-2/+2
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.diego2008-03-111-2/+1
* Discard two symbols from libswscale.cehoyos2008-02-221-8/+0
* Make dither4 & dither8 const.cehoyos2008-02-091-2/+2
* Make some assembler constants global instead of declaring them multiple times.reimar2008-01-291-4/+0
* Use DECLARE_ASM_CONST where possible in libswscale codereimar2008-01-281-6/+6
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.diego2007-09-271-1/+1
* renaming ARCH_BFIN to HAVE_BFINmhoffman2007-08-311-1/+1
* UltraSPARC VIS yuv2rgbbenoit2007-07-191-0/+10
* Remove redundant "all rights reserved" statement, OKed by Walken.diego2007-07-161-1/+0
* typodiego2007-07-141-1/+1
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* Group all copyright and author notices together.diego2007-07-051-4/+4
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8reimar2007-06-081-4/+38
* rename attribute_unused to av_unused as it is declared in common.hbenoit2007-05-301-2/+2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.gpoirier2007-05-131-0/+8
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.diego2007-04-291-415/+415
* cosmetics: Remove trailing whitespace.diego2007-04-261-6/+6
* fix full range (jpeg yuv) chromamichael2007-03-181-0/+5
* Pass a context to av_log(), when possiblelucabe2007-01-231-2/+2
* Fix license headers and FSF postal address.diego2007-01-221-2/+2
* Mark some variables as possibly unused to avoid warningslucabe2006-12-261-2/+4
* Add some explicit casts to avoid "assignment from incompatible pointer type"lucabe2006-12-261-3/+3
* Add some other casts, to remove void pointers arithmeticlucabe2006-12-261-3/+3
* Use common define for x86_32 and x86_64.diego2006-11-011-1/+1
* make some global var static (fix a build failure with shared lib on x86_64)aurel2006-10-031-12/+12
* Remove the dependency of libswscale on img_format.hlucabe2006-09-171-28/+26
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.diego2006-08-051-2/+2
* Comment some #endif lines.diego2006-07-281-1/+1
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-201-10/+8
* Move postproc ---> libswscalelucabe2006-06-301-0/+848