aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Remove libswscale directory in MPlayer sourcesGravatar Uoti Urpala2009-07-26
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Gravatar diego2009-06-25
* The AltiVec optimizations of libswscale are no longer under GPL.Gravatar diego2009-06-25
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Gravatar diego2009-06-25
* Do not call rgb2rgbWrapper() for rgb48*, there is no special converter Gravatar vitor2009-06-17
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Gravatar ramiro2009-06-04
* YUV into RGB48 BE/LE conversion supportGravatar kostya2009-06-02
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportGravatar kostya2009-06-02
* Move colorspace conversion functions implemented in pure C from templateGravatar kostya2009-05-25
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Gravatar kostya2009-05-19
* Add const qualifier to param argument of sws_getContext() andGravatar diego2009-05-10
* Move preprocessor condition before variable declaration, fixes the warning:Gravatar diego2009-05-10
* Fix sliced yuv410 -> yuv420 conversionGravatar vitor2009-05-07
* Make reset_ptr() void.Gravatar cehoyos2009-04-23
* Planar 16bit 420 422 444 YUV support (output is only supported in someGravatar michael2009-04-21
* Merge gray->gray converters into planarCopy(), this should also make planarCo...Gravatar michael2009-04-21
* Make sure src/dst are NULL when they arent used, some code uses this toGravatar michael2009-04-21
* Use generic BE check instead of checking for gray16LE.Gravatar michael2009-04-20
* Make sws_setColorspaceDetails() return -1 if the destination format isGravatar stefano2009-04-18
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toGravatar stefano2009-04-18
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* swscale: Remove X86 commented out code.Gravatar ramiro2009-04-05
* swscale: Use function pointers for swScale functions.Gravatar ramiro2009-04-04
* swscale: {}-related cosmetics.Gravatar ramiro2009-04-04
* swscale: Add const to some swScale functions' parameters.Gravatar ramiro2009-04-04
* 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