summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini2009-11-26
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableNVIDIA Corporation2009-11-10
* Reset slice direction at end of each frame.Ramiro Polla2009-09-13
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Indent.Ramiro Polla2009-09-05
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* Curly brackets cosmetics for previous commit.Ramiro Polla2009-08-29
* Check for return value of initFilter().Ramiro Polla2009-08-29
* swscale: Check for return values of malloc.Ramiro Polla2009-08-29
* Restore comment that was partially removed.Ramiro Polla2009-08-29
* Check return values of sws_allocVec() and sws_getConstVec().Ramiro Polla2009-08-20
* Introduce and use sws_allocVec().Ramiro Polla2009-08-19
* Reuse sws_getConstVec() where possible.Ramiro Polla2009-08-19
* Cosmetics:Ramiro Polla2009-08-16
* Indent libswscale:Ramiro Polla2009-08-16
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-14
* Indent.Ramiro Polla2009-08-13
* MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla2009-08-13
* Protect mmx2 filter code buffers so they are not executable and writeable atRamiro Polla2009-08-13
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-13
* Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Ramiro Polla2009-08-09
* Remove disabled crufty code.Diego Biurrun2009-08-08
* Fix regression when converting to nv12/nv21.Guennadi Liakhovetski2009-08-01
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: factorize initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Ramiro Polla2009-07-28
* Remove useless code.Ramiro Polla2009-07-28
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-27
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Remove unnecessary #include <unistd.h>Måns Rullgård2009-07-23
* Remove unused variables.Ramiro Polla2009-07-21
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Diego Biurrun2009-06-25
* The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun2009-06-25
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun2009-06-25
* Do not call rgb2rgbWrapper() for rgb48*, there is no special converterVitor Sessak2009-06-17
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov2009-06-04
* YUV into RGB48 BE/LE conversion supportKostya Shishkov2009-06-02
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov2009-06-02
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-25
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov2009-05-19
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-10
* Move preprocessor condition before variable declaration, fixes the warning:Diego Biurrun2009-05-10
* Fix sliced yuv410 -> yuv420 conversionVitor Sessak2009-05-07
* Make reset_ptr() void.Carl Eugen Hoyos2009-04-23
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-21
* Merge gray->gray converters into planarCopy(), this should also make planarCo...Michael Niedermayer2009-04-21
* Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer2009-04-21
* Use generic BE check instead of checking for gray16LE.Michael Niedermayer2009-04-20
* Make sws_setColorspaceDetails() return -1 if the destination format isStefano Sabatini2009-04-18