]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/i386/dsputil_mmx.c
Let ff_pw_8 be used as an SSE constant
[frescor/ffmpeg.git] / libavcodec / i386 / dsputil_mmx.c
2008-08-30 conradLet ff_pw_8 be used as an SSE constant
2008-08-14 lorenmgcc chokes on the 7 registers needed for float_to_int16...
2008-08-14 lorenmgcc chokes on xmm constraints, so pessimize int32_to_fl...
2008-08-13 lorenmspecial case 6 channel version of float_to_int16_interleave
2008-08-13 lorenmsimd int->float
2008-08-13 lorenmsimd downmix
2008-08-12 lorenmcosmetics in dsp init
2008-08-02 diegoMark add_png_paeth_prediction_* functions which are...
2008-07-16 lorenmfloat_to_int16_interleave: change src to an array of...
2008-07-15 lorenm10l, float_to_int16_interleave_sse/3dnow wrote the...
2008-07-13 lorenmexploit mdct symmetry
2008-07-13 lorenmsimplify vorbis windowing
2008-07-11 kostyaSSE2 optimizations for Monkey's Audio decoder vector...
2008-07-09 michaelfloat_to_int16_sse2()
2008-07-07 michael1 c-asm loop less and 1x unroll of float_to_int16_sse()
2008-07-07 michaelFix x86-64
2008-07-07 michaeldont use C-asm loops and unroll once float_to_int16_3dnow()
2008-06-22 reimarFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-08 ramiroDo not misuse long as the size of a register in x86.
2008-04-16 astrangeAdd a new xvid-style IDCT using SSE2.
2008-04-12 diegoAdd a header file to declare Xvid IDCT functions.
2008-04-01 lorenmh264 chroma mc ssse3
2008-03-21 zuxyAdd missed call to ff_cavsdsp_init_3dnow() in dsputil_i...
2008-03-20 michaelHardcode register to prevent aparent miscompilation.
2008-03-20 michaelremove unused temp
2008-03-04 aurelmove draw_edges() into dsputil
2008-02-25 aurelsplit encoding part of dsputil_mmx into its own file
2008-02-24 reimar__asm __volatile -> asm volatile, improves code consist...
2008-02-21 lorenmsimd and unroll png_filter_row
2008-02-06 lorenmsse2 h264 motion compensation. not new code, just separ...
2008-02-06 lorenmput loop counter in a register if possible. makes some...
2008-02-06 lorenmconstant was excessively aligned
2008-02-05 lorenmssse3 h264 motion compensation.
2008-02-05 lorenmclean up an ugliness introduced in r11826. this syntax...
2008-02-04 lorenmreduce code duplication
2008-02-03 lorenmavg_pixels4_mmx2
2008-02-03 lorenmuse mmx2/3dnow avg functions in avg_qpel*_mc00
2008-02-03 lorenmff_h264_idct8_add_sse2.
2008-01-30 bcoudurieradd parenthesis, fix warning: i386/dsputil_mmx.c:2618...
2008-01-30 bcoudurierfix prototypes, remove warning: i386/dsputil_mmx.c...
2008-01-27 reimarUse DECLARE_ALIGNED
2008-01-11 diegoFactorize some duplicated code from CAVS and H.264...
2007-12-21 gpoirieradd MMX version for put_no_rnd_h264_chroma_mc8_c, used...
2007-12-21 diegoFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-16 aurelmove FLAC mmx dsp to its own file
2007-12-11 diegotypo/clarification
2007-12-01 vitorspelling
2007-11-27 aurelremove some unused ff_p* vars from dsputil
2007-11-27 aurelremove useless #ifdef around extern declaration
2007-11-27 aurelcosmetics: indentation
2007-11-27 aurelconvert some #ifdef CONFIG_ to if(ENABLE_
2007-11-27 aurelbuild vc1dsp_mmx.c in its own compilation unit
2007-11-27 aureluse ff_ prefix for extern vars
2007-11-27 aurelmake ff_p* vars extern so that they can be used in...
2007-11-21 gpoirieradd VC-1 MMX DSP functions, under MIT license.
2007-11-12 michaeltring to workaround gcc 2.95 bug which causes random...
2007-09-29 lorenmsse2 version of compute_autocorr().
2007-08-26 ramiroCONFIG_7REGS has been renamed to HAVE_7REGS
2007-08-26 michaelworkaound gcc bug, untested as my gcc isnt complaining
2007-08-26 michaelavoid overflow in the 3rd lifting step, this now needs...
2007-08-25 michaelupdate mmx code to latest snow changes
2007-08-25 michaeluse 16bit IDWT (a SIMD implementation of it should...
2007-07-24 aurelhelp some gcc version to optimize out those functions
2007-07-10 aurelcosmetics: indentation
2007-07-10 aurelAvoid linking with h263.c functions when the relevant...
2007-07-08 mrumake arguments to ssd_int8_vs_int16() const
2007-05-20 zuxyRemove incorrect comment; MMX2 is preferred over 3DNow...
2007-05-18 zuxy3DNow! and SSSE3 optimization to QNS DSP functions...
2007-05-16 aurelbetter separation of vp3dsp functions from dsputil_mmx.c
2007-05-16 diegoAdd libavcodec to compiler include flags in order to...
2007-05-14 takisMake vp3dsp*.c compilation optional.
2007-05-12 lorenmfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-05-12 lorenmsse2 & ssse3 versions of hadamard. unroll and inline...
2007-05-09 lorenmcosmetics: remove code duplication in hadamard8_diff_mmx
2007-05-08 lorenmcosmetics: remove duplicate transpose macro
2007-04-07 diegotypos
2007-03-30 lorenmmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-02-24 diegoFix wrong conditional, Snow decoding, not encoding...
2007-01-30 takisAdd the const specifier as needed to reduce the number...
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-11-12 mruadding more static keywords
2006-11-03 michaeloptimize H264_DEBLOCK_P0_Q0
2006-10-14 diegoPut libmpeg2 IDCT functions under CONFIG_GPL, fixes...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-05 diegoSwitch idct_mmx_xvid.c from GPL to LGPL as permitted...
2006-10-01 lorenmapproximate qpel functions: sacrifice some quality...
2006-09-27 mruadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-14 aureldisable vp3 mmx idct for theora files to avoid artifacts
2006-09-14 diegoRemove the LGPL exception clause as discussed on ffmpeg...
2006-09-12 aurelEnables back the mmx/sse optimized version of the vp3...
2006-09-02 mruremove redundant declarations
2006-08-28 lorenmmmx implementation of deblocking strength decision.
2006-08-12 gpoirierSupport for MacIntel, last part: balign directives
2006-08-11 lorenmvorbis simd tweaks
2006-08-10 michaelconvert vector_fmul_reverse_sse2 and vector_fmul_add_a...
2006-08-10 lorenmsse and 3dnow implementations of float->int conversion...
2006-08-09 lorenmemms -> femms
next