summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/TODO
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-09 11:52:29 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-09 11:52:29 +0000
commit5830ab523a3d8f36126c9f0723dd510395957b24 (patch)
treea1bedfaae3635b40d2f218fa0c674c427cad294d /DOCS/tech/TODO
parenta94f60da60c46e5f9f49f279c7959a43654adc03 (diff)
downloadmpv-5830ab523a3d8f36126c9f0723dd510395957b24.tar.bz2
mpv-5830ab523a3d8f36126c9f0723dd510395957b24.tar.xz
runtime stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3393 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/TODO')
-rw-r--r--DOCS/tech/TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO
index f11725a01b..a5936775a2 100644
--- a/DOCS/tech/TODO
+++ b/DOCS/tech/TODO
@@ -24,9 +24,17 @@ mencoder:
other:
- fix DVB a-v sync problems, switch to mp1e
-- check if runtime cpu detection works and complete, and add ./configure option
- and announce it and so on...
+runtime:
+- add --enable-runtime or something (should change VERSION header and enable
+ runtime cpu detect and print banner telling users to recompile for speed)
+- runtime cpu detection in:
+ aclib.c
+ vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?)
+ vbelib.c (is it ok for all x86 cpus?)
+ libac3 (should be ported to liba52)
+ win32.c ??? (its cpu detection is unclean for me)
+
FUTURE:
~~~~~~~