summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon
Commit message (Expand)AuthorAgeFilesLines
...
* Added TODO item for fixing up code indenting / formattingGareth Stockwell2009-08-251-0/+5
* Removed 'fix mediaplayer.exe UI' from the TODO listGareth Stockwell2009-08-251-3/+0
* Implemented Backend::availableMimeTypesGareth Stockwell2009-08-257-34/+81
* Fixed problem which caused duplicate entries to appear in media player file l...Gareth Stockwell2009-08-243-16/+2
* Added TODO listGareth Stockwell2009-08-241-0/+58
* Added spaces to trace output for better alignmentGareth Stockwell2009-08-241-2/+2
* Implemented connection between MediaOutput and VideoWidgetGareth Stockwell2009-08-2113-40/+198
* Further tidied up volume handlingGareth Stockwell2009-08-2120-163/+231
* Tidied up trace statementsGareth Stockwell2009-08-218-51/+125
* Started fleshing out the VideoPlayer implementationGareth Stockwell2009-08-208-40/+118
* Added stub VideoWidget implementationGareth Stockwell2009-08-204-7/+202
* Implemented parameter copying between AbstractPlayer instancesGareth Stockwell2009-08-2015-237/+364
* Added VolumeControlInterface to abstract details of path between MediaObject ...Gareth Stockwell2009-08-2012-110/+199
* Tidying up: removing commented-out codeGareth Stockwell2009-08-191-13/+0
* Merged in DummyPlayer changesGareth Stockwell2009-08-1910-184/+315
|\
| * Merge branch 'master' into mmfphononFrans Englich2009-08-196-47/+58
| |\
| | * Merge commit 'qt/master'Jason Barron2009-08-182-7/+7
| | |\
| | | * Fixed compile.Rohan McGovern2009-08-141-3/+3
| | | * QVariant: more work on avoinding conversion between float and doublesThierry Bastian2009-08-142-8/+8
| | * | Merge commit 'qt/master'Jason Barron2009-08-134-40/+51
| | |\ \ | | | |/
| | | * Phonon: On windows, cross fading was brokenThierry Bastian2009-08-121-1/+2
| | | * Phonon: avoids assert when switching sourceThierry Bastian2009-08-111-0/+2
| | | * Phonon::VideoWidget still flickeringThierry Bastian2009-08-111-0/+2
| | | * Phonon: Video widget on Windows flickers when going to next videoThierry Bastian2009-08-111-1/+14
| | | * Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-13/+22
| | | * Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-40/+24
| * | | Add the DummyPlayer, as discussed with Gareth.Frans Englich2009-08-184-125/+243
* | | | Added missing return statementGareth Stockwell2009-08-191-0/+1
* | | | Started work on VideoPlayer implementationGareth Stockwell2009-08-192-6/+12
* | | | Started work on VideoPlayer implementationGareth Stockwell2009-08-189-123/+210
* | | | Refactored AudioPlayer and VideoPlayer to separate out common code into Abstr...Gareth Stockwell2009-08-188-1079/+730
|/ / /
* | | Merged recognizer changes with abstraction for audio / video playback.Gareth Stockwell2009-08-1811-558/+1867
|\ \ \
| * | | Rename mmf_videoplayer back to videoplayer, apparently the includes can beFrans Englich2009-08-173-2/+2
| * | | More delegation, basic plumbing.Frans Englich2009-08-177-22/+41
| * | | Delegate from MediaObject.Frans Englich2009-08-173-1/+41
| * | | Refactor the media object such that we can do both video and sound.Frans Englich2009-08-178-598/+1602
| * | | Pushing compile fix from Gareth, modified by me.Frans Englich2009-08-141-3/+5
* | | | Added recognizer code to determine if file is audio or videoGareth Stockwell2009-08-172-0/+68
* | | | Fixed a bug which prevented phonon from compilingGareth Stockwell2009-08-141-0/+2
|/ / /
* | | Commit patch by Gareth.Frans Englich2009-08-127-123/+741
* | | Merge branch 'master' into topic/mmfphononFrans Englich2009-08-1226-275/+204
|\ \ \ | |/ /
| * | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-062-2/+2
| * | Merge commit 'origin/master'Jason Barron2009-08-042-2/+2
| |\ \
| | * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-032-2/+2
| * | | Merge commit 'qt/master-stable'Jason Barron2009-08-049-23/+28
| |\ \ \ | | | |/ | | |/|
| | * | Fixed warnings on phonon/ds9 with mingw (gcc 4)Thierry Bastian2009-08-039-23/+28
| * | | Merge commit 'qt/master-stable'Jason Barron2009-07-2723-250/+178
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fixed another memory leak in Phonon on windowsThierry Bastian2009-07-171-3/+1
| | * Documentation and whitespace fixes in phononDavid Faure2009-07-165-51/+46
| | * Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4