summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows: do not add audio output to topology when there is no output deviceAndré de la Rocha2022-10-271-12/+7
* Fix typosPiotr Srebrny2022-10-271-2/+2
* Don't pause playback when in NoMedia, InvalidMedia statePiotr Srebrny2022-10-271-1/+2
* Android: fix for changing AudioInput during recordingBartlomiej Moskal2022-10-262-0/+16
* Add missing "We mean it" warnings to private headersPaul Olav Tvete2022-10-205-0/+55
* QAmbisonicDecoder: fix Clang 15 -Werror,-Warray-parameterMarc Mutz2022-10-201-1/+1
* Don't use device.path gst property for device ID, instead generate itPiotr Srebrny2022-10-192-66/+62
* Clean up multiplication by AVRational, avoid dividing by 0Piotr Srebrny2022-10-196-29/+50
* Apply ffmpeg recoder redisign to AudioDecoderArtem Dyomin2022-10-182-128/+95
* Ffmpeg: handle invalid media in media playerArtem Dyomin2022-10-183-6/+20
* Fix memleakPiotr Srebrny2022-10-171-3/+5
* Fix Qt namespace usage for QWindowsMediaFoundationAndré de la Rocha2022-10-172-2/+4
* Redesign of ffmpeg decoderArtem Dyomin2022-10-1726-25/+2634
* Use std::array type to describe and iterate over preferred HW accelPiotr Srebrny2022-10-173-20/+12
* Remove QFFmpegAudioDecoder and QFFmpegMediaPlayer from QFFmpeg::DecoderPiotr Srebrny2022-10-146-83/+67
* Android: Fix for setting video playback rateBartlomiej Moskal2022-10-134-58/+47
* Initialize COM library for thread using QWindowsResamplerPiotr Srebrny2022-10-101-1/+8
* Doc: Fix the remaining qdoc warningsVenugopal Shivashankar2022-10-103-2/+4
* Validate that gstreamer elements necessary for operation are availablePiotr Srebrny2022-10-1024-92/+331
* 32 Bit MinGW: Fix buildBjörn Schäpers2022-10-101-0/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0712-31/+31
* Port from container::count() and length() to size()Marc Mutz2022-10-072-8/+8
* Doc: Fix undocumented members warning in the widget APIVenugopal Shivashankar2022-10-073-2/+26
* Doc: Fix undocumented members warning for spatialaudio APIVenugopal Shivashankar2022-10-074-0/+39
* Doc: Fix undocumented members warningVenugopal Shivashankar2022-10-074-1/+91
* Doc: Fix qdoc warnings for undocumented members in QVideo*Venugopal Shivashankar2022-10-073-1/+24
* Doc: Fix warnings about undocumented member in playback APIVenugopal Shivashankar2022-10-071-0/+18
* Remove explicit sharing from HWAccel objectPiotr Srebrny2022-10-0311-109/+104
* Use utility function for error printingPiotr Srebrny2022-09-291-3/+1
* Doc: Fix undocumented members warning in the recording APIVenugopal Shivashankar2022-09-293-0/+95
* Doc: Fix warnings for undocumented members in camera APIVenugopal Shivashankar2022-09-293-0/+102
* Doc: Fix qdoc warnings for undocumented members in QAudio*Venugopal Shivashankar2022-09-299-60/+160
* Doc: Better integrate Qt Spatial Audio into multimedia documentationTopi Reinio2022-09-2818-28/+56
* Doc: Fix naming for QML value typesTopi Reinio2022-09-282-7/+7
* Doc: Fix various issues in Qt Multimedia documentationTopi Reinio2022-09-284-9/+13
* Move signals to classes that generate themPiotr Srebrny2022-09-273-13/+4
* Enable IR camera detection on WindowsPiotr Srebrny2022-09-273-114/+119
* Add handling of unsupported URL scheme errorAndré de la Rocha2022-09-271-0/+4
* Update module headers to work with syncqt cppAlexey Edelev2022-09-264-0/+16
* Simplify logic for selecting streams when loading mediaPiotr Srebrny2022-09-263-129/+106
* Look not only in system directories for WMF dllsPiotr Srebrny2022-09-261-1/+1
* Add move constructor and assignment operatorPiotr Srebrny2022-09-261-0/+14
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-2626-312/+286
* Look up camera format in IMFSourceReader formatsPiotr Srebrny2022-09-261-46/+64
* 3rdparty: Fix build on unsupported platformsChristophe Giboudeaux2022-09-261-0/+19
* Android: Stop requiring "record audio" authorization for all timesSamuel Mira2022-09-261-6/+10
* Always create valid Codec and improve error reportingPiotr Srebrny2022-09-262-55/+45
* Fix potential multithreading issue on gstreamer types creationArtem Dyomin2022-09-262-41/+40
* Fix compilation error on linux armArtem Dyomin2022-09-261-4/+4
* Don't print debug message for each framePiotr Srebrny2022-09-231-2/+0