aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
...
* swscale-example: Check for Gray formats.Gravatar ramiro2009-08-13
* Remove disabled debug code.Gravatar diego2009-08-10
* Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Gravatar ramiro2009-08-09
* Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedGravatar kostya2009-08-09
* Remove disabled crufty code.Gravatar diego2009-08-08
* Fix regression when converting to nv12/nv21.Gravatar cehoyos2009-08-01
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Gravatar ramiro2009-07-28
* MMX2 scaler: factorize initMMX2Scaler().Gravatar ramiro2009-07-28
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Gravatar ramiro2009-07-28
* Indent.Gravatar ramiro2009-07-28
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceGravatar ramiro2009-07-28
* Remove useless code.Gravatar ramiro2009-07-28
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themGravatar ramiro2009-07-27
* Factorize x86 fast_bilinear assembly.Gravatar ramiro2009-07-27
* Fix assembly comments for x86 fast_bilinear so they match the C code.Gravatar ramiro2009-07-27
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANGravatar mru2009-07-26
* Remove unnecessary #include <unistd.h>Gravatar mru2009-07-23
* Remove unused variables.Gravatar ramiro2009-07-21
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerGravatar ramiro2009-07-09
* The AltiVec code in libswscale no longer is under GPL.Gravatar diego2009-07-05
* Use enum PixelFormat in sws_format_name() prototypeGravatar mru2009-07-01
* 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
* Kill warnings of possibly unused variables by using av_unused.Gravatar ramiro2009-06-11
* Fix compilation: #undef standard library functions that areGravatar diego2009-06-11
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Gravatar diego2009-06-11
* Remove '\p' doxygen markup, as it should improve plain text doxyGravatar stefano2009-06-06
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Gravatar ramiro2009-06-04
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Gravatar ramiro2009-06-04
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Gravatar ramiro2009-06-04
* Testing RGB48 variants requires bigger stride in swscale-example.cGravatar kostya2009-06-02
* 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
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Gravatar kostya2009-05-19
* 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
* Add missing const qualifiers to AltiVec function parameters where appropriate.Gravatar diego2009-05-09
* Fix sliced yuv410 -> yuv420 conversionGravatar vitor2009-05-07
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasGravatar michael2009-05-05
* Fix chroma shift when scaling from ARGB on LE and BGRA on BEGravatar sdrik2009-05-02
* Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cGravatar sdrik2009-04-27
* 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
* Add macro to check for 16bit per sample.Gravatar michael2009-04-21
* Make sure src/dst are NULL when they arent used, some code uses this toGravatar michael2009-04-21