summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/ds9/mediaobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* build fix for winceThierry Bastian2009-09-021-0/+2
|
* Compile fix for mingwThierry Bastian2009-08-261-2/+0
|
* Phonon/ds9: fix a potential dead-lock found by userThierry Bastian2009-08-241-0/+1
| | | | | | This is following merge request 878. A customer was able to get a dead- lock when calling at the same time RenderFile and enumerating the audio devices. We now have a global mutex for that.
* Phonon compile fix for mingwThierry Bastian2009-08-211-1/+1
|
* Phonon on Windows: improve performance when loading lots of sourcesThierry Bastian2009-08-211-67/+48
| | | | The lock is made more local.
* Phonon: On windows, cross fading was brokenThierry Bastian2009-08-121-1/+2
|
* Phonon: avoids assert when switching sourceThierry Bastian2009-08-111-0/+2
| | | | | The problem was that when switching source, the previous one was still running. So we now explicitly stop it.
* Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-111-12/+20
| | | | Task-number: 259482
* Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-101-37/+18
| | | | | | | | | | | | When using streaming, it could happen that the last reference to the MediaSource is in another thread. So the objects are destroyed from another thread. In which case we would delete QObject (ioDevice) in another thread. That is fixed by calling deleteLater which will ensure that they are deleted in their own thread. Note: there was a nother assert that could happen due to a race condition in the worker thread. That is also fixed with this patch. Reviewed-by: jbache
* Fixed warnings on phonon/ds9 with mingw (gcc 4)Thierry Bastian2009-08-031-3/+4
| | | | Reviewed-by: Trustme
* Documentation and whitespace fixes in phononDavid Faure2009-07-161-26/+24
| | | | | | | | | - fix wrong copy/pasted comments (including the whole docs for isSeekable) - make docs of Notifier more generic (there are 3 signals, not just one) - untabify Merge-request: 875 Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com>
* Phonon: Fixed a possible race conditionThierry Bastian2009-07-081-7/+13
| | | | Task-number: 257495
* Phonon: Fixed a possible race conditionThierry Bastian2009-07-081-1/+1
| | | | Task-number: 257495
* Fixed a flicker when switching current source in Phonon::MediaObjectThierry Bastian2009-04-211-18/+9
| | | | Task-number: 251776
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+1208