log

age author description
Thu, 31 Oct 2002 01:42:59 +0000 michael using fewer registers ... to workaround something libavcodec
Thu, 31 Oct 2002 00:48:05 +0000 michaelni fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated libavcodec
Thu, 31 Oct 2002 00:07:13 +0000 bellard fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodec
Wed, 30 Oct 2002 22:55:07 +0000 michaelni fixing q>0.0 assert failure caused by overflow of variance for b frames libavcodec
Wed, 30 Oct 2002 21:13:07 +0000 michael removing "-npp" (found by arpi) libavcodec
Wed, 30 Oct 2002 21:02:03 +0000 michael per context cpuCaps (idea by kabi) libavcodec
Wed, 30 Oct 2002 20:50:31 +0000 michael change qscale type to int8 and fix qscale ordering libavcodec
Wed, 30 Oct 2002 20:41:40 +0000 michaelni exporting the internal qscale table, this allso fixes the ordering libavcodec
Wed, 30 Oct 2002 20:31:04 +0000 al3x NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> libavcodec
Wed, 30 Oct 2002 09:09:34 +0000 michaelni 1) Add MMX deinterlace code. libavcodec
Wed, 30 Oct 2002 01:59:51 +0000 michael using same numbers for cpuCaps as libmpeg2 & liba52 libavcodec
Wed, 30 Oct 2002 01:50:58 +0000 michael cleanly passing the cpuCaps libavcodec
Tue, 29 Oct 2002 23:36:37 +0000 michael 10l libavcodec
Tue, 29 Oct 2002 22:39:11 +0000 bellard use lrintf to avoid double conversion libavcodec
Tue, 29 Oct 2002 22:38:21 +0000 bellard added lrintf for non ISOC libcs (fixme: find a better test) libavcodec