summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/gstreamer
Commit message (Expand)AuthorAgeFilesLines
* GStreamer: audio io - make device switching more robustHEADdevTim Blechmann3 hours4-28/+98
* GStreamer: media player - fix pause while playing bugTim Blechmann14 hours2-14/+22
* GStreamer: audio io - cleanupsTim Blechmann40 hours4-88/+66
* GStreamer: QGstPipeline - remove flushOnConfigChange logicTim Blechmann42 hours5-24/+10
* GStreamer: QGstPipelinePrivate cleanupTim Blechmann42 hours1-16/+11
* GStreamer: media player - unify tracing of Buffering messagesTim Blechmann6 days2-2/+8
* GStreamer: unify dumpGraphTim Blechmann6 days4-12/+2
* GStreamer: separate out isSeekable queryTim Blechmann7 days3-12/+25
* GStreamer: fix setting empty sourceTim Blechmann7 days1-1/+3
* GStreamer: debounce StalledMedia stateTim Blechmann7 days2-3/+20
* GStreamer: rework subtitle readerTim Blechmann7 days8-167/+130
* GStreamer: fix typo in debug filenameTim Blechmann8 days1-1/+1
* Call QAbstractVideoBuffer::unmap in the destructor of QVideoFramePrivateArtem Dyomin9 days1-1/+1
* GStreamer: metadata - support for 2-letter language codesTim Blechmann12 days1-1/+1
* GStreamer: improve duration/position queriesTim Blechmann14 days7-27/+81
* GStreamer: QGstreamerVideoSink - prefix members with m_Tim Blechmann2024-06-042-46/+48
* GStreamer: video output - simplify implementationTim Blechmann2024-06-042-34/+32
* GStreamer: QGstreamerVideoOutput - prefix members with m_Tim Blechmann2024-06-032-82/+82
* Backends: fix `emit` keywordsTim Blechmann2024-05-312-13/+13
* GStreamer: Audio Decoder - fix durationsTim Blechmann2024-05-311-2/+2
* GStreamer: Media player - improve duration handlingTim Blechmann2024-05-312-18/+18
* GStreamer: player - improve metadata handlingTim Blechmann2024-05-301-9/+10
* GStreamer: custom camera - add factory to create camera from elementTim Blechmann2024-05-304-5/+54
* Rename MapData::nPlane => planeCount, size => dataSizeArtem Dyomin2024-05-291-4/+4
* GStreamer: QGstreamerVideoSink - improve conversion element overrideTim Blechmann2024-05-291-14/+28
* GStreamer: clean up metadata handlingTim Blechmann2024-05-284-77/+140
* GStreamer: more qDebug support for gstreamer typesTim Blechmann2024-05-282-8/+67
* GStreamer: silence deprecation warningTim Blechmann2024-05-281-6/+6
* Deprecate internal methods of QVideoFrameArtem Dyomin2024-05-271-4/+5
* Move QHwVideoBuffer to a separate fileArtem Dyomin2024-05-271-2/+1
* Add QtVideo::MapMode, deprecate QVideoFrame::MapModeArtem Dyomin2024-05-272-8/+9
* Decouple QAbstractVideoBuffer from hw related interfaceArtem Dyomin2024-05-272-5/+5
* GStreamer: improve buffer progress handlingTim Blechmann2024-05-272-11/+15
* Plugins: avoid allocationsTim Blechmann2024-05-241-4/+6
* GStreamer: improve element availability checksTim Blechmann2024-05-2419-152/+153
* GStreamer: introduce `QGstElement::findFactory`Tim Blechmann2024-05-246-22/+24
* GStreamer: move more functionality into helper objectsTim Blechmann2024-05-2413-92/+118
* GStreamer: QMediaPlayer - improve `position` handlingTim Blechmann2024-05-242-10/+20
* GStreamer: introduce custom cameraTim Blechmann2024-05-244-1/+69
* Remove QAbstractVideoBuffer::mapModeArtem Dyomin2024-05-232-8/+0
* GStreamer: debug output - add message parsing for stream messagesTim Blechmann2024-05-233-0/+61
* GStreamer: remove unused codeTim Blechmann2024-05-235-988/+0
* GStreamer: avoid duplicate `playbackRateChanged` signalsTim Blechmann2024-05-232-0/+6
* GStreamer: move `nativePipeline` to QGStreamerPlatformSpecificInterfaceTim Blechmann2024-05-226-11/+36
* GStreamer: pipeline - make rate changes more reliableTim Blechmann2024-05-223-41/+58
* GStreamer: pipeline - use std::chrono for position/durationTim Blechmann2024-05-226-69/+105
* GStreamer: QGstreamerMediaPlayer - use pad->pad mapTim Blechmann2024-05-222-4/+14
* GStreamer: Camera - fix crash in unit testTim Blechmann2024-05-221-1/+3
* GStreamer: add `QGstPad::inferTrackTypeFromName`Tim Blechmann2024-05-222-0/+19
* GStreamer: QGstObject - return QLatin1StringView for name and typeNameTim Blechmann2024-05-224-13/+13