summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/mediaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-1/+1
* Progressive download in Phonon MMF backend: integrated with playerGareth Stockwell2010-10-081-15/+21
* Fixed build break on Symbian versions earlier than S^3Gareth Stockwell2010-08-021-1/+1
* Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-021-3/+7
* Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-021-6/+65
* Close media clip before creating new player objectGareth Stockwell2010-07-071-0/+3
* Phonon MMF: Emit tick() signalGareth Stockwell2010-04-151-0/+1
* Phonon MMF: Emit prefinishMarkReached(), finished() signalsGareth Stockwell2010-04-151-2/+14
* Added support for video surfaces to Phonon MMF backendGareth Stockwell2010-03-181-3/+13
* Delayed creation of audio effect object until audio is initializedGareth Stockwell2010-01-111-0/+3
* Implemented node disconnection in Phonon MMF backendGareth Stockwell2009-12-081-6/+19
* Implemented support for playlist handling in Phonon MMF backendGareth Stockwell2009-12-081-24/+30
* Implemented buffer status notifications in Phonon MMF backendGareth Stockwell2009-12-081-0/+1
* Added support for streaming playback to Phonon MMF backendGareth Stockwell2009-12-081-1/+4
* Added error strings to Phonon MMF backendGareth Stockwell2009-12-021-8/+4
* Ran the script utils/normalizeOlivier Goffart2009-11-181-2/+2
* Implemented aspect ratio and scale mode handling in Phonon MMF backendGareth Stockwell2009-11-131-5/+0
* Implemented metadata handling in Phonon MMF backendGareth Stockwell2009-11-041-0/+1
* Improve error handling.Frans Englich2009-10-231-5/+9
* Remove trailing whitespace.Frans Englich2009-10-151-1/+1
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-0/+4
* Fixed compilation error and one warning, when building with RVCTGareth Stockwell2009-09-301-8/+9
* Changes for fixing media object.Frans Englich2009-09-291-20/+20
* Essentially do 's/NULL/0/g', to adhere to Qt coding style.Frans Englich2009-09-241-2/+2
* Rename videoplayer, to avoid clash with Symbian's headers.Frans Englich2009-09-231-1/+1
* Fixed problems with compiling for ARMV5Gareth Stockwell2009-09-101-2/+2
* Make the MediaObject propagation generic for all kinds of nodes.Frans Englich2009-09-091-29/+3
* Work on extending the framework for accomodating effects.Frans Englich2009-09-091-3/+43
* Modified file-loading code to use QDir::toNativeSeparatorsGareth Stockwell2009-09-071-1/+4
* Reformatted code to comply with Qt styleGareth Stockwell2009-08-281-184/+159
* Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-281-0/+3
* Removed over-riding signal declaration from VideoPlayer.Gareth Stockwell2009-08-261-6/+6
* Added some missing signals in MediaObject; fixed seek slider in musicplayer.exeGareth Stockwell2009-08-251-1/+21
* Implemented Backend::availableMimeTypesGareth Stockwell2009-08-251-23/+3
* Implemented connection between MediaOutput and VideoWidgetGareth Stockwell2009-08-211-0/+10
* Further tidied up volume handlingGareth Stockwell2009-08-211-8/+4
* Tidied up trace statementsGareth Stockwell2009-08-211-0/+17
* Started fleshing out the VideoPlayer implementationGareth Stockwell2009-08-201-2/+2
* Implemented parameter copying between AbstractPlayer instancesGareth Stockwell2009-08-201-4/+35
* Added VolumeControlInterface to abstract details of path between MediaObject ...Gareth Stockwell2009-08-201-5/+1
* Tidying up: removing commented-out codeGareth Stockwell2009-08-191-13/+0
* Merged in DummyPlayer changesGareth Stockwell2009-08-191-135/+45
|\
| * Add the DummyPlayer, as discussed with Gareth.Frans Englich2009-08-181-123/+31
* | Started work on VideoPlayer implementationGareth Stockwell2009-08-181-30/+50
|/
* Merged recognizer changes with abstraction for audio / video playback.Gareth Stockwell2009-08-181-482/+215
|\
| * Rename mmf_videoplayer back to videoplayer, apparently the includes can beFrans Englich2009-08-171-1/+1
| * More delegation, basic plumbing.Frans Englich2009-08-171-1/+18
| * Delegate from MediaObject.Frans Englich2009-08-171-1/+24
| * Refactor the media object such that we can do both video and sound.Frans Englich2009-08-171-497/+2
* | Added recognizer code to determine if file is audio or videoGareth Stockwell2009-08-171-0/+58
|/