summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use the qmlmodule method for adding multimedia qml elements.Justin McPherson2010-02-1910-7/+95
* Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-1917-197/+197
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into ma...Qt Continuous Integration System2010-02-18183-4/+37595
|\
| * Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-183-7/+7
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into ma...Qt Continuous Integration System2010-02-18183-4/+37595
| |\
| | * Use the IPropertyBag interface to get audio device names.Andrew den Exter2010-02-181-1/+15
| | * Make QMediaPlaylist test pass.Andrew den Exter2010-02-171-1/+0
| | * Fix QMediaPlayer test failure.Andrew den Exter2010-02-175-12/+11
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-teamJustin McPherson2010-02-172-3/+76
| | |\
| | | * Support YUV444 formats in QPainterVideoSurface.Andrew den Exter2010-02-172-3/+76
| | * | Fix license headers.Justin McPherson2010-02-172-4/+4
| | * | Remove unused files.Justin McPherson2010-02-176-419/+0
| | |/
| | * Extend the mappings between Direct Show and QVideoFrame color formats.Andrew den Exter2010-02-161-4/+31
| | * Don't paint RGB24 frames as BGR24.Andrew den Exter2010-02-162-1/+30
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-teamNicholas Young2010-02-163-3/+8
| | |\
| | | * Fixed compile error in pulseaudio soundeffect implementationKurt Korbatits2010-02-162-3/+3
| | | * Exclude OpenGL from QGraphicsVideoItem if Qt doesn't include QtOpenGL.Andrew den Exter2010-02-161-0/+5
| | * | Always pass encoded URLs to GStreamer. Fixes issue with spaces inNicholas Young2010-02-161-1/+1
| | |/
| | * 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
| | * | Express dependencies for QtMultimedia.Justin McPherson2010-02-151-2/+3
| | * | Add missing QT_MODULE to header.Justin McPherson2010-02-151-0/+2
| | * | Cleanup include files.Justin McPherson2010-02-155-17/+50
| | * | Use correct license headers.Justin McPherson2010-02-1510-20/+20
| | * | Use correct path for private header.Justin McPherson2010-02-151-1/+1
| | * | Use correct path for headers and source in qml.pri.Justin McPherson2010-02-151-6/+6
| | * | Merge branch 'master' of ../../qt/masterJustin McPherson2010-02-14489-1809/+109403
| | |\ \ | | | |/ | | |/|
| | * | Fix corruption of Direct Show event queue.Andrew den Exter2010-02-121-2/+3
| | * | Emit positionChanged signals whenever playback is interrupted.Andrew den Exter2010-02-124-18/+94
| | * | Fix incorrect buffer size calculation.Andrew den Exter2010-02-111-2/+2
| | * | Add support for reading from resource files to Direct Show media serviceAndrew den Exter2010-02-113-9/+65
| | * | Don't call free() on 'this' in DirectShowMediaType.Andrew den Exter2010-02-111-2/+2
| | * | Add virtual destructors to QMediaObjectPrivate and QMediaServicePrivate.Andrew den Exter2010-02-113-2/+2
| | * | Emit an error if given a QIODevice that is unusable.Andrew den Exter2010-02-104-40/+69
| | * | Fix crash on exit in player example on Windows.Andrew den Exter2010-02-101-0/+2
| | * | Added missing qgstxvimagebuffer.h/cpp to gstreamer.proDmytro Poplavskiy2010-02-101-2/+5
| | * | maemo define spelling incorrect.Kurt Korbatits2010-02-091-1/+1
| | * | Added errors reporting to gst playback backend.Dmytro Poplavskiy2010-02-093-0/+16
| | * | Don't clear the video output when the video widget is hidden.Andrew den Exter2010-02-082-18/+1
| | * | Fix stall in graph when removing video and audio outputs.Andrew den Exter2010-02-082-19/+89
| | * | 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
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJustin McPherson2010-02-05226-2375/+5498
| | |\ \
| | * | | qmlsound changed to soundeffect element.Kurt Korbatits2010-02-0512-195/+1786
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimediaDmytro Poplavskiy2010-02-0510-53/+133
| | |\ \ \
| | | * | | Fix license headers.Andrew den Exter2010-02-051-2/+2