From 0c671d36c63ad1015ea8b02cb6d464edfe96db63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 5 Jan 2008 02:27:18 +0100 Subject: Add some ChangeLog entries for this branch. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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). -- cgit v1.2.3 From 605052fe1de7948a51111fa879420200d97366a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 5 Jan 2008 02:27:53 +0100 Subject: Remove reference to FFmpeg's own build system now that it is gone. --- ChangeLog | 3 --- 1 file changed, 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f100db2dc..261d1dac3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,9 +8,6 @@ xine-lib (1.1.90) (Unreleased) * Remove the buttons array from video_overlay, as the feature linked to that was never implemented. This change reduces by 10MB the memory usage of xine-lib during playback (1/3 of the memory used while playing an mp3). - * Use FFmpeg's own build system rather than wrapping automake around its - sources; this allows easy enabling or disabling of FFmpeg features and - proper support for --disable-ffmpeg-(uncommon|popular)-codecs. * Update libmpcdec (formerly libmusepack) to version 1.2.6 (newer than the previous Subversion snapshot) and contextually move it to contrib/libmpcdec to separate from xine's own code. -- cgit v1.2.3