summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-12 15:13:31 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-12 15:13:31 +0100
commit552c28241aa1e6820857f5bf8bd8bbb9ee99dd99 (patch)
tree2b611c01a7fbb1cde54a58236557c61fd9b2248e /ChangeLog
parentb39d5d3f3e65ef7b741dc4d675dc4d91d250c25b (diff)
parenta151844ec16b67d6f844c176a611d5907e15ed5c (diff)
downloadxine-lib-552c28241aa1e6820857f5bf8bd8bbb9ee99dd99.tar.gz
xine-lib-552c28241aa1e6820857f5bf8bd8bbb9ee99dd99.tar.bz2
Merge with 1.2-plugins-changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 109fff9af..418bcb0b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).