summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/realcodecs/TODO
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-09 03:25:28 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-09 03:25:28 +0000
commit76538ed792cf3c2c0faec3dae24c161e013bce07 (patch)
treeef777bbab7c5cc341ab53110906f2cc9516e14ce /DOCS/tech/realcodecs/TODO
parent56ae80d6e465bfd131b933d12166d04be8c1333c (diff)
downloadmpv-76538ed792cf3c2c0faec3dae24c161e013bce07.tar.bz2
mpv-76538ed792cf3c2c0faec3dae24c161e013bce07.tar.xz
some updates, fixes discovered by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6351 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/realcodecs/TODO')
-rw-r--r--DOCS/tech/realcodecs/TODO12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/tech/realcodecs/TODO b/DOCS/tech/realcodecs/TODO
index bf88f89d63..37450eadf1 100644
--- a/DOCS/tech/realcodecs/TODO
+++ b/DOCS/tech/realcodecs/TODO
@@ -1,18 +1,18 @@
TODO:
- more docs are coming as I find the time to write them down
-- USE_REALCODECS is needed in config.h -> configure
+- USE_REALCODECS is needed in config.h -> configure - DONE
- the original player is doing something I don't know of:
I compare the input and output data of the original and mplayer.
- While the input is the same, the ouput differs.
-- the frame rate is incorrect
+ While the input is the same, the ouput differs. - DONE
+- the frame rate is incorrect - WHY?? need sample, can't reproduce
- use RV20toYUV420Free()
- rvyuvMain and the two format dwords should be stored inside
st_context, so we don't use constants in the demuxer and the
- wrapper
+ wrapper - DONE
- audio support (mainly for COOK)
-- RV20 support
+- RV20 support - DONE
- internet streaming support
- searching
-- get it to work before (they stream) the Bizarre festival
+- get it to work before (they stream) the Bizarre festival :)