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
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-09-29Move static inline function to a macro, so that constant propagation inRonald S. Bultje
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-24Remove unused variable.Ronald 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-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
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-09-03Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje
2010-09-02Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje
2010-09-02Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje
2010-08-30Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje
2010-08-30Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje
2010-08-30Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-08-08Split h264dsp and h264pred in configure.Jason Garrett-Glaser
2010-08-05H.264: SSE2/SSSE3 weighted prediction asmEli Friedman
2010-07-01Fix h264/vp8 intra pred on Athlon XPJason Garrett-Glaser
2010-06-29Add missing mm_support call toff_h264_pred_init_x86.Jason Garrett-Glaser
2010-06-29MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser
2010-06-29Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser
2010-06-29Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser
2010-06-29Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier
2010-06-28Fix x86 build with h264dsp disabledMåns Rullgård
2010-06-25Cosmetics: Fix indentation.Carl Eugen Hoyos
2010-06-2516x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser
2010-05-11Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger
2010-04-01Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-26optimize h264_loop_filter_strength_mmx2Loren Merritt
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-21Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad
2010-01-20Attempt to fix asm compilation failure.Michael Niedermayer
2010-01-20Use constant offsets for memory operands since gcc is unable toDavid Conrad
2010-01-19Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer
2010-01-19Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer
2009-06-05Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla
2009-05-31H264: Fix out of bounds reads in SSSE3 MCAlexander Strange
2009-04-15VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-02-08fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-04Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten
2009-01-03Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser