| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing used attribute for inline assembly variables | Thomas Köppe | 2017-11-13 | 1 | -6/+6 |
* | swscale: add support for P010LE/BE output | Timo Rothenpieler | 2016-08-31 | 1 | -2/+2 |
* | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 1 | -15/+15 |
* | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50' | Hendrik Leppkes | 2016-06-26 | 1 | -1/+0 |
|\ |
|
| * | Drop unnecessary libavutil/x86/asm.h #includes | Diego Biurrun | 2016-05-28 | 1 | -1/+0 |
* | | swscale: cleanup unused code | Pedro Arthur | 2016-03-31 | 1 | -30/+8 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | swscale: refactor vertical scaler | Pedro Arthur | 2015-08-19 | 1 | -3/+3 |
* | | swscale: fixed compiler warnings | Pedro Arthur | 2015-08-18 | 1 | -8/+7 |
* | | swscale: refactor horizontal scaling | Pedro Arthur | 2015-08-18 | 1 | -3/+28 |
* | | swscale/x86/swscale: Fix warning about loosing significant bits in cast | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | | swscale: Add prefix to updateMMXDitherTables() | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | swscale: fix yuv2yuvX_8 assembly on x86 | Kieran Kunhya | 2014-11-09 | 1 | -1/+1 |
* | | swscale/x86: do not expect registers to be preserved across inline ASM blocks | Vitor Sessak | 2014-09-18 | 1 | -39/+44 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -2/+2 |
|\| |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -2/+2 |
* | | s86/scale: Do not return the result of a (void) function from a void function. | Carl Eugen Hoyos | 2014-06-19 | 1 | -1/+2 |
* | | swscale/x86/swscale: remove unused constants | Michael Niedermayer | 2014-03-17 | 1 | -4/+0 |
* | | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() | Michael Niedermayer | 2014-03-15 | 1 | -1/+2 |
* | | Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7' | Michael Niedermayer | 2014-01-14 | 1 | -2/+2 |
|\| |
|
| * | x86: Consistently use cpu flag detection macros in places that still miss it | Diego Biurrun | 2014-01-14 | 1 | -2/+2 |
* | | Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949' | Michael Niedermayer | 2013-11-23 | 1 | -5/+5 |
|\| |
|
| * | swscale: x86: Consistently use lowercase function name suffixes | Diego Biurrun | 2013-11-22 | 1 | -4/+4 |
* | | Merge commit 'a519583991c38d38503ab08357716513facc5725' | Michael Niedermayer | 2013-08-29 | 1 | -5/+5 |
|\| |
|
| * | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -5/+5 |
* | | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converter | Michael Niedermayer | 2013-04-15 | 1 | -6/+1 |
* | | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' | Michael Niedermayer | 2013-03-28 | 1 | -14/+14 |
|\| |
|
| * | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -11/+11 |
* | | sws/x86: improve rounding for yuv2yuvX | Michael Niedermayer | 2013-02-15 | 1 | -1/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-14 | 1 | -4/+4 |
|\| |
|
| * | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -4/+4 |
* | | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' | Michael Niedermayer | 2012-11-01 | 1 | -3/+3 |
|\| |
|
| * | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -2/+2 |
* | | Merge commit '652f5185945c8405fc57aed353286858df8d066f' | Michael Niedermayer | 2012-10-31 | 1 | -1/+1 |
|\| |
|
| * | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -17/+17 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -16/+16 |
* | | swscale: fix To{Y,UV} extern prototypes. | Clément Bœsch | 2012-09-30 | 1 | -2/+5 |
* | | x86/swscale: use unsigned to build SIMD values to avoid signed overflow | Michael Niedermayer | 2012-09-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-09 | 1 | -8/+7 |
|\| |
|
| * | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -8/+7 |
* | | Fix compilation with yasm-0.6.2. | Carl Eugen Hoyos | 2012-09-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 1 | -3/+3 |
|\| |
|
| * | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -3/+3 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 1 | -1/+1 |
|\| |
|
| * | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -1/+1 |
* | | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT | XhmikosR | 2012-08-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+1 |
|\| |
|
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |