summaryrefslogtreecommitdiff
path: root/examples/multimedia
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Doc: Updated example license to three clause BSD license.David Boddie21-577/+556
2010-05-17Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart4-290/+439
2010-05-07Modified audiodevices example to list all supported formatsGareth Stockwell4-290/+439
2010-04-29Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira1-235/+282
2010-04-27Adjusted layout of audiodevice example to use scrollbar.Kurt Korbatits1-235/+282
2010-03-25Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard1-0/+1
2010-03-23Added Symbian UserEnvironment capability to audioinput exampleGareth Stockwell1-0/+1
2010-03-07Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern1-1/+1
2010-03-05Fixa few warnings on mingwThierry Bastian1-0/+6
2010-03-02Fix warnings in AudioInput example.Justin McPherson2-1/+3
2010-02-18Pass QAudioDeviceInfo when creating audio input/output in examplesGareth Stockwell2-2/+3
2010-02-16Changed function names in audio input example to clarify meaningGareth Stockwell2-6/+7
2010-02-16Tidied up debug output in audio input exampleGareth Stockwell1-3/+5
2010-02-16Removed redundant strings from audio input exampleGareth Stockwell2-8/+18
2010-02-16Cleaned up memory management in audio input exampleGareth Stockwell2-36/+54
2010-02-16Changed variable names in audio input example to match Qt code styleGareth Stockwell2-93/+93
2010-02-16Made level calculation in audio input example work for all formatsGareth Stockwell2-42/+80
2010-02-16Removed unused variable from audio input exampleGareth Stockwell2-7/+3
2010-02-16Update suspend/resume button label in audio input exampleGareth Stockwell1-0/+2
2010-02-16Changed function names in audio output example to clarify meaningGareth Stockwell2-23/+20
2010-02-16Cleaned up implementation of audio output exampleGareth Stockwell1-17/+10
2010-02-16Tidied up debug output in audio output exampleGareth Stockwell2-7/+9
2010-02-16Removed redundant strings from audio output exampleGareth Stockwell2-13/+24
2010-02-16Cleaned up memory management in audio output exampleGareth Stockwell2-38/+61
2010-02-16Changed variable names in audio output example to match Qt code styleGareth Stockwell2-92/+92
2010-02-16Made data generation in audio output example work for all formatsGareth Stockwell2-72/+75
2010-02-16Update suspend/resume button label in audio output exampleGareth Stockwell1-0/+2
2010-02-16Added missing override in audio output exampleGareth Stockwell2-0/+6
2010-02-08[CRASH] audioinput and audiooutput examples crash when no devices areKurt Korbatits2-0/+6
2010-01-14Revert "Frequency to SampleRate and channels to channelCount."Kurt Korbatits1-6/+6
2010-01-14Revert "Added setChannelCount() to QAudioFormat."Kurt Korbatits3-6/+6
2010-01-08Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann3-16/+16
2010-01-07Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie21-21/+21
2010-01-07Merge branch '4.6' of ../../4.6 into 4.6Justin McPherson4-65/+80
2010-01-07Update copyright year to 2010Jason McDonald21-21/+21
2010-01-06Doc: Made coding style changes to the Audio Input and Output examples.David Boddie3-66/+70
2010-01-06Frequency to SampleRate and channels to channelCount.Kurt Korbatits3-8/+8
2010-01-06Added setChannelCount() to QAudioFormat.Kurt Korbatits3-4/+4
2009-12-17Merge remote branch 'staging/4.6' into 4.6Simon Hausmann4-69/+84
2009-12-15Doc: Modified the coding style of the Audio Devices example.David Boddie4-69/+84
2009-12-08audioinput and audiooutput examples not using isFormatSupportedKurt Korbatits2-1/+23
2009-11-10Changes to low-level audio API.Kurt Korbatits3-12/+12
2009-11-10Changes to low-level audio API.Kurt Korbatits3-12/+12
2009-11-05Changes to low-level audio API.Kurt Korbatits3-12/+12
2009-11-04QVideoFrame API review changes.Andrew den Exter2-3/+3
2009-11-04QAbstractVideoSurface API review changes.Andrew den Exter4-6/+4
2009-10-22Fixed clock() function return values in audio class's.Kurt Korbatits2-2/+2
2009-10-16Move audio and video examples into the common multimedia directory.Andrew den Exter29-18/+1400
2009-10-02Demos and applications have a nice Qt logo when installed on SymbianEspen Riskedal3-3/+3
2009-09-24AudioServices; Nicer examples.Justin McPherson4-192/+82