summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon
Commit message (Expand)AuthorAgeFilesLines
...
* | Adopt Qt coding style.Frans Englich2009-09-241-60/+60
* | Updated TODO listGareth Stockwell2009-09-241-17/+0
* | Up-date to our new website address.Frans Englich2009-09-241-1/+1
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2322-325/+208
|\ \
| * \ Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-5/+9
| |\ \ | | |/
| | * Fixes: Fixed incorrect tracks number calculation with phonon/gstDmytro Poplavskiy2009-09-161-5/+9
| * | build fix for winceThierry Bastian2009-09-021-0/+2
| * | Compile fix for mingwThierry Bastian2009-08-262-3/+1
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-1/+1
| |\ \ | | |/
| | * Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-17/+25
| | * Update URL for Qt web site.Jason McDonald2009-08-111-1/+1
| | * Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-30/+21
| | * Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4
| * | Phonon/ds9: fix a potential dead-lock found by userThierry Bastian2009-08-244-1/+12
| * | Phonon/ds9: refactor to prepare some improvements in the usage of mutexThierry Bastian2009-08-246-86/+35
| * | Phonon compile fix for mingwThierry Bastian2009-08-215-12/+12
| * | Merge branch 'master' of git@scm:qt/qt-s60-publicaxis2009-08-215-5/+4
| |\ \
| | * | Changed names and URLs to reflect name change.axis2009-08-192-2/+2
| * | | Phonon on windows: fixeda possible dead-lock when using QFileThierry Bastian2009-08-219-152/+90
| * | | Phonon on Windows: improve performance when loading lots of sourcesThierry Bastian2009-08-213-72/+53
* | | | Rename videoplayer, to avoid clash with Symbian's headers.Frans Englich2009-09-233-2/+2
* | | | Don't list effects which aren't fully implemented.Frans Englich2009-09-231-0/+2
* | | | Removed hack used to silence video playback, during earlier testingGareth Stockwell2009-09-231-2/+0
* | | | Modified video widget to set disableBlit flagGareth Stockwell2009-09-231-0/+8
* | | | Removed transparency-blitting / -painting code from video widgetGareth Stockwell2009-09-233-112/+1
* | | | Removed hack in QSymbianControl for blitting a transparent bitmap in place of...Gareth Stockwell2009-09-231-20/+2
* | | | Experimenting to make video visible.Gareth Stockwell2009-09-233-4/+54
* | | | Added extra trace for investigation of 16MU blitting behaviourGareth Stockwell2009-09-231-1/+16
* | | | RoomLevel is not available in SDK 3.1, remove it.Frans Englich2009-09-232-9/+0
* | | | Build fix for SDK 3.1.Frans Englich2009-09-231-0/+6
* | | | Build fix for SDK 3.1 and 3.2.Frans Englich2009-09-231-1/+4
* | | | Removed temporary hacks used during initial development of video widgetGareth Stockwell2009-09-234-39/+1
* | | | Modified transparentFill to allow RGBA color to be specified more easily, for...Gareth Stockwell2009-09-231-2/+4
* | | | Added function for writing transparent pixels directly to the backing storeGareth Stockwell2009-09-233-0/+54
* | | | Modified video output widget to make video visible on target deviceGareth Stockwell2009-09-232-13/+15
* | | | Modified object annotator to dump display mode of Symbian windowsGareth Stockwell2009-09-231-1/+4
* | | | Added a utility function which samples a number of pixels from the screen, an...Gareth Stockwell2009-09-232-0/+19
* | | | Added a utility function for reading color of individual pixels from the screenGareth Stockwell2009-09-232-0/+84
* | | | Make mmfphonondebug static, and do some build fixes.Frans Englich2009-09-161-2/+2
* | | | Fixes to include paths, required due to objectdump renamingGareth Stockwell2009-09-152-2/+2
* | | | Rename objectdump to mmfphonondebug in order to avoid conflicts.Frans Englich2009-09-149-1/+1
* | | | Remove an unimplementable TODO.Frans Englich2009-09-101-1/+0
* | | | Invoke on appropriate states in seek().Frans Englich2009-09-101-7/+21
* | | | Fix whitespace.Frans Englich2009-09-101-3/+3
* | | | Remove an unimplementable TODO.Frans Englich2009-09-101-4/+2
* | | | QScopedPointer makes code simpler.Frans Englich2009-09-102-5/+3
* | | | Fixed problems with compiling for ARMV5Gareth Stockwell2009-09-109-16/+9
* | | | Improve signal connections between MediaObject and AbstractPlayer.Frans Englich2009-09-095-14/+10
* | | | Make the MediaObject propagation generic for all kinds of nodes.Frans Englich2009-09-0916-100/+133
* | | | Work on extending the framework for accomodating effects.Frans Englich2009-09-0922-53/+967