summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/TODO
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-08 07:15:50 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-08 07:15:50 +0000
commit35f0ba3e19b9deaea4fe13d687bdfcbd8b449c54 (patch)
tree2021416f65d886806f7997d7f900f9d5aa73ba48 /libmpcodecs/TODO
parent625396332a1d8d6c49f3a06526d897c5b45bc788 (diff)
downloadmpv-35f0ba3e19b9deaea4fe13d687bdfcbd8b449c54.tar.bz2
mpv-35f0ba3e19b9deaea4fe13d687bdfcbd8b449c54.tar.xz
TODO list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4991 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/TODO')
-rw-r--r--libmpcodecs/TODO31
1 files changed, 31 insertions, 0 deletions
diff --git a/libmpcodecs/TODO b/libmpcodecs/TODO
new file mode 100644
index 0000000000..8ab9ef3eba
--- /dev/null
+++ b/libmpcodecs/TODO
@@ -0,0 +1,31 @@
+TODO:
+- equalizer support to divx4, dshow
+- vo_config callbacks to ffmpeg, cinepak
+- better mpi support to xanim (now it's EXPORT but could be better)
+- fix initial postprocessing flags (divx_quality)
+- IP buffering for NUV
+
+DONE:
+#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
+
+TODO:
+
+#define VFM_MPNG 21
+#define VFM_MPEG 1