aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
AgeCommit message (Expand)Author
6 daysFix build after gcc update (function pointer cast, missing algorithm header i...HEADmasterdec05eba
2024-04-17Fix possible freeze in video player when closing it, or it moving to the next...dec05eba
2024-04-03Autoskip youtube sponsorsdec05eba
2024-04-03Youtube: fallback to yt-dlp, add support for sponsorblock (as chapters)dec05eba
2024-01-08Kill childrendec05eba
2023-08-25Reduce latency (in mglpp, opengl hack)dec05eba
2023-07-30Youtube: fix some videos (disable av1, breaks mpv), allow webmdec05eba
2023-07-08Youtube: fix livestream not working (filtered out by yt-dlp)dec05eba
2023-06-25Youtube: force https protocol, fixes broken seek (and resume)dec05eba
2023-04-30Use ytdl formatdec05eba
2023-04-30Matrix: fix youtube videos not working if use_system_mpv_config is setdec05eba
2023-04-29ytdl: prefer mp4 because of better video playback performancedec05eba
2023-04-27Temporary depend on yt-dlp for youtube since youtube broke (throttle sig)dec05eba
2023-01-07Mpv: use custom input.conf even when using use_system_mpv_config=truedec05eba
2022-11-22Keep video player fullscreened when changing to the next videodec05eba
2022-09-04Add dramacooldec05eba
2022-03-08Save youtube watch progress and resume next time the video is playeddec05eba
2022-03-06Do not cache local-anime, reseek to anime on progress updatedec05eba
2022-03-05Fix video fullscreen button, double-click fullscreendec05eba
2022-02-28Use custom mpv osd script to change mpv uidec05eba
2022-02-18Fix video thumbnail creationdec05eba
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 mid...dec05eba
2022-02-16Finish video playerdec05eba
2022-02-16Finish implementing time-pos, sub-add and event ipcdec05eba
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 dete...dec05eba
2021-07-06Revert input-ipc-server->input-ipc-client because mpv version on ubuntu is to...dec05eba
2021-06-27Fix youtube commentsdec05eba
2021-06-25Add a http server proxy for better youtube downloading (bypassing rate limit ...dec05eba
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 notifica...dec05eba
2021-06-14Workaround shitty mpv pulseaudio issue where the video is frozen. Try reloadi...dec05eba
2021-06-14Rework around mpv issue: reload video if frozen after seek. Add f5 to reload ...dec05eba