summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Fix infinite loop with spline, bug was introduced in r27612 by me.Michael Niedermayer2008-09-29
* 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
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.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
* The yuv->rgb tables are too small for cliping to be avoidable,Michael Niedermayer2008-09-12
* Add support for PIX_FMT_YUV440P.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
* 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
* Correct normalization constant for the vertical filter, iam notMichael Niedermayer2008-09-10
* Change RGB2YUV_SHIFT from 16 to 15 to make it able to workMichael Niedermayer2008-09-10
* Make SWS_FULL_CHR_H_INP work.Michael Niedermayer2008-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
* Fix jpeg yuv.Michael Niedermayer2008-09-08
* Fix accurate rounding mode on x86_64.Michael Niedermayer2008-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
* Implement swscale_version().Stefano Sabatini2008-08-29
* fix memleakMichael Niedermayer2008-07-21
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-21
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-17
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-17
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-09
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01