diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-12 22:39:58 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-12 22:39:58 +0100 |
| commit | 44234828cf17a0a302975dc3f5f8b671f86a8ac2 (patch) | |
| tree | 43d3917bb441eb7b85d3d6bc443162406e7958ba /ChangeLog | |
| parent | 6514a174a7036d285da2faae55d1e4cecb7ea310 (diff) | |
| parent | 552c28241aa1e6820857f5bf8bd8bbb9ee99dd99 (diff) | |
| download | xine-lib-44234828cf17a0a302975dc3f5f8b671f86a8ac2.tar.gz xine-lib-44234828cf17a0a302975dc3f5f8b671f86a8ac2.tar.bz2 | |
Merge from 1.2 main.
Diffstat (limited to 'ChangeLog')
| -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). |
