summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegmediaintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement audio resampler in the ffmpeg pluginArtem Dyomin2024-01-231-0/+6
* Implement lazy initialization of CapturableWindowsArtem Dyomin2024-01-221-9/+13
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-221-10/+15
* Add an opportunity to select screen capture impl by env variableArtem Dyomin2023-12-281-1/+34
* Add empty eglfs screen captureArtem Dyomin2023-12-281-0/+9
* Move QV4l2CameraDevices to separate filesArtem Dyomin2023-10-251-0/+1
* Fix Q_OS_MACOSX -> Q_OS_MACOSArtem Dyomin2023-09-071-1/+1
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-061-12/+5
* Implement dynamic symbols resolve for openssl in ffmpegArtem Dyomin2023-08-301-0/+3
* FFmpeg plugin: do not use APPLE as a condition, use MACOS insteadTimur Pocheptsov2023-08-211-4/+5
* Implement precheck of ffmpeg hw devices and codecsArtem Dyomin2023-08-171-8/+25
* Rewrite UWP window capture code for Windows to fix crash on Win 10Jøger Hansegård2023-07-211-3/+2
* Implement an opportuinity to select a window capture backendArtem Dyomin2023-07-181-0/+30
* Implement GDI window capture on WindowsArtem Dyomin2023-07-181-2/+4
* Android: fix not working cameraBartlomiej Moskal2023-06-271-3/+3
* Introduce private interface for QCapturableWindow providingArtem Dyomin2023-06-261-2/+14
* Refactor internal design for QWindowCapture implementationsArtem Dyomin2023-06-231-9/+25
* Renamings before QWindowCapture integrationArtem Dyomin2023-06-221-9/+9
* Android: Photo capture implementation with FFmpeg-backendBartlomiej Moskal2023-06-201-0/+5
* Replace qFatal with qCriticalArtem Dyomin2023-06-081-3/+1
* Temporary disable QFFmpegScreenCaptureUwpArtem Dyomin2023-03-151-2/+3
* Android: Integrate HW encoding for FFMpeg backend in AndroidSamuel Mira2023-03-091-2/+30
* Implement custom X11 screen capturingArtem Dyomin2023-02-121-0/+10
* Rewrite screen capturing on macosArtem Dyomin2023-02-071-0/+3
* Proposition to be able to turn on ffmpeg debug logsArtem Dyomin2023-02-061-0/+3
* Make QPlatformMediaIntegration::m_videoDevices a smart pointerMikolaj Boc2023-01-091-4/+4
* Android: camera support for ffmpeg backendSamuel Mira2022-12-081-0/+9
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-8/+8
* Add screen capturing based on IDXGIOutputDuplication interfacePiotr Srebrny2022-07-061-0/+5
* Add screen capturting based on Windows.Graphics.Capture APIsPiotr Srebrny2022-07-061-0/+8
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Android: Enable FFmpeg playback - SW renderingSamuel Mira2022-05-181-0/+28
* Connect QWindowsVideoDevices to ffmpeg media integrationPiotr Srebrny2022-05-161-0/+3
* Add camera support for FFmpeg on WindowsPiotr Srebrny2022-05-061-0/+4
* Move QV4L2CameraDevices to common interfacePiotr Srebrny2022-05-041-10/+1
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-291-27/+3
* FFmpeg: Instantiate a camera backend on macOSLars Knoll2022-02-111-1/+4
* Fix compilation on older macOS versionsLars Knoll2022-02-111-1/+1
* FFmpeg: Add a stub for the audio decoder backendLars Knoll2022-01-201-2/+3
* FFmpeg: Add a V4l2 based cameraLars Knoll2022-01-201-1/+24
* FFmpeg: Restructure the encoder code baseLars Knoll2022-01-201-0/+6
* FFmpeg: First audio is recordingLars Knoll2022-01-201-5/+9
* FFmpeg: Use QWindowsMediaDevices in ffmpeg integration on WindowsLars Knoll2022-01-191-1/+5
* FFmpeg: Support playback on macOSLars Knoll2022-01-191-2/+14
* FFmpeg: Add infrastructure for HW accelerated decodingLars Knoll2022-01-191-1/+7
* FFmpeg: Use PulseAudio as the audio backendLars Knoll2022-01-191-1/+10
* FFmpeg: start implementing a media playerLars Knoll2022-01-191-15/+7
* Start of an FFmpeg backendLars Knoll2022-01-191-0/+135