summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* GStreamer: clean up metadata APIsTim Blechmann14 days7-105/+133
* FFmpeg VAAPI: Fix not closing fd's when returning from getTextures()Lars Sutterud2024-04-301-4/+8
* GStreamer: apply clazy's old-style-connectTim Blechmann2024-04-302-2/+3
* Fix mutex usage in encoders of the FFmpeg recorderArtem Dyomin2024-04-306-13/+21
* Cleanup in the RecordingEngineArtem Dyomin2024-04-2910-135/+141
* GStreamer: QGstreamerMediaPlayer - apply rotation to nativeSizeTim Blechmann2024-04-293-2/+23
* FFmpeg-Android: Set the configured FPS on CameraBartlomiej Moskal2024-04-292-14/+30
* Android-FFmpeg: Don't use higher resolution than 4k for video recordingBartlomiej Moskal2024-04-291-3/+5
* Android: Increase maximum number of images that can be acquiredBartlomiej Moskal2024-04-291-1/+1
* Remove deprecated avcodec_closePavel Dubsky2024-04-273-9/+4
* GStreamer: add private API to access pipeline for capture sessionTim Blechmann2024-04-278-37/+88
* GStreamer: unit test native pipeline accessTim Blechmann2024-04-273-8/+17
* Update pffft version to the latest version from upstreamMikko Hallamaa2024-04-262-29/+21
* Manage media backend lifetime using Q_APPLICATION_STATICJøger Hansegård2024-04-261-40/+1
* Add since 6.8 to a new QVideoFrame constructor documentationArtem Dyomin2024-04-261-0/+1
* GStreamer: QGstreamerAudioDecoder - simplify message handlerTim Blechmann2024-04-262-90/+99
* GStreamer: improve tracing of GstMessagesTim Blechmann2024-04-267-59/+147
* GStreamer: simplify GstMessage processingTim Blechmann2024-04-264-34/+19
* Android: Restart camera after QCameraFormat changesBartlomiej Moskal2024-04-261-2/+10
* GStreamer: metadata - fix extraction of rotation metadataTim Blechmann2024-04-261-5/+24
* GStreamer: QGstreamerMediaEncoder - fix duration updatesTim Blechmann2024-04-261-0/+2
* GStreamer: prevent dangling references on glib callbacksTim Blechmann2024-04-264-3/+8
* GStreamer: reference counting cleanupsTim Blechmann2024-04-2612-60/+83
* CMake: fix styleTim Blechmann2024-04-264-18/+18
* GStreamer: metadata - reduce complexity for metadata lookupTim Blechmann2024-04-262-53/+113
* Ensure that EGL::EGL is promoted to global for the standalone QtMultimedia bu...Alexey Edelev2024-04-251-1/+5
* GStreamer: QGstreamerImageCapture - modernisationTim Blechmann2024-04-252-38/+39
* GStreamer: QGstreamerImageCapture - simplify signalsTim Blechmann2024-04-251-18/+18
* GStreamer: QGstVideoRenderer - stop on EOSTim Blechmann2024-04-252-6/+36
* Update QML Media PlayerEd Cooke2024-04-241-1/+0
* GStreamer: media player - ensure semantics of media statusTim Blechmann2024-04-242-31/+137
* GStreamer: avoid mocTim Blechmann2024-04-242-13/+10
* GStreamer: set nativeSize only on video streamsTim Blechmann2024-04-231-3/+3
* GStreamer: fix setting playback rate when pipeline is stoppedTim Blechmann2024-04-233-3/+9
* Add missing 'focusModeChanged' property notificationArtem Dyomin2024-04-221-1/+1
* Add missing implementation for QWaveDecoder::setIODeviceDoris Verria2024-04-221-0/+4
* Document how to configure and build Qt MultimediaJøger Hansegård2024-04-202-0/+97
* Add m_ prefix to member variables in QFFmpegThreadJøger Hansegård2024-04-192-10/+10
* GStreamer: Rank down the gstreamer-vaapi pluginsJithin Nair2024-04-192-0/+28
* Pulseaudio: replace toQString methods with qDebug overloadsTim Blechmann2024-04-185-70/+82
* pulseaudio: separate out error getter functionsTim Blechmann2024-04-185-17/+37
* GStreamer: QGstAppSource - avoid pingpoing with main threadTim Blechmann2024-04-182-15/+51
* GStreamer: Media player - ensure `stop()` to go to position 0Tim Blechmann2024-04-181-1/+6
* GStreamer: fix resource not found error handlingTim Blechmann2024-04-182-7/+34
* QString: replace QString(QLatin1String( with QStringLiteralTim Blechmann2024-04-183-9/+5
* pulseaudio: clean up string handlingTim Blechmann2024-04-181-42/+47
* Reuse HDR enabling utilities for QtQuickPavel Dubsky2024-04-171-24/+12
* Enable HDR based on video frame format for QtWidgetsPavel Dubsky2024-04-173-2/+48
* GStreamer: media player - improve unknown format handlingTim Blechmann2024-04-172-4/+23
* GStreamer: app source - don't emit signalsTim Blechmann2024-04-171-0/+1