summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/TODO
blob: d7404cddbfd97d06be5324c1f81087469fda4372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
URGENT:
- add common postprocessing filter support (export qscale array)

audio:

libvorbis
libmad
faad

TODO:
- vo_config callbacks to ffmpeg, cinepak
- better mpi support to xanim (now it's EXPORT but could be better)
- IP buffering for NUV
- finish MPNG (8bpp support)
- IPB buffering to libmpeg2
- review authors

DONE:
- equalizer support to divx4, dshow
- fix initial postprocessing flags (divx_quality)

#define VFM_CINEPAK 13
#define VFM_QTRPZA 20
#define VFM_FFMPEG 5
#define VFM_DSHOW 4
#define VFM_VFW 2
#define VFM_VFWEX 6
#define VFM_ODIVX 3
#define VFM_DIVX4 7
#define VFM_RAW 8
#define VFM_XANIM 10
#define VFM_RLE 9
#define VFM_MSVIDC 11
#define VFM_FLI 12
#define VFM_QTRLE 14
#define VFM_QTSMC 17
#define VFM_ROQVIDEO 19
#define VFM_CYUV 16
#define VFM_NUV 15
#define VFM_MPNG 21
#define VFM_MPEG 1