| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-09 | 2 | -12/+12 |
|\| |
|
| * | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 2 | -12/+12 |
* | | Remove redundant masks in STORE_BGR24_MMX. | Hans-Kristian Arntzen | 2012-09-02 | 1 | -3/+0 |
* | | Fix compilation with yasm-0.6.2. | Carl Eugen Hoyos | 2012-09-01 | 1 | -1/+1 |
* | | Add some missing _EXTERNAL suffixes to yasm source files. | Carl Eugen Hoyos | 2012-08-31 | 2 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 2 | -8/+8 |
|\| |
|
| * | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 2 | -8/+8 |
* | | 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 |
| * | swscale: x86: fix #endif comments in rgb2rgb template file | Giorgio Vazzana | 2012-08-19 | 1 | -2/+2 |
* | | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT | XhmikosR | 2012-08-20 | 1 | -1/+1 |
* | | libswscale: fix #endif comments in rgb2rgb_template.c | Giorgio Vazzana | 2012-08-16 | 1 | -2/+2 |