aboutsummaryrefslogtreecommitdiff
path: root/libswscale
AgeCommit message (Collapse)Author
2007-07-28typoDiego Biurrun
Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-20integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman
Originally committed as revision 23833 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-20removing reference to bfin_sram.h its not used anylongerMarc Hoffman
Originally committed as revision 23832 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-20adding blackfin optimized yuyvtoyv12 converterMarc Hoffman
Originally committed as revision 23831 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-19UltraSPARC VIS yuv2rgbDenes Balatoni
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
2007-07-18use YUV440P in swscaleAndreas Öman
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
2007-07-17This was rewritten by Michael, switch copyrights to him and license to LGPL.Diego Biurrun
Originally committed as revision 23796 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-16Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun
Originally committed as revision 23791 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-14typoDiego Biurrun
Originally committed as revision 23780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-11Remove unused file (this time for real)Luca Abeni
Originally committed as revision 23767 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-10Resurrect yuv2rgb_init.c, to add a proper license (and some comments aboutLuca Abeni
its origin) in it. Originally committed as revision 23759 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-09ISO8859-1 --> UTF-8Diego Biurrun
Originally committed as revision 23752 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-05Group all copyright and author notices together.Diego Biurrun
Originally committed as revision 23721 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-03Remove unused fileLuca Abeni
Originally committed as revision 23715 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-02Fix 'make checkheaders'.Diego Biurrun
Originally committed as revision 23701 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-07-02Remove obsolete and misleading comment.Diego Biurrun
Originally committed as revision 23700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-28comment grammar fixesDiego Biurrun
Originally committed as revision 23685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-22integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman
Originally committed as revision 23605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-22adding Blackfin swscale_bfin infrastructure, and the first swscale routine ↵Marc Hoffman
uyvy to yv12 video resampler Originally committed as revision 23604 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-22document pointer offset by -8Marc Hoffman
Originally committed as revision 23603 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-22re pipeline loop, to eliminate extra chroma readsMarc Hoffman
Originally committed as revision 23602 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-22correct chroma skewing bug, caused by incorrect stride adjustmentsMarc Hoffman
Originally committed as revision 23601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-16Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger
Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-16Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger
Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-13misc spelling fixesDiego Biurrun
Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-08Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger
Originally committed as revision 23508 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-05correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman
Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-30rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos
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
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-23ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten
Originally committed as revision 23379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-19Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ↵Marc Hoffman
averaging. This is 10x faster than the cooresponding C function. Originally committed as revision 23345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-16Remove extern C declarations for C++.Diego Biurrun
FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 23322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color. Speed-up compared to C version compiled with -O3 187.28% Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 9, 2007 2:46 AM Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion Originally committed as revision 23307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-11cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten
Originally committed as revision 23296 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-09remove the need of one extra shift in rgb16ToUVIvo van Poorten
Originally committed as revision 23281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-09Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten
Originally committed as revision 23279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-02cosmetics: indentation after previous patchBenoit Fouet
Originally committed as revision 23207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-05-02test if color conv fonction exists prior to using itBenoit Fouet
Originally committed as revision 23206 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-30cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
Originally committed as revision 23179 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-29cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-29cosmetics: Fix stray wrongly indented line.Diego Biurrun
Originally committed as revision 23174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-29cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
Originally committed as revision 23173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-28cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
Originally committed as revision 23158 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-28cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun
Originally committed as revision 23157 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-26cosmetics: Remove trailing whitespace.Diego Biurrun
Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-26Don't declare -lm as a dependency of swscale-example.Diego Biurrun
Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-26Remove large automatics from stack.Marc Hoffman
patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 23117 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-18preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten
Originally committed as revision 23022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-18fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten
some SIMD functions to output wrong data. Originally committed as revision 23021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale