log

age author description
Fri, 13 Sep 2002 07:46:06 +0000 michaelni fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodec
Thu, 12 Sep 2002 18:28:17 +0000 michaelni fixing interlaced mpeg4 decoding libavcodec
Thu, 12 Sep 2002 15:22:14 +0000 michaelni parsing resync header extension support libavcodec
Thu, 12 Sep 2002 15:02:47 +0000 michaelni vbv parameter parsing (more skiping actually ;) ) libavcodec
Thu, 12 Sep 2002 15:00:09 +0000 michaelni avoid nonsense frame-skip messages libavcodec
Thu, 12 Sep 2002 14:43:44 +0000 michaelni uninitialized var ... libavcodec
Thu, 12 Sep 2002 12:26:09 +0000 michaelni statistics for forw & back p-MBs instead of just one counter for both libavcodec
Thu, 12 Sep 2002 11:10:33 +0000 michaelni m4v input support libavcodec
Thu, 12 Sep 2002 10:54:53 +0000 michaelni export pts from stream if available libavcodec
Thu, 12 Sep 2002 02:34:56 +0000 philipjsg Change abort() calls to av_abort() calls. libavcodec
Thu, 12 Sep 2002 00:27:08 +0000 michaelni set pict_type & key_frame on decoding too libavcodec
Wed, 11 Sep 2002 12:39:53 +0000 michaelni put/avg_pixels16 libavcodec
Wed, 11 Sep 2002 07:26:43 +0000 michaelni reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ libavcodec
Sat, 07 Sep 2002 10:57:51 +0000 michaelni fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodec
Sat, 07 Sep 2002 00:16:30 +0000 michaelni optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them libavcodec