aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Diego Biurrun2009-06-251-5/+5
* The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun2009-06-251-1/+1
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun2009-06-251-2/+1
* Do not call rgb2rgbWrapper() for rgb48*, there is no special converterVitor Sessak2009-06-171-0/+2
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov2009-06-041-10/+10
* YUV into RGB48 BE/LE conversion supportKostya Shishkov2009-06-021-0/+18
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov2009-06-021-0/+44
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-251-0/+115
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov2009-05-191-0/+4
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-101-2/+3
* Move preprocessor condition before variable declaration, fixes the warning:Diego Biurrun2009-05-101-1/+1
* Fix sliced yuv410 -> yuv420 conversionVitor Sessak2009-05-071-4/+8
* Make reset_ptr() void.Carl Eugen Hoyos2009-04-231-1/+1
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-211-1/+34
* Merge gray->gray converters into planarCopy(), this should also make planarCo...Michael Niedermayer2009-04-211-90/+37
* Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer2009-04-211-5/+28
* Use generic BE check instead of checking for gray16LE.Michael Niedermayer2009-04-201-1/+1
* Make sws_setColorspaceDetails() return -1 if the destination format isStefano Sabatini2009-04-181-1/+1
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-181-8/+0
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla2009-04-081-10/+10
* swscale: Remove X86 commented out code.Ramiro Polla2009-04-051-11/+1
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-041-2/+15
* swscale: {}-related cosmetics.Ramiro Polla2009-04-041-7/+10
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-041-12/+12
* Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionCédric Schieli2009-03-241-2/+8
* Fix some places where "non-alpha to YUVA420P" do not fill the alpha planeCédric Schieli2009-03-241-0/+6
* Enable unscaled packed422 -> planar 420 converters by default as theMichael Niedermayer2009-03-211-5/+4
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...Reimar Döffinger2009-03-211-1/+3
* Avoid crash on planarCopy to a destination without alpha.Reimar Döffinger2009-03-201-1/+2
* YUVA420P is now supported as output formatCédric Schieli2009-03-201-8/+10
* Add alpha channel scalingCédric Schieli2009-03-201-50/+188
* Use a simpler and more general check for the gray case in the planarCopy func...Cédric Schieli2009-03-201-4/+1
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-191-0/+10
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-191-5/+5
* Fix 10l typo.Michael Niedermayer2009-03-191-4/+4
* Unscaled converters forMichael Niedermayer2009-03-191-0/+53
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-181-6/+6
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-181-3/+3
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-171-8/+11
* Don't write outside of the picture buffer in planarCopy in the gray caseCédric Schieli2009-03-171-2/+8
* In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el...Cédric Schieli2009-03-111-1/+1
* Let the 4th plane reach the swScale functionCédric Schieli2009-03-071-6/+8
* Fix bug introduced by me in r28756Cédric Schieli2009-03-051-2/+2
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-281-4/+4
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-271-3/+4
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-221-2/+0
* Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini2009-02-141-2/+2
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-141-4/+10
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-141-0/+1
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-101-4/+0