log mpegvideo.c @ 197:21abf1b20016 libavcodec

age author description
Fri, 11 Jan 2002 22:07:12 +0000 arpi_esp different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec
Fri, 11 Jan 2002 21:32:34 +0000 arpi_esp This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com> libavcodec
Fri, 11 Jan 2002 21:23:48 +0000 arpi_esp mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at> libavcodec
Thu, 10 Jan 2002 00:53:21 +0000 uid46427 AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec
Thu, 10 Jan 2002 00:46:40 +0000 uid46427 fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec
Tue, 08 Jan 2002 00:28:55 +0000 arpi_esp qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org> libavcodec
Wed, 26 Dec 2001 14:02:08 +0000 arpi_esp informal msg libavcodec
Sun, 16 Dec 2001 12:44:34 +0000 arpi_esp unrestricted MC fixed - thanks to Michael Niedermayer for idea libavcodec
Mon, 19 Nov 2001 02:13:14 +0000 pulento - Preliminary RTP friendly mode for H.263. libavcodec
Tue, 16 Oct 2001 23:10:38 +0000 arpi_esp exporting qscale data for postprocessing (for MPlayer) libavcodec
Fri, 31 Aug 2001 06:21:27 +0000 pulento Moved some H.263+ variables to MpegEncContext to be thread-safe. libavcodec
Tue, 28 Aug 2001 23:32:34 +0000 pulento Added support to Unrestricted Motion Vectors (UMV) libavcodec
Wed, 15 Aug 2001 13:12:23 +0000 glantau changed opendivx to mpeg4 libavcodec
Mon, 13 Aug 2001 21:48:05 +0000 glantau win32 fixes libavcodec
Sun, 12 Aug 2001 00:52:37 +0000 glantau moved matrix init away from MPV_common_init() libavcodec
Sat, 11 Aug 2001 22:07:21 +0000 glantau fixed mpeg2 interlaced DCT libavcodec
Wed, 08 Aug 2001 21:57:07 +0000 glantau fixed mpeg1 first block bug (pb with black picture optimisation for B frames) libavcodec
Tue, 07 Aug 2001 22:48:42 +0000 glantau fixed block permutation in encoder (not optimal - should move it in forward DCT code) libavcodec
Fri, 03 Aug 2001 18:33:03 +0000 arpi_esp MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 libavcodec
Thu, 02 Aug 2001 18:46:26 +0000 arpi_esp - removed #include ../config.h, because it's included from common.h libavcodec
Thu, 02 Aug 2001 08:29:38 +0000 nickols_k Adding fastmemcpy stuff to speedup mplayer project libavcodec
Mon, 30 Jul 2001 23:26:26 +0000 glantau use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263 libavcodec
Mon, 30 Jul 2001 09:04:34 +0000 nickols_k Sync with mplayer's stuff libavcodec
Tue, 24 Jul 2001 20:43:41 +0000 glantau added skip macroblock optimization (big perf win on black regions for example) libavcodec
Sun, 22 Jul 2001 14:18:56 +0000 glantau Initial revision libavcodec