| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/x86/rgb2rgb_template: try to fix build failure with avx disabled | Michael Niedermayer | 2013-12-16 | 1 | -0/+2 |
* | swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is defined | Michael Niedermayer | 2013-12-14 | 1 | -0/+1 |
* | swscale/x86/rgb2rgb_template: try to fix build without AVX | Michael Niedermayer | 2013-12-14 | 1 | -0/+2 |
* | Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949' | Michael Niedermayer | 2013-11-23 | 2 | -17/+23 |
|\ |
|
| * | swscale: x86: Consistently use lowercase function name suffixes | Diego Biurrun | 2013-11-22 | 3 | -24/+30 |
* | | swscale/x86: SIMD deinterleaveBytes() depends on YASM | Michael Niedermayer | 2013-11-19 | 1 | -2/+2 |
* | | swscale/x86/rgb2rgb_template: add mmx/sse2/avx optimized deinterleaveBytes | Michael Niedermayer | 2013-11-19 | 1 | -0/+29 |
* | | swscale/x86/rgb2rgb: change cpu optim identifiers to lower case | Michael Niedermayer | 2013-11-19 | 1 | -10/+10 |
* | | swscale/x86/rgb2rgb: extend framework to also include AVX | Michael Niedermayer | 2013-11-19 | 2 | -3/+14 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 4 | -16/+16 |
* | | Merge commit 'a519583991c38d38503ab08357716513facc5725' | Michael Niedermayer | 2013-08-29 | 4 | -12/+12 |
|\| |
|
| * | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 4 | -12/+12 |
* | | swscale: remove unneeded include assert.h | Michael Niedermayer | 2013-07-19 | 1 | -1/+0 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -4/+4 |
* | | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70' | Michael Niedermayer | 2013-05-05 | 1 | -1/+3 |
|\| |
|
| * | swscale: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | | Fix libswscale compilation with --disable-optimizations on x86-32. | Carl Eugen Hoyos | 2013-04-18 | 1 | -0/+4 |
* | | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv table | Michael Niedermayer | 2013-04-15 | 1 | -8/+11 |
* | | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converter | Michael Niedermayer | 2013-04-15 | 3 | -15/+1 |
* | | sws: Update rgb24toyv12_c() to user supplied rgb2yuv tables | Michael Niedermayer | 2013-04-15 | 1 | -3/+4 |
* | | sws/x86: update rgba->yuv to use user supplied table | Michael Niedermayer | 2013-04-15 | 1 | -12/+24 |
* | | sws/x86: update rgb/bgr->yuv code to use provided coefficient table | Michael Niedermayer | 2013-04-15 | 1 | -16/+30 |
* | | 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 | 2 | -2/+23 |
* | | Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b' | Michael Niedermayer | 2013-01-19 | 1 | -4/+4 |
|\| |
|
| * | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
|\| |
|
| * | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-14 | 2 | -6/+6 |
|\| |
|
| * | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 2 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-10 | 1 | -3/+1 |
|\| |
|
| * | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -3/+1 |
* | | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' | Michael Niedermayer | 2012-11-01 | 3 | -8/+10 |
|\| |
|
| * | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 3 | -7/+9 |
* | | Merge commit 'be923ed659016350592acb9b3346f706f8170ac5' | Michael Niedermayer | 2012-10-31 | 1 | -20/+20 |
|\| |
|
| * | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -20/+20 |
* | | Merge commit 'a65bdceb060628881578afb29df4eb222421381f' | Michael Niedermayer | 2012-10-31 | 1 | -6/+5 |
|\| |
|
| * | x86: mmx2 ---> mmxext in variable names | Diego Biurrun | 2012-10-31 | 1 | -6/+5 |
* | | Merge commit '652f5185945c8405fc57aed353286858df8d066f' | Michael Niedermayer | 2012-10-31 | 6 | -10/+10 |
|\| |
|
| * | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 6 | -10/+10 |
* | | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f' | Michael Niedermayer | 2012-10-31 | 3 | -3/+3 |
|\| |
|
| * | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 3 | -3/+3 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 3 | -3/+0 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 3 | -3/+0 |
* | | 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 | 4 | -46/+46 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 4 | -46/+46 |
* | | 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 |