]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264dsp_mmx.c
options_table: Add some missing #includes to fix "make checkheaders".
[ffmpeg] / libavcodec / x86 / h264dsp_mmx.c
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-10-21 Ronald S. BultjeSupport for lossless and inter H264 4:2:2.
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-07-11 Jason Garrett-GlaserH.264: add filter_mb_fast support for >8-bit decoding
2011-06-21 Daniel Kangh264: Add x86 assembly for 10-bit weight/biweight H...
2011-06-01 Daniel Kangh264/10bit: add HAVE_ALIGNED_STACK checks.
2011-05-31 Daniel KangUpdate 8-bit H.264 IDCT function names to reflect bit...
2011-05-31 Daniel KangAdd IDCT functions for 10-bit H.264.
2011-05-16 Gil Pedersenh264dsp_mmx: Add #ifdefs around some mmxext functions...
2011-05-11 Jason Garrett-Glaser10-bit H.264 x86 chroma v loopfilter asm
2011-05-11 Jason Garrett-GlaserPort x86 10-bit H.264 deblock asm from x264
2011-05-11 Jason Garrett-GlaserUpdate x86 H.264 deblock asm
2011-05-10 Ronald S. Bultjeh264dsp_mmx: place bracket outside #if/#endif block.
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-09-29 Ronald S. BultjeMove static inline function to a macro, so that constan...
2010-09-29 Ronald S. BultjeMerge b_idx and edge variables, and optimize the ASM...
2010-09-29 Ronald S. BultjeRemove mv_mask variable. Replace the related pand ...
2010-09-29 Ronald S. BultjeRemove d_idx as a variable, and instead load it as...
2010-09-29 Ronald S. BultjeUnroll inner bidir loop in h264_loop_filter_strength_mm...
2010-09-29 Ronald S. BultjeUnloop the outer loop in h264_loop_filter_strength_mmx2...
2010-09-24 Ronald S. BultjeRemove unused variable.
2010-09-21 Måns Rullgårdx86: disable SSE functions using stack when stack is...
2010-09-18 Måns Rullgårdx86: remove hack disabling sse2 h264 loop filter with...
2010-09-14 Ronald S. BultjeRename h264_idct_sse2.asm to h264_idct.asm; move inline...
2010-09-10 Jason Garrett-GlaserLGPL SSE2 H.264 iDCT
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-09-03 Ronald S. BultjePort latest x264 deblock asm (before they moved to...
2010-09-01 Ronald S. BultjeRename h264_weight_sse2.asm to h264_weight.asm; add...
2010-09-01 Ronald S. BultjeSplit h264dsp_mmx.c (which was #included in dsputil_mmx...
2010-08-30 Ronald S. BultjeSplit intra prediction initialization (i.e. assigning...
2010-08-30 Ronald S. BultjeMove H264 chroma MC from inline asm to yasm. This fixes...
2010-08-30 Ronald S. BultjePut ff_ prefix on non-static {put_signed,put,add}_pixel...
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-08-07 Jason Garrett-GlaserSplit h264dsp and h264pred in configure.
2010-08-05 Eli FriedmanH.264: SSE2/SSSE3 weighted prediction asm
2010-07-01 Jason Garrett-GlaserFix h264/vp8 intra pred on Athlon XP
2010-06-29 Jason Garrett-GlaserAdd missing mm_support call toff_h264_pred_init_x86.
2010-06-29 Jason Garrett-GlaserMMXEXT version of vp8 4x4 vertical pred
2010-06-28 Jason Garrett-GlaserAdd mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8
2010-06-28 Jason Garrett-GlaserFix some intra pred MMX functions that used MMXEXT...
2010-06-28 Baptiste CoudurierChange MMXEXT to MMX2, MMXEXT is deprecated
2010-06-28 Måns RullgårdFix x86 build with h264dsp disabled
2010-06-25 Carl Eugen HoyosCosmetics: Fix indentation.
2010-06-25 Jason Garrett-Glaser16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-05-10 Reimar DöffingerReplace more "m" constraints with MANGLE to fix compila...
2010-04-01 Reimar DöffingerConvert two "m" constraints to MANGLE to fix compilatio...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-26 Loren Merrittoptimize h264_loop_filter_strength_mmx2
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-21 David ConradUse two separate memory arguments since 8+() is invalid...
2010-01-20 Michael NiedermayerAttempt to fix asm compilation failure.
2010-01-20 David ConradUse constant offsets for memory operands since gcc...
2010-01-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2010-01-19 Michael NiedermayerRemove -2 -> -1 remapping, its not needed anymore as...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-05-30 Alexander StrangeH264: Fix out of bounds reads in SSSE3 MC
2009-04-14 David ConradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-02-08 Baptiste Coudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 Mathieu VeltenUse H264 MMX chroma functions to accelerate RV40 decoding.
2009-01-03 Jason Garrett-GlaserAdd x264 SSE2 iDCT functions to H.264 decoder.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.