5003
|
1 URGENT:
|
|
2 - add common postprocessing filter support (export qscale array)
|
|
3
|
4990
|
4 TODO:
|
|
5 - vo_config callbacks to ffmpeg, cinepak
|
|
6 - better mpi support to xanim (now it's EXPORT but could be better)
|
|
7 - IP buffering for NUV
|
4998
|
8 - finish MPNG (8bpp support)
|
|
9 - IPB buffering to libmpeg2
|
|
10 - review authors
|
4990
|
11
|
|
12 DONE:
|
5003
|
13 - equalizer support to divx4, dshow
|
|
14 - fix initial postprocessing flags (divx_quality)
|
|
15
|
4990
|
16 #define VFM_CINEPAK 13
|
|
17 #define VFM_QTRPZA 20
|
|
18 #define VFM_FFMPEG 5
|
|
19 #define VFM_DSHOW 4
|
|
20 #define VFM_VFW 2
|
|
21 #define VFM_VFWEX 6
|
|
22 #define VFM_ODIVX 3
|
|
23 #define VFM_DIVX4 7
|
|
24 #define VFM_RAW 8
|
|
25 #define VFM_XANIM 10
|
|
26 #define VFM_RLE 9
|
|
27 #define VFM_MSVIDC 11
|
|
28 #define VFM_FLI 12
|
|
29 #define VFM_QTRLE 14
|
|
30 #define VFM_QTSMC 17
|
|
31 #define VFM_ROQVIDEO 19
|
|
32 #define VFM_CYUV 16
|
|
33 #define VFM_NUV 15
|
|
34 #define VFM_MPNG 21
|
|
35 #define VFM_MPEG 1
|
4998
|
36
|