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