summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Uniform *ToY and *ToUV function signaturesLuca Barbato2008-09-18
* Split mono2Y in monowhite and monoblackLuca Barbato2008-09-18
* Factorize unit32_t* casts for palette pointerLuca Barbato2008-09-18
* Fix segfault with rgb24 and full_internal_chrome due to non existing alphaMichael Niedermayer2008-09-16
* Avoid using floating point for calculating filter coefficients.Michael Niedermayer2008-09-15
* Avoid some explicit types in sizeof().Michael Niedermayer2008-09-14
* Use av_mallocz() instead of for() =0;Michael Niedermayer2008-09-14
* Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer2008-09-14
* Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Benjamin Zores2008-09-13
* Fix indention.Michael Niedermayer2008-09-13
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Michael Niedermayer2008-09-13
* Disable mmx routines that are not bitexact when the user wantsMichael Niedermayer2008-09-13
* Make horizontal mmx scaling code match C code.Michael Niedermayer2008-09-13
* Ensure that additional filter coeffs that exist due to alignmentMichael Niedermayer2008-09-13
* yvu9toyv12Wrapper is not bitexact so disable it when the user wantsMichael Niedermayer2008-09-12
* Make the horizontal C scaler code clip only against INT16_MAX not 0,Michael Niedermayer2008-09-12
* Add bitexact flag.Michael Niedermayer2008-09-12
* The yuv->rgb tables are too small for cliping to be avoidable,Michael Niedermayer2008-09-12
* Fix another 1000l bug in the mono input code.Michael Niedermayer2008-09-12
* Add support for PIX_FMT_YUV440P.Michael Niedermayer2008-09-12
* 10000l PIX_FMT_MONOWHITE check was really a || 1.Michael Niedermayer2008-09-12
* Support mono as input format.Michael Niedermayer2008-09-12
* Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer2008-09-12
* rgb24toyv12 isnt accuratly rounding, so disable it as well when theMichael Niedermayer2008-09-12
* Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Michael Niedermayer2008-09-12
* 100000000000000l, forgot to commit header change for r27580.Michael Niedermayer2008-09-11
* Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Michael Niedermayer2008-09-11
* Remove mistakely commited code i used for testing.Michael Niedermayer2008-09-11
* Implement full horizontal chroma for rgb/bgr24/32 output.Michael Niedermayer2008-09-11
* Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.Michael Niedermayer2008-09-11
* Factorize yuv2packedXinC().Michael Niedermayer2008-09-11
* Set rgb2yuv constants more accurately, makes no real difference though.Michael Niedermayer2008-09-11
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer2008-09-11
* Correct normalization constant for the vertical filter, iam notMichael Niedermayer2008-09-10
* Make the 2point linear interpolation coefficients correct even for theMichael Niedermayer2008-09-10
* Fix overflow.Michael Niedermayer2008-09-10
* Fix build failure due to %%eip on x86_64.Michael Niedermayer2008-09-10
* Change RGB2YUV_SHIFT from 16 to 15 to make it able to workMichael Niedermayer2008-09-10
* Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplicationMichael Niedermayer2008-09-10
* Factorize RGB/BGR15/16/32->UV by using the preprocessor.Michael Niedermayer2008-09-10
* Factorize rgb/bgr15/16/32->Y by using the preprocessor.Michael Niedermayer2008-09-10
* Make SWS_FULL_CHR_H_INP work.Michael Niedermayer2008-09-10
* spelling/wording cosmeticsDiego Biurrun2008-09-10
* More accurate rounding for 8bit inputs.Michael Niedermayer2008-09-09
* Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,Michael Niedermayer2008-09-09
* Add table of rgb->yuv convertion coefficients.Michael Niedermayer2008-09-09
* More correct rounding for the rgb/bgr->yuv converters.Michael Niedermayer2008-09-09
* Prevent overflows during mpeg->jpeg yuv.Michael Niedermayer2008-09-09
* Fix jpeg yuv.Michael Niedermayer2008-09-08
* Fix typo in comment.Michael Niedermayer2008-09-08