]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/x86
Reworked assignment of FRSH contract parameters
[frescor/ffmpeg.git] / libavcodec / x86 /
2009-11-25 Michal SojkaRemoved static omkization
2009-05-14 Pavel PisaThe temporary workaround to create _build/user/ffmpeg...
2009-04-15 conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 conradVC1: extend MMX qpel MC to include MMX2 avg qpel
2009-04-14 conradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 conradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-09 michaelDont use SSE2 SAD for snow as it requires more alignmen...
2009-04-04 stefanoRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-03 reimarMark line_skip3 asm argument as output-only instead...
2009-04-03 reimarMark put_signed_pixels_clamped_mmx output operands...
2009-04-03 reimarUse DECLARE_ASM_CONST for non-global ff_vector128 const...
2009-04-02 alexcRewrite put_signed_pixels_clamped_mmx() to eliminate...
2009-04-01 conradAdd SSE4 detection support
2009-03-19 cehoyosRemove useless casting in asm "m" operand.
2009-02-23 zuxyRemove CPUID availability check on AMD64 as it's archit...
2009-02-22 darkshikariConvert x264 asm files to proper unix line breaks
2009-02-22 darkshikariRemove (incorrect) filenames from x264 asm files, add...
2009-02-13 astrangePut dispatch_tab in the rodata section for macho64.
2009-02-13 aureladd SSE2 version of vp6_filter_diag
2009-02-12 aureladd MMX version of vp6_filter_diag
2009-02-12 aurelconvert ff_pw_64 into an xmm_reg for future use in...
2009-02-11 diegoFix wrong file name in header, noticed by David DeHaven...
2009-02-11 diegoAdd check whether the compiler/assembler supports 10...
2009-02-10 stefangavoid duplicating dsputil's clear_block
2009-02-09 diegoRemove svn:executable property from source file.
2009-02-08 lorenmff_add_hfyu_median_prediction_mmx2
2009-02-08 lorenmre-enable mid_pred asm on x86_64. (broke in r16681)
2009-02-08 bcoudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-26 conradWorkaround for gcc 3.4 to align sh properly
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 ramiroconfigure: allow to disable sse code.
2009-01-05 diegoAdd missing 'void' keyword to parameterless function...
2009-01-04 cehoyosUse H264 MMX chroma functions to accelerate RV40 decoding.
2009-01-03 darkshikariAdd x264 SSE2 iDCT functions to H.264 decoder.
2008-12-28 cehoyosFix h264 decoding on SSE2 cores with icc compilation.
2008-12-26 darkshikariFix compilation without optimization under 64-bit with...
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.