diff options
author | Thomas Hellström <totte67@users.sourceforge.net> | 2004-11-19 08:56:30 +0000 |
---|---|---|
committer | Thomas Hellström <totte67@users.sourceforge.net> | 2004-11-19 08:56:30 +0000 |
commit | f074ce7eb5183ef850969d28c78c5c4bd61e0fb7 (patch) | |
tree | 8fb7c27716276faa10ab63d0aea08a6bb4627fb2 /ChangeLog | |
parent | 593bff2b2b82a5f4e7fa0cbf1aa727515c863ca4 (diff) | |
download | xine-lib-f074ce7eb5183ef850969d28c78c5c4bd61e0fb7.tar.gz xine-lib-f074ce7eb5183ef850969d28c78c5c4bd61e0fb7.tar.bz2 |
Fixed segfault occuring in the xxmc plugin when it had swithed to accelerated
decoding while software surfaces were still in the frame queue and
sometimes needed to be duplicated.
Cleaned up xxmc shape / colorkey X11OSD handling.
Fixed more locking inconsistensies.
CVS patchset: 7137
CVS date: 2004/11/19 08:56:30
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ xine-lib (1-xxx) * fix playback of MMS streams with the new input cache layer [bug #1066926] * fixed builds without X11 [bug #1067705] * added support for 24-bit LPCM from DVDs + * Fixed segfault in xxmc plugin when switch from software decoding to + accelerated decoding occured while software surfaces still needed to be + duplicated. xine-lib (1-rc7) * Build system improvements: replacement functions, better work with headers |