diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-12 12:13:52 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-12 12:13:52 +0200 |
commit | 32c980768188c0b0ad7ea9e2a13d4748ad08c55d (patch) | |
tree | a644fac4f5326f6cf7ef2368ee3f9fc07513519e | |
parent | 09ef4fae038c555db7b23906148f52fc2dff993d (diff) | |
download | xine-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-- | TODO | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 ========== |