aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itGravatar michael2008-09-11
* Correct normalization constant for the vertical filter.Gravatar michael2008-09-10
* Make the 2point linear interpolation coefficients correct even for theGravatar michael2008-09-10
* Fix overflow.Gravatar michael2008-09-10
* Fix build failure due to %%eip on x86_64.Gravatar michael2008-09-10
* Change RGB2YUV_SHIFT from 16 to 15 to make it able to workGravatar michael2008-09-10
* Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplicationGravatar michael2008-09-10
* Factorize RGB/BGR15/16/32->UV by using the preprocessor.Gravatar michael2008-09-10
* Factorize rgb/bgr15/16/32->Y by using the preprocessor.Gravatar michael2008-09-10
* Make SWS_FULL_CHR_H_INP work.Gravatar michael2008-09-10
* spelling/wording cosmeticsGravatar diego2008-09-10
* More accurate rounding for 8bit inputs.Gravatar michael2008-09-09
* Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,Gravatar michael2008-09-09
* Add table of rgb->yuv conversion coefficients.Gravatar michael2008-09-09
* More correct rounding for the rgb/bgr->yuv converters.Gravatar michael2008-09-09
* Prevent overflows during mpeg->jpeg yuv.Gravatar michael2008-09-09
* Fix jpeg yuv.Gravatar michael2008-09-08
* Fix typo in comment.Gravatar michael2008-09-08
* Fix accurate rounding mode on x86_64.Gravatar michael2008-09-07
* Make ToY and ToUV family of function consistent part IGravatar lu_zero2008-09-07
* Make fast bilinear scaler work again.Gravatar michael2008-09-07
* simplify function selection codeGravatar bcoudurier2008-09-05
* enable yuv422p to uyvy converterGravatar bcoudurier2008-09-05
* Make 16bit grayscale output work.Gravatar michael2008-09-04
* Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Gravatar michael2008-09-04
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Gravatar michael2008-09-04
* Fix 4 and 8 bit RGB/BGR input.Gravatar michael2008-09-04
* Remove workaround for rgb/bgr mess.Gravatar michael2008-09-04
* Fix 4 of the unscaled rgb15/16 converters, each of these containedGravatar michael2008-09-04
* rgb vs bgr fix for the unscaled converters.Gravatar michael2008-09-04
* Fix rgb15/16 vs. bgr part2.Gravatar michael2008-09-04
* Fix rgb15/16 vs. bgr part1.Gravatar michael2008-09-04
* Add fflush to prevent stdout & stderr from being mixed.Gravatar michael2008-09-04
* Change header inclusion guard names in line with FFmpeg r15120.Gravatar stefano2008-08-31
* Implement swscale_version().Gravatar stefano2008-08-29
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Gravatar gpoirier2008-07-25
* cosmetics: Fix indentation after last commit.Gravatar diego2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Gravatar diego2008-07-24
* fix memleakGravatar michael2008-07-21
* Cleanup, use av_freep() instead of av_free(x); x=NULLGravatar michael2008-07-21
* Make C code in yuv2yuv1() do accurate rounding, this could be splitGravatar michael2008-07-18
* indentGravatar michael2008-07-17
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Gravatar michael2008-07-17
* simplify yuv2yuv1()Gravatar michael2008-07-17
* 10l forgot SWS_BILINEARGravatar michael2008-07-17
* Ensure that exactly one scaler algo is used.Gravatar michael2008-07-17
* Cosmetics: reindent.Gravatar astrange2008-07-13
* Remove const vector casts from Altivec.Gravatar astrange2008-07-13
* 100l, avoption splitted code added, I should double check with svn status...Gravatar lu_zero2008-07-10
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-09