hwdec-vaapi: detect AVX presence for the optimised version of copy_luma
[nihav-player.git] / videoplayer /
2024-03-19 Kostya Shishkovvideoplayer: add keypad equivalents of seek keys
2023-11-04 Kostya Shishkovvideoplayer: introduce refresh command
2023-10-20 Kostya Shishkovvideoplayer: add hardware-accelerated H.264 video decod...
2023-10-02 Kostya Shishkovvideoplayer: allow custom scaling
2023-09-14 Kostya Shishkovvideoplayer: ignore directories passed as input names
2023-09-01 Kostya Shishkovvideoplayer: allow diplaying time indefinitely long
2023-08-27 Kostya Shishkovvideoplayer: add two more symbols just in case
2023-08-26 Kostya Shishkovvideoplayer: print hurry up mode
2023-08-26 Kostya Shishkovvideoplayer: do not needlessly resize the window
2023-08-18 Kostya Shishkovvideoplayer: allow numpad enter key to end current...
2023-08-08 Kostya Shishkovvideoplayer: a bit more of window title workaround...
2023-08-03 Kostya Shishkovvideoplayer: use single global window instead of creati...
2023-08-02 Kostya Shishkovvideoplayer: work around SDL window title bug
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