summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audioplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed dummy VideoOutput instance.Gareth Stockwell2009-09-301-1/+1
* Remove TODO comment.Frans Englich2009-09-241-2/+0
* Do runtime check for SetVolume.Frans Englich2009-09-241-5/+12
* Essentially do 's/NULL/0/g', to adhere to Qt coding style.Frans Englich2009-09-241-2/+2
* Build fix for SDK 3.1.Frans Englich2009-09-231-0/+6
* Work on extending the framework for accomodating effects.Frans Englich2009-09-091-0/+6
* Reformatted code to comply with Qt styleGareth Stockwell2009-08-281-69/+58
* Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-281-13/+3
* Added some missing signals in MediaObject; fixed seek slider in musicplayer.exeGareth Stockwell2009-08-251-11/+6
* Implemented connection between MediaOutput and VideoWidgetGareth Stockwell2009-08-211-1/+2
* Further tidied up volume handlingGareth Stockwell2009-08-211-2/+2
* Tidied up trace statementsGareth Stockwell2009-08-211-8/+10
* Started fleshing out the VideoPlayer implementationGareth Stockwell2009-08-201-5/+4
* Implemented parameter copying between AbstractPlayer instancesGareth Stockwell2009-08-201-26/+26
* Added VolumeControlInterface to abstract details of path between MediaObject ...Gareth Stockwell2009-08-201-1/+8
* Started work on VideoPlayer implementationGareth Stockwell2009-08-181-16/+16
* Refactored AudioPlayer and VideoPlayer to separate out common code into Abstr...Gareth Stockwell2009-08-181-417/+35
* Merged recognizer changes with abstraction for audio / video playback.Gareth Stockwell2009-08-181-2/+7
* More delegation, basic plumbing.Frans Englich2009-08-171-8/+8
* Refactor the media object such that we can do both video and sound.Frans Englich2009-08-171-0/+631