aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionGravatar sdrik2009-03-24
* Fix some places where "non-alpha to YUVA420P" do not fill the alpha planeGravatar sdrik2009-03-24
* Enable unscaled packed422 -> planar 420 converters by default as theGravatar michael2009-03-21
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...Gravatar reimar2009-03-21
* Avoid crash on planarCopy to a destination without alpha.Gravatar reimar2009-03-20
* YUVA420P is now supported as output formatGravatar sdrik2009-03-20
* Add alpha channel scalingGravatar sdrik2009-03-20
* Use a simpler and more general check for the gray case in the planarCopy func...Gravatar sdrik2009-03-20
* Allocate executable memory with VirtualAlloc() in Windows.Gravatar ramiro2009-03-19
* Drop unnecessary cast and cosmetically align.Gravatar ramiro2009-03-19
* Fix 10l typo.Gravatar michael2009-03-19
* Unscaled converters forGravatar michael2009-03-19
* Do not assume long is same width as x86 register.Gravatar ramiro2009-03-18
* Consistently use ff_ prefixes for internal symbols.Gravatar diego2009-03-18
* Add a fillPlane function to fill a plane with one constant valueGravatar sdrik2009-03-17
* Don't write outside of the picture buffer in planarCopy in the gray caseGravatar sdrik2009-03-17
* In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el...Gravatar sdrik2009-03-11
* Let the 4th plane reach the swScale functionGravatar sdrik2009-03-07
* Fix bug introduced by me in r28756Gravatar sdrik2009-03-05
* When converting from a non alpha format to an alpha format, defaults to all o...Gravatar sdrik2009-02-28
* Use YUV420P code path for YUVA420P where appropriateGravatar sdrik2009-02-27
* New LGPLed YUV2RGB table generator for SwScalerGravatar kostya2009-02-22
* Use sws_printVec2() instead of the deprecated sws_printVec(). Gravatar stefano2009-02-14
* Implement sws_printVec2() and deprecate sws_printVec().Gravatar stefano2009-02-14
* Some AltiVec functions in SwScaler produce different output than theirGravatar kostya2009-02-14
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Gravatar stefano2009-02-10
* Move documentation of sws_getCachedContext() from swscale.c toGravatar stefano2009-02-10
* Remove pointless comment regarding sws_scale_ordered().Gravatar stefano2009-02-10
* Prefix visible YUV2RGB functions with sws_Gravatar kostya2009-02-09
* Give better name to Inverse_Table_6_9Gravatar kostya2009-02-09
* Drop the deprecated sws_scale_ordered() at the next major versionGravatar stefano2009-02-08
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Gravatar diego2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Gravatar diego2009-01-25
* spelling/grammar cosmeticsGravatar diego2009-01-25
* Fix #endif comments.Gravatar diego2009-01-25
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Gravatar cehoyos2009-01-20
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willGravatar cehoyos2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Gravatar aurel2009-01-14
* Add PIX_FMT_VDPAU_H264.Gravatar cehoyos2009-01-08
* consistency cosmetics: Rename POWERPC identifiers to PPC.Gravatar diego2008-12-27
* Silence GCC warnings:Gravatar vitor2008-10-27
* Silence the following GCC warning:Gravatar vitor2008-10-26
* Do not attempt to use the unscaled yuv2rgb converter when height is odd becauseGravatar michael2008-10-25
* Cosmetics: alignmentGravatar vitor2008-10-23
* Fix broken palette8to*.Gravatar vitor2008-10-23
* 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
* 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