summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: add manual test for GStreamer's RTP stream receiverTim Blechmann2024-03-205-0/+153
* Fix unsetting cmake variables in FindFFmpeg.cmakeArtem Dyomin2024-03-201-19/+3
* Add a proper guarding of windows related includesAlexey Edelev2024-03-201-2/+2
* Examples: update list of input devices in AudioRecorder exampleVladimir Belyavsky2024-03-192-5/+27
* EVRCustomPresenter: fix processing samples by the SchedulerVladimir Belyavsky2024-03-192-60/+59
* tests: add minimal cpp playerTim Blechmann2024-03-194-0/+113
* GStreamer: introduce templated cast functions to improve type safetyTim Blechmann2024-03-191-0/+61
* tests: add minimal qml camera/player testTim Blechmann2024-03-199-0/+291
* Android-ffmpeg: Clean up zoom value if it doesn't fitBartlomiej Moskal2024-03-191-0/+6
* Android-ffmpeg: Do not keep crop region for Camera ZoomBartlomiej Moskal2024-03-191-12/+20
* Create EncodingFormatContext outside EncoderArtem Dyomin2024-03-194-33/+33
* Android: Use String literal operator instead QStringLiteralBartlomiej Moskal2024-03-181-6/+7
* Move logic of finding actual media location to a separate functionArtem Dyomin2024-03-183-10/+25
* Implement fallback to opening FFmpeg IO device with QFileArtem Dyomin2024-03-162-1/+31
* tst_qmediacapturesession: Skip test on OpenSuse CIMikko Hallamaa2024-03-161-1/+10
* GStreamer: video output - remove dead codeTim Blechmann2024-03-162-3/+0
* GStreamer: mark videosinks as "async"Tim Blechmann2024-03-162-0/+7
* Add QIODevice output to the recording engineArtem Dyomin2024-03-156-6/+56
* tst_qmediaplayerbackend: Add test for seeking after loop count resetMikko Hallamaa2024-03-151-0/+36
* Replace boolean threading flag in surface capture ctor with enumMikko Hallamaa2024-03-154-8/+17
* GStreamer: avoid QString conversionsTim Blechmann2024-03-151-5/+5
* FFmpeg: Hardware-accelerated codec validationBartlomiej Moskal2024-03-151-0/+7
* Fix keeping frame mapped after the target OpenGL texture releasedArtem Dyomin2024-03-155-46/+228
* Use errorChanged signal in screencapture exampleMikko Hallamaa2024-03-152-12/+16
* FFmpeg: Remove a false positive assertion from demuxer constructorMikko Hallamaa2024-03-141-1/+0
* Move QMaybe to a separate fileArtem Dyomin2024-03-143-72/+98
* GStreamer: avoid post-stream-topology hack for recent GStreamerTim Blechmann2024-03-144-22/+38
* GStreamer: provide environment variable to inject conversion elementTim Blechmann2024-03-141-3/+24
* CMake: add missing header to projectTim Blechmann2024-03-141-0/+1
* GStreamer: move dumpGraph to QGstBinTim Blechmann2024-03-144-14/+24
* GStreamer: clean up AudioInput/AudioOutputTim Blechmann2024-03-144-30/+8
* GStreamer: wrapper - make reference counting explicitTim Blechmann2024-03-144-8/+21
* GStreamer: output - only use `videoconvertscale` when availableTim Blechmann2024-03-142-10/+41
* GStreamer: QGstVideoRenderer - cleanupsTim Blechmann2024-03-142-14/+3
* Move TestVideoSink to the common folderArtem Dyomin2024-03-144-53/+69
* GStreamer: camera - prevent pipeline changes while pipeline is runningTim Blechmann2024-03-143-18/+37
* Platform: cleanupsTim Blechmann2024-03-142-5/+5
* GStreamer: QGstreamerMediaPlayer - fix indentationTim Blechmann2024-03-141-3/+3
* GStreamer: more debug outputTim Blechmann2024-03-143-1/+30
* Set NotMapped mode in QFFmpegVideoBuffer upon unmapArtem Dyomin2024-03-131-1/+3
* Fix size of QVideoSink when the video is rotatedArtem Dyomin2024-03-1310-26/+106
* GStreamer: header streamliningTim Blechmann2024-03-123-18/+8
* GStreamer: cleanups - move implementations into cpp fileTim Blechmann2024-03-124-680/+983
* QMediaStorageLocation: Do not modified path with content schemeBartlomiej Moskal2024-03-121-4/+9
* Don't mark command line tool as WIN32_EXECUTABLEJøger Hansegård2024-03-121-1/+1
* GStreamer: remove unused signalsTim Blechmann2024-03-124-18/+0
* Add tests that verify backend availability in QtMultimediaJøger Hansegård2024-03-105-16/+88
* GStreamer: perform rate changes immediatelyTim Blechmann2024-03-091-2/+14
* Fix naming of members in QFFmpegVideoBufferArtem Dyomin2024-03-082-44/+44
* Simplify lifetime management of QPlatformAudioResamplerJøger Hansegård2024-03-085-15/+21