summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAgeFilesLines
* comment typo fixesDiego Biurrun2007-12-212-4/+4
| | | | Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sure strides have positive values before converting.Peter Schlaile2007-12-201-1/+1
| | | | | | Patch by Peter Schlaile: peter schlaile de Originally committed as revision 25467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun2007-12-081-0/+7
| | | | | | | | swscale_template.c:1171: warning: implicit declaration of function ‘altivec_yuv2packedX’ swscale.c:1982: warning: implicit declaration of function ‘yuv2rgb_altivec_init_tables’ yuv2rgb.c:652: warning: implicit declaration of function ‘yuv2rgb_init_altivec’ Originally committed as revision 25319 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun2007-12-071-0/+2
| | | | Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix some spelling typosDiego Biurrun2007-12-021-2/+2
| | | | Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Comment some #endif directives.Diego Biurrun2007-11-301-14/+14
| | | | Originally committed as revision 25211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* comment spelling/grammar fixesDiego Biurrun2007-11-221-36/+31
| | | | Originally committed as revision 25137 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-041-8/+8
| | | | | | Rename them to match the actual implementation. Fixes issue 162. Originally committed as revision 24965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-2/+2
| | | | Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 1l: Update wrong #endif comment.Diego Biurrun2007-10-181-1/+1
| | | | Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-183-9/+9
| | | | Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-1/+1
| | | | Originally committed as revision 24685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-273-3/+3
| | | | Originally committed as revision 24627 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+4
| | | | Originally committed as revision 24601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetic (get rid of _ at the start of local variable names)Michael Niedermayer2007-09-241-24/+24
| | | | Originally committed as revision 24597 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-313-3/+3
| | | | Originally committed as revision 24309 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-4/+4
| | | | Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-242-12/+0
| | | | Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-222-2/+2
| | | | Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2007-07-281-1/+1
| | | | Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+23
| | | | Originally committed as revision 23833 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* removing reference to bfin_sram.h its not used anylongerMarc Hoffman2007-07-201-1/+0
| | | | Originally committed as revision 23832 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* adding blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+70
| | | | Originally committed as revision 23831 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-193-0/+219
| | | | | | | | patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* use YUV440P in swscaleAndreas Öman2007-07-182-0/+11
| | | | | | | | patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM Originally committed as revision 23811 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* This was rewritten by Michael, switch copyrights to him and license to LGPL.Diego Biurrun2007-07-171-15/+13
| | | | Originally committed as revision 23796 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-162-2/+0
| | | | Originally committed as revision 23791 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2007-07-143-3/+3
| | | | Originally committed as revision 23780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unused file (this time for real)Luca Abeni2007-07-111-449/+0
| | | | Originally committed as revision 23767 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Resurrect yuv2rgb_init.c, to add a proper license (and some comments aboutLuca Abeni2007-07-101-0/+449
| | | | | | its origin) in it. Originally committed as revision 23759 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-092-2/+2
| | | | Originally committed as revision 23752 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* license header consistency cosmeticsDiego Biurrun2007-07-0511-11/+11
| | | | Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Group all copyright and author notices together.Diego Biurrun2007-07-052-8/+8
| | | | Originally committed as revision 23721 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unused fileLuca Abeni2007-07-031-412/+0
| | | | Originally committed as revision 23715 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 'make checkheaders'.Diego Biurrun2007-07-021-0/+2
| | | | Originally committed as revision 23701 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove obsolete and misleading comment.Diego Biurrun2007-07-021-2/+0
| | | | Originally committed as revision 23700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* comment grammar fixesDiego Biurrun2007-06-281-3/+3
| | | | Originally committed as revision 23685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-222-1/+8
| | | | Originally committed as revision 23605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* adding Blackfin swscale_bfin infrastructure, and the first swscale routine ↵Marc Hoffman2007-06-221-0/+66
| | | | | | uyvy to yv12 video resampler Originally committed as revision 23604 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* document pointer offset by -8Marc Hoffman2007-06-221-1/+1
| | | | Originally committed as revision 23603 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* re pipeline loop, to eliminate extra chroma readsMarc Hoffman2007-06-221-17/+13
| | | | Originally committed as revision 23602 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* correct chroma skewing bug, caused by incorrect stride adjustmentsMarc Hoffman2007-06-221-5/+9
| | | | Originally committed as revision 23601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-161-1/+1
| | | | Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-161-2/+2
| | | | Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* misc spelling fixesDiego Biurrun2007-06-135-12/+12
| | | | Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-081-4/+38
| | | | Originally committed as revision 23508 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman2007-06-051-1/+1
| | | | Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-302-3/+3
| | | | | | | | patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 23418 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-282-6/+0
| | | | Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-231-1/+34
| | | | Originally committed as revision 23379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale