aboutsummaryrefslogtreecommitdiff
path: root/include/VideoPlayer.hpp
AgeCommit message (Expand)Author
2024-04-17Fix possible freeze in video player when closing it, or it moving to the next...dec05eba
2024-04-03Autoskip youtube sponsorsdec05eba
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-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
2021-11-17Replace sfml with mgldec05eba
2021-08-24Youtube: load english subtitles when availabledec05eba
2021-07-29Faster video loading/error when not using xxx plugin (disable ytdl)dec05eba
2021-07-06Revert input-ipc-server->input-ipc-client because mpv version on ubuntu is to...dec05eba
2021-06-22Only do youtube redirect on failure to load videodec05eba
2021-06-19Support youtube description chaptersdec05eba
2021-06-14Rework around mpv issue: reload video if frozen after seek. Add f5 to reload ...dec05eba
2021-06-12Start from youtube url timestampdec05eba
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster vi...dec05eba
2021-06-06Remove unused functions in VideoPlayerdec05eba
2021-06-06Use socketpair instead of unix domain socketdec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-27bladec05eba
2021-01-25Limit ytdl video resolution to the largest monitors heightdec05eba
2020-12-15Matrix: keep image/video open. Need to manually close. Fixes auto close of im...dec05eba
2020-11-14Resume video when navigating back from related/channel videosdec05eba
2020-10-02Add --no-video option to play videos with only audiodec05eba
2020-09-27Save currently playing video url to clipboard with ctrl+sdec05eba
2020-09-14Do not show error when quiting video with 'q'dec05eba
2020-07-13Temporary disable youtube recommendations, fix youtube related videosdec05eba
2020-07-10Fallback to invidio.us only if mpv exits (faster fallback)dec05eba
2020-06-28Add --use-system-mpv-config optiondec05eba
2019-10-15Add tor supportdec05eba
2019-08-10Fix crash that happened in release mode (video player)dec05eba
2019-08-09Readd video seek, make search asynchronousdec05eba
2019-08-08Switch from libmpv to mpv process with window embeddec05eba
2019-08-08Retain fullscreen video when changing to next videodec05eba
2019-08-08Add video controlsdec05eba
2019-08-07Correctly scale images and video to window sizedec05eba
2019-08-06Change video from deprecated opengl_cl to render_gldec05eba
2019-08-05Skip youtube ads in searchdec05eba
2019-08-04Fix scaling issuedec05eba
2019-08-04Move video player to main thread (it's still processed in another thread), fi...dec05eba
2019-08-04Add video seek, play next video on end filedec05eba
2019-08-04Add youtube video playing, page navigationdec05eba