summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qwindowscamera.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure QCamera::errorOccurred is emitted with error in valid rangeJøger Hansegård2023-12-081-1/+2
* Use QComObject base classPavel Dubsky2023-10-251-37/+4
* Remove deleted default constructorPavel Dubsky2023-08-301-2/+0
* Remove redundant cast to intermediate interfacePavel Dubsky2023-08-301-3/+3
* Make COM object destructor privatePavel Dubsky2023-08-301-1/+3
* Fix application hang when camera is unpluggedPavel Dubsky2023-08-301-4/+9
* Set camera active property to false after stopPavel Dubsky2023-08-031-1/+1
* Replace QComPtr with Microsoft's WRL::ComPtr in QtMultimediaJøger Hansegård2023-06-071-25/+25
* Introduce a QComPtr friendly factory function for COM objectsJøger Hansegård2023-06-071-1/+1
* Split QComPtr reset() function into a reset() and an attach() functionJøger Hansegård2023-06-071-1/+1
* Align QComPtr constructor ownership with other COM smart pointersJøger Hansegård2023-06-071-1/+1
* Rename QWindowsIUPointer template class to QComPtrJøger Hansegård2023-05-151-14/+14
* Use lower-case header/library names for with mingw-w64Marius Kittler2023-04-121-2/+2
* Look up camera format in IMFSourceReader formatsPiotr Srebrny2022-09-261-46/+64
* Ensure positive stride value for FFmpeg Windows cameraPiotr Srebrny2022-09-231-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Fix mingw64 compliation error complaining about missing virtual destructPiotr Srebrny2022-05-181-0/+1
* Add camera support for FFmpeg on WindowsPiotr Srebrny2022-05-061-0/+370