aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
AgeCommit message (Expand)Author
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
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 im...dec05eba
2020-12-14Attempt to fix spastic body when using embedded items and loading them in ren...dec05eba
2020-11-14Resume video when navigating back from related/channel videosdec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
2020-10-20Cache video to temporary file instead of memorydec05eba
2020-10-16Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb t...dec05eba
2020-10-02Add --no-video option to play videos with only audiodec05eba
2020-10-02Matrix: do a HEAD request to selected url to determinate type before using mp...dec05eba
2020-10-01wipdec05eba
2020-09-27Validate json type after parsingdec05eba
2020-09-27Save currently playing video url to clipboard with ctrl+sdec05eba
2020-09-21Initial matrix supportdec05eba
2020-09-14Do not show error when quiting video with 'q'dec05eba
2020-09-14Fallback to software video playback if the system doesn't support hardware ac...dec05eba
2020-09-10Only load english subtitles because loading too many subtitles is too slowdec05eba
2020-08-15Do not save cookies for youtube anymoredec05eba
2020-07-27Use ytdl cookie for videodec05eba
2020-07-17Use better mpv optionsdec05eba
2020-07-13Temporary disable youtube recommendations, fix youtube related videosdec05eba
2020-07-11Add youtube watch historydec05eba
2020-07-10Fallback to invidio.us only if mpv exits (faster fallback)dec05eba
2020-06-28Add --use-system-mpv-config optiondec05eba
2020-06-27Use mpv default ui instead of overlaydec05eba
2020-06-14Enable gpu hardware decodingdec05eba
2020-06-13Fix related videos sometimes being skippeddec05eba
2020-06-024chan: clear related video list when previewing new video, fix cursor being h...dec05eba
2020-05-31Add dmenu optiondec05eba
2020-02-02Fix crash when launching for first time, fix for new mpv versiondec05eba
2019-10-15Add tor supportdec05eba
2019-08-11Miscdec05eba
2019-08-10Use gpu-hq profiledec05eba
2019-08-10Fix crash that happened in release mode (video player)dec05eba
2019-08-09Next video in list to play should be next in playlist (if available)dec05eba
2019-08-09Wait until mpv process dies (prevent zombie), fix crash that happens sometime...dec05eba
2019-08-09Readd video seek, make search asynchronousdec05eba
2019-08-08Disable video hardware acceleration as it freezes xorgdec05eba
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-08Make video player seekbar span the whole windowdec05eba
2019-08-07Correctly scale images and video to window sizedec05eba
2019-08-07Youtube: do not play videos that have been played beforedec05eba
2019-08-06Restart videoplayer when changing video, to fix loadfile video bugdec05eba