index
:
QuickMedia
master
A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
AsyncImageLoader.hpp
Age
Commit message (
Expand
)
Author
2023-06-30
Dont show spinning circle when thumbnail failed to load
dec05eba
2022-12-17
Only unload the exact thumbnail that is not visible on the screen
dec05eba
2022-12-16
Fix bug where image are not removed from loading when not visible
dec05eba
2022-09-08
Remove linux specific sendfile function (unused)
dec05eba
2022-02-18
Faster image loading/thumbnail creation by using multiple threads
dec05eba
2021-11-19
Revert back to loading thumbnails with multiple threads instead of loading th...
dec05eba
2021-11-17
Replace sfml with mgl
dec05eba
2021-11-17
Limit image loading to one thread in async image loader
dec05eba
2021-10-27
Stop download of thumbnail if the thumbnail is no longer visible on the screen
dec05eba
2021-10-14
Remove async image loader threads and instead check if the curl download proc...
dec05eba
2021-08-08
Matrix: fix thumbnail upload of small thumbnails, fix small thumbnail creatio...
dec05eba
2021-06-11
Remove dependency on youtube-dl for streaming youtube, resulting in faster vi...
dec05eba
2021-05-14
Move thumbnail loading/unloading to AsyncImageLoader
dec05eba
2021-04-30
Support webp thumbnails
dec05eba
2021-04-30
Make initial youtube request faster (faster cookies setup)
dec05eba
2021-04-02
FileManager: show video thumbnails, update thumbnail if name is the same but ...
dec05eba
2021-03-30
Remove tor option. Use torsocks instead (which is what quickmedia did anyways)
dec05eba
2021-03-28
Use imagemagick to create thumbnails instead of doing it ourselves. Better re...
dec05eba
2020-11-24
Make async image loader static to reduce number of process threads when using...
dec05eba
2020-10-29
Matrix: add room tags
dec05eba
2020-10-19
Load thumbnails with multiple threads, use sha256 for saving image to path in...
dec05eba
2020-10-19
Fade thumbnail from fallback to the image texture
dec05eba
2020-10-18
Fix potential crash in thumbnail loader: 2
dec05eba
2020-10-18
Fix potential crash in thumbnail loader
dec05eba
2020-10-01
Matrix: add room name and avatar of the current room at the top
dec05eba