aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Convert asm keyword into __asm__.Gravatar flameeyes2008-10-16
* Mark some symbols in swscale.c as constant.Gravatar flameeyes2008-10-09
* Mark dither_2x2_{8,4} static to swscale.cGravatar flameeyes2008-10-09
* Mark variation-specific interleaveBytes static.Gravatar flameeyes2008-10-09
* Invert logic for the single-pass in swScale() functions.Gravatar flameeyes2008-10-09
* Change variable types from int to enum PixelFormat.Gravatar cehoyos2008-10-09
* Do not set src[1] to the palette, it is now in the contextGravatar vitor2008-10-08
* Add a new unscaled PAL8 -> RGB converter.Gravatar vitor2008-10-08
* Change one more variable type from int to enum PixelFormat.Gravatar aurel2008-10-08
* Change variable types from int to enum PixelFormat.Gravatar cehoyos2008-10-07
* gcc-apple specific fallback not necessary anymoreGravatar lu_zero2008-10-05
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Gravatar diego2008-10-05
* Remove b5Dither, g5Dither and r5Dither from libswscale.Gravatar cehoyos2008-10-04
* Remove g6Dither from libswscale.Gravatar cehoyos2008-10-04
* Remove MPlayer-specific MP_WORDSIZE hack.Gravatar diego2008-10-04
* Remove unused function fast_memcpy.Gravatar diego2008-09-29
* cosmetics: indentationGravatar diego2008-09-29
* Revert mistakenly committed hunk.Gravatar michael2008-09-29
* Print all cases that are tested, not just the ones that are bad.Gravatar michael2008-09-29
* Fix infinite loop with spline, bug was introduced in r27612 by me.Gravatar michael2008-09-29
* Uniform *ToY and *ToUV function signaturesGravatar lu_zero2008-09-18
* Split mono2Y in monowhite and monoblackGravatar lu_zero2008-09-18
* Factorize unit32_t* casts for palette pointerGravatar lu_zero2008-09-18
* Fix segfault with rgb24 and full_internal_chroma due to non-existing alphaGravatar michael2008-09-16
* Avoid using floating point for calculating filter coefficients.Gravatar michael2008-09-15
* Avoid some explicit types in sizeof().Gravatar michael2008-09-14
* Use av_mallocz() instead of for() =0;Gravatar michael2008-09-14
* Move dither tables from yuv2rgb to swscale, they have been written by me andGravatar michael2008-09-14
* Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Gravatar ben2008-09-13
* Fix indention.Gravatar michael2008-09-13
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Gravatar michael2008-09-13
* Disable mmx routines that are not bitexact when the user wantsGravatar michael2008-09-13
* Make horizontal mmx scaling code match C code.Gravatar michael2008-09-13
* Ensure that additional filter coeffs that exist due to alignmentGravatar michael2008-09-13
* yvu9toyv12Wrapper is not bitexact so disable it when the user wantsGravatar michael2008-09-12
* Make the horizontal C scaler code clip only against INT16_MAX not 0,Gravatar michael2008-09-12
* Add bitexact flag.Gravatar michael2008-09-12
* The yuv->rgb tables are too small for cliping to be avoidable,Gravatar michael2008-09-12
* Fix another 1000l bug in the mono input code.Gravatar michael2008-09-12
* Add support for PIX_FMT_YUV440P.Gravatar michael2008-09-12
* 10000l PIX_FMT_MONOWHITE check was really a || 1.Gravatar michael2008-09-12
* Support mono as input format.Gravatar michael2008-09-12
* Add support for PIX_FMT_MONOWHITE as output format.Gravatar michael2008-09-12
* rgb24toyv12 is not accurately rounding, so disable it as well when theGravatar michael2008-09-12
* Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Gravatar michael2008-09-12
* 100000000000000l, forgot to commit header change for r27580.Gravatar michael2008-09-11
* Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().Gravatar michael2008-09-11
* Remove mistakely commited code i used for testing.Gravatar michael2008-09-11
* Implement full horizontal chroma for rgb/bgr24/32 output. Gravatar michael2008-09-11
* Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.Gravatar michael2008-09-11