aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
AgeCommit message (Collapse)Author
2021-11-17Replace sfml with mgldec05eba
2021-10-25Load mpris mpv script if its installeddec05eba
2021-10-13Add lbry, attempt to fix 4chan posting when captcha is no-opdec05eba
2021-09-09Add initial peertube supportdec05eba
2021-09-02Youtube: skip non-default audio tracks, remove subtitle shadowdec05eba
2021-08-25Faster mangakatana search on exact matchdec05eba
2021-08-25Youtube: disable auto generated subtitles, change subtitle sizedec05eba
2021-08-24Change subtitle borderdec05eba
2021-08-24Change subtitle size and y offsetdec05eba
2021-08-24Youtube: load english subtitles when availabledec05eba
2021-08-05Youtube: attempt to auto-detect throttling and restart downloaddec05eba
2021-07-29Faster video loading/error when not using xxx plugin (disable ytdl)dec05eba
2021-07-24Fix youtube copyrighted videos (revert back to watch?v= url)dec05eba
2021-07-20Fix cursor not autohiding sometimes because start of video is not always ↵dec05eba
detected properly
2021-07-06Revert input-ipc-server->input-ipc-client because mpv version on ubuntu is ↵dec05eba
too old
2021-06-27Fix youtube commentsdec05eba
2021-06-25Add a http server proxy for better youtube downloading (bypassing rate limit ↵dec05eba
cased by http range header). Fix youtube live streams
2021-06-22Only do youtube redirect on failure to load videodec05eba
2021-06-19Fix youtube audio download downloading video when not neededdec05eba
2021-06-19Support youtube description chaptersdec05eba
2021-06-184chan, soundcloud: move selection to autoplay itemdec05eba
2021-06-18cache-pause=yes, to prevent lag instead of pausing of cache bufferdec05eba
2021-06-15Add manga description to mangadex and mangakatana search, fix matrix ↵dec05eba
notification invite not showing when opening quickmedia, clear fetch page and items on reload of lazy page
2021-06-14Workaround shitty mpv pulseaudio issue where the video is frozen. Try ↵dec05eba
reloading video on failure to load
2021-06-14Rework around mpv issue: reload video if frozen after seek. Add f5 to reload ↵dec05eba
video, readd video cache
2021-06-13Support braille, temporary disable video cache to support seeking in long ↵dec05eba
videos on youtube...
2021-06-12Start from youtube url timestampdec05eba
2021-06-11Do not auto pause for seconds when bufferingdec05eba
2021-06-11Readd youtube video titledec05eba
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
2021-06-09Show critical notification before abort on critical errordec05eba
2021-06-08Make card height the same size as the contentdec05eba
2021-06-06Remove unused functions in VideoPlayerdec05eba
2021-06-06Use socketpair instead of unix domain socketdec05eba
2021-06-02Add modern themedec05eba
Join matrix room by their name instead of id if there is a name. This allows you to join rooms where the homeserver that created the room is no longer participating in the room.
2021-05-23Only use x11egl mpv option when running wayland. Disable video disk cache, ↵dec05eba
use mpv default instead
2021-05-10Add downloader, fix room navigation lagdec05eba
Fix bug where getting next page fails if there is no search bar
2021-05-06Show youtube recommendations instead of local recommendations from related ↵dec05eba
videos
2021-05-04Use x11 on wayland, to make mpv embedding possibledec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-28Fix some spotify podcast failing to play (because of some characters in title?)dec05eba
2021-03-27bladec05eba
2021-02-07Dont download video with --no-video option, ignore events with state_key set ↵dec05eba
if the event is not a m.room.member type
2021-01-25Limit ytdl video resolution to the largest monitors heightdec05eba
2020-12-21Ooga boogadec05eba
2020-12-21Add pipe plugin, increase video load timeout to 500 secondsdec05eba
2020-12-15Matrix: keep image/video open. Need to manually close. Fixes auto close of ↵dec05eba
images
2020-12-14Attempt to fix spastic body when using embedded items and loading them in ↵dec05eba
render callback, fix gif play next on 4chan.. test
2020-11-14Resume video when navigating back from related/channel videosdec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..