--- branches/dev-api-4/xvidcore/TODO 2003/11/15 03:10:42 1209 +++ branches/dev-api-4/xvidcore/TODO 2004/01/31 13:44:56 1345 @@ -8,32 +8,19 @@ ------------------------ * update vfw & dshow decoder frontends - - GUI isn't perfect for vfw and dshow still links against xvid.dll - which doesn't export internal functions anymore because of the license - change. -* decide on vfw & dshow linking policy. presently we statically link, - however this increases the size of zips/packages where both vfw & - dshow are included. -* update/fix 2pass plugin - - Commited but needs additional testing/feedback (ed.gomez) + - GUI isn't perfect for vfw * update/fix CBR plugin - misses target bitrate, bitrate burst in static motion/high motion - transistions -* update/fix Lumimasking - - doesn't take care of frame type (plugin framework problem, before - operation is done before type is known). Taking care of frame type - is important because bframe allowed dquants aren't the same as - i/pframes allowed dquants -* bug hunting (ed.gomez/sysKin) - - xvidcore is still a place were bugs feel confortable -* quant matrix usage (not thread nor instance safe) - - i (ed.gomez) started an API change to matrix related functions - (quant_mpeg_xxx). But the remaining problem is that matrices should - be put in FRAMEINFO structures, and matrices should be pushed down - through many function calls. I had no idea how to do that w/o - hacking nastly. -* docbook writing (ed.gomez) + transitions +* bug hunting (ed.gomez/syskin) + - xvidcore is still a place where bugs feel confortable +* docbook writing (every developer should contribute) - New API has to be documented. +* two pass code should not introduce quality regressions (every tester) + - first feedback proved kfthresholding was hurting quality, a + decision on its behavior has to be settled. +* MMX MPEG4 quantization is unprecise. This is probably an inherent + problem in some MMX opcode precision. Already completed items: @@ -50,10 +37,18 @@ * rawdec (use xvid_decraw instead) (ed.gomez) * Support for GMC 3 warp points (christoph) * New Qpel code (michael) -* ME splitting and ME improvements (sysKin) +* ME splitting and ME improvements (syskin) * New unix build process (ed.gomez) * New thread/instance safe sse2 code (p.massimino) * INSTALL guide for Unix and Win32 (ed.gomez) * dshow static link to libxvidcore.lib (peter) +* update/fix Lumimasking (syskin) +* trellis for mpeg and relaxed optimization for big levels (skal) +* thread safe mpeg quantizing (michael) +* Interlacing for bvop and svop (syskin) +* YV12/I420/USER clarification (christoph) +* vfw and dshow link dynamically to xvidcore.dll (syskin) +* vfw bitrate calculator (peter) +* dshow configure from command line (peter) -Last edited: $Date: 2003-11-15 03:10:42 $ +Last edited: $Date: 2004-01-31 13:44:56 $