summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/media/audio/media_child_ffmpeg_loader.cpp
AgeCommit message (Expand)Author
2023-03-12Fix possible crash in audio speed change.John Preston
2023-03-08Implement audio speed using libavfilter.John Preston
2023-03-08Improve ffmpeg audio loader interface.John Preston
2021-07-13Fix -Wunused-variable warningsIlya Fedin
2021-07-13Fix -Wunused-function warningsIlya Fedin
2020-10-30Move Media::Clip::Reader and FileLocation to td_ui.John Preston
2019-07-01Move some common code to lib_ffmpeg.John Preston
2019-03-11Play streaming audio in player.John Preston
2019-03-11Buffer audio when waiting data in streaming.John Preston
2019-03-11Basic code for video streaming + testing on video.John Preston
2019-02-19Use crl::time/now instead of TimeMs/getms.John Preston
2019-02-13Move files to media/audio and media/clip.John Preston