aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/x86/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* swscale: refactor vertical scalerPedro Arthur2015-08-191-3/+3
* swscale: fixed compiler warningsPedro Arthur2015-08-181-8/+7
* swscale: refactor horizontal scalingPedro Arthur2015-08-181-3/+28
* swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer2015-05-101-1/+1
* swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-271-1/+1
* swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya2014-11-091-1/+1
* swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak2014-09-181-39/+44
* Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-2/+2
|\
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+2
* | s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-06-191-1/+2
* | swscale/x86/swscale: remove unused constantsMichael Niedermayer2014-03-171-4/+0
* | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer2014-03-151-1/+2
* | Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer2014-01-141-2/+2
|\|
| * x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-141-2/+2
* | Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949'Michael Niedermayer2013-11-231-5/+5
|\|
| * swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-221-4/+4
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-291-5/+5
|\|
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-5/+5
* | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer2013-04-151-6/+1
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-281-14/+14
|\|
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-11/+11
* | sws/x86: improve rounding for yuv2yuvXMichael Niedermayer2013-02-151-1/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-4/+4
|\|
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-4/+4
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-011-3/+3
|\|
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-2/+2
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-311-1/+1
|\|
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-311-1/+1
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-17/+17
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-16/+16
* | swscale: fix To{Y,UV} extern prototypes.Clément Bœsch2012-09-301-2/+5
* | x86/swscale: use unsigned to build SIMD values to avoid signed overflowMichael Niedermayer2012-09-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-091-8/+7
|\|
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-8/+7
* | Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-311-3/+3
|\|
| * x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-3/+3
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-1/+1
|\|
| * x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
* | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR2012-08-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
|\|
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-8/+8
|\|
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-231-16/+95
|/
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-231-1/+2
* swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun2012-07-231-0/+493