| Commit message (Expand) | Author | Age | Files | Lines |
* | In yadif filter, declare asm constants directly to avoid dependency on libavc... | Baptiste Coudurier | 2010-12-06 | 1 | -1/+0 |
* | 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 | Baptiste Coudurier | 2010-12-04 | 1 | -0/+1 |
* | Use SECTION .text for yasm code. | avcoder | 2010-12-01 | 1 | -0/+2 |
* | dnxhd_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-11-02 | 1 | -5/+5 |
* | dsputil: Use explicit movzbl instead of movzx | İsmail Dönmez | 2010-11-01 | 1 | -1/+1 |
* | lpc_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+2 |
* | lpc_mmx: merge some asm blocks | Ramiro Polla | 2010-10-31 | 1 | -9/+10 |
* | sad16_sse2: merge 2 asm blocks | Ramiro Polla | 2010-10-31 | 1 | -10/+7 |
* | xmm_clobbers: list xmm registers first in clobber list | Ramiro Polla | 2010-10-31 | 4 | -34/+34 |
* | idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64 | Ramiro Polla | 2010-10-31 | 1 | -2/+4 |
* | motion_est_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-10-31 | 1 | -6/+6 |
* | dsputil_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+2 |
* | cosmetics: split long line | Ramiro Polla | 2010-10-31 | 1 | -1/+2 |
* | fdct_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+3 |
* | idct_sse2_xvid: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -1/+7 |
* | mpegvideo_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 2 | -0/+6 |
* | dsputil_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-10-31 | 2 | -17/+17 |
* | h264dsp: add xmm registers to clobber list | Ramiro Polla | 2010-10-30 | 1 | -0/+16 |
* | indent | Ramiro Polla | 2010-10-28 | 1 | -70/+70 |
* | h264dsp: merge some more asm blocks | Ramiro Polla | 2010-10-28 | 1 | -39/+21 |
* | dct32: mark xmm registers in clobber list in ff_dct32_float_sse() | Ramiro Polla | 2010-10-25 | 1 | -0/+2 |
* | h264dsp: merge some asm blocks | Ramiro Polla | 2010-10-25 | 1 | -26/+20 |
* | Add d modifier to asm argument to fix nasm compilation. | Reimar Döffinger | 2010-10-07 | 1 | -1/+1 |
* | fft: mark xmm registers as clobbered in ff_imdct_calc_sse | Ramiro Polla | 2010-10-06 | 1 | -0/+1 |
* | MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra | Ronald S. Bultje | 2010-10-05 | 3 | -0/+557 |
* | snowdsp: Explicitly state the operand sizes | İsmail Dönmez | 2010-10-04 | 1 | -1/+1 |
* | Move static inline function to a macro, so that constant propagation in | Ronald S. Bultje | 2010-09-29 | 1 | -117/+113 |
* | Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speed | Eli Friedman | 2010-09-29 | 1 | -0/+1 |
* | Merge b_idx and edge variables, and optimize the ASM to directly load variables | Ronald S. Bultje | 2010-09-29 | 1 | -46/+54 |
* | Remove mv_mask variable. Replace the related pand -1/0 instructions by either | Ronald S. Bultje | 2010-09-29 | 1 | -6/+7 |
* | Remove d_idx as a variable, and instead load it as a constant in the asm. | Ronald S. Bultje | 2010-09-29 | 1 | -32/+38 |
* | Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid | Ronald S. Bultje | 2010-09-29 | 1 | -5/+19 |
* | Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allows | Ronald S. Bultje | 2010-09-29 | 1 | -25/+29 |
* | Add d suffix to movd target register to make it work with nasm. | Reimar Döffinger | 2010-09-26 | 1 | -2/+2 |
* | Split and then simplify address generation macro. | Reimar Döffinger | 2010-09-26 | 1 | -20/+22 |
* | Remove unused variable. | Ronald S. Bultje | 2010-09-24 | 1 | -1/+0 |
* | Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this | Ronald S. Bultje | 2010-09-24 | 1 | -28/+28 |
* | Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the | Ronald S. Bultje | 2010-09-24 | 1 | -29/+20 |
* | x86: disable SSE functions using stack when stack is not aligned | Måns Rullgård | 2010-09-21 | 2 | -2/+4 |
* | x86: remove hack disabling sse2 h264 loop filter with 32-bit icc | Måns Rullgård | 2010-09-18 | 1 | -2/+1 |
* | Don't access upper 32 bits of a 32-bit int on 64-bit systems. | Ronald S. Bultje | 2010-09-17 | 1 | -1/+1 |
* | Properly add HAVE_YASM around yasmified symbols. Should fix compile error | Ronald S. Bultje | 2010-09-17 | 1 | -1/+9 |
* | Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm, | Ronald S. Bultje | 2010-09-17 | 3 | -212/+291 |
* | Move sse16_sse2() from inline asm to yasm. It is one of the functions causing | Ronald S. Bultje | 2010-09-17 | 3 | -62/+90 |
* | Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from | Ronald S. Bultje | 2010-09-14 | 4 | -584/+905 |
* | LGPL SSE2 H.264 iDCT | Jason Garrett-Glaser | 2010-09-10 | 3 | -14/+14 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 16 | -167/+26 |
* | Use "d" suffix for general-purpose registers used with movd. | Reimar Döffinger | 2010-09-05 | 4 | -30/+30 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 15 | -106/+108 |
* | Port latest x264 deblock asm (before they moved to using NV12 as internal | Ronald S. Bultje | 2010-09-03 | 5 | -325/+230 |