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