summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 02:27:18 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 02:27:18 +0100
commit0c671d36c63ad1015ea8b02cb6d464edfe96db63 (patch)
tree95d611b73007039c7c2ddf6a62056e2ca70075ac
parent908e138b0cf02f3c8d20efd757fdb665c2bab8cb (diff)
downloadxine-lib-0c671d36c63ad1015ea8b02cb6d464edfe96db63.tar.gz
xine-lib-0c671d36c63ad1015ea8b02cb6d464edfe96db63.tar.bz2
Add some ChangeLog entries for this branch.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9370562e7..f100db2dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,13 @@ xine-lib (1.1.90) (Unreleased)
for specific input protocols.
* Check for supported extensions before opening the plugin and remove
redundant core from plugins.
+ * Use libavutil-provided implementations for CRC, SHA1 and BASE64 algorithms,
+ this makes use of libavutil even outside the FFmpeg decoding plugin,
+ but avoid duplication of algorithms between different plugins.
+ * Use av_mallocz() when xine_xmalloc_aligned() wouldn't be needed.
+ * FFmpeg is now required as an external dependency; if you want to build
+ xine-lib from source, please download a copy of FFmpeg from their SVN
+ server.
xine-lib (1.1.9) (unreleased)
* Fix dvd://.../title[.chapter] handling (somewhat broken in 1.1.8).