| Commit message (Expand) | Author | Age | Files | Lines |
* | butterflies_float: replace 2 lea by 2 add | Michael Niedermayer | 2013-04-17 | 1 | -2/+2 |
* | x86: float dsp: butterflies_float SSE | Christophe Gisquet | 2013-04-17 | 2 | -0/+26 |
* | x264asm: fix cmp* number of arguments | Christophe Gisquet | 2013-04-05 | 1 | -4/+4 |
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' | Michael Niedermayer | 2013-03-28 | 1 | -13/+13 |
|\ |
|
| * | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -13/+13 |
| * | x86: Use simple nop codes for <= sse (rather than <= mmx) | Ronald S. Bultje | 2013-02-19 | 1 | -1/+1 |
* | | dsputil: make selectable. | Ronald S. Bultje | 2013-03-12 | 1 | -0/+2 |
* | | lavu: Fix checkheaders for x86/emms.h | James Almer | 2013-02-17 | 1 | -0/+1 |
* | | Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba' | Michael Niedermayer | 2013-02-15 | 1 | -0/+22 |
|\| |
|
| * | avutil: Ensure that emms_c is always defined, even on non-x86 | Diego Biurrun | 2013-02-14 | 1 | -3/+2 |
| * | avutil: Move emms code to x86-specific header | Diego Biurrun | 2013-02-14 | 1 | -0/+22 |
* | | Use simple nop codes for <= sse (rather than <= mmx). | Ronald S. Bultje | 2013-02-11 | 1 | -1/+1 |
* | | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9' | Michael Niedermayer | 2013-01-23 | 2 | -1/+30 |
|\| |
|
| * | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+28 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 2 | -0/+46 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+44 |
* | | Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49' | Michael Niedermayer | 2013-01-23 | 2 | -0/+37 |
|\| |
|
| * | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+35 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-19 | 3 | -0/+55 |
|\| |
|
| * | x86: Add a Yasm-based emms() replacement | Martin Storsjö | 2013-01-18 | 3 | -0/+55 |
* | | Merge commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d' | Michael Niedermayer | 2013-01-19 | 2 | -14/+29 |
|\| |
|
| * | x86inc: Add cvisible macro for C functions with public prefix | Diego Biurrun | 2013-01-18 | 2 | -14/+29 |
* | | Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b' | Michael Niedermayer | 2013-01-19 | 2 | -6/+6 |
|\| |
|
| * | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 2 | -6/+6 |
* | | Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f' | Michael Niedermayer | 2013-01-18 | 1 | -3/+3 |
|\| |
|
| * | float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window | Martin Storsjö | 2013-01-17 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-16 | 1 | -0/+75 |
|\| |
|
| * | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -0/+75 |
* | | Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e' | Michael Niedermayer | 2013-01-16 | 1 | -0/+8 |
|\| |
|
| * | x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags | Diego Biurrun | 2013-01-15 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-15 | 1 | -8/+6 |
|\| |
|
| * | x86: ABSB2: port to cpuflags | Diego Biurrun | 2013-01-15 | 1 | -8/+6 |
* | | Merge commit '094a7405e5d8463d7d167d893e04934ec1a84ecd' | Michael Niedermayer | 2013-01-15 | 1 | -6/+5 |
|\| |
|
| * | x86: ABSB: port to cpuflags | Diego Biurrun | 2013-01-15 | 1 | -6/+5 |
* | | Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668' | Michael Niedermayer | 2013-01-15 | 1 | -16/+13 |
|\| |
|
| * | x86: ABS2: port to cpuflags | Diego Biurrun | 2013-01-14 | 1 | -16/+13 |
* | | Merge commit '5b4dfbffc258f90a7d2540d21209ac23afcf7cd0' | Michael Niedermayer | 2013-01-07 | 1 | -12/+9 |
|\| |
|
| * | x86: ABS1: port to cpuflags | Diego Biurrun | 2013-01-06 | 1 | -12/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-20 | 1 | -13/+20 |
|\| |
|
| * | lavc: merge latest x86inc.asm fixes with x264 | Ronald S. Bultje | 2012-12-19 | 1 | -13/+20 |
* | | Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' | Michael Niedermayer | 2012-12-14 | 1 | -2/+2 |
|\| |
|
| * | x86inc: fully concatenate tokens to fix macro expansion for nasm | Janne Grunau | 2012-12-13 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-13 | 1 | -4/+6 |
|\| |
|
| * | x86inc: fix stack alignment on win64 | Ronald S. Bultje | 2012-12-12 | 1 | -4/+6 |
| * | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | | x86inc: support stack mem allocation and re-alignment in PROLOGUE. | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-08 | 1 | -1/+4 |
|\| |
|
| * | x86: float_dsp: fix loading of the len parameter on x86-32 | Justin Ruggles | 2012-12-07 | 1 | -1/+4 |
* | | Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152' | Michael Niedermayer | 2012-12-07 | 1 | -1/+1 |
|\| |
|
| * | x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 | Justin Ruggles | 2012-12-06 | 1 | -1/+1 |