summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
...
* 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
* 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 fast bilinear scaler work again.Michael Niedermayer2008-09-07
* simplify function selection codeBaptiste Coudurier2008-09-05
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-05
* Make 16bit grayscale output work.Michael Niedermayer2008-09-04
* Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Michael Niedermayer2008-09-04
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-04
* Fix 4 and 8 bit RGB/BGR input.Michael Niedermayer2008-09-04
* Remove workaround for rgb/bgr mess.Michael Niedermayer2008-09-04
* Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer2008-09-04
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-04
* Fix rgb15/16 vs. bgr part2.Michael Niedermayer2008-09-04
* Fix rgb15/16 vs. bgr part1.Michael Niedermayer2008-09-04
* Add fflush to prevent stdout & stderr from being mixed.Michael Niedermayer2008-09-04
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
* Implement swscale_version().Stefano Sabatini2008-08-29
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Guillaume Poirier2008-07-25
* Fix indentation after last commit.Diego Biurrun2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* fix memleakMichael Niedermayer2008-07-21
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-21
* 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
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-17
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-17
* Cosmetics: reindent.Alexander Strange2008-07-13
* Remove const vector casts.Alexander Strange2008-07-13
* 100L, avoption splited code added, I should double check with svn status...Luca Barbato2008-07-10