]> git.nihav.org Git - nihav-player.git/history - videoplayer
use explicit "timestamp valid" flag in display queue
[nihav-player.git] / videoplayer /
44 hours ago Kostya Shishkovuse explicit "timestamp valid" flag in display queue master
2026-03-11 Kostya Shishkovvideoplayer: add an option for forcing demuxer format
2026-03-08 Kostya Shishkovvideoplayer: pass video stream parameters in a structure
2026-03-08 Kostya Shishkovvideoplayer: add option for debugging scaler
2026-02-28 Kostya Shishkovvideoplayer: add support for vthreads option in .naplayerrc
2026-02-26 Kostya Shishkovvideoplayer: fix some PTS/DTS confusion
2026-02-17 Kostya Shishkovjanitorial: whitespace/newline fix
2026-02-14 Kostya Shishkovvideoplayer: limit prefill iterations in case something...
2026-02-14 Kostya Shishkovvideoplayer: improve prefill code
2026-02-14 Kostya Shishkovvideoplayer: (hopefully) fix audio seek-near-end issues too
2026-02-10 Kostya Shishkovvideoplayer: (hopefully) fix near-end seek issues
2026-02-10 Kostya Shishkovvideoplayer: do not end playback prematurely
2026-02-10 Kostya Shishkovvideoplayer: use explicit conversion from DecodingState...
2026-02-07 Kostya Shishkovvideoplayer: pass aligned dimensions to YUV texture...
2026-02-04 Kostya Shishkovfix clippy warnings
2026-02-04 Kostya Shishkovvideoplayer: rework OSD
2026-02-04 Kostya Shishkovvideoplayer: print information about input file in...
2026-02-04 Kostya Shishkovvideoplayer: explicitly mark unused streams
2026-02-04 Kostya Shishkovvideoplayer: use SDL YUV texture update function instea...
2026-02-04 Kostya Shishkovvideoplayer: improve messages
2026-02-01 Kostya Shishkovvideoplayer: add missing space between integer and...
2026-01-31 Kostya Shishkovvideoplayer: use nihav_hlblocks for demuxer code
2026-01-24 Kostya Shishkovvideoplayer: fix debug logging for loading settings...
2026-01-24 Kostya Shishkovvideoplayer: rework displaying stream info for a bit...
2026-01-22 Kostya Shishkovswitch to NATimeInfo::rescale_ts()
2026-01-19 Kostya Shishkovvideoplayer: add icon
2025-12-22 Kostya Shishkovvideoplayer: allow selecting audio and video stream...
2025-10-09 Kostya Shishkovvideoplayer: add a rudimentary support for rcfile
2025-10-09 Kostya Shishkovvideoplayer: improve window title sanitisation
2025-10-09 Kostya Shishkovuse clamp() where appropriate
2025-10-01 Kostya Shishkovvideoplayer: allow toggling forced seek mode
2025-09-21 Kostya Shishkovvideoplayer: make volume control more logarithmic
2025-08-31 Kostya Shishkovvideoplayer: add quiet mode
2025-08-30 Kostya Shishkovvideoplayer: add options for turning OSD on/off/whatever
2025-08-23 Kostya Shishkovvideoplayer: add shift-arrow for half-minute seeks
2025-08-18 Kostya Shishkovswitch to ByteIO
2025-06-20 Kostya Shishkovvideoplayer: fix recognition of plus key for volume up
2024-11-09 Kostya Shishkovvideplayer: fix a crash during laggy playback
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