summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-1836-6698/+0
|
* Gstreamer mediaservice backend: fixed check for X11/QWS build.Dmytro Poplavskiy2010-05-041-1/+1
| | | | Reviewed-by: Justin McPherson
* Gstreamer media backend: fixed embedded qt buildDmytro Poplavskiy2010-04-294-20/+61
| | | | | | | | XVideo is not available on framebuffer, so widget and window video outputs are disabled, only the renderer video output is supported. Reviewed-by: Justin McPherson
* Gstreamer media backend: preserve playback rate after seeks and mediaDmytro Poplavskiy2010-04-211-4/+15
| | | | | | changes. Reviewed-by: Andrew den Exter
* QtMediaservices -> QtMediaServices.Justin McPherson2010-04-1613-75/+75
| | | | Reviewed-by: Dmytro Poplavskiy
* Fixed compile errors with gstreamer pluginKurt Korbatits2010-04-153-3/+3
| | | | Reviewed-by:Justin McPherson
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-1513-76/+76
|
* Gstreamer media backend: seek to media start on end of stream.Dmytro Poplavskiy2010-04-142-24/+76
| | | | | | | | | To ensure the sequential play() calls work without setMedia(). Since in many case new media is assigned to playback after EOS, seeking is delayed and performed just before playing the same media. Task-number: QTBUG-9798 Reviewed-by: Andrew den Exter
* Change availabilty of camera related code.Justin McPherson2010-03-292-1/+10
| | | | Reviewed-by: Dmytro Poplavskiy
* Support the Expanding aspect ratio mode in the gstreamer window control.Andrew den Exter2010-03-263-2/+30
| | | | | Reviewed-by: Dmytro Poplavskiy Task-number: QTBUG-9118
* Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode.Andrew den Exter2010-03-184-14/+14
| | | | | Task-number: QTBUG-9118 Reviewed-by: Dmytro Poplavskiy
* Gstreamer player: allow video output changes during video playback.Dmytro Poplavskiy2010-03-152-18/+186
| | | | Reviewed-by: Andrew den Exter
* Install plugins to correct path.Justin McPherson2010-03-151-1/+1
| | | | | Task-number: QTBUG-9001 Reviewed-by: Kurt Korbatits
* Delayed initialization of gstreamer video widget.Dmytro Poplavskiy2010-03-082-20/+33
| | | | | | | This saves time/memory when the video widget control is not used, and allows using of audio only QMediaPlayer in non gui applications. Reviewed-by: Justin McPherson
* Undo a doc revert.Justin McPherson2010-03-031-1/+1
| | | | Reviewed-by: Dmytro Poplavskiy
* Gstreamer media backend: ensure the null video output is not deletedDmytro Poplavskiy2010-03-031-0/+2
| | | | | | during player session lifetime Reviewed-by: Andrew den Exter
* Use mute property instead of setting volume to 0 if playbin2 is used.Dmytro Poplavskiy2010-03-031-8/+20
| | | | | Task-number: QTMOBILITY-67 Reviewed-by: Andrew den Exter
* Gstreamer playback backend: Start loading media on setMedia(),Dmytro Poplavskiy2010-03-034-59/+186
| | | | | | | | without waiting for play() or pause(). To keep behaviour consisten with the rest of backends. Reviewed-by: Andrew den Exter
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging ↵Qt Continuous Integration System2010-02-2617-6/+83
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Rebuild configure.exe Make the Direct Show media service compile with a Qt namespace. Make the Direct Show media service compile with mingw. QT7; Fix warnings. Qt namespace fixes. Fixed QTMoview object leak. QMediaContent: Add a convenience method to retrieve the QNetworkRequest. Use the monitor color space for video output. Test for the existance of the Windows Media SDK in configure. Try to start media playback on all load state changes. Remove all uses of __uuidof from the Direct Show media service. QT7; Add support for setting cookies when loading a movie.
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging ↵Qt Continuous Integration System2010-02-2517-6/+83
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Rebuild configure.exe Make the Direct Show media service compile with a Qt namespace. Make the Direct Show media service compile with mingw. QT7; Fix warnings. Qt namespace fixes. Fixed QTMoview object leak. QMediaContent: Add a convenience method to retrieve the QNetworkRequest. Use the monitor color space for video output. Test for the existance of the Windows Media SDK in configure. Try to start media playback on all load state changes. Remove all uses of __uuidof from the Direct Show media service. QT7; Add support for setting cookies when loading a movie.
| | * Qt namespace fixes.Justin McPherson2010-02-2517-6/+83
| | | | | | | | | | | | Reviewed-by: Dmytro Poplavskiy
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-251-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (35 commits) Doc: Added a config file for creating Simplified Chinese docs directly. Doc: add a few lines about bearer managment to "What's New" page. Fix the SIMD implementations of QString::toLatin1() Update of the QScriptValue autotest suite. New data set for QScriptValue autotest generator. Autotest: make tst_qchar run out-of-source too Autotest: add a test for roundtrips through toLatin1/fromLatin1 Implement toLatin1_helper with Neon QRegExp::pos() should return -1 for empty/non-matching captures Revert "qdoc: Finished "Inherited by" list for QML elements." Revert "qdoc: List new QML elements in \sincelist for What's New page." Add the Unicode normalisation properties. Autotest: add a test for QDBusPendingCallWatcher use in threads Doc: placeholders for new feature highlights. doc: mark as reimplemented. Update of the QScriptValue autotest suite. New autotests cases for QScriptValue autotests generator. QScriptValue autotest generator templates change. Fix license template. QScriptValue::isQMetaObject crash fix. ...
| * | Revert "qdoc: List new QML elements in \sincelist for What's New page."Andreas Aardal Hanssen2010-02-251-1/+1
| |/ | | | | | | | | | | This reverts commit d1b4e4666e4fe1a5fae0571c37535159c097f485. Reviewed-By: Martin Smith
* | Merge remote branch 'origin/master'Olivier Goffart2010-02-245-11/+9
|\ \ | |/ | | | | | | | | Conflicts: configure src/plugins/mediaservices/mediaservices.pro
| * Remove active qDebugs.Justin McPherson2010-02-235-11/+9
| | | | | | | | | | | | Change to qWarning where appropriate, otherwise comment Reviewed-by: Dmytro Poplavskiy
* | Make mediaservices use existing GStreamer qmake varsTom Cooksey2010-02-231-10/+2
|/ | | | | | | | | This should also allow building when pkg-config isn't present or doesn't work, E.g. when cross-compiling on toolchains lacking pkg-config support. Apparently this also fixes warnings on Solaris too. Reviewed-By: Thiago
* Documentation fixes.Justin McPherson2010-02-222-2/+2
| | | | Reviewed-by: Nicholas Young
* Complete namespace move; QtMedia -> QtMultimediaJustin McPherson2010-02-192-32/+32
|
* Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-193-29/+29
|
* Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-181-2/+2
| | | | | | This reverts a7f6af9817771b8211433c8cf24fe7150c5b7bf5. The original relationship was consistent with QImage's RGB24, making the direct show RGB24 format BGR24.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-teamJustin McPherson2010-02-171-1/+2
|\
| * Support YUV444 formats in QPainterVideoSurface.Andrew den Exter2010-02-171-1/+2
| |
* | Remove unused files.Justin McPherson2010-02-176-419/+0
|/
* Don't paint RGB24 frames as BGR24.Andrew den Exter2010-02-161-1/+4
| | | | | | A non-swizzling shader was being used for RGB24. This looked correct on linux because the gstreamer backend was misidentifying BGR24 as RGB24. And since BGR is supported include it in the list of supported formats.
* Always pass encoded URLs to GStreamer. Fixes issue with spaces inNicholas Young2010-02-161-1/+1
| | | | filenames.
* Added missing qgstxvimagebuffer.h/cpp to gstreamer.proDmytro Poplavskiy2010-02-101-2/+5
|
* Added errors reporting to gst playback backend.Dmytro Poplavskiy2010-02-093-0/+16
|
* Gstreamer and XVideo use YUY2 fourcc, not YUYV.Dmytro Poplavskiy2010-02-052-2/+2
|
* Added support for XvImage shm based video frames to gstreamer backend.Dmytro Poplavskiy2010-02-057-94/+709
| | | | | | Gstreamer backend will use XvShmPutImage without copying frames data if possible with overlay video output, and provide XvImage based video frames to renderer video output surface.
* Fixed GStreamer Plugin.Nicholas Young2010-01-292-2/+2
|
* Add an audioAvailable property to QMediaPlayer.Justin McPherson2010-01-284-0/+27
| | | | from: Andrew den Exter committed 00373999 to qtmobility/qtm-multimedia
* Fixup license headers.Justin McPherson2010-01-2832-32/+32
|
* Multimedia; Add GStreamer backendJustin McPherson2010-01-1938-0/+5922