summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/playbackengine/qffmpegmediadataholder.cpp
Commit message (Expand)AuthorAgeFilesLines
* FFmpeg: Add QT_FFMPEG_PROTOCOL_WHITELIST environment variableMikko Hallamaa7 days1-0/+4
* Add HasHdrContent to QMediaMetaData::Key enumerationJøger Hansegård7 days1-0/+21
* Move FFmpeg io device helpers to a separate fileArtem Dyomin2024-03-081-30/+1
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-151-2/+2
* Fix build warning on linux regarding qffmpegmediadataholder.cppLars Sutterud2024-01-091-1/+2
* Fix build with ffmpeg 6.1Artem Dyomin2023-12-281-6/+6
* Add support for thumbnail metadata in QMediaPlayer with FFmpeg backendJøger Hansegård2023-12-011-0/+44
* Add Correction Angle to QCameraDevice and QVideo namespaceSamuel Mira2023-11-231-2/+2
* Add network connect cancellation support with FFmpeg media playerJøger Hansegård2023-10-231-14/+28
* Keep UI responsive while loading mediaJøger Hansegård2023-10-231-5/+6
* Move initialization code to media data holder constructorJøger Hansegård2023-10-111-25/+30
* Ensure that FFmpeg media data holder is completely recreatedJøger Hansegård2023-10-101-9/+9
* Encapsulate FFmpeg MediaDataHolder data membersJøger Hansegård2023-10-051-0/+10
* Fix mediaplayer freezing on an invalid streamArtem Dyomin2023-08-241-1/+5
* Fix mediaplayer scroll issue if stream duration is missingJøger Hansegård2023-08-101-0/+6
* Fix build: av_stream_get_side_data() takes an int* in ffmpeg n4.xThiago Macieira2023-07-261-2/+3
* ffmpeg: Rotate video during playback based on orientation metadataLars Sutterud2023-07-121-0/+28
* Fix playing of video files with Chinese namesPavel Dubsky2023-04-201-1/+1
* Implement looping for ffmpeg mediaplayer backendArtem Dyomin2023-03-051-0/+8
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Handle duration in ffmpeg stream metadataArtem Dyomin2023-01-151-5/+40
* Code cleanup: remove old ffmpeg decoderArtem Dyomin2022-12-221-2/+2
* Fix confusion with unistd.h functionsVille Voutilainen2022-12-201-3/+3
* Redesign of ffmpeg decoderArtem Dyomin2022-10-171-0/+237