log i386/mpegvideo_mmx_template.c @ 2819:4f14a3062d0a libavcodec

age author description
Thu, 28 Oct 2004 10:12:57 +0000 michael H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavcodec
Mon, 11 Oct 2004 02:19:29 +0000 michael adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec
Tue, 06 Jul 2004 12:27:36 +0000 michael dc_precission=11 fix libavcodec
Fri, 02 Jan 2004 22:29:08 +0000 michael denoise_dct_mmx() libavcodec
Sun, 02 Nov 2003 23:19:47 +0000 michael noise reduction of dct coefficients libavcodec
Thu, 23 Oct 2003 13:22:20 +0000 michael minor mmx2 optimization if the dct libavcodec
Wed, 22 Oct 2003 11:23:39 +0000 michael move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec
Fri, 15 Aug 2003 19:58:27 +0000 michaelni fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) libavcodec
Tue, 13 May 2003 08:21:35 +0000 kabi * oops - reversed last commit libavcodec
Mon, 12 May 2003 17:59:26 +0000 kabi * sync libavcodec
Mon, 03 Mar 2003 14:54:00 +0000 michaelni MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Sun, 19 Jan 2003 17:55:13 +0000 michaelni finetuneing thresholds/factors libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Thu, 19 Sep 2002 22:14:53 +0000 arpi_esp fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodec