summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Factorize the code which calls the non optimized C functions inStefano Sabatini2010-01-16
* Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini2010-01-16
* Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini2010-01-16
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-16
* Factorize code which logs the source and destination formats inStefano Sabatini2010-01-16
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini2010-01-16
* Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla2010-01-15
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Fix typo.Stefano Sabatini2010-01-15
* Remove unused clip_table code.Ramiro Polla2010-01-14
* Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla2010-01-14
* Add missing parameter to rgb48 to YV12 functions.Ramiro Polla2010-01-14
* Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger2010-01-08
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-07
* Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-03
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini2010-01-03
* Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini2010-01-03
* Indentation.Ramiro Polla2009-12-20
* Document the differences between the two asm fragments in initMMX2HScaler().Ramiro Polla2009-12-07
* Add support for nv12/nv21 input.Ramiro Polla2009-12-03
* 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