summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a4bbafd..06e34ba27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
* build system improvements: replacement functions, better work with headers
* Set the codec name for Real Media even if we can't play the files
* Fix win32 playback on recent versions of Linux
- * Added cropping capability to some video_out drivers
-
+ * Added cropping capability to some video_out drivers (Xv, XvMC, vidix).
+ automatic software cropping is provided for drivers not supporting it.
+ * Fixed displaying of mpeg2 files where width/height is not a multiple of 16
+ (these files required cropping after decoding)
+
xine-lib (1-rc6)
* Moved win32 frontend into separate module.
* Fixed Xv initialization to enable multiple instances of the Xv plugin