summaryrefslogtreecommitdiffstats
path: root/src/multimedia/base
Commit message (Expand)AuthorAgeFilesLines
* QPainterVideoSurface: assume yuv 420p and YV12 lines are 4 byte aligned.Dmytro Poplavskiy2010-03-121-4/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-053-4/+4
|\
| * Fix spelling in enumeration.Justin McPherson2010-03-053-4/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-041-4/+4
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-031-4/+4
| |\
| | * OS X 10.4 compile error; required casting int to GLint.Martin Smith2010-03-021-4/+4
* | | Added QMediaPlayer::StreamPlayback flag to query/select backend capableDmytro Poplavskiy2010-03-042-10/+36
|/ /
* | Fixed compiler warnings when compiling multimedia module.Kurt Korbatits2010-03-031-5/+9
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-262-0/+10
|\
| * QMediaContent: Add a convenience method to retrieve the QNetworkRequest.Justin McPherson2010-02-252-0/+10
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-2420-6/+29
|\ \ | |/ |/|
| * Doc: add \since 4.7 to new QtMultimedia classesVolker Hilsheimer2010-02-2420-6/+29
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-242-0/+15
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-232-0/+15
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-232-0/+15
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-stagingNicholas Young2010-02-232-10/+14
| | | |\
| | | * | Added QNetworkRequest constructor to QMediaContent.Nicholas Young2010-02-232-0/+15
* | | | | compile fix with namespaces after a broken automatical mergehjk2010-02-241-2/+0
|/ / / /
* | | | Merge remote branch 'origin/master'Thiago Macieira2010-02-231-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-221-1/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Fix compilation with namespace.ck2010-02-221-1/+3
| | |/
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-221-1/+3
|\ \ \ | |/ / |/| |
| * | Cocoa: fix namespace buildRichard Moe Gustavsen2010-02-221-1/+3
| |/
* | Documentation fixes.Justin McPherson2010-02-222-10/+14
|/
* Complete namespace move; QtMedia -> QtMultimediaJustin McPherson2010-02-192-4/+4
* Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-197-26/+26
* Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-181-4/+4
* Make QMediaPlaylist test pass.Andrew den Exter2010-02-171-1/+0
* Fix QMediaPlayer test failure.Andrew den Exter2010-02-173-5/+5
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-teamJustin McPherson2010-02-171-2/+74
|\
| * Support YUV444 formats in QPainterVideoSurface.Andrew den Exter2010-02-171-2/+74
* | Fix license headers.Justin McPherson2010-02-172-4/+4
|/
* Don't paint RGB24 frames as BGR24.Andrew den Exter2010-02-161-0/+26
* Exclude OpenGL from QGraphicsVideoItem if Qt doesn't include QtOpenGL.Andrew den Exter2010-02-161-0/+5
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimediaJustin McPherson2010-02-152-15/+17
|\
| * Fix flickering when items are overlaid on QGraphicsVideoItem.Andrew den Exter2010-02-152-5/+7
| * Extend hue rotation to a full 360 degrees.Andrew den Exter2010-02-151-1/+1
| * Fix hue rotation in QPainterVideoSurface.Andrew den Exter2010-02-151-9/+9
* | Add missing QT_MODULE to header.Justin McPherson2010-02-151-0/+2
|/
* Add virtual destructors to QMediaObjectPrivate and QMediaServicePrivate.Andrew den Exter2010-02-112-0/+2
* Don't clear the video output when the video widget is hidden.Andrew den Exter2010-02-082-18/+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
* 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-051-7/+0
* Added QNetworkRequest constructor to QMediaResource.Nicholas Young2010-02-043-3/+28
* Clip the paint region of QGraphicsVideoItem to it's bounding rect.Andrew den Exter2010-02-033-42/+64
* Export QPainterVideoSurface for QtWebKit.Andrew den Exter2010-02-011-1/+1
* Add size, offset and fillMode properties to QGraphicsVideoItem.Justin McPherson2010-01-284-34/+185
* Multimedia; fixes for linuxJustin McPherson2010-01-182-1/+4