summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 12:13:52 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 12:13:52 +0200
commit32c980768188c0b0ad7ea9e2a13d4748ad08c55d (patch)
treea644fac4f5326f6cf7ef2368ee3f9fc07513519e
parent09ef4fae038c555db7b23906148f52fc2dff993d (diff)
downloadxine-lib-32c980768188c0b0ad7ea9e2a13d4748ad08c55d.tar.gz
xine-lib-32c980768188c0b0ad7ea9e2a13d4748ad08c55d.tar.bz2
Add a few TODO entries for 1.2 and 1.3 series, to have a few objective to satisfy.
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
index 61fa0efe7..64f0a739f 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,19 @@
+For 1.3 series
+==============
+- analyse impact of breaking xine.h down in multiple public headers, and
+ rename the xine/ directory for include files in xinecore/ (for plugins
+ only), while leaving xine/ for public include files;
+
+For 1.2 series
+==============
+- mimetype-based demuxer selection, solves the effects of shoutcast's bug;
+- Doxygen API documentation for both internal and public functions;
+- removal of (deprecated) software deinterlacers from video output plugins;
+- reduction of exported symbols by hiding (-fvisibility=hidden or attribute)
+ the internal libxine-only functions;
+- move the contributed code (not developed by xine project) in the contrib/
+ directory of the source tree;
+
known bugs
==========