382 Commits (ffe2c09d4658882e5debabb9ab59ce6b3c9b7591)

Author SHA1 Message Date
Michael Niedermayer cbcb408ff6 More accurate rounding for 8bit inputs. 16 years ago
Michael Niedermayer dfb09bd1d4 Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, 16 years ago
Michael Niedermayer 0f5d4aa83b Add table of rgb->yuv convertion coefficients. 16 years ago
Michael Niedermayer 35ab2b6445 More correct rounding for the rgb/bgr->yuv converters. 16 years ago
Michael Niedermayer aa13b0fc55 Prevent overflows during mpeg->jpeg yuv. 16 years ago
Michael Niedermayer 6bc0c7928a Fix jpeg yuv. 16 years ago
Michael Niedermayer 59ded10ca2 Fix typo in comment. 16 years ago
Michael Niedermayer 1625216eaa Fix accurate rounding mode on x86_64. 16 years ago
Luca Barbato 97b93389af Make ToY and ToUV family of function consistent part I 16 years ago
Michael Niedermayer d63a2cb103 Make fast bilinear scaler work again. 16 years ago
Baptiste Coudurier 3b38f1c60b simplify function selection code 16 years ago
Baptiste Coudurier a6100f39a1 enable yuv422p to uyvy converter 16 years ago
Michael Niedermayer b0880d5da4 Make 16bit grayscale output work. 16 years ago
Michael Niedermayer 736143c8d9 Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters. 16 years ago
Michael Niedermayer 9990e4269c Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. 16 years ago
Michael Niedermayer 1462302027 Fix 4 and 8 bit RGB/BGR input. 16 years ago
Michael Niedermayer d52337af70 Remove workaround for rgb/bgr mess. 16 years ago
Michael Niedermayer 7372e9bbe5 Fix 4 of the unscaled rgb15/16 converters, each of these contained 16 years ago
Michael Niedermayer 6107059c2c rgb vs bgr fix for the unscaled converters. 16 years ago
Michael Niedermayer 27a90b0450 Fix rgb15/16 vs. bgr part2. 16 years ago
Michael Niedermayer 688b5e8020 Fix rgb15/16 vs. bgr part1. 16 years ago
Michael Niedermayer ae9e0e8391 Add fflush to prevent stdout & stderr from being mixed. 16 years ago
Stefano Sabatini 0eaf523548 Change headers' guardnames consistently with r15120. 16 years ago
Stefano Sabatini b3e03fa7b0 Implement swscale_version(). 16 years ago
Guillaume Poirier 14b83f9a3d compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro 17 years ago
Diego Biurrun 6b83bb1ee8 Fix indentation after last commit. 17 years ago
Diego Biurrun f22e5e22ef Remove AltiVec vector declaration compiler compatibility macros. 17 years ago
Michael Niedermayer 091d3bdc73 fix memleak 17 years ago
Michael Niedermayer 47b7382d29 Cleanup, use av_freep() instead of av_free(x); x=NULL 17 years ago
Michael Niedermayer a1f3ffa3ce Make C code in yuv2yuv1() do accurate rounding, this could be split 17 years ago
Michael Niedermayer d78c1ea16f indent 17 years ago
Michael Niedermayer bf2bdde67a Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. 17 years ago
Michael Niedermayer 7bae01c62c simplify yuv2yuv1() 17 years ago
Michael Niedermayer 6afc7c19f0 10l forgot SWS_BILINEAR 17 years ago
Michael Niedermayer 010c00bc81 Ensure that exactly one scaler algo is used. 17 years ago
Alexander Strange 88c5cadc2a Cosmetics: reindent. 17 years ago
Alexander Strange 2ac6ff2ecb Remove const vector casts. 17 years ago
Luca Barbato 1619f426b9 100L, avoption splited code added, I should double check with svn status... 17 years ago
Luca Barbato e40b183d3a Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini 17 years ago
Luca Barbato fcc402b1c9 Remove ASSERT() macro. SoC Patch from Keiji Costantini 17 years ago
Luca Barbato bc5a04440b Reindent. SoC Patch from Keiji Costantini 17 years ago
Luca Barbato 2d35ae567f Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini 17 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 17 years ago
Diego Biurrun 4bdc44c7fe whitespace cosmetics 17 years ago
Diego Biurrun 7a4d5e174c Place license header at the top of the file for consistency. 17 years ago
Diego Biurrun b146e17df5 OBJS should end in .o, not .c. 17 years ago
Jan Knutar 862ae1d6a2 VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. 17 years ago
Jan Knutar f3bbfe785e Add missing #include, patch by Jan Knutar, jknutar nic fi. 17 years ago
Baptiste Coudurier ce3d365f2f restore needed cast to correct type with const 17 years ago
Baptiste Coudurier b8b015f483 cast to correct type, suppress warnings 17 years ago