summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-041-8/+8
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-2/+2
* 1l: Update wrong #endif comment.Diego Biurrun2007-10-181-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-183-9/+9
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-1/+1
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-273-3/+3
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+4
* cosmetic (get rid of _ at the start of local variable names)Michael Niedermayer2007-09-241-24/+24
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-313-3/+3
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-4/+4
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-242-12/+0
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-222-2/+2
* typoDiego Biurrun2007-07-281-1/+1
* integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+23
* removing reference to bfin_sram.h its not used anylongerMarc Hoffman2007-07-201-1/+0
* adding blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+70
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-193-0/+219
* use YUV440P in swscaleAndreas Öman2007-07-182-0/+11
* This was rewritten by Michael, switch copyrights to him and license to LGPL.Diego Biurrun2007-07-171-15/+13
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-162-2/+0
* typoDiego Biurrun2007-07-143-3/+3
* Remove unused file (this time for real)Luca Abeni2007-07-111-449/+0
* Resurrect yuv2rgb_init.c, to add a proper license (and some comments aboutLuca Abeni2007-07-101-0/+449
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-092-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-0511-11/+11
* Group all copyright and author notices together.Diego Biurrun2007-07-052-8/+8
* Remove unused fileLuca Abeni2007-07-031-412/+0
* Fix 'make checkheaders'.Diego Biurrun2007-07-021-0/+2
* Remove obsolete and misleading comment.Diego Biurrun2007-07-021-2/+0
* comment grammar fixesDiego Biurrun2007-06-281-3/+3
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-222-1/+8
* adding Blackfin swscale_bfin infrastructure, and the first swscale routine uy...Marc Hoffman2007-06-221-0/+66
* document pointer offset by -8Marc Hoffman2007-06-221-1/+1
* re pipeline loop, to eliminate extra chroma readsMarc Hoffman2007-06-221-17/+13
* correct chroma skewing bug, caused by incorrect stride adjustmentsMarc Hoffman2007-06-221-5/+9
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-161-1/+1
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-161-2/+2
* misc spelling fixesDiego Biurrun2007-06-135-12/+12
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-081-4/+38
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman2007-06-051-1/+1
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-302-3/+3
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-282-6/+0
* ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-231-1/+34
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave...Marc Hoffman2007-05-191-0/+79
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-137-1/+690
* cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten2007-05-112-31/+91
* remove the need of one extra shift in rgb16ToUVIvo van Poorten2007-05-091-6/+3
* Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten2007-05-091-7/+4
* cosmetics: indentation after previous patchBenoit Fouet2007-05-021-13/+13
OpenPOWER on IntegriCloud