]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
Enable no-loop memory/register saving for ssse3/sse4 also.
[ffmpeg] / libavcodec / x86 /
2010-07-26 Ronald S. BultjeEnable no-loop memory/register saving for ssse3/sse4...
2010-07-26 Ronald S. BultjeSave a register (or regsize of stackspace for x86-32...
2010-07-26 Ronald S. BultjeUse nested ifs instead of &&, which appears to not...
2010-07-26 Ronald S. BultjeSplit pextrw macro-spaghetti into several opt-specific...
2010-07-25 Ronald S. BultjeFix obvious bug in assignment. Somehow, the test vector...
2010-07-24 Ronald S. BultjeFix SPLATB_REG mess. Used to be a if/elseif/elseif...
2010-07-23 Eli FriedmanInline asm for VP56 arith coder
2010-07-23 Jason Garrett-GlaserVP8: optimize DC-only chroma case in the same way as...
2010-07-23 Jason Garrett-GlaserVP8 asm: cosmetics (spacing)
2010-07-23 Jason Garrett-GlaserVP8: 30% faster idct_mb
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-22 Ronald S. BultjeUse pextrw for SSE4 mbedge filter result writing, speed...
2010-07-22 Ronald S. BultjeFix and enable horizontal >=SSE2 mbedge loopfilter.
2010-07-22 Loren Merrittrelicense h264 deblock sse2 to lgpl
2010-07-21 Loren Merrittsync yasm macros from x264
2010-07-21 Jason Garrett-GlaserEliminate one instruction in VP8 dc_add_sse4
2010-07-21 Jason Garrett-GlaserVarious VP8 x86 deblocking speedups
2010-07-21 Jason Garrett-GlaserMake mmx VP8 WHT faster
2010-07-21 David ConradAdd header declarations for mmx/sse constants missing...
2010-07-21 David ConradMove ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c
2010-07-20 Ronald S. BultjeVP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both...
2010-07-20 Ronald S. BultjeChroma (width=8) inner loopfilter MMX/MMX2/SSE2 for...
2010-07-19 Ronald S. BultjeRevert r24339 (it causes fate failures on x86-64) ...
2010-07-19 Ronald S. BultjeRemove FF_MM_SSE2/3 flags for CPUs where this is genera...
2010-07-19 Ronald S. BultjeImplement chroma (width=8) inner loopfilter MMX/MMX2...
2010-07-19 Ronald S. BultjeBe more efficient with registers or stack memory. Saves...
2010-07-19 Ronald S. BultjeChange function prototypes for width=8 inner and mbedge...
2010-07-18 Loren Merrittmore credits to D. J. Bernstein for fft
2010-07-16 Ronald S. BultjeAttempt to fix x86-64 testsuite on fate.
2010-07-16 Ronald S. BultjeRemove duplicate define.
2010-07-16 Ronald S. BultjeRevert 24270, it contained some stuff that shouldn...
2010-07-16 Ronald S. BultjeRemove duplicate define.
2010-07-16 Ronald S. BultjeGive x86 r%d registers names, this will simplify implem...
2010-07-16 Ronald S. BultjeChange return statement, the REP_RET is a mistake since...
2010-07-15 Ronald S. BultjeVP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
2010-07-11 David ConradMMX/SSE VC1 loop filter
2010-07-11 David ConradMake ff_pw_4 128 bits
2010-07-06 Vitor SessakMove SSE optimized 32-point DCT to its own file. Should...
2010-07-06 Vitor SessakSSE optimized 32-point DCT
2010-07-03 Ronald S. BultjeSimple H/V loopfilter for VP8 in MMX, MMX2 and SSE2...
2010-07-03 Jason Garrett-GlaserSSSE3 versions of vp8 width4 bilinear MC functions
2010-07-02 Jason Garrett-GlaserSSSE3 versions of width4 VP8 6-tap MC functions
2010-07-01 Jason Garrett-GlaserFix 100L in vp8dsp asm init
2010-07-01 Jason Garrett-GlaserFix h264/vp8 intra pred on Athlon XP
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-29 Jason Garrett-GlaserUse add instead of lshift in mmxext vp8 idct
2010-06-29 Ronald S. BultjeRemove unused macros (duplicates from the now-LGPL...
2010-06-29 Ronald S. BultjeMMX idct_add for VP8.
2010-06-29 Jason Garrett-GlaserAdd missing mm_support call toff_h264_pred_init_x86.
2010-06-29 Jason Garrett-GlaserAdd mmxext version of VP8 DC Hadamard transform
2010-06-29 Jason Garrett-GlaserMake x86util.asm LGPL so we can use it in LGPL asm
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-GlaserAdd missing comment header for predict_4x4_dc_mmxext
2010-06-28 Jason Garrett-GlaserFix some intra pred MMX functions that used MMXEXT...
2010-06-28 Jason Garrett-GlaserFix VP8 bilinear mc on x86_64
2010-06-28 Baptiste CoudurierChange MMXEXT to MMX2, MMXEXT is deprecated
2010-06-28 Jason Garrett-GlaserAdd x86 asm functions for VP8 put_pixels
2010-06-28 Jason Garrett-GlaserAdd MMX, SSE2, SSSE3 asm for VP8 bilinear MC
2010-06-28 Måns RullgårdFix x86 build with h264dsp disabled
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-27 David ConradFix build without yasm
2010-06-27 Jason Garrett-GlaserFirst shot at VP8 optimizations:
2010-06-25 Måns RullgårdMake vp8 select h264dsp and use this to pull in mmx...
2010-06-25 Carl Eugen HoyosFix compilation without --enable-gpl.
2010-06-25 Carl Eugen HoyosCosmetics: Fix indentation.
2010-06-25 Jason Garrett-Glaser16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-06-24 Vitor SessakFix compilation on x64.
2010-06-24 Vitor SessakFix asm constraints in apply_window()
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-06-23 Jason Garrett-GlaserUpdate x264asm header files to latest versions.
2010-06-04 David ConradAdd bitexact versions of put_no_rnd_pixels8 _x2 and...
2010-05-28 David Conradvp3: The DC-only IDCT is surprisingly not supposed...
2010-05-11 Michael NiedermayerAdding missing () to mathops.h.
2010-05-10 Reimar DöffingerReplace more "m" constraints with MANGLE to fix compila...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-17 David Conradvp3: DC-only IDCT
2010-04-01 Reimar DöffingerConvert two "m" constraints to MANGLE to fix compilatio...
2010-03-18 Måns RullgårdReplace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-06 Måns Rullgårdx86: move function prototypes to header files
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-02-17 Måns RullgårdMove NEG_[US]SR32 macros to mathops.h
2010-02-10 David ConradEnable SSE2 (put|avg)_pixels_16_sse2
2010-01-30 Reimar DöffingerMake the jump-table section-relative for x86_64 with...
2010-01-26 Loren Merrittoptimize h264_loop_filter_strength_mmx2
2010-01-22 Alex ConverseImplement an sse version of scalarproduct_float().
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 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
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...
2010-01-04 Gwenole BeauchesneFix XvMC. XvMCCreateBlocks() may not allocate 16-byte...
next