summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegplaybackengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* QPlatformMediaPlayer: use enum in signatureTim Blechmann2025-05-281-1/+1
* Add playback option to control latency during network streamingJøger Hansegård2025-04-071-1/+4
* Rename FFmpeg plugin CMake targetsPavel Dubsky2025-02-241-6/+6
* Only call av_seek_frame to position 0 if a seek was requestedJøger Hansegård2025-02-211-0/+1
* Add module names to private includes in FFmpeg pluginPavel Dubsky2025-02-201-6/+6
* Rename RealClock to SteadyClockJøger Hansegård2025-02-181-1/+1
* Apply demuxer initialization array for all mediaArtem Dyomin2025-02-171-0/+4
* Add an alias 'RealClock' in ffmpegtime_p.hArtem Dyomin2025-02-171-1/+1
* Add tagged position and tagged duration to the playback engineArtem Dyomin2025-02-171-7/+7
* Use different names for diferent time units in the playback engineArtem Dyomin2025-02-141-7/+8
* Replace PositionWithOffset with an intJøger Hansegård2025-01-311-1/+1
* QMediaPlayer: add API to expose pitch compensationTim Blechmann2025-01-281-0/+6
* FFmpeg: clang-tidy cleanupsTim Blechmann2025-01-051-1/+1
* Rename QFFmpeg::Codec to QFFmpeg::CodecContextJøger Hansegård2024-11-181-3/+3
* Implement QAudioBufferOutput, as a custom output for QMediaPlayerArtem Dyomin2024-05-301-1/+6
* Add emitting of media status BufferingMedia by ffmpeg media playerArtem Dyomin2023-11-171-0/+1
* Keep UI responsive while loading mediaJøger Hansegård2023-10-231-2/+2
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* Use aggregation instead of inheritance with FFmpeg MediaDataHolderJøger Hansegård2023-10-051-3/+14
* Fix getting mediaplayer position in streams with undefined durationArtem Dyomin2023-09-271-0/+2
* Update videosink size before starting playingArtem Dyomin2023-09-141-0/+2
* Filter queued events from outdated objects in mediaplayerArtem Dyomin2023-07-101-2/+5
* Handle QMediaPlayer outputs corner casesArtem Dyomin2023-06-021-0/+6
* Implement seamless ffmpeg playback loopingArtem Dyomin2023-04-121-1/+13
* Implement looping for ffmpeg mediaplayer backendArtem Dyomin2023-03-051-10/+1
* Code cleanup: remove old ffmpeg decoderArtem Dyomin2022-12-221-10/+2
* Ffmpeg: handle invalid media in media playerArtem Dyomin2022-10-181-1/+1
* Redesign of ffmpeg decoderArtem Dyomin2022-10-171-0/+207