comparison libmpcodecs/TODO @ 5003:88481d4b9e0e

divx_quality and equalizer support done
author arpi
date Sat, 09 Mar 2002 19:18:46 +0000
parents c32191b02a66
children 7198d3eba09f
comparison
equal deleted inserted replaced
5002:70751bbd6404 5003:88481d4b9e0e
1 URGENT:
2 - add common postprocessing filter support (export qscale array)
3
1 TODO: 4 TODO:
2 - equalizer support to divx4, dshow
3 - vo_config callbacks to ffmpeg, cinepak 5 - vo_config callbacks to ffmpeg, cinepak
4 - better mpi support to xanim (now it's EXPORT but could be better) 6 - better mpi support to xanim (now it's EXPORT but could be better)
5 - fix initial postprocessing flags (divx_quality)
6 - add common postprocessing filter support (export qscale array)
7 - IP buffering for NUV 7 - IP buffering for NUV
8 - finish MPNG (8bpp support) 8 - finish MPNG (8bpp support)
9 - IPB buffering to libmpeg2 9 - IPB buffering to libmpeg2
10 - review authors 10 - review authors
11 11
12 DONE: 12 DONE:
13 - equalizer support to divx4, dshow
14 - fix initial postprocessing flags (divx_quality)
15
13 #define VFM_CINEPAK 13 16 #define VFM_CINEPAK 13
14 #define VFM_QTRPZA 20 17 #define VFM_QTRPZA 20
15 #define VFM_FFMPEG 5 18 #define VFM_FFMPEG 5
16 #define VFM_DSHOW 4 19 #define VFM_DSHOW 4
17 #define VFM_VFW 2 20 #define VFM_VFW 2