--- TODO 2003/11/29 17:59:28 1.1.2.5 +++ TODO 2005/10/09 07:38:33 1.8 @@ -1,43 +1,36 @@ TODO ==== -This file lists the TODO items stll pending for the 1.0 release. +This file lists the TODO items - -Active Items to work on: ------------------------- - -* 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. +Outstanding items: +------------------ +xvidcore +* MMX MPEG4 quantization precision. * update/fix CBR plugin - misses target bitrate, bitrate burst in static motion/high motion transitions -* bug hunting (ed.gomez/sysKin) - - xvidcore is still a place where 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 (every developer should contribute) - - New API has to be documented. -* two pass code should not introduce quality regressions (every tester) -* YV12/I420/USER clarification - - item submited by Ivan Kalvachev - Planes are swaped -* Interlacing is broken - - item submited by Ivan Kalvachev - Artefacts for all interlaced blocks +examples +* profile/level support within xvid_encraw + +vfw +* integrated Packed<->ISO converter +* vfw-ext api to get/set configuration parameters +* ICM_DECOMPRESSEX_* support +* warn user before overwriting .pass file +* improve ergonomics of user interface +* user settings management + +directshow +* manual aspect ratio setting (1:1, 4:3, 16:9, Custom) +* option to display libxvidcore version and bitstream ontop of video + hopefuly, using smooth fonts, not image_printf(). -Already completed items: ------------------------- + + +Completed items: +---------------- * remove divx4 api (ed.gomez) * remove VOP_TYPE enumerations (peter) @@ -50,12 +43,22 @@ * 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) +* Move/clean/enhance 2pass code from vfw to core (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) +* 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) +* bug hunting (ed.gomez/syskin) +* video buffer verifier (christoph) + -Last edited: $Date: 2003/11/29 17:59:28 $ +Last edited: $Date: 2005/10/09 07:38:33 $