summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-09-23 13:36:56 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-09-23 13:36:56 +0000
commit983e4dd1dbd74b3aea742f5eb702275c8715f541 (patch)
treef2b0039c976695b275eeb377e170bdbfaff7b3e8
parente50e14dbfbc78ecca9366a47392907e37501fea6 (diff)
downloadxine-lib-983e4dd1dbd74b3aea742f5eb702275c8715f541.tar.gz
xine-lib-983e4dd1dbd74b3aea742f5eb702275c8715f541.tar.bz2
better changelog for the cropping stuff
CVS patchset: 6993 CVS date: 2004/09/23 13:36:56
-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