]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/i386/dsputil_mmx.c
Rename ABS macro to FFABS.
[frescor/ffmpeg.git] / libavcodec / i386 / dsputil_mmx.c
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
2006-08-08 michaelchange vorbis_inverse_coupling_sse2() so it works on...
2006-08-03 lorenm10l, vorbis_inverse_coupling_sse() was really 3dnow
2006-08-03 lorenmsse & sse2 implementations of vorbis channel coupling.
2006-07-29 stefangsome MMX optimizations for the CAVS decoder
2006-07-19 michaeldisable the vp3 mmx and sse2 idcts, their output doesnt...
2006-07-05 mru#define SBUTTERFLY outside CONFIG_ENCODERS
2006-07-03 lucabeMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-04-05 lorenmgmc_mmx tweaks
2006-04-04 lorenmmmx implementation of 3-point GMC. (5x faster than C)
2006-03-23 lorenmprefetch pixels for future motion compensation. 2-5...
2006-03-22 lorenmadded mmx implementation of h264_chroma_mc2
2006-03-22 gpoirieradd MMX and SSE versions of ff_snow_inner_add_yblock
2006-03-21 coreysnow mmx+sse2 optimizations, part 4
2006-03-20 gpoirierAdd the mmx and sse2 implementations of ff_snow_vertica...
2006-03-07 lorenmh264_idct8_add_mmx
2006-03-07 lorenmh264_idct_add only needs mmx1
2006-02-10 lorenmh264: special case dc-only idct. ~1% faster overall
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-11-12 lorenmuse sse16_sse2() in nsse
2005-10-27 lorenmfaster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
2005-10-09 lorenmh264 mmx weighted prediction. up to 3% overall speedup.
2005-09-30 lorenmsse2 16x16 sum squared diff (306=>268 cycles on a K8)
2005-09-21 michaelreplace a few mov + psrlq with pshufw, there are more...
2005-09-10 reimarFix compile without CONFIG_GPL, misplaced #endif caused...
2005-09-10 michaelxvids mmx&mmx2 idcts
2005-09-06 mruKill some compiler warnings. Compiled code verified...
2005-06-02 lorenmsort H.264 mmx dsp functions into their own file
2005-06-01 michaeladding a few const
2005-05-31 lorenmMMX for H.264 iDCT (adapted from x264)
2005-05-25 hzoliMMX code for (put|avg)_h264_chroma_mc8
2005-05-18 lorenmH.264 deblocking optimizations (mmx for chroma_bS4...
2005-05-17 michaelporting the mmx&sse2 (sse2 untested) vp3 idcts to the...
2005-05-17 michaeldisabling vp3 mmx&mmx2 idcts, they must be ported over...
2005-05-08 michaelfix PIC
2005-04-25 lorenmMMX for H.264 deblocking filter
2005-02-07 michaeloptimization and gcc 4.0 bug workaround patch by (Marti...
2004-10-11 michaeladapting existing mmx/mmx2/sse/3dnow optimizations...
2004-09-25 michael1/2 resolution decoding
2004-09-08 michaelh264_qpel8_hv_lowpass_mmx2/3dnow
2004-09-08 michaelh264_qpel4_hv_lowpass_mmx2/3dnow
2004-09-08 michaeloptimization
2004-09-07 michaeloptimization
2004-09-07 michaeloptimization
2004-09-07 michaelh264 luma motion compensation in mmx2/3dnow
2004-09-06 michael10000l fix and use more mmx2/3dnow code for mpeg4 qpel...
2004-06-08 michaelsse8 and nsse in mmx
2004-05-18 michaelsome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-27 melansonmove the 0x80 vector outside of the function, thus...
2004-04-27 melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 melansonhook up support for SSE2-optimized VP3 IDCT
2004-03-08 melansonuse optimized VP3 functions where appropriate
2004-02-29 michaelattribute used patch by (mitya at school dot ioffe...
2004-02-06 michaelquantizer noise shaping optimization
2004-01-31 melansonvsad16_mmx2 only applies if encoders are turned on
2004-01-29 michaelSSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
2004-01-10 michaelcopyright year update of the files i touched and rememb...
2004-01-05 michaelinterlaced dct decision cleanup
2003-12-30 michaelinterlaced motion estimation
2003-12-13 michaelHere are juste two added #ifdef CONFIG_ENCODERS to...
2003-12-02 michaelh263_h_loop_filter_mmx
2003-12-02 michaelh263_v_loop_filter_mmx
2003-10-23 alex1l
2003-10-23 michaelminor mmx2 optimization if the dct
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-10-13 michaelmmx2 optimization of huffyuv median encoding
2003-06-21 michaelnithe return of the idct with 16bit output by ("Ivan...
2003-05-07 michaelnimore #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler ...
2003-04-14 michaelni10l (hadamard fix)
2003-03-26 michaelnifaster hadamard transform
2003-03-10 kabi* oooooops - sorry for this one - wrong logic
2003-03-07 kabi* support FF_MM_FORCE
2003-03-03 michaelniMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 kabi* prototypes at one place
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-01-11 michaelnisse16 & pix_norm1 optimization patch by (Felix von...
2003-01-09 michaelniqpel fix
2003-01-07 michaelniPIC / ebx fix
2003-01-07 michaelnimore gcc bug workarounds
2003-01-06 michaelni1000l (push & esp) using mangle now ...
2003-01-05 michaelniqpel in b frames bugfixes
next