diff options
Diffstat (limited to 'TODO')
-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 ========== |