summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2004-04-25 15:05:22 +0000
committerRobin KAY <komadori@users.sourceforge.net>2004-04-25 15:05:22 +0000
commiteaf081a7cc1985b4a062b1f42a79e15dd741ec92 (patch)
tree9a085975d2e1343e8187b5ad804a32a8f39dbbf8 /ChangeLog
parent38590f702bed212d251851ccc63369050340e9ae (diff)
downloadxine-lib-eaf081a7cc1985b4a062b1f42a79e15dd741ec92.tar.gz
xine-lib-eaf081a7cc1985b4a062b1f42a79e15dd741ec92.tar.bz2
Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses the appropriate overlay type automatically. Misc changes.
CVS patchset: 6434 CVS date: 2004/04/25 15:05:22
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c436f6ff..b23fe8c94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,9 +22,9 @@ xine-lib (1-rc4)
pan&scan content
* DXR3: fix libavcodec encoder for frame widths not a multiple of 16
* mediaLib now used for bilinear scaling
- * video_out_pgx32 now properly clips video output
- * video_out_pgx64 now disables overlay when fully occluded, fixed displaying
- some frames out of order when multi-buffering.
+ * video_out_pgx32: properly clips video output
+ * video_out_pgx64: fixed displaying frames out of order when multi-buffering,
+ automatically manages overlay mode based on degree of occlusion.
* DXR3: option to use Pan & Scan information embedded in MPEG and DVB streams
* disable AUD content detection because of false positives
* fix Real pnm/rtsp streaming on big endian platforms