summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix compilation because of missing conversionv6.7.0-rc1Bartlomiej Moskal2024-03-081-6/+6
* Support multi-lens (dual, triple) logical cameras on Apple devicesLauri Laanmets2024-03-061-3/+49
* FFmpeg Encoder: Do not proceed if AVIOContext is not setBartlomiej Moskal2024-03-061-0/+7
* GStreamer: use more RAII handle typesTim Blechmann2024-03-064-34/+50
* platform: header cleanupTim Blechmann2024-03-061-4/+0
* GStreamer: QGstreamerMediaCapture - make element state more robustTim Blechmann2024-03-051-9/+6
* GStreamer: small API improvementsTim Blechmann2024-03-052-4/+7
* GStreamer: link camera bin only when pipeline is pausedTim Blechmann2024-03-051-22/+24
* GStreamer: media capture - safer encoder linking/unlinkingTim Blechmann2024-03-051-38/+42
* GStreamer: improve warning consistency for linking elementsTim Blechmann2024-03-054-19/+19
* Android: MediaPlayer: Allow AudioOutput via HDMIPaul Heimann2024-03-051-0/+5
* FFmpeg: Disable V4L2 M2M codecs for encodingMikko Hallamaa2024-03-041-6/+16
* Clarify documentation for QMediaMetaData::Key::ThumbnailImageJøger Hansegård2024-03-041-2/+2
* Fix emitting QObject::destroyed upon deleting of QMediaPlayerArtem Dyomin2024-03-042-5/+9
* Fix pulse audio sink flakinessArtem Dyomin2024-03-041-0/+4
* GStreamer: clean up sync APIsTim Blechmann2024-03-026-107/+123
* GStreamer: QGstreamerVideoSink - add capsfilter for pixel-aspect-ratioTim Blechmann2024-03-023-6/+27
* windows: fix video playback when audio output is not specifiedVladimir Belyavsky2024-03-011-0/+3
* Fix spelling of FFmpeg in (end-)user-visible stringsVolker Hilsheimer2024-03-018-12/+12
* FFMpeg: add a precheck condition in linux CUDAInho Lee2024-03-011-2/+15
* GStreamer: QGstStructure - add APIs for pixelAspectRatio and nativeSizeTim Blechmann2024-03-013-0/+34
* GStreamer: handle types - fix taglist/sample handlesTim Blechmann2024-02-292-4/+9
* Android-FFMpeg: Dynamically create/remove AndroidSurfaceTextureBartlomiej Moskal2024-02-292-4/+35
* Fix QWaveDecoder handling of padding bytes in RIFF chunksJøger Hansegård2024-02-292-3/+11
* GStreamer: use correct factory functionTim Blechmann2024-02-291-1/+1
* GStreamer: encoder - processBusMessage improvementsTim Blechmann2024-02-291-20/+36
* GStreamer: cast subtitle string to const char *Tim Blechmann2024-02-291-1/+1
* Play entire sound with resampled data in QSoundEffectJøger Hansegård2024-02-281-3/+4
* eglfs: Implement screen capture for Qt Quick applications on EGLFSMikko Hallamaa2024-02-283-21/+92
* GStreamer: set sink to NULL state before re-creating itTim Blechmann2024-02-281-0/+3
* Hold TextureConverterBackend via unique_ptrArtem Dyomin2024-02-282-11/+5
* GStreamer: QGstElement - simplify callback apisTim Blechmann2024-02-281-17/+19
* Emit signal bufferProgressChangedArtem Dyomin2024-02-282-4/+21
* GStreamer: ensure stopping elements before removingTim Blechmann2024-02-288-43/+28
* GStreamer: debug - silence glib warningsTim Blechmann2024-02-281-2/+8
* GStreamer: use more expressive pipeline namesTim Blechmann2024-02-283-3/+3
* GStreamer: api cleanups - rework add/link/remove APIsTim Blechmann2024-02-2812-73/+67
* Move ownership of media devices to platform media integrationJøger Hansegård2024-02-2814-91/+81
* Set correct sample rate and channel count with big endian WAV dataJøger Hansegård2024-02-271-2/+2
* GStreamer: fix duplicate camera entriesTim Blechmann2024-02-272-51/+62
* GStreamer: device handles - introduce refcounted QSharedHandleTim Blechmann2024-02-272-25/+106
* Fix flakiness upon QPulseAudioSource destructionArtem Dyomin2024-02-261-2/+0
* GStreamer: debug - add tracing for GstPadDirectionTim Blechmann2024-02-262-0/+14
* GStreamer: replace gst allocating ctors with factory functionsTim Blechmann2024-02-2617-83/+96
* GStreamer: audio in/output - compile fix for missing pulseaudioTim Blechmann2024-02-262-28/+36
* Simplify setup of media devices by using unique connectionJøger Hansegård2024-02-252-12/+6
* gstreamer: silence `Failed to make element` warningsTim Blechmann2024-02-252-9/+23
* gstreamer: camera - use v4l2 file descriptor for v4l2 ioctlTim Blechmann2024-02-252-69/+93
* Android: Move registration for audio devices updatesBartlomiej Moskal2024-02-243-6/+26
* gstreamer: camera - cleanupsTim Blechmann2024-02-232-34/+27