summaryrefslogtreecommitdiff
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAge
* Remove parameters no longer used in h[yc]scale().Ramiro Polla2009-12-21
* Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla2009-12-21
* Rename function pointers used to convert from the input pixel format to theRamiro Polla2009-12-21
* Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla2009-12-21
* Indent.Ramiro Polla2009-12-20
* Set fast_bilinear functions in sws_init_swScale().Ramiro Polla2009-12-20
* Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla2009-12-20
* Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla2009-12-20
* Start using intermediate buffers at index 0.Ramiro Polla2009-12-06
* Fix compilation with runtime cpu detection.Ramiro Polla2009-12-05
* Add support for nv12/nv21 input.Ramiro Polla2009-12-03
* Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos2009-11-08
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun2009-09-22
* Cleanup buffer debugs in swScale().Ramiro Polla2009-09-16
* Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla2009-09-16
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* More indentation changes leftover from r29522:Ramiro Polla2009-08-16
* Cosmetics:Ramiro Polla2009-08-16
* Indent libswscale:Ramiro Polla2009-08-16
* Indent.Ramiro Polla2009-08-15
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-14
* Remove duplicate define (it is the same in the lum code).Ramiro Polla2009-08-13
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-13
* Remove disabled crufty code.Diego Biurrun2009-08-08
* Indent.Ramiro Polla2009-07-28
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-28
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-27
* Factorize x86 fast_bilinear assembly.Ramiro Polla2009-07-27
* Fix assembly comments for x86 fast_bilinear so they match the C code.Ramiro Polla2009-07-27
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-11
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
* 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
* Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli2009-05-02
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-21
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-14
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-04
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-04
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-02
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-02
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-02
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-29
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itReimar Döffinger2009-03-20
* Fix swscale compilation with Altivec enabled.Reimar Döffinger2009-03-20
* Reindent after last commitCédric Schieli2009-03-20
* YUVA420P is now supported as output formatCédric Schieli2009-03-20
* Add alpha channel scalingCédric Schieli2009-03-20
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-18
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-18