summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update pfft to the latest version from upstreamLars Knoll2023-11-164-91/+90
* Add environment variable for testing audio sample rate deviationsArtem Dyomin2023-11-131-6/+27
* Handle non-standard pixel aspect ratios by the ffmpeg backendArtem Dyomin2023-11-138-19/+67
* Fix BT2020 full range color transformation matrix and add testsJøger Hansegård2023-11-131-11/+14
* wasm: fix QAudioInput for wasmLorn Potter2023-11-132-10/+13
* Fix build with vaapi versions < 1.9.0Artem Dyomin2023-11-101-1/+6
* Fix full range color transform matrix for the 709 YCbCr to RGBChristian Strømme2023-11-101-5/+4
* Fix dynamic symbols resolving if ffmpeg linked dynamicallyArtem Dyomin2023-11-101-3/+5
* Fix waiting for the end frame in the ffmpeg mediaplayerArtem Dyomin2023-11-082-9/+24
* QSGVideoNode: cleanup the code a bitVladimir Belyavsky2023-11-082-13/+6
* Doc update on negative playback rates, and hardened FFmpeg handlingJøger Hansegård2023-11-082-8/+14
* QSGVideoMaterial: get rid useless mutexVladimir Belyavsky2023-11-081-4/+0
* QWindowsMediaDevices: fix potential nullptr accessVladimir Belyavsky2023-11-071-24/+29
* Avoid resource_name collisions in qt_add_shaders callsLaszlo Agocs2023-11-072-5/+5
* Delay emitting playingChanged event until after state has changedJøger Hansegård2023-11-061-6/+12
* Android: remove wrong dependency to QtMultimediaQuick in platform pluginAssam Boudjelthia2023-11-061-1/+0
* Try setting OPENSSL_INCLUDE_DIR if it is missingBartlomiej Moskal2023-11-061-0/+6
* Simplify lifetime handling when creating EVR video samplesJøger Hansegård2023-11-034-13/+11
* EVRCustomPresenter: use ComPtr for class membersVladimir Belyavsky2023-11-012-34/+20
* Simplify lifetime handling of IMFSample instances in EVR MediaPlayerJøger Hansegård2023-11-012-27/+9
* Simplify lifetime handling of IMFSample instances even moreJøger Hansegård2023-11-012-11/+4
* Simplify lifetime handling of IMFSample instances for frame steppingJøger Hansegård2023-11-012-23/+8
* QVideoTextureHelper: add missing QVideoFrame::unmap() callVladimir Belyavsky2023-10-301-0/+2
* Unify logic of enum error+string holding and changing notificationArtem Dyomin2023-10-3010-57/+81
* Replace qWarning with qCWarning in v4l2MemoryTransferArtem Dyomin2023-10-271-2/+5
* Add draining delay of audiosink buffer in mediaplayerArtem Dyomin2023-10-262-2/+12
* Add missing "moc_*.cpp" includes to v4l2 filesArtem Dyomin2023-10-252-0/+4
* Move QV4l2CameraDevices to separate filesArtem Dyomin2023-10-256-182/+224
* Android: Fix short sounds playingBartlomiej Moskal2023-10-252-4/+19
* Add preffix m_ to v4l2 camaera class membersArtem Dyomin2023-10-252-121/+123
* Ensure updating of all v4l2 parameters on camera changeArtem Dyomin2023-10-242-70/+75
* Fix a typo in quick media playerArtem Dyomin2023-10-241-1/+1
* Fix v4l2 camera frames corruptionArtem Dyomin2023-10-247-241/+521
* Highlight QML 'Camera Application' in Mobile categoryKai Köhne2023-10-241-0/+3
* Update list of highlighted examples for "Graphics & Multimedia" categoryKai Köhne2023-10-241-5/+5
* Add network connect cancellation support with FFmpeg media playerJøger Hansegård2023-10-235-32/+100
* Keep UI responsive while loading mediaJøger Hansegård2023-10-237-53/+104
* Drop v4l2 cameras with unknown formatsArtem Dyomin2023-10-201-0/+3
* Prettify getting of video frame format in v4l2 cameraArtem Dyomin2023-10-202-4/+12
* Clarify section on video compression patentsJøger Hansegård2023-10-201-2/+4
* pulseaudio: Use pa_context_new_with_propslistKai Uwe Broulik2023-10-191-1/+12
* Move initialization code to media data holder constructorJøger Hansegård2023-10-192-35/+37
* QAVFCamera: pass the correct resolutionTimur Pocheptsov2023-10-172-1/+21
* Ensure that FFmpeg media data holder is completely recreatedJøger Hansegård2023-10-173-12/+19
* Use xioctl function wrapper for v4l2 cameraArtem Dyomin2023-10-121-27/+38
* QWindowsFormatInfo: avoid implicit detach in getImageFormatList()Vladimir Belyavsky2023-10-111-1/+1
* Use aggregation instead of inheritance with FFmpeg MediaDataHolderJøger Hansegård2023-10-113-16/+49
* Minor cleanup in v4l2 cameraArtem Dyomin2023-10-112-5/+4
* Remove unused files qffmpegclock_p.h and qffmpegclock.cppJøger Hansegård2023-10-113-307/+0
* Make FFmpeg::Thread easier to readJøger Hansegård2023-10-094-76/+88