]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
Store original width/height so that rv20 does not get stuck with some
[ffmpeg] / libavcodec / x86 /
2009-10-25 Loren Merritts/movdqa/movaps/ in sse1 fft. (regression in r20293)
2009-10-18 Loren Merrittfix linking on systems with a function name prefix...
2009-10-18 Loren Merrittsync yasm macros to x264
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Loren Merrittsimd add_hfyu_left_prediction
2009-10-18 Justin Rugglesadd CONFIG_LPC to the build system for lpc dsputil...
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-10-01 Reimar DöffingerUse MANGLE in cavsdsp, the current version using "m...
2009-09-30 Reimar DöffingerReplace several #ifdef PIC with the more obvious and...
2009-09-27 Måns Rullgårdcosmetics: fix indentation after previous commit
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-08-29 Måns RullgårdMove declarations of some mmx functions to dsputil_mmx.h
2009-08-27 Vitor SessakMark "i" parameter of vector_clipf_sse() as early-clobber
2009-08-27 Vitor SessakMark parameter src of vector_clipf() as const
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-08-04 John AdcockUpdate x264 asm code to latest to add support for 64...
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-07-17 Carl Eugen HoyosIcc 11.1 still does not align the stack pointer, disabl...
2009-06-16 Jason Garrett-GlaserSSE version of clear_blocks
2009-06-16 Jason Garrett-Glaseridct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-03 Ramiro PollaUse fewer macros in x86-optimized mlpdsp.
2009-05-30 Alexander StrangeH264: Fix out of bounds reads in SSSE3 MC
2009-05-25 Ramiro Pollamlp: Use LABEL_MANGLE() to export label symbols from...
2009-05-23 Ramiro PollaMLP DSP functions x86-optimized.
2009-04-15 David Conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 David ConradVC1: extend MMX qpel MC to include MMX2 avg qpel
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-04-09 Michael NiedermayerDo not use SSE2 SAD for snow as it requires more alignm...
2009-04-04 Stefano SabatiniRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-03 Reimar DöffingerMark line_skip3 asm argument as output-only instead...
2009-04-03 Reimar DöffingerMark put_signed_pixels_clamped_mmx output operands...
2009-04-03 Reimar DöffingerUse DECLARE_ASM_CONST for non-global ff_vector128 const...
2009-04-02 Alex ConverseRewrite put_signed_pixels_clamped_mmx() to eliminate...
2009-04-01 David ConradAdd SSE4 detection support
2009-03-19 Matthieu CastetRemove useless casting in asm "m" operand.
2009-02-23 Zuxy MengRemove CPUID availability check on AMD64 as it's archit...
2009-02-22 Jason Garrett-GlaserConvert x264 asm files to proper unix line breaks
2009-02-22 Jason Garrett-GlaserRemove (incorrect) filenames from x264 asm files, add...
2009-02-13 Alexander StrangePut dispatch_tab in the rodata section for macho64.
2009-02-13 Zuxy Mengadd SSE2 version of vp6_filter_diag
2009-02-12 Sebastien Lucasadd MMX version of vp6_filter_diag
2009-02-12 Aurelien Jacobsconvert ff_pw_64 into an xmm_reg for future use in...
2009-02-11 Diego BiurrunFix wrong file name in header, noticed by David DeHaven...
2009-02-11 Diego BiurrunAdd check whether the compiler/assembler supports 10...
2009-02-10 Stefan Gehreravoid duplicating dsputil's clear_block
2009-02-09 Diego BiurrunRemove svn:executable property from source file.
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-02-08 Loren Merrittre-enable mid_pred asm on x86_64. (broke in r16681)
2009-02-08 Baptiste Coudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 David ConradWorkaround for gcc 3.4 to align sh properly
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Ramiro Pollaconfigure: allow to disable sse code.
2009-01-05 Diego BiurrunAdd missing 'void' keyword to parameterless function...
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-28 Carl Eugen HoyosFix h264 decoding on SSE2 cores with icc compilation.
2008-12-26 Jason Garrett-GlaserFix compilation without optimization under 64-bit with...
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.