summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 18:23:23 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 18:23:23 +0000
commit838aeb89fbcc0cf4c19703ce18554abcb31ae09d (patch)
tree70b6990fd4728194e236a510e31632d18fa6ff65 /libmpcodecs
parent3f7f2ac1050508d355d212b53e4bdf1173f9e088 (diff)
downloadmpv-838aeb89fbcc0cf4c19703ce18554abcb31ae09d.tar.bz2
mpv-838aeb89fbcc0cf4c19703ce18554abcb31ae09d.tar.xz
update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5607 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/TODO37
1 files changed, 1 insertions, 36 deletions
diff --git a/libmpcodecs/TODO b/libmpcodecs/TODO
index d7404cddbf..31b84da35f 100644
--- a/libmpcodecs/TODO
+++ b/libmpcodecs/TODO
@@ -1,42 +1,7 @@
-URGENT:
-- add common postprocessing filter support (export qscale array)
-
-audio:
-
-libvorbis
-libmad
-faad
-
TODO:
-- vo_config callbacks to ffmpeg, cinepak
+- vo_config callbacks to 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
-