log i386/mpegvideo_mmx.c @ 1092:f59c3f66363b libavcodec

age author description
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
Wed, 01 Jan 2003 15:10:45 +0000 michaelni warnings patch by (bubu <bubu at bubu dot net>) libavcodec
Mon, 11 Nov 2002 09:44:59 +0000 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
Fri, 25 Oct 2002 13:39:47 +0000 michaelni idct_permutation_type variable, so the permutation type can quickly be identified 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
Thu, 29 Aug 2002 23:55:32 +0000 michaelni slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) libavcodec
Wed, 28 Aug 2002 08:15:30 +0000 michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Thu, 02 May 2002 04:39:45 +0000 pulento - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. libavcodec
Sat, 27 Apr 2002 12:30:26 +0000 michaelni fixed msmpeg4 infinite loop if buggy stream libavcodec
Wed, 17 Apr 2002 16:30:31 +0000 michaelni mpeg2/mpeg4 dequantizer support (c & mmx) libavcodec
Sun, 07 Apr 2002 02:03:32 +0000 michaelni mpeg4 mpeg quantizer support libavcodec
Tue, 26 Feb 2002 22:14:27 +0000 pulento - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm libavcodec
Fri, 22 Feb 2002 03:35:41 +0000 pulento - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. libavcodec
Tue, 19 Feb 2002 19:23:34 +0000 pulento - Bug fixes in H.263+ Advanced INTRA Coding decoder. libavcodec
Mon, 18 Feb 2002 19:33:27 +0000 pulento - H.263+ decoder support for Advanded INTRA Coding (buggy) libavcodec
Sun, 27 Jan 2002 13:30:18 +0000 arpi_esp (commit by michael) libavcodec
Tue, 15 Jan 2002 04:07:29 +0000 arpi_esp (commit by michael) libavcodec
Sun, 13 Jan 2002 04:59:37 +0000 arpi_esp (commit by michael) libavcodec
Sun, 11 Nov 2001 17:55:54 +0000 nickols_k Let loops will be aligned libavcodec
Sat, 03 Nov 2001 02:22:48 +0000 arpi_esp dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at> libavcodec
Mon, 30 Jul 2001 23:28:35 +0000 glantau renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff libavcodec base i386/mpegvideo.c@2d2fdedf988c