summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit sharing from HWAccel objectPiotr Srebrny2022-10-0310-108/+103
* Use utility function for error printingPiotr Srebrny2022-09-291-3/+1
* Move signals to classes that generate themPiotr Srebrny2022-09-273-13/+4
* Enable IR camera detection on WindowsPiotr Srebrny2022-09-271-113/+117
* Add handling of unsupported URL scheme errorAndré de la Rocha2022-09-271-0/+4
* Simplify logic for selecting streams when loading mediaPiotr Srebrny2022-09-263-129/+106
* Add move constructor and assignment operatorPiotr Srebrny2022-09-261-0/+14
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-2612-93/+93
* Look up camera format in IMFSourceReader formatsPiotr Srebrny2022-09-261-46/+64
* Always create valid Codec and improve error reportingPiotr Srebrny2022-09-262-55/+45
* Fix potential multithreading issue on gstreamer types creationArtem Dyomin2022-09-262-41/+40
* Ensure positive stride value for FFmpeg Windows cameraPiotr Srebrny2022-09-231-1/+1
* Ensure positive stride valuePiotr Srebrny2022-09-231-1/+1
* Align FFmpeg position change signal frequency with other backendsPiotr Srebrny2022-09-155-28/+17
* Use avio_context_free to free resource allocated with avio_alloc_contextPiotr Srebrny2022-09-151-1/+1
* Simplify QMaybe and add specialization for pointer typePiotr Srebrny2022-09-132-9/+10
* Refactor ffmpeg screen capturing + integration testsArtem Dyomin2022-09-127-193/+392
* AVFMediaPlayer: Avoid possible operation on dangling pointerDoris Verria2022-09-121-4/+9
* Fix threading in QFFmpegScreenCaptureUwpPiotr Srebrny2022-09-062-25/+35
* Fix audio and video synchronization with ffmpeg backendArtem Dyomin2022-09-012-3/+15
* Fix backward playback and seekJoni Poikelin2022-09-011-2/+4
* Fix media player deadlock with ffmpeg backgroundArtem Dyomin2022-08-293-60/+91
* Fix sound volume editing in ffmpeg modeArtem Dyomin2022-08-292-6/+14
* Add support for FFmpeg version 5.1Piotr Srebrny2022-08-266-7/+51
* WMF plugin: fix race condition on acivating/stopping media sessionVladimir Belyavsky2022-08-251-4/+6
* WMF plugin: replace old connect syntax with new oneVladimir Belyavsky2022-08-256-19/+27
* Set wasActiveSession also when session is activating but not active yetPiotr Srebrny2022-08-251-1/+1
* Don't list video formats of a camera that are not supportedPiotr Srebrny2022-08-251-11/+13
* Do not deactivate session based on outdated informationPiotr Srebrny2022-08-251-3/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-239-9/+9
* Windows: Fix cropping for HEVC-encoded videosAndré de la Rocha2022-08-227-8/+71
* Reset the player position when closing the current mediaPiotr Srebrny2022-08-221-0/+1
* Replace the include of qtnamespacemacros.h -> qtconfigmacros.hSona Kurazyan2022-08-171-1/+1
* Run Android video output from a dedicated thread and shared OpenGL ctxPiotr Srebrny2022-08-094-532/+311
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-088-275/+324
* Fix build for Windows with ffmpegArtem Dyomin2022-08-051-0/+1
* Add missing mutex relockPiotr Srebrny2022-07-281-0/+1
* Select camera over screen capture for capture session video previewPiotr Srebrny2022-07-262-4/+11
* Android: Fix changes in preview resolution after taking a photoSamuel Mira2022-07-222-5/+8
* Android: Filters out unsupported FLAC audio codecsBartlomiej Moskal2022-07-221-6/+6
* Validate RHi backend before accessing D3D11 native devicePiotr Srebrny2022-07-181-11/+8
* Android: Fix framerate drop when QML animation is over video/cameraSamuel Mira2022-07-142-13/+23
* Select a screen for recording based on its native handlePiotr Srebrny2022-07-142-4/+14
* CMake: Remove duplicate SOURCES optionAlexandru Croitor2022-07-131-1/+0
* Add license headers to cmake filesLucie Gérard2022-07-079-0/+27
* Provide QRhi device when mapping QVideoFrame textures onto that QRhiPiotr Srebrny2022-07-065-18/+23
* Move Maybe class and errorString function to util files for reusePiotr Srebrny2022-07-063-97/+80
* Add screen capturing based on IDXGIOutputDuplication interfacePiotr Srebrny2022-07-064-0/+420
* Add screen capturting based on Windows.Graphics.Capture APIsPiotr Srebrny2022-07-064-0/+645
* EVR: clear the event queue before deallocationLuca Carlon2022-07-051-1/+1