aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264dsp_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-151-385/+0
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-3/+3
* x86: h264dsp: K&R formatting cosmeticsDiego Biurrun2012-08-021-225/+247
* x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun2012-08-011-2/+0
* x86: h264dsp: Adjust YASM #ifdefsDiego Biurrun2012-07-311-3/+1
* h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje2012-07-301-155/+7
* h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje2012-07-271-30/+30
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-231-1/+2
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-211-112/+63
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-211-1/+1
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-8/+15
* H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-111-1/+2
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-211-0/+61
* h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang2011-05-311-4/+8
* Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang2011-05-311-52/+38
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-311-0/+59
* h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen2011-05-161-0/+2
* 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-111-1/+15
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-101-48/+81
* Update x86 H.264 deblock asmJason Garrett-Glaser2011-05-101-22/+34
* h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje2011-05-101-1/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-1/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-0/+4
* Move static inline function to a macro, so that constant propagation inRonald S. Bultje2010-09-291-117/+113
* Merge b_idx and edge variables, and optimize the ASM to directly load variablesRonald S. Bultje2010-09-291-46/+54
* Remove mv_mask variable. Replace the related pand -1/0 instructions by eitherRonald S. Bultje2010-09-291-6/+7
* Remove d_idx as a variable, and instead load it as a constant in the asm.Ronald S. Bultje2010-09-291-32/+38
* Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets ridRonald S. Bultje2010-09-291-5/+19
* Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allowsRonald S. Bultje2010-09-291-25/+29
* Remove unused variable.Ronald S. Bultje2010-09-241-1/+0
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-211-0/+2
* x86: remove hack disabling sse2 h264 loop filter with 32-bit iccMåns Rullgård2010-09-181-2/+1
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-141-527/+39
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-101-3/+1
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-6/+6
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-031-266/+42
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-011-120/+51
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-011-1189/+101
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-301-83/+0
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-301-121/+0
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-301-1/+1
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+1
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-071-1/+1
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-051-0/+16
* Fix h264/vp8 intra pred on Athlon XPJason Garrett-Glaser2010-07-011-2/+0
* Add missing mm_support call toff_h264_pred_init_x86.Jason Garrett-Glaser2010-06-291-0/+2
* MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser2010-06-291-0/+2