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
/
src
/
AsyncImageLoader.cpp
Age
Commit message (
Expand
)
Author
2021-06-11
Remove dependency on youtube-dl for streaming youtube, resulting in faster vi...
dec05eba
2021-06-08
Remove images that are not visible from the loading queue, prepare for inline...
dec05eba
2021-05-14
Move thumbnail loading/unloading to AsyncImageLoader
dec05eba
2021-04-30
Remove temporary file created for .webp thumbnails
dec05eba
2021-04-30
Support webp thumbnails
dec05eba
2021-04-20
Proper atomic rename? also do not generate mipmap for manga
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
2021-03-20
More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save thum...
dec05eba
2020-11-24
Make async image loader static to reduce number of process threads when using...
dec05eba
2020-11-03
Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec w...
dec05eba
2020-10-29
Matrix: add room tags
dec05eba
2020-10-21
Workaround sfml image loading thread race condition
dec05eba
2020-10-21
Use correct size for thumbnail creation
dec05eba
2020-10-19
Fix threading crash (assigning to a new thread before the thread has died), c...
dec05eba
2020-10-19
Load thumbnails with multiple threads, use sha256 for saving image to path in...
dec05eba
2020-10-19
Change thumbnail creation from nearest neighbor to linear interpolation, set ...
dec05eba
2020-10-18
Fix potential crash in thumbnail loader: 2
dec05eba
2020-10-18
Fix potential crash in thumbnail loader
dec05eba
2020-10-17
Matrix: make displayname more bright, add circle mask shader for avatar and r...
dec05eba
2020-10-06
Matrix: fix crash when entering room with no avatar
dec05eba
2020-10-02
Matrix: add video/regular file upload
dec05eba
2020-10-01
Matrix: add room name and avatar of the current room at the top
dec05eba