summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
...
* Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-24
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-06
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-04
* Use SECTION .text for yasm code.avcoder2010-12-01
* dnxhd_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-11-02
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-01
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-31
* sad16_sse2: merge 2 asm blocksRamiro Polla2010-10-31
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-31
* idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64Ramiro Polla2010-10-31
* motion_est_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-31
* dsputil_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* cosmetics: split long lineRamiro Polla2010-10-31
* fdct_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* idct_sse2_xvid: add xmm registers to clobber listRamiro Polla2010-10-31
* mpegvideo_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-31
* h264dsp: add xmm registers to clobber listRamiro Polla2010-10-30
* indentRamiro Polla2010-10-28
* h264dsp: merge some more asm blocksRamiro Polla2010-10-28
* dct32: mark xmm registers in clobber list in ff_dct32_float_sse()Ramiro Polla2010-10-25
* h264dsp: merge some asm blocksRamiro Polla2010-10-25
* Add d modifier to asm argument to fix nasm compilation.Reimar Döffinger2010-10-07
* fft: mark xmm registers as clobbered in ff_imdct_calc_sseRamiro Polla2010-10-06
* MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje2010-10-05
* snowdsp: Explicitly state the operand sizesİsmail Dönmez2010-10-04
* Move static inline function to a macro, so that constant propagation inRonald S. Bultje2010-09-29
* Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speedEli Friedman2010-09-29
* Merge b_idx and edge variables, and optimize the ASM to directly load variablesRonald S. Bultje2010-09-29
* Remove mv_mask variable. Replace the related pand -1/0 instructions by eitherRonald S. Bultje2010-09-29
* Remove d_idx as a variable, and instead load it as a constant in the asm.Ronald S. Bultje2010-09-29
* Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets ridRonald S. Bultje2010-09-29
* Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allowsRonald S. Bultje2010-09-29
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-26
* Split and then simplify address generation macro.Reimar Döffinger2010-09-26
* Remove unused variable.Ronald S. Bultje2010-09-24
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-24
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-24
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-21
* x86: remove hack disabling sse2 h264 loop filter with 32-bit iccMåns Rullgård2010-09-18
* Don't access upper 32 bits of a 32-bit int on 64-bit systems.Ronald S. Bultje2010-09-17
* Properly add HAVE_YASM around yasmified symbols. Should fix compile errorRonald S. Bultje2010-09-17
* Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,Ronald S. Bultje2010-09-17
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-17
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-10
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-05