Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-13Make horizontal mmx scaling code match C code.Michael Niedermayer
2008-09-13Ensure that additional filter coeffs that exist due to alignmentMichael Niedermayer
2008-09-13yvu9toyv12Wrapper is not bitexact so disable it when the user wantsMichael Niedermayer
2008-09-13Make the horizontal C scaler code clip only against INT16_MAX not 0,Michael Niedermayer
2008-09-13Add bitexact flag.Michael Niedermayer
2008-09-13The yuv->rgb tables are too small for cliping to be avoidable,Michael Niedermayer
2008-09-12Fix another 1000l bug in the mono input code.Michael Niedermayer
2008-09-12Add support for PIX_FMT_YUV440P.Michael Niedermayer
2008-09-1210000l PIX_FMT_MONOWHITE check was really a || 1.Michael Niedermayer
2008-09-12Support mono as input format.Michael Niedermayer
2008-09-12Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer
2008-09-12rgb24toyv12 isnt accuratly rounding, so disable it as well when theMichael Niedermayer
2008-09-12Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Michael Niedermayer
2008-09-12100000000000000l, forgot to commit header change for r27580.Michael Niedermayer
2008-09-11Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Michael Niedermayer
2008-09-11Remove mistakely commited code i used for testing.Michael Niedermayer
2008-09-11Implement full horizontal chroma for rgb/bgr24/32 output.Michael Niedermayer
2008-09-11Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.Michael Niedermayer
2008-09-11Factorize yuv2packedXinC().Michael Niedermayer
2008-09-11Set rgb2yuv constants more accurately, makes no real difference though.Michael Niedermayer
2008-09-11Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer
2008-09-11Correct normalization constant for the vertical filter, iam notMichael Niedermayer
2008-09-11Make the 2point linear interpolation coefficients correct even for theMichael Niedermayer
2008-09-11Fix overflow.Michael Niedermayer
2008-09-10Fix build failure due to %%eip on x86_64.Michael Niedermayer
2008-09-10Change RGB2YUV_SHIFT from 16 to 15 to make it able to workMichael Niedermayer
2008-09-10Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplicationMichael Niedermayer
2008-09-10Factorize RGB/BGR15/16/32->UV by using the preprocessor.Michael Niedermayer
2008-09-10Factorize rgb/bgr15/16/32->Y by using the preprocessor.Michael Niedermayer
2008-09-10Make SWS_FULL_CHR_H_INP work.Michael Niedermayer
2008-09-10spelling/wording cosmeticsDiego Biurrun
2008-09-10More accurate rounding for 8bit inputs.Michael Niedermayer
2008-09-10Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,Michael Niedermayer
2008-09-09Add table of rgb->yuv convertion coefficients.Michael Niedermayer
2008-09-09More correct rounding for the rgb/bgr->yuv converters.Michael Niedermayer
2008-09-09Prevent overflows during mpeg->jpeg yuv.Michael Niedermayer
2008-09-08Fix jpeg yuv.Michael Niedermayer
2008-09-08Fix typo in comment.Michael Niedermayer
2008-09-08Fix accurate rounding mode on x86_64.Michael Niedermayer
2008-09-07Make ToY and ToUV family of function consistent part ILuca Barbato
2008-09-07Make fast bilinear scaler work again.Michael Niedermayer
2008-09-05simplify function selection codeBaptiste Coudurier
2008-09-05enable yuv422p to uyvy converterBaptiste Coudurier
2008-09-05Make 16bit grayscale output work.Michael Niedermayer
2008-09-05Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Michael Niedermayer
2008-09-05Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer
2008-09-05Fix 4 and 8 bit RGB/BGR input.Michael Niedermayer
2008-09-05Remove workaround for rgb/bgr mess.Michael Niedermayer
2008-09-04Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer
2008-09-04rgb vs bgr fix for the unscaled converters.Michael Niedermayer