154 Commits (0809b51e528067ad94ff0ca31e91b02526197774)

Author SHA1 Message Date
  Diego Biurrun bd7c6fd50c typo 18 years ago
  Marc Hoffman 7889f52890 integrating blackfin optimized yuyvtoyv12 converter 18 years ago
  Marc Hoffman b41c9046cc removing reference to bfin_sram.h its not used anylonger 18 years ago
  Marc Hoffman 4055d27121 adding blackfin optimized yuyvtoyv12 converter 18 years ago
  Denes Balatoni 90c1d7b400 UltraSPARC VIS yuv2rgb 18 years ago
  Andreas Öman 9ba7fe6dcb use YUV440P in swscale 18 years ago
  Diego Biurrun 325751ef32 This was rewritten by Michael, switch copyrights to him and license to LGPL. 18 years ago
  Diego Biurrun fc69cc615e Remove redundant "all rights reserved" statement, OKed by Walken. 18 years ago
  Diego Biurrun cabc90c2ce typo 18 years ago
  Luca Abeni aa89fa07b0 Remove unused file (this time for real) 18 years ago
  Luca Abeni 0d79efeba9 Resurrect yuv2rgb_init.c, to add a proper license (and some comments about 18 years ago
  Diego Biurrun 7ed8ccb50e ISO8859-1 --> UTF-8 18 years ago
  Diego Biurrun b19bcbaa78 license header consistency cosmetics 18 years ago
  Diego Biurrun c1578479d3 Group all copyright and author notices together. 18 years ago
  Luca Abeni 6969e0a030 Remove unused file 18 years ago
  Diego Biurrun 064cd7a897 Fix 'make checkheaders'. 18 years ago
  Diego Biurrun 26e16be00e Remove obsolete and misleading comment. 18 years ago
  Diego Biurrun ddda6fcddc comment grammar fixes 18 years ago
  Marc Hoffman 1ebbfe159f integrating ff_bfin_get_unscaled_swscale into the system 18 years ago
  Marc Hoffman c185b405c1 adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler 18 years ago
  Marc Hoffman 69a6db95ac document pointer offset by -8 18 years ago
  Marc Hoffman e9d4375f1a re pipeline loop, to eliminate extra chroma reads 18 years ago
  Marc Hoffman 45eeae39ac correct chroma skewing bug, caused by incorrect stride adjustments 18 years ago
  Reimar Döffinger a444671542 Missing libswscale part of TARGET_ -> HAVE_ change 18 years ago
  Reimar Döffinger 6e6203fb1c Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. 18 years ago
  Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
  Reimar Döffinger 1a18eaf760 Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 18 years ago
  Marc Hoffman 22a11d578e correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line 18 years ago
  Carl Eugen Hoyos 2db27aadcb rename attribute_unused to av_unused as it is declared in common.h 18 years ago
  Diego Biurrun 4d7b302c0d Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
  Ivo van Poorten d61845e8ae ffmpeg -sws_flags command line option to set swscaler flags 18 years ago
  Marc Hoffman bf4a90fcc3 Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging. 18 years ago
  Diego Biurrun 9f17e13bfc Remove extern C declarations for C++. 18 years ago
  Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
  Ivo van Poorten 9d9de37d81 cosmetics; one test per line for all isXXX(x) macros 18 years ago
  Ivo van Poorten fa88429489 remove the need of one extra shift in rgb16ToUV 18 years ago
  Ivo van Poorten f96829d2d0 Fix rgb15ToUV. Correct order of components and use one shift less. 18 years ago
  Benoit Fouet c4ca31d0a8 cosmetics: indentation after previous patch 18 years ago
  Benoit Fouet 068b0f4f29 test if color conv fonction exists prior to using it 18 years ago
  Diego Biurrun 2da0d70d5e cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code. 18 years ago
  Diego Biurrun 428098165d cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. 18 years ago
  Diego Biurrun ce505b8523 cosmetics: Fix stray wrongly indented line. 18 years ago
  Diego Biurrun 221b804f34 cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. 18 years ago
  Diego Biurrun 6e42e6c4b4 cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. 18 years ago
  Diego Biurrun 1da87823db cosmetics: Replace manual tab indentation by \n\t as in the rest of the file. 18 years ago
  Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
  Diego Biurrun c36bd2866a Don't declare -lm as a dependency of swscale-example. 18 years ago
  Marc Hoffman 26cdb9a2aa Remove large automatics from stack. 18 years ago
  Ivo van Poorten 3052ddb2a8 preserve alpha channel when converting rgb32 to bgr32 in plain C 18 years ago
  Ivo van Poorten 19b202f9d1 fix red_15mask and green_15mask. the previous values were wrong and caused 18 years ago