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