index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
3rdparty
/
phonon
/
mmf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed resource leak in Phonon MMF backend
Ruth Sadler
2011-01-11
1
-0
/
+2
*
Allow IAP to be selected in Phonon MMF backend
Ruth Sadler
2011-01-11
10
-14
/
+86
*
Fixed several compile and deployment issues in the mmf phonon plugin.
axis
2010-12-14
6
-6
/
+6
*
Phonon MMF backend: set _q_DummyWindowSurface property on VideoWidget
Gareth Stockwell
2010-10-26
1
-0
/
+2
*
Phonon MMF backend: removed redundant trace output
Gareth Stockwell
2010-10-25
1
-14
/
+0
*
Added qmake check for presence of RHttpDownloadMgr header
Gareth Stockwell
2010-10-03
3
-7
/
+30
*
Progressive download in Phonon MMF backend: integrated with player
Gareth Stockwell
2010-10-01
8
-43
/
+211
*
Progressive download in Phonon MMF backend: added download managers
Gareth Stockwell
2010-10-01
2
-0
/
+305
*
Fixed build break on Symbian versions earlier than S^3
Gareth Stockwell
2010-08-02
1
-1
/
+1
*
Added support to Phonon MMF backend for playback of Qt resource files
Gareth Stockwell
2010-08-02
11
-20
/
+122
*
Use lower case for including system header files
Gareth Stockwell
2010-07-07
6
-6
/
+6
*
Added trace statements to Phonon MMF backend
Gareth Stockwell
2010-07-07
1
-0
/
+17
*
MMF Phonon backend: call winId() from VideoWidget constructor
Gareth Stockwell
2010-07-07
2
-4
/
+2
*
Fixed crash which occurs when switching between video clips
Gareth Stockwell
2010-07-07
2
-13
/
+32
*
Close media clip before creating new player object
Gareth Stockwell
2010-07-07
5
-1
/
+9
*
Enable bufferStatus signal during video clip loading on NGA platforms
Gareth Stockwell
2010-07-07
2
-2
/
+2
*
Prevent crash when video is played without a VideoWidget
Gareth Stockwell
2010-07-07
3
-4
/
+18
*
Removed compiler warnings
Gareth Stockwell
2010-06-02
6
-2
/
+14
*
Fixed incorrect runtime platform version check in Phonon MMF backend
Gareth Stockwell
2010-04-30
1
-1
/
+1
*
Phonon MMF: fixed crash during opening of video clip
Gareth Stockwell
2010-04-15
2
-57
/
+58
*
Phonon MMF: ensure initial volume is applied
Gareth Stockwell
2010-04-15
1
-3
/
+2
*
Phonon MMF: fix state changes emitted during playlist handling
Gareth Stockwell
2010-04-15
1
-0
/
+5
*
Phonon MMF: calling pause() when in StoppedState triggers stateChanged()
Gareth Stockwell
2010-04-15
6
-29
/
+71
*
Phonon MMF: change to PausedState, not StoppedState when finished
Gareth Stockwell
2010-04-15
1
-1
/
+1
*
Phonon MMF: Suppress intermediate stateChanged() signal
Gareth Stockwell
2010-04-15
2
-8
/
+16
*
Phonon MMF: Emit tick() signal
Gareth Stockwell
2010-04-15
1
-0
/
+1
*
Phonon MMF: Emit prefinishMarkReached(), finished() signals
Gareth Stockwell
2010-04-15
3
-2
/
+18
*
Phonon MMF: Removed compiler warning
Gareth Stockwell
2010-04-15
1
-1
/
+1
*
Phonon MMF: fixed typo in trace statement
Gareth Stockwell
2010-04-14
1
-1
/
+1
*
Ensure Phonon MMF backend emits aboutToFinish
Gareth Stockwell
2010-03-31
2
-5
/
+10
*
Remove compiler warning
Gareth Stockwell
2010-03-31
1
-1
/
+1
*
Added additional logging to Phonon MMF backend
Gareth Stockwell
2010-03-30
4
-3
/
+44
*
Fixed crash in Phonon MMF backend during application shutdown
Gareth Stockwell
2010-03-29
1
-1
/
+7
*
Added support for video surfaces to Phonon MMF backend
Gareth Stockwell
2010-03-18
28
-1163
/
+1982
*
Merge branch 'mmfphonon' into 4.6
Frans Englich
2010-03-10
1
-10
/
+12
|
\
|
*
Fix SDP files are not supported.
Frans Englich
2010-03-10
1
-10
/
+12
*
|
I10n: Use 'real' Linguist comments in Phonon::EnvironmentalReverb
Friedemann Kleint
2010-02-04
1
-31
/
+22
*
|
Added descriptions of translatable strings for Phonon MMF reverb effect
Gareth Stockwell
2010-02-03
1
-1
/
+21
*
|
Corrected namespace for Phonon::MMF translatable error strings
Gareth Stockwell
2010-02-03
1
-1
/
+1
*
|
Workaround for compiler error with MWCC (Symbian emulator)
Shane Kearns
2010-01-18
8
-12
/
+12
|
/
*
Added enable/disable parameter to each effect in Phonon MMF backend
Gareth Stockwell
2010-01-11
12
-68
/
+74
*
Simplified error handling for audio effects
Gareth Stockwell
2010-01-11
12
-31
/
+33
*
Implemented stereo widening effect in Phonon MMF backend
Gareth Stockwell
2010-01-11
3
-1
/
+161
*
Implemented reverb effect in Phonon MMF backend
Gareth Stockwell
2010-01-11
5
-2
/
+283
*
Implemented loudness effect in Phonon MMF backend
Gareth Stockwell
2010-01-11
3
-0
/
+146
*
Implemented bass boost in Phonon MMF backend
Gareth Stockwell
2010-01-11
5
-11
/
+42
*
Refactored AbstractAudioEffect to reduce redundancy in derived classes
Gareth Stockwell
2010-01-11
6
-41
/
+37
*
Removed unnecessary check in Phonon MMF backend
Gareth Stockwell
2010-01-11
1
-5
/
+3
*
Added a macro to reduce boilerplate code in Phonon MMF backend
Gareth Stockwell
2010-01-11
5
-17
/
+35
*
Removed dependency of EffectFactory on native effect headers
Gareth Stockwell
2010-01-11
6
-60
/
+48
[next]