diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 21:18:04 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 21:18:04 +0100 |
commit | a151844ec16b67d6f844c176a611d5907e15ed5c (patch) | |
tree | 365280c1f2bea719512d6dbd23367fed5ea11699 | |
parent | 0a83e75a5caea6537ea4bede87d7cfaaa4a1a0e3 (diff) | |
download | xine-lib-a151844ec16b67d6f844c176a611d5907e15ed5c.tar.gz xine-lib-a151844ec16b67d6f844c176a611d5907e15ed5c.tar.bz2 |
Provide some change log for the branch.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -45,6 +45,13 @@ xine-lib (1.1.90) (Unreleased) * DVB subtitles' opacity is now controllable. * The internal copies of libcdio and libvcd are no longer present, you need to use an installed copy of them if you want VCD support. + * Replace get_* functions for literals with direct string access. + * Use default dispose() functions when they just need to call free() in + various plugins. + * Rename METHOD_BY_EXTENSION to METHOD_BY_MRL as it also checks prefixes + for specific input protocols. + * Check for supported extensions before opening the plugin and remove + redundant core from plugins. xine-lib (1.1.9) (unreleased) * Fix dvd://.../title[.chapter] handling (somewhat broken in 1.1.8). |