diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-09-11 10:01:02 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-09-11 10:01:02 +0000 |
commit | eb613ac0854b3a88b5d1e4f9d15c59ae7520c524 (patch) | |
tree | 12fedbc7991520a498ca26a9263eec546c21b63f /ChangeLog | |
parent | bf615c1c0db1047f5befc01860cde9c71aaf144b (diff) | |
download | xine-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |