| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' | Michael Niedermayer | 2012-11-03 | 2 | -29/+4 |
|\ |
|
| * | x86: Refactor PSWAPD fallback implementations and port to cpuflags | Diego Biurrun | 2012-11-02 | 2 | -29/+4 |
* | | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60' | Michael Niedermayer | 2012-11-03 | 1 | -3/+0 |
|\| |
|
| * | x86: PMINUB: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -3/+0 |
* | | Merge commit '9ce02e14f01de50fcc6f7f459544b140be66d615' | Michael Niedermayer | 2012-11-03 | 1 | -42/+42 |
|\| |
|
| * | x86: ac3dsp: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -42/+42 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-01 | 3 | -30/+30 |
|\| |
|
| * | x86: Move optimization suffix to end of function names | Diego Biurrun | 2012-10-31 | 3 | -30/+30 |
* | | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' | Michael Niedermayer | 2012-11-01 | 15 | -198/+217 |
|\| |
|
| * | x86: h264_chromamc_10bit: drop pointless PAVG %define | Diego Biurrun | 2012-10-31 | 1 | -2/+1 |
| * | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 12 | -193/+213 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-31 | 1 | -26/+26 |
|\| |
|
| * | x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags | Diego Biurrun | 2012-10-31 | 1 | -26/+26 |
* | | Merge commit 'be923ed659016350592acb9b3346f706f8170ac5' | Michael Niedermayer | 2012-10-31 | 9 | -115/+116 |
|\| |
|
| * | x86: fmtconvert: port to cpuflags | Diego Biurrun | 2012-10-31 | 1 | -70/+71 |
| * | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 8 | -45/+45 |
* | | Merge commit '652f5185945c8405fc57aed353286858df8d066f' | Michael Niedermayer | 2012-10-31 | 2 | -3/+3 |
|\| |
|
| * | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 2 | -3/+3 |
* | | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f' | Michael Niedermayer | 2012-10-31 | 10 | -10/+10 |
|\| |
|
| * | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 27 | -27/+27 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 31 | -32/+4 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 28 | -28/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-30 | 2 | -190/+201 |
|\| |
|
| * | Use ptrdiff_t instead of int for intra pred "stride" function parameter. | Ronald S. Bultje | 2012-10-29 | 1 | -4/+11 |
| * | x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. | Ronald S. Bultje | 2012-10-29 | 2 | -186/+190 |
* | | Merge commit '08b028c18dc31b6de741861b9555669dcca4d12a' | Michael Niedermayer | 2012-10-30 | 2 | -169/+177 |
|\| |
|
| * | Remove usage of INIT_AVX in h264_intrapred_10bit.asm. | Ronald S. Bultje | 2012-10-29 | 2 | -169/+177 |
* | | x86/motion_est: widen before multiply. | Michael Niedermayer | 2012-10-16 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-11 | 1 | -2/+2 |
|\| |
|
| * | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -2/+2 |
* | | x86/dsputil_mmx: change assert() to av_assert() | Michael Niedermayer | 2012-10-10 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 8 | -135/+207 |
|\| |
|
| * | x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 4 | -91/+160 |
| * | x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 2 | -13/+23 |
| * | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 4 | -21/+22 |
* | | x86/motion_est: assert->av_assert2() | Michael Niedermayer | 2012-10-07 | 1 | -4/+5 |
* | | gmc_mmx: enable also for large pictures when emu edge isnt needed. | Michael Niedermayer | 2012-10-06 | 1 | -3/+5 |
* | | dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing feat... | Michael Niedermayer | 2012-10-06 | 1 | -7/+54 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 2 | -52/+8 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
| * | x86: dsputil: kill VLA in gmc_mmx() | Mans Rullgard | 2012-10-05 | 1 | -51/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -2/+2 |
|\| |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
| * | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() | Michael Niedermayer | 2012-09-28 | 1 | -1/+3 |
* | | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() | Michael Niedermayer | 2012-09-27 | 1 | -1/+3 |
* | | diracyasm: fix win64 | Michael Niedermayer | 2012-09-26 | 1 | -2/+2 |
* | | mpegvideo: factorize ff_dct_encode_init() | Michael Niedermayer | 2012-09-25 | 1 | -1/+1 |
* | | x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL | Michael Niedermayer | 2012-09-18 | 1 | -4/+1 |
* | | mpegaudiodec: add prototypes for all functions that may need them | Michael Niedermayer | 2012-09-18 | 1 | -5/+10 |
* | | get_cabac_inline_x86: workaround clang bug with disabled optimizations | Michael Niedermayer | 2012-09-18 | 1 | -1/+2 |