summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-09-11 10:01:02 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-09-11 10:01:02 +0000
commiteb613ac0854b3a88b5d1e4f9d15c59ae7520c524 (patch)
tree12fedbc7991520a498ca26a9263eec546c21b63f /ChangeLog
parentbf615c1c0db1047f5befc01860cde9c71aaf144b (diff)
downloadxine-lib-eb613ac0854b3a88b5d1e4f9d15c59ae7520c524.tar.gz
xine-lib-eb613ac0854b3a88b5d1e4f9d15c59ae7520c524.tar.bz2
fix stuttering playback for some non-MPEG content with the dxr3:
* move responsibility for the SCR plugin from the decoder to the video out * use the SCR for non-MPEG content as well * modify frames' vpts so they are sent earlier to the driver * tag the encoded MPEG stream by SETPTS ioctls to leave the final display scheduling to the card CVS patchset: 5354 CVS date: 2003/09/11 10:01:02
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b992a8e1..a678ff583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@ xine-lib (1-rc1)
* Add support for TITLE= and CHAPTER*= comment in ogm files
* fix deadlock/freeze problems in audio output thread
* Don't add the data track to the autoplay list for Audio CDs (Linux)
+ * dxr3: fix stuttering playback of some non-MPEG content
xine-lib (1-rc0a)
* includes ffmpeg's MPEG encode in dist tarball (fixes DXR3 support)