aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
...
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Gravatar michael2008-09-13
* Disable mmx routines that are not bitexact when the user wantsGravatar michael2008-09-13
* Make horizontal mmx scaling code match C code.Gravatar michael2008-09-13
* Ensure that additional filter coeffs that exist due to alignmentGravatar michael2008-09-13
* yvu9toyv12Wrapper is not bitexact so disable it when the user wantsGravatar michael2008-09-12
* Make the horizontal C scaler code clip only against INT16_MAX not 0,Gravatar michael2008-09-12
* Add bitexact flag.Gravatar michael2008-09-12
* The yuv->rgb tables are too small for cliping to be avoidable,Gravatar michael2008-09-12
* Fix another 1000l bug in the mono input code.Gravatar michael2008-09-12
* Add support for PIX_FMT_YUV440P.Gravatar michael2008-09-12
* 10000l PIX_FMT_MONOWHITE check was really a || 1.Gravatar michael2008-09-12
* Support mono as input format.Gravatar michael2008-09-12
* Add support for PIX_FMT_MONOWHITE as output format.Gravatar michael2008-09-12
* rgb24toyv12 is not accurately rounding, so disable it as well when theGravatar michael2008-09-12
* Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Gravatar michael2008-09-12
* 100000000000000l, forgot to commit header change for r27580.Gravatar michael2008-09-11
* Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Gravatar michael2008-09-11
* Remove mistakely commited code i used for testing.Gravatar michael2008-09-11
* Implement full horizontal chroma for rgb/bgr24/32 output. Gravatar michael2008-09-11
* Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.Gravatar michael2008-09-11
* Factorize yuv2packedXinC().Gravatar michael2008-09-11
* Set rgb2yuv constants more accurately, makes no real difference though.Gravatar michael2008-09-11
* 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