summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Update the limitations section of QScreenCapture documentationMikko Hallamaa2024-05-141-6/+9
* Apply more straight logic for handling recording errorsArtem Dyomin2024-05-134-18/+47
* GStreamer: QGstVideoRenderer - rework async event handlingTim Blechmann2024-05-134-228/+110
* GStreamer: QGstreamerImageCapture - use worker thread to write imageTim Blechmann2024-05-132-15/+45
* GStreamer: fix seekable detectionTim Blechmann2024-05-111-1/+5
* GStreamer: fully stop elements before removingTim Blechmann2024-05-112-6/+14
* GStreamer: factor detectPipelineIsSeekable out of event handlerTim Blechmann2024-05-113-11/+20
* GStreamer: implement QGstPipeline::processMessagesTim Blechmann2024-05-112-5/+23
* GStreamer: improve logging of state changesTim Blechmann2024-05-111-3/+7
* Add methods QVideoFrame::streamFrameRate and setStreamFrameRateArtem Dyomin2024-05-102-0/+20
* Add rotation property to QVideoFrameFormatArtem Dyomin2024-05-1010-12/+87
* Use correct stride factor with YUV420P10 pixel formatJøger Hansegård2024-05-102-2/+4
* Simplify color management tests by using FFmpeg color conversionJøger Hansegård2024-05-107-0/+321
* GStreamer: add qIsGstObjectOfType and unit tests for castsTim Blechmann2024-05-101-0/+7
* GStreamer: improve readability of debugging outputTim Blechmann2024-05-101-17/+48
* Rename QVideoFrameFormat::frameRate => streamFrameRateArtem Dyomin2024-05-1014-16/+41
* Align QVideoFrame::mirrored with QVideoFrameFormat::isMirroredArtem Dyomin2024-05-102-4/+4
* GStreamer: improve dot graph generationTim Blechmann2024-05-091-6/+10
* GStreamer: add createFromPipelineDescriptionTim Blechmann2024-05-092-0/+63
* GStreamer: audio io - warn to default logging outputTim Blechmann2024-05-082-9/+11
* GStreamer: QGstreamerMediaPlayer tweak dtorTim Blechmann2024-05-081-1/+0
* GStreamer: relax pipeline state failuresTim Blechmann2024-05-082-4/+6
* GStreamer: use alsasrc/sink when configured for alsaTim Blechmann2024-05-082-12/+27
* ALSA: cleanupsTim Blechmann2024-05-083-7/+7
* ALSA: relax (sys)default detectionTim Blechmann2024-05-081-3/+3
* ALSA: use first device as defaultTim Blechmann2024-05-081-4/+7
* ALSA: simplify implementation of `availableDevices`Tim Blechmann2024-05-071-34/+53
* GStreamer: fix access to duration metadataTim Blechmann2024-05-072-2/+63
* GStreamer: QGstreamerImageCapture - add mutexTim Blechmann2024-05-062-2/+16
* GStreamer: QGstreamerImageCapture - set metadata immediatelyTim Blechmann2024-05-062-4/+10
* Doc: correctly link to QIODevice::WriteOnlyVolker Hilsheimer2024-05-061-1/+1
* Android: Use correct Constant ValueBartlomiej Moskal2024-05-061-1/+1
* Treat AV_HWDEVICE_TYPE_D3D12VA as other Windows device typesJøger Hansegård2024-05-061-0/+7
* Reduce startup time on Windows with FFmpeg 7.0Jøger Hansegård2024-05-032-0/+10
* Fix handling of the leftover packets in muxer upon cleanupArtem Dyomin2024-05-031-1/+5
* Rename QPlatformMediaRecorder::error(code, desc) => updateErrorArtem Dyomin2024-05-039-47/+47
* Use loop data mutex in muxerArtem Dyomin2024-05-032-4/+2
* Apply clazy's old-style-connectTim Blechmann2024-05-037-27/+25
* Fix little/big endian mixup for source audio in ALSA sourceMikko Hallamaa2024-05-031-6/+6
* GStreamer: Media player - finish state change before shutdownTim Blechmann2024-05-031-0/+1
* GStreamer: QGstreamerCamera - fix crash when unplugging cameraTim Blechmann2024-05-031-1/+11
* FFmpeg/VAAPI: Enable finding libva shared libraries from cacheLars Sutterud2024-05-021-3/+4
* GStreamer: increase input buffer sizeTim Blechmann2024-05-021-1/+4
* GStreamer: fix QGstreamerMediaPlayer - fix metadata testTim Blechmann2024-05-021-0/+3
* GStreamer: metadata - separate out type GValue parsersTim Blechmann2024-05-021-82/+119
* GStreamer: AudioDecoder - fix race conditionTim Blechmann2024-04-302-59/+44
* GStreamer: clean up metadata APIsTim Blechmann2024-04-307-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