summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* Reset slice direction at end of each frame.Ramiro Polla2009-09-131-0/+8
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-061-20/+20
* Indent.Ramiro Polla2009-09-051-6/+6
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-051-30/+30
* Curly brackets cosmetics for previous commit.Ramiro Polla2009-08-291-6/+3
* Check for return value of initFilter().Ramiro Polla2009-08-291-8/+12
* swscale: Check for return values of malloc.Ramiro Polla2009-08-291-22/+38
* Restore comment that was partially removed.Ramiro Polla2009-08-291-0/+1
* Check return values of sws_allocVec() and sws_getConstVec().Ramiro Polla2009-08-201-0/+21
* Introduce and use sws_allocVec().Ramiro Polla2009-08-191-18/+18
* Reuse sws_getConstVec() where possible.Ramiro Polla2009-08-191-34/+10
* Cosmetics:Ramiro Polla2009-08-161-349/+278
* Indent libswscale:Ramiro Polla2009-08-161-135/+135
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-141-0/+81
* Indent.Ramiro Polla2009-08-131-20/+20
* MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla2009-08-131-14/+22
* Protect mmx2 filter code buffers so they are not executable and writeable atRamiro Polla2009-08-131-2/+7
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-131-24/+24
* Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Ramiro Polla2009-08-091-2/+2
* Remove disabled crufty code.Diego Biurrun2009-08-081-26/+0
* Fix regression when converting to nv12/nv21.Guennadi Liakhovetski2009-08-011-1/+3
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Ramiro Polla2009-07-281-19/+16
* MMX2 scaler: factorize initMMX2Scaler().Ramiro Polla2009-07-281-30/+10
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Ramiro Polla2009-07-281-3/+4
* Remove useless code.Ramiro Polla2009-07-281-3/+1
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-271-38/+32
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-5/+4
* Remove unnecessary #include <unistd.h>Måns Rullgård2009-07-231-1/+0
* Remove unused variables.Ramiro Polla2009-07-211-3/+0
* 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
OpenPOWER on IntegriCloud