diff options
author | Thomas Hellström <totte67@users.sourceforge.net> | 2004-10-30 15:12:48 +0000 |
---|---|---|
committer | Thomas Hellström <totte67@users.sourceforge.net> | 2004-10-30 15:12:48 +0000 |
commit | d48c20ead554ea99200b5227599404dd805670bf (patch) | |
tree | dbd73379d2e03dae9ee761e76672f882093bf9fc /ChangeLog | |
parent | 4afb5b7cc665c984e6c979614ea1cf7065780bfe (diff) | |
download | xine-lib-d48c20ead554ea99200b5227599404dd805670bf.tar.gz xine-lib-d48c20ead554ea99200b5227599404dd805670bf.tar.bz2 |
Allowed multiple simultaneous thread access in parts of the xxmc driver,
assuming that XvMC libraries are thread-safe.
CVS patchset: 7093
CVS date: 2004/10/30 15:12:48
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ * use monotonic clock where available (eg. linux 2.6) so system clock updates won't disturb xine playback. [bug #781532] * fixed seeking unresponsiveness when using external subtitles + * Allowed multiple simultaneous thread access in parts of the xxmc driver, + assuming that XvMC libraries are thread-safe. xine-lib (1-rc6) * Moved win32 frontend into separate module. |