summaryrefslogtreecommitdiff
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-261-1/+1
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-261-1/+1
* Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini2010-01-161-1/+1
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-161-6/+6
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-18/+18
* cosmetics: {} placement.Ramiro Polla2010-01-111-4/+2
* Remove unused PREFETCHW macroZuxy Meng2010-01-091-4/+0
* Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger2010-01-011-4/+4
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-281-1/+0
* Remove parameters no longer used in h[yc]scale().Ramiro Polla2009-12-211-10/+10
* Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla2009-12-211-194/+194
* Rename function pointers used to convert from the input pixel format to theRamiro Polla2009-12-211-48/+48
* Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla2009-12-211-4/+5
* Indent.Ramiro Polla2009-12-201-2/+2
* Set fast_bilinear functions in sws_init_swScale().Ramiro Polla2009-12-201-12/+10
* Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla2009-12-201-28/+47
* Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla2009-12-201-19/+20
* Start using intermediate buffers at index 0.Ramiro Polla2009-12-061-2/+2
* Fix compilation with runtime cpu detection.Ramiro Polla2009-12-051-8/+8
* Add support for nv12/nv21 input.Ramiro Polla2009-12-031-0/+50
* Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos2009-11-081-8/+8
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun2009-09-221-1/+1
* Cleanup buffer debugs in swScale().Ramiro Polla2009-09-161-14/+19
* Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla2009-09-161-3/+3
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-051-12/+12
* More indentation changes leftover from r29522:Ramiro Polla2009-08-161-661/+661
* Cosmetics:Ramiro Polla2009-08-161-191/+119
* Indent libswscale:Ramiro Polla2009-08-161-114/+114
* Indent.Ramiro Polla2009-08-151-4/+4
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-141-0/+20
* Remove duplicate define (it is the same in the lum code).Ramiro Polla2009-08-131-21/+0
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-131-24/+24
* Remove disabled crufty code.Diego Biurrun2009-08-081-10/+0
* Indent.Ramiro Polla2009-07-281-45/+45
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-281-52/+15
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-271-47/+47
* Factorize x86 fast_bilinear assembly.Ramiro Polla2009-07-271-24/+12
* Fix assembly comments for x86 fast_bilinear so they match the C code.Ramiro Polla2009-07-271-16/+16
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-111-8/+8
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-041-2/+2
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov2009-06-021-0/+14
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-251-137/+23
* Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli2009-05-021-1/+1
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-211-0/+79
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-141-10/+9
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-041-203/+120
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-041-58/+60
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-021-29/+36
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-021-23/+38
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-021-17/+4