summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-2759-59/+59
* Added qmake check for presence of RHttpDownloadMgr headerGareth Stockwell2010-10-083-7/+30
* Progressive download in Phonon MMF backend: integrated with playerGareth Stockwell2010-10-088-43/+211
* Progressive download in Phonon MMF backend: added download managersGareth Stockwell2010-10-082-0/+305
* 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-022-5/+9
* Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-0211-20/+118
* Use lower case for including system header filesGareth Stockwell2010-07-076-6/+6
* Added trace statements to Phonon MMF backendGareth Stockwell2010-07-071-0/+17
* MMF Phonon backend: call winId() from VideoWidget constructorGareth Stockwell2010-07-072-4/+2
* Fixed crash which occurs when switching between video clipsGareth Stockwell2010-07-072-13/+32
* Close media clip before creating new player objectGareth Stockwell2010-07-075-1/+9
* Enable bufferStatus signal during video clip loading on NGA platformsGareth Stockwell2010-07-072-2/+2
* Prevent crash when video is played without a VideoWidgetGareth Stockwell2010-07-073-4/+18
* Removed compiler warningsGareth Stockwell2010-06-026-2/+14
* Fixed incorrect runtime platform version check in Phonon MMF backendGareth Stockwell2010-04-301-1/+1
* Phonon MMF: fixed crash during opening of video clipGareth Stockwell2010-04-152-57/+58
* Phonon MMF: ensure initial volume is appliedGareth Stockwell2010-04-151-3/+2
* Phonon MMF: fix state changes emitted during playlist handlingGareth Stockwell2010-04-151-0/+5
* Phonon MMF: calling pause() when in StoppedState triggers stateChanged()Gareth Stockwell2010-04-156-29/+71
* Phonon MMF: change to PausedState, not StoppedState when finishedGareth Stockwell2010-04-151-1/+1
* Phonon MMF: Suppress intermediate stateChanged() signalGareth Stockwell2010-04-152-8/+16
* Phonon MMF: Emit tick() signalGareth Stockwell2010-04-151-0/+1
* Phonon MMF: Emit prefinishMarkReached(), finished() signalsGareth Stockwell2010-04-153-2/+18
* Phonon MMF: Removed compiler warningGareth Stockwell2010-04-151-1/+1
* Phonon MMF: fixed typo in trace statementGareth Stockwell2010-04-141-1/+1
* Ensure Phonon MMF backend emits aboutToFinishGareth Stockwell2010-03-312-5/+10
* Remove compiler warningGareth Stockwell2010-03-311-1/+1
* Added additional logging to Phonon MMF backendGareth Stockwell2010-03-304-3/+44
* Fixed crash in Phonon MMF backend during application shutdownGareth Stockwell2010-03-291-1/+7
* Added support for video surfaces to Phonon MMF backendGareth Stockwell2010-03-1828-1163/+1982
* Merge branch 'mmfphonon' into 4.6Frans Englich2010-03-101-10/+12
|\
| * Fix SDP files are not supported.Frans Englich2010-03-101-10/+12
* | I10n: Use 'real' Linguist comments in Phonon::EnvironmentalReverbFriedemann Kleint2010-02-041-31/+22
* | Added descriptions of translatable strings for Phonon MMF reverb effectGareth Stockwell2010-02-031-1/+21
* | Corrected namespace for Phonon::MMF translatable error stringsGareth Stockwell2010-02-031-1/+1
* | Workaround for compiler error with MWCC (Symbian emulator)Shane Kearns2010-01-188-12/+12
|/
* Added enable/disable parameter to each effect in Phonon MMF backendGareth Stockwell2010-01-1112-68/+74
* Simplified error handling for audio effectsGareth Stockwell2010-01-1112-31/+33
* Implemented stereo widening effect in Phonon MMF backendGareth Stockwell2010-01-113-1/+161
* Implemented reverb effect in Phonon MMF backendGareth Stockwell2010-01-115-2/+283
* Implemented loudness effect in Phonon MMF backendGareth Stockwell2010-01-113-0/+146
* Implemented bass boost in Phonon MMF backendGareth Stockwell2010-01-115-11/+42
* Refactored AbstractAudioEffect to reduce redundancy in derived classesGareth Stockwell2010-01-116-41/+37
* Removed unnecessary check in Phonon MMF backendGareth Stockwell2010-01-111-5/+3
* Added a macro to reduce boilerplate code in Phonon MMF backendGareth Stockwell2010-01-115-17/+35
* Removed dependency of EffectFactory on native effect headersGareth Stockwell2010-01-116-60/+48
* Delayed creation of audio effect object until audio is initializedGareth Stockwell2010-01-118-23/+63
* Modified effect parameter handling to improve user experienceGareth Stockwell2010-01-117-22/+172
* Added comments to clarify usage of Phonon::EffectParameter APIGareth Stockwell2010-01-111-8/+9