summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of ../../qt/masterJustin McPherson2010-02-146-4/+12
|\ \ \ | |/ / |/| / | |/
| * Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-134-4/+0
| |\
| | * Doc: remove \preliminary tag from public multimedia classesVolker Hilsheimer2010-02-124-4/+0
| * | Doc: more \since 4.7Volker Hilsheimer2010-02-051-0/+4
| * | Doc: add \since 4.7 to new functions.Volker Hilsheimer2010-02-051-0/+8
* | | Add virtual destructors to QMediaObjectPrivate and QMediaServicePrivate.Andrew den Exter2010-02-113-2/+2
* | | Fix crash on exit in player example on Windows.Andrew den Exter2010-02-101-0/+2
* | | maemo define spelling incorrect.Kurt Korbatits2010-02-091-1/+1
* | | Don't clear the video output when the video widget is hidden.Andrew den Exter2010-02-082-18/+1
* | | Update QML media element documentation.Andrew den Exter2010-02-082-54/+628
* | | Correct QtMedia::SampleRate property mapping.Andrew den Exter2010-02-081-1/+1
* | | Remove documentation for QGraphicsVideoItem::FillMode.Andrew den Exter2010-02-081-12/+0
* | | Make nativeSizeChanged() signal non-const.Andrew den Exter2010-02-081-1/+1
* | | qmlsound changed to soundeffect element.Kurt Korbatits2010-02-0512-195/+1786
* | | Fix license headers.Andrew den Exter2010-02-051-2/+2
* | | Add an internal function for setting the default media servie provider.Andrew den Exter2010-02-052-0/+27
* | | Remove deprecated enum and member variables from video graphics items.Andrew den Exter2010-02-053-12/+0
* | | Make the paused property of the QML media elements indepent of playing.Andrew den Exter2010-02-054-25/+73
* | | Don't emit the metaDataChanged signal twice on a meta-data write.Andrew den Exter2010-02-051-3/+1
* | | Propagate error signals from QMediaPlayerControl to media QML elements.Andrew den Exter2010-02-056-9/+20
* | | Connect changed signals from QMediaPlayerControl to media QML elements.Andrew den Exter2010-02-051-0/+6
* | | Round off volume when converting from real to int.Andrew den Exter2010-02-051-2/+4
* | | Added QNetworkRequest constructor to QMediaResource.Nicholas Young2010-02-043-3/+28
* | | Construct the meta-object directly instead of using QMetaObjectBuilder.Andrew den Exter2010-02-032-49/+175
* | | Clip the paint region of QGraphicsVideoItem to it's bounding rect.Andrew den Exter2010-02-033-42/+64
* | | Add lost QmlMediaBase header file.Andrew den Exter2010-02-021-0/+155
* | | Export QPainterVideoSurface for QtWebKit.Andrew den Exter2010-02-011-1/+1
* | | Merge ../../qt/masterJustin McPherson2010-01-2915-73/+60
|\ \ \ | |/ /
| * | Merge branch 'master' of ../../qt/masterJustin McPherson2010-01-2815-73/+60
| |\ \ | | |/
| | * Revert "Frequency to SampleRate and channels to channelCount."Kurt Korbatits2010-01-1412-96/+49
| | * Revert "Added setChannelCount() to QAudioFormat."Kurt Korbatits2010-01-148-34/+19
* | | Add Audio and Video QML elements.Justin McPherson2010-01-288-2/+1737
* | | Add size, offset and fillMode properties to QGraphicsVideoItem.Justin McPherson2010-01-284-34/+185
* | | Add an audioAvailable property to QMediaPlayer.Justin McPherson2010-01-284-0/+47
* | | Fixup license headers.Justin McPherson2010-01-282-2/+2
* | | Multimedia; fixes for linuxJustin McPherson2010-01-182-1/+4
* | | Move QtMobility multimedia framework into Qt.Justin McPherson2010-01-1565-1/+14570
|/ /
* | Merge branch 'master' of ../../qt/masterJustin McPherson2010-01-1551-411/+531
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-131-1/+1
| |\
| | * Fix example in QAudioOutput/QAudioInput docsKurt Korbatits2010-01-132-2/+2
| * | Fix code exampleBernhard Rosenkraenzer2010-01-111-1/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-0816-69/+131
| |\ \ | | |/
| | * QAudioInput loses data on Maemo5/other linux platforms.Kurt Korbatits2010-01-071-1/+1
| | * Frequency to SampleRate and channels to channelCount.Kurt Korbatits2010-01-0616-60/+112
| | * Added setChannelCount() to QAudioFormat.Kurt Korbatits2010-01-068-9/+19
| * | Doc: Added the QAudio namespace to the multimedia module documentation.David Boddie2010-01-071-0/+2
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie2010-01-0750-50/+50
| |\ \
| | * | Update copyright year to 2010Jason McDonald2010-01-0650-50/+50
| | |/
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie2010-01-063-13/+38
| |\ \ | | |/
| | * The "audioinput" multimedia example locks up the audio input/outputKurt Korbatits2009-12-182-13/+33