summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/ds9/mediagraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a problem where the video would'nt show on some containersThierry Bastian2011-05-161-8/+22
| | | | | | | | | The problem was linked to the detection of a video stream in the graph. Only the decoders were tested but the demuxer can directly provide the video stream. Reviewed-By: TrustMe Task-Number: QTBUG-19348
* optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-161-6/+6
| | | | | | | | | | | | | QString::fromUtf16() is slow - it does a BOM check and optionally byte swapping, which is utterly irrelevant when converting internal data structures which are raw utf16 in host byte order. so replace it with QString::fromUnicode() where possible (which seems to be everywhere). the reasoning is the same as in commit e0fda52f, so not getting further reviews. Reviewed-by: denis Reviewed-by: joao
* Phonon compile fix for mingwThierry Bastian2009-08-211-5/+5
|
* Phonon on Windows: improve performance when loading lots of sourcesThierry Bastian2009-08-211-2/+2
| | | | The lock is made more local.
* Fixed warnings on phonon/ds9 with mingw (gcc 4)Thierry Bastian2009-08-031-3/+5
| | | | Reviewed-by: Trustme
* Long live Qt!Lars Knoll2009-03-231-0/+1099