aboutsummaryrefslogtreecommitdiff
path: root/include/AsyncImageLoader.hpp
AgeCommit message (Collapse)Author
2022-09-08Remove linux specific sendfile function (unused)dec05eba
2022-02-18Faster image loading/thumbnail creation by using multiple threadsdec05eba
2021-11-19Revert back to loading thumbnails with multiple threads instead of loading ↵dec05eba
thumbnails after requested in render loop
2021-11-17Replace sfml with mgldec05eba
2021-11-17Limit image loading to one thread in async image loaderdec05eba
2021-10-27Stop download of thumbnail if the thumbnail is no longer visible on the screendec05eba
2021-10-14Remove async image loader threads and instead check if the curl download ↵dec05eba
process has finished
2021-08-08Matrix: fix thumbnail upload of small thumbnails, fix small thumbnail ↵dec05eba
creation if webp
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
2021-05-14Move thumbnail loading/unloading to AsyncImageLoaderdec05eba
2021-04-30Support webp thumbnailsdec05eba
2021-04-30Make initial youtube request faster (faster cookies setup)dec05eba
2021-04-02FileManager: show video thumbnails, update thumbnail if name is the same but ↵dec05eba
the content has changed (last modified time changed)
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-28Use imagemagick to create thumbnails instead of doing it ourselves. Better ↵dec05eba
result and less memory usage because out of process memory reclaimed on exit
2020-11-24Make async image loader static to reduce number of process threads when ↵dec05eba
using multiple instances
2020-10-29Matrix: add room tagsdec05eba
Fix pinned events that are added after starting QuickMedia (before this change it adds all elements again to the list). Add /me command. Other fixes...
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path ↵dec05eba
instead of base64 (filename limit is 256 on linux...)
2020-10-19Fade thumbnail from fallback to the image texturedec05eba
2020-10-18Fix potential crash in thumbnail loader: 2dec05eba
2020-10-18Fix potential crash in thumbnail loaderdec05eba
2020-10-01Matrix: add room name and avatar of the current room at the topdec05eba