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
/
VideoPlayer.hpp
Age
Commit message (
Collapse
)
Author
2022-11-22
Keep video player fullscreened when changing to the next video
dec05eba
2022-09-04
Add dramacool
dec05eba
2022-03-08
Save youtube watch progress and resume next time the video is played
dec05eba
2022-03-06
Do not cache local-anime, reseek to anime on progress update
dec05eba
2022-03-05
Fix video fullscreen button, double-click fullscreen
dec05eba
Fix video seekbar mouse collision not working for the top of the seekbar
2022-02-17
Add local anime tracking. Check readme for more info about local_anime config
dec05eba
2022-02-17
Wip: fix video duration not working for some analyzed files, get frame in ↵
dec05eba
middle of video instead of first frame for thumbnail
2022-02-16
Finish video player
dec05eba
2021-11-17
Replace sfml with mgl
dec05eba
2021-08-24
Youtube: load english subtitles when available
dec05eba
2021-07-29
Faster video loading/error when not using xxx plugin (disable ytdl)
dec05eba
2021-07-06
Revert input-ipc-server->input-ipc-client because mpv version on ubuntu is ↵
dec05eba
too old
2021-06-22
Only do youtube redirect on failure to load video
dec05eba
2021-06-19
Support youtube description chapters
dec05eba
2021-06-14
Rework around mpv issue: reload video if frozen after seek. Add f5 to reload ↵
dec05eba
video, readd video cache
2021-06-12
Start from youtube url timestamp
dec05eba
2021-06-11
Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵
dec05eba
video startup
2021-06-06
Remove unused functions in VideoPlayer
dec05eba
2021-06-06
Use socketpair instead of unix domain socket
dec05eba
2021-03-30
Remove tor option. Use torsocks instead (which is what quickmedia did anyways)
dec05eba
2021-03-27
bla
dec05eba
2021-01-25
Limit ytdl video resolution to the largest monitors height
dec05eba
2020-12-15
Matrix: keep image/video open. Need to manually close. Fixes auto close of ↵
dec05eba
images
2020-11-14
Resume video when navigating back from related/channel videos
dec05eba
2020-10-02
Add --no-video option to play videos with only audio
dec05eba
2020-09-27
Save currently playing video url to clipboard with ctrl+s
dec05eba
2020-09-14
Do not show error when quiting video with 'q'
dec05eba
2020-07-13
Temporary disable youtube recommendations, fix youtube related videos
dec05eba
2020-07-10
Fallback to invidio.us only if mpv exits (faster fallback)
dec05eba
2020-06-28
Add --use-system-mpv-config option
dec05eba
2019-10-15
Add tor support
dec05eba
2019-08-10
Fix crash that happened in release mode (video player)
dec05eba
2019-08-09
Readd video seek, make search asynchronous
dec05eba
2019-08-08
Switch from libmpv to mpv process with window embed
dec05eba
2019-08-08
Retain fullscreen video when changing to next video
dec05eba
2019-08-08
Add video controls
dec05eba
2019-08-07
Correctly scale images and video to window size
dec05eba
2019-08-06
Change video from deprecated opengl_cl to render_gl
dec05eba
2019-08-05
Skip youtube ads in search
dec05eba
2019-08-04
Fix scaling issue
dec05eba
2019-08-04
Move video player to main thread (it's still processed in another thread), ↵
dec05eba
fix crash, fix scaling
2019-08-04
Add video seek, play next video on end file
dec05eba
2019-08-04
Add youtube video playing, page navigation
dec05eba