summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon
Commit message (Expand)AuthorAgeFilesLines
* Phonon(qt7); Don't try and display video frames when audio only.Justin McPherson2011-06-091-7/+9
* Phonon QT7 backend; Don't release string after unsuccessful AudioDeviceGetPro...Justin McPherson2010-05-121-1/+0
* 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
* | Merge remote branch 'origin/4.6' into 4.6Paul Olav Tvete2010-02-051-31/+22
|\ \
| * | I10n: Use 'real' Linguist comments in Phonon::EnvironmentalReverbFriedemann Kleint2010-02-041-31/+22
* | | Merge remote branch 'staging/4.6' into 4.6Samuel Rødal2010-02-041-0/+3
|\ \ \ | |/ / |/| |
| * | fix crash in Phonon::DS9 backendJoerg Bornemann2010-02-011-0/+3
* | | 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-118-23/+173
* Added comments to clarify usage of Phonon::EffectParameter APIGareth Stockwell2010-01-111-8/+9
* Shortened description of audio equalizer bandsGareth Stockwell2010-01-111-1/+1
* Implemented audio effects capability querying in Phonon MMF backendGareth Stockwell2010-01-0810-132/+225
* Corrected parameter name ordering in internal Phonon MMF function signaturesGareth Stockwell2010-01-082-4/+4
* Fixed typo in Phonon::EffectWidget implementationGareth Stockwell2010-01-081-1/+1
* Fixed build breakage on S60 3.1 due to audio effects changesGareth Stockwell2010-01-086-31/+10
* Implemented node disconnection in Phonon MMF backendGareth Stockwell2009-12-0820-194/+348
* Removed dead code from Phonon MMF backendGareth Stockwell2009-12-081-12/+2
* Re-emit prefinishMarkReached and aboutToFinish if rewound back past mark.Gareth Stockwell2009-12-082-2/+25
* Implemented support for playlist handling in Phonon MMF backendGareth Stockwell2009-12-0812-170/+129
* Changed call sequence of seeking in Phonon MMF backend, for streamingGareth Stockwell2009-12-082-19/+11