sndplay: fix clippy warnings
[nihav-player.git] / videoplayer /
2023-07-27 Kostya Shishkovvideoplayer: fix clippy warnings
2023-07-27 Kostya Shishkovvideoplayer: add -start as an alias for -seek
2023-07-06 Kostya Shishkovvideoplayer: do not print missing reference error
2023-07-02 Kostya Shishkovuse mouse wheel to seek by ten seconds
2023-07-02 Kostya Shishkovkeycode modifier is a bitmask
2023-06-30 Kostya Shishkovvideoplayer: add a hack to play AAC with SBR properly
2023-06-30 Kostya Shishkovshow time with middle button click
2023-06-28 Kostya Shishkovmake player exit on shift+Q instead of Q
2023-06-18 Kostya Shishkovimprove error handling in video decoding a bit
2023-06-18 Kostya Shishkovimprove error reporting in audio decoder part
2023-06-18 Kostya Shishkovimprove error reporting in video part
2023-06-18 Kostya Shishkovimprove error reporting and handling
2023-06-18 Kostya Shishkovtry to improve state handling in decoding threads
2023-06-17 Kostya Shishkovvideoplayer: set initial timestamp when available
2023-06-16 Kostya Shishkovimprove OSD a bit
2023-06-16 Kostya Shishkovtry to preserve window position when playing multiple...
2023-06-15 Kostya Shishkovstop decoding on I/O error
2023-06-15 Kostya Shishkovallow to (un)pause playback by right mouse button click
2023-06-15 Kostya Shishkovimplement displaying time on screen
2023-06-14 Kostya Shishkovmake video player use multi-threaded decoders if possible
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-06-13 Kostya Shishkova better video player