summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* 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
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-03
* Fix typo in r25019.Eli Friedman2010-09-01
* Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje2010-09-01
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-01
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01
* Fix vertical align.Ronald S. Bultje2010-08-31
* Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje2010-08-30
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-30
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
* cosmetics in imdct_sseLoren Merritt2010-08-28
* Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.Ronald S. Bultje2010-08-26
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-25
* Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributingRonald S. Bultje2010-08-25
* VP6: fix vp6_filter_diag4_mmx/sse on 64-bitMåns Rullgård2010-08-25
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-25
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* Remove global mm_flags variableMåns Rullgård2010-08-24
* Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje2010-08-24
* imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".Alex Converse2010-08-23
* Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).Ronald S. Bultje2010-08-23
* Convert ff_imdct_half_sse() to yasm.Alex Converse2010-08-22
* VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser2010-08-12
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07
* Add file missing in r24702Jason Garrett-Glaser2010-08-05
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-05
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* VP5/6/8: add one inline missed in r24677Jason Garrett-Glaser2010-08-03
* VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser2010-08-02
* Use word-writing instead of dword-writing (with two cached but otherwiseRonald S. Bultje2010-07-31
* Remove x86/mmx.h. It is not used anymore and has been deprecated for years.Vitor Sessak2010-07-31
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-31
* Fix compilation in x86_64. I broke it with r24580.Vitor Sessak2010-07-29
* Translate libmpeg2 MMX IDCT to plain asmVitor Sessak2010-07-29
* Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster.Ronald S. Bultje2010-07-26