aboutsummaryrefslogtreecommitdiff
path: root/src/AsyncImageLoader.cpp
AgeCommit message (Collapse)Author
2022-03-04Do not call ffprobe for thumbnails unless its guaranteed to be a local video ↵dec05eba
file
2022-02-18Faster image loading/thumbnail creation by using multiple threadsdec05eba
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-17Wip: fix video duration not working for some analyzed files, get frame in ↵dec05eba
middle of video instead of first frame for thumbnail
2022-02-11Add local-manga plugin to read local mangadec05eba
2022-02-07Use one struct for all args in Page::submit instead of multiple args (easier ↵dec05eba
to add new fields without changing code) Also remove submit_body_item from page.
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-15Remove dependency on xrdb for Xft.dpidec05eba
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-07-17Youtube: remove dependency on youtube-dl for downloads (also fixes downloads ↵dec05eba
of age restricted videos)
2021-07-11Remove dependency on imagemagick. Use stb resize to downscale image.dec05eba
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
2021-06-08Remove images that are not visible from the loading queue, prepare for ↵dec05eba
inline images
2021-05-14Move thumbnail loading/unloading to AsyncImageLoaderdec05eba
2021-04-30Remove temporary file created for .webp thumbnailsdec05eba
2021-04-30Support webp thumbnailsdec05eba
2021-04-20Proper atomic rename? also do not generate mipmap for mangadec05eba
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
2021-03-20More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save ↵dec05eba
thumbnails with their size so using a different scaling will update thumbnails to the same scale
2020-11-24Make async image loader static to reduce number of process threads when ↵dec05eba
using multiple instances
2020-11-03Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec ↵dec05eba
with huge server to 3 seconds) and cached fetch to 150ms). Properly show notifications for older messages. Reduce memory usage from 120mb to 13mb
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-21Workaround sfml image loading thread race conditiondec05eba
See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes
2020-10-21Use correct size for thumbnail creationdec05eba
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), ↵dec05eba
caching of images smaller than thumbnail target size
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-19Change thumbnail creation from nearest neighbor to linear interpolation, set ↵dec05eba
body thumbnail size for 4chan and matrix (if available)
2020-10-18Fix potential crash in thumbnail loader: 2dec05eba
2020-10-18Fix potential crash in thumbnail loaderdec05eba
2020-10-17Matrix: make displayname more bright, add circle mask shader for avatar and ↵dec05eba
room thumbnails
2020-10-06Matrix: fix crash when entering room with no avatardec05eba
2020-10-02Matrix: add video/regular file uploaddec05eba
2020-10-01Matrix: add room name and avatar of the current room at the topdec05eba