summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix return type of Camera::cameraFormatTasuku Suzuki2023-01-191-1/+1
* Add internal ability to adjust RTSP latencyJames DeLisle2023-01-182-0/+35
* Fix camera crash on macOSArtem Dyomin2023-01-181-10/+11
* Set default size to the Video QML elementTasuku Suzuki2023-01-141-0/+2
* Android: fix for randomly not working cameraBartlomiej Moskal2023-01-121-1/+3
* Don't define same logging category in both pluginsSamuli Piippo2023-01-123-21/+21
* Provide default implementation for QPlatformMediaDevicesPiotr Srebrny2023-01-128-26/+23
* Fix crash with ffmpeg on specific video filesArtem Dyomin2023-01-121-3/+12
* Android: Prevent Camera set automatically activeSamuel Mira2023-01-113-4/+11
* Drop the dirty flag once a video texture is created for a frameTasuku Suzuki2023-01-101-0/+1
* Doc: Use correct prop and enum const in code snippetAndreas Eliasson2023-01-091-2/+2
* Android: Fix for subtitle language metadata detectionBartlomiej Moskal2023-01-091-9/+1
* Correctly finish, clear and delete AndroidTextureThreadLauri Laanmets2023-01-061-10/+15
* Fix memleak in QGstCapsPiotr Srebrny2023-01-0416-135/+116
* ffmpeg: avoid infinite loop with non-discreate framesizesSamuli Piippo2023-01-041-2/+2
* Improve macos audio data warningsArtem Dyomin2023-01-024-118/+174
* Fix QAudioDevice docs to reflect Qt 6 APIPaul Olav Tvete2022-12-301-1/+1
* Do not assert in Android VideoOutput in debug buildsLaszlo Agocs2022-12-161-1/+1
* Fix access to multi front/back cameras on Android devicesAndrey Yaromenok2022-12-161-0/+6
* Fix a divide-by-zero exception for ffmpegInho Lee2022-12-161-2/+3
* Android: fix thread hang on tst_qvideowidgetSamuel Mira2022-12-161-1/+8
* Android: Change log for RTSP failureBartlomiej Moskal2022-12-151-1/+3
* Include moc_*.cpp files in QtMM qnx pluginArtem Dyomin2022-12-159-0/+22
* Include moc_*.cpp files in QtMM android pluginArtem Dyomin2022-12-1515-0/+28
* Include moc_*.cpp files in QtMM ffmpeg pluginArtem Dyomin2022-12-159-0/+22
* Include moc_*.cpp files in main QtMM codeArtem Dyomin2022-12-1519-38/+134
* Include moc_*.cpp files in QtMM gstreamer pluginArtem Dyomin2022-12-1515-3/+38
* Enter IdleState when resuming audio sink in push modePiotr Srebrny2022-12-141-1/+4
* Disconnect all signals from QVideoSink before unregistering sourcesPiotr Srebrny2022-12-141-0/+1
* Revert "Windows: Fix position reported by QMediaPlayer after seek"David Schulz2022-12-142-21/+1
* Include moc_*.cpp files in QtMM windows pluginArtem Dyomin2022-12-1314-2/+48
* Include moc_*.cpp files in QtMM AVF pluginArtem Dyomin2022-12-134-14/+18
* Refactor and fix AVFAudioDecoderArtem Dyomin2022-12-092-194/+248
* Remove .dll extension as QSystemLibrary unconditionally adds itPiotr Srebrny2022-12-071-1/+1
* Docs: fix links on multimediaoverview.htmlNicholas Bennett2022-12-051-2/+2
* Reset playbin state after decoding has finishedPiotr Srebrny2022-12-051-0/+1
* Doc: Fix QMediaDevices code example to reflect Qt 6Andreas Eliasson2022-12-051-3/+3
* Map 0 channels to ChannelConfigUnknownPiotr Srebrny2022-12-021-0/+3
* Remove unncessary checks as playbin is never nullPiotr Srebrny2022-12-021-18/+1
* Doc: Remove reference to missing cameraDevice.orientation()Andreas Eliasson2022-12-022-4/+1
* Fix ffmpeg camera crash when videotoolbox doesn't support formatArtem Dyomin2022-12-013-14/+30
* Fix see-also syntax, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
* Fix ffmpeg camera crash on macOS (double releasing of an object)Artem Dyomin2022-11-302-2/+4
* Fix typo: to setup -> to set upPiotr Srebrny2022-11-288-10/+10
* QWindowsMediaDevices: Fix potential null-pointer-accessVladimir Belyavsky2022-11-271-4/+5
* Fix some memory leaks and crashes in corner cases with ffmpeg encoderArtem Dyomin2022-11-239-103/+105
* Android: Fix for QAndroidMediaPlayer isSeekable methodBartlomiej Moskal2022-11-232-7/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-1811-30/+30
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-182-8/+8
* Fix camera ffmpeg crashArtem Dyomin2022-11-161-1/+7