summaryrefslogtreecommitdiff
path: root/src/plugins/multimedia/ffmpeg
Commit message (Expand)AuthorAgeFilesLines
* Improve getting ffmpeg frame durationArtem Dyomin2023-05-162-5/+19
* Rename file qwindowsiuptr_p.h to qcomptr_p.hJøger Hansegård2023-05-153-3/+3
* Rename QWindowsIUPointer template class to QComPtrJøger Hansegård2023-05-153-47/+47
* Remove not actual resampler's settingArtem Dyomin2023-05-111-2/+0
* Implement QFFmpegScreenCaptureDxgi in terms of common FFMPeg base classJøger Hansegård2023-05-113-125/+67
* Remove screen capture dependency on DirectX debug layerJøger Hansegård2023-05-092-2/+2
* Reduce choppy sound on audio playback if audio sink is almost emptyArtem Dyomin2023-05-056-7/+84
* Exclude files including EGL/egl.h from Unity BuildAmir Masoud Abdol2023-04-251-0/+3
* Fix playing of video files with Chinese namesPavel Dubsky2023-04-201-1/+1
* Fix a few memory leaksArtem Dyomin2023-04-134-10/+24
* Temporary remove not stable fixArtem Dyomin2023-04-131-2/+0
* Implement seamless ffmpeg playback loopingArtem Dyomin2023-04-1214-107/+339
* Use lower-case header/library names for with mingw-w64Marius Kittler2023-04-121-2/+2
* ffmpeg: Clear the last frame in videoSink after stopping the playerBartlomiej Moskal2023-04-061-0/+2
* Android-ffmpeg: Do not activate the camera when setting camera deviceBartlomiej Moskal2023-03-271-2/+5
* Implement streaming audio input to output through ffmpeg capture sessionArtem Dyomin2023-03-275-51/+176
* Prevent the race condition on encoders finalizationArtem Dyomin2023-03-242-8/+9
* Implement the base video source class for camera and screen capturingArtem Dyomin2023-03-2213-55/+39
* Add the base class for screen capture threadsArtem Dyomin2023-03-229-253/+314
* Filter codecs if hw acceleration is not availableArtem Dyomin2023-03-221-5/+42
* Improve ffmpeg camera formats selection on darwin OSArtem Dyomin2023-03-206-71/+236
* Handle videotoolbox -> opengl texture conversion failArtem Dyomin2023-03-201-6/+13
* Remove extra buffer allocation in mapped encoder framesArtem Dyomin2023-03-201-1/+0
* Fix encoding on specific macOS hardwareArtem Dyomin2023-03-201-1/+8
* Add specific env var for testing without hw textures conversionArtem Dyomin2023-03-151-0/+9
* Temporary disable QFFmpegScreenCaptureUwpArtem Dyomin2023-03-151-2/+3
* Add more logs to encoder initializationPavel Dubsky2023-03-141-2/+22
* Fix compilation with old ffmpeg versionsArtem Dyomin2023-03-145-32/+47
* Refactor VideoFrameEncoder construction and imrove codecs findingArtem Dyomin2023-03-1111-225/+526
* Android: Postpone FFmpeg camera activationBartlomiej Moskal2023-03-102-3/+8
* Fix encoding time_base factorArtem Dyomin2023-03-104-12/+44
* Android: Integrate HW encoding for FFMpeg backend in AndroidSamuel Mira2023-03-0910-137/+500
* Add Security framework on macOS for linking with ffmpeg pluginArtem Dyomin2023-03-071-5/+7
* Improve ffmpeg hw accel and codecs findingArtem Dyomin2023-03-0611-242/+485
* Implement looping for ffmpeg mediaplayer backendArtem Dyomin2023-03-057-74/+98
* Fix audiosink issues on darwinArtem Dyomin2023-03-031-1/+2
* Android: Prevent possible crashSamuel Mira2023-03-011-2/+4
* Fix access to multi front/back cameras on Android devices for ffmpegSamuel Mira2023-03-011-2/+2
* Fix C++20 builds of QtMultimediaAllan Sandfeld Jensen2023-02-241-3/+3
* Add missing QT_BEGIN_NAMESPACEAllan Sandfeld Jensen2023-02-201-0/+2
* Minor cleanup of duplicated codeArtem Dyomin2023-02-173-37/+21
* Fix ffmpeg encoding issuesArtem Dyomin2023-02-178-21/+70
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-151-0/+3
* Implement custom X11 screen capturingArtem Dyomin2023-02-124-0/+455
* Use new permissions API on macOS/iOSIvan Solovev2023-02-082-49/+12
* Use new permissions API on AndroidIvan Solovev2023-02-081-11/+8
* Rewrite screen capturing on macosArtem Dyomin2023-02-077-131/+636
* Proposition to be able to turn on ffmpeg debug logsArtem Dyomin2023-02-061-0/+3
* Fix encoder UB if no audio inputsArtem Dyomin2023-02-031-2/+6
* Android: don't change Camera State for each frameBartlomiej Moskal2023-02-032-23/+16