Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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