[cvs] / xvidcore / TODO Repository:
ViewVC logotype

Diff of /xvidcore/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2, Sat Nov 15 03:10:42 2003 UTC revision 1.9, Mon Dec 27 16:39:31 2010 UTC
# Line 1  Line 1 
1  TODO  TODO
2  ====  ====
3    
4  This file lists the TODO items stll pending for the 1.0 release.  This file lists the TODO items
5    
6    Outstanding items:
7  Active Items to work on:  ------------------
8  ------------------------  xvidcore
   
 * 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)  
9  * update/fix CBR plugin  * update/fix CBR plugin
10    - misses target bitrate, bitrate burst in static motion/high motion    - misses target bitrate, bitrate burst in static motion/high motion
11      transistions      transitions
12  * update/fix Lumimasking  * parallel slice decoding (pre-parse for resync marker boundaries)
13    - doesn't take care of frame type (plugin framework problem, before  * filter/deblock reference frames before ME ("true motion")
14      operation is done before type is known). Taking care of frame type  * PSNR-HVS-M adaptive quantization
15      is important because bframe allowed dquants aren't the same as  
16      i/pframes allowed dquants  examples
17  * bug hunting (ed.gomez/sysKin)  * profile/level support within xvid_encraw
18    - xvidcore is still a place were bugs feel confortable  
19  * quant matrix usage (not thread nor instance safe)  vfw
20    - i (ed.gomez) started an API change to matrix related functions  * integrated Packed<->ISO converter
21      (quant_mpeg_xxx). But the remaining problem is that matrices should  * vfw-ext api to get/set configuration parameters
22      be put in FRAMEINFO structures, and matrices should be pushed down  * ICM_DECOMPRESSEX_* support
23      through many function calls. I had no idea how to do that w/o  * warn user before overwriting .pass file
24      hacking nastly.  * improve ergonomics of user interface
25  * docbook writing (ed.gomez)  * user settings management
26    - New API has to be documented.  
27    directshow
28    * option to display libxvidcore version and bitstream ontop of video
29      hopefully, using smooth fonts, not image_printf().
30    
31    
 Already completed items:  
 ------------------------  
32    
33    Completed items:
34    ----------------
35    * clusterable two-pass coding
36    * multi-threaded decoder deblocking
37    * parallel slice coding
38    * multi-threaded motion estimation
39    * manual aspect ratio setting (1:1, 4:3, 16:9, Custom)
40    * MMX MPEG4 quantization precision.
41    * sse3/sse4 SIMD optimizations.
42    * x86_64 optimizations for xvidcore.
43  * remove divx4 api (ed.gomez)  * remove divx4 api (ed.gomez)
44  * remove VOP_TYPE enumerations (peter)  * remove VOP_TYPE enumerations (peter)
45  * remove HINTed ME stuff (ed.gomez)  * remove HINTed ME stuff (ed.gomez)
# Line 50  Line 51 
51  * rawdec (use xvid_decraw instead) (ed.gomez)  * rawdec (use xvid_decraw instead) (ed.gomez)
52  * Support for GMC 3 warp points (christoph)  * Support for GMC 3 warp points (christoph)
53  * New Qpel code (michael)  * New Qpel code (michael)
54  * ME splitting and ME improvements (sysKin)  * ME splitting and ME improvements (syskin)
55  * New unix build process (ed.gomez)  * New unix build process (ed.gomez)
56    * Move/clean/enhance 2pass code from vfw to core (ed.gomez)
57  * New thread/instance safe sse2 code (p.massimino)  * New thread/instance safe sse2 code (p.massimino)
58  * INSTALL guide for Unix and Win32 (ed.gomez)  * INSTALL guide for Unix and Win32 (ed.gomez)
59  * dshow static link to libxvidcore.lib (peter)  * dshow static link to libxvidcore.lib (peter)
60    * update/fix Lumimasking (syskin)
61    * trellis for mpeg and relaxed optimization for big levels (skal)
62    * thread safe mpeg quantizing (michael)
63    * Interlacing for bvop and svop (syskin)
64    * YV12/I420/USER clarification (christoph)
65    * vfw and dshow link dynamically to xvidcore.dll (syskin)
66    * vfw bitrate calculator (peter)
67    * dshow configure from command line (peter)
68    * bug hunting (ed.gomez/syskin)
69    * video buffer verifier (christoph)
70    
71    
72  Last edited: $Date$  Last edited: $Date$

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.9

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4