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-11-17Put variable declaration inside an #ifdef to avoid an unused variable warning.Diego Biurrun
2008-10-26Remove unused code that can't be compiled without svn archive.Carl Eugen Hoyos
2008-10-23cosmetics: typo fixDiego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-09Invert logic for the single-pass in swScale() functions.Diego Pettenò
2008-10-08Do not set src[1] to the palette, it is now in the contextVitor Sessak
2008-10-04Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos
2008-10-04Remove g6Dither from libswscale.Carl Eugen Hoyos
2008-09-18Uniform *ToY and *ToUV function signaturesLuca Barbato
2008-09-18Split mono2Y in monowhite and monoblackLuca Barbato
2008-09-18Factorize unit32_t* casts for palette pointerLuca Barbato
2008-09-13Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Benjamin Zores
2008-09-13Fix indention.Michael Niedermayer
2008-09-13Disable mmx routines that are not bitexact when the user wantsMichael Niedermayer
2008-09-13Make horizontal mmx scaling code match C code.Michael Niedermayer
2008-09-13Make the horizontal C scaler code clip only against INT16_MAX not 0,Michael Niedermayer
2008-09-12Fix another 1000l bug in the mono input code.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-11Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Michael Niedermayer
2008-09-11Implement full horizontal chroma for rgb/bgr24/32 output.Michael Niedermayer
2008-09-11Factorize yuv2packedXinC().Michael 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-10Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,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 accurate rounding mode on x86_64.Michael Niedermayer
2008-09-07Make ToY and ToUV family of function consistent part ILuca Barbato
2008-09-05Make 16bit grayscale output work.Michael Niedermayer
2008-09-05Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer
2008-09-04Fix rgb15/16 vs. bgr part2.Michael Niedermayer
2008-07-18Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer
2008-07-18indentMichael Niedermayer
2008-07-18Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer
2008-07-18simplify yuv2yuv1()Michael Niedermayer
2008-07-06Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-06-01cast to correct type, suppress warningsBaptiste Coudurier
2008-03-22cosmetics: comment typo fixesDiego Biurrun
2008-03-06remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier
2008-03-05Turn ancient V offset numerical constants into named ones.Michael Niedermayer