Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a problem where the video would'nt show on some containers | Thierry Bastian | 2011-05-16 | 1 | -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 2 | Oswald Buddenhagen | 2010-02-16 | 1 | -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 mingw | Thierry Bastian | 2009-08-21 | 1 | -5/+5 |
| | |||||
* | Phonon on Windows: improve performance when loading lots of sources | Thierry Bastian | 2009-08-21 | 1 | -2/+2 |
| | | | | The lock is made more local. | ||||
* | Fixed warnings on phonon/ds9 with mingw (gcc 4) | Thierry Bastian | 2009-08-03 | 1 | -3/+5 |
| | | | | Reviewed-by: Trustme | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+1099 |