nihav-player.git
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
2022-03-14 Kostya Shishkovignore underruns when decoding has ended
2022-01-09 Kostya Shishkovsndplay: read ID3 padding
2022-01-09 Kostya Shishkovsndplay: fix small raw streams detection
2021-11-23 Kostya Shishkovimprove ID3 handling
2021-11-22 Kostya Shishkovuse raw stream duration
2021-11-19 Kostya Shishkovflush decoder post-seek
2021-11-19 Kostya Shishkovignore empty frames
2021-11-19 Kostya Shishkovimplement raw stream seeking
2021-11-18 Kostya Shishkovadd a check for empty or special files
2021-11-17 Kostya Shishkovsndplay: support various input kinds
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-06-13 Kostya Shishkova better video player
2021-04-05 Kostya Shishkovsndplay: skip null audio buffers
2021-04-05 Kostya Shishkovsndplay: typo
2021-04-05 Kostya Shishkovsndplay: use custom decoder crates configuration
2021-04-04 Kostya Shishkovupdate for rustc 1.46
2021-03-30 Kostya Shishkovsndplayer: free audio device after playback is over
2021-01-04 Kostya Shishkovsndplay: support -start option
2020-10-17 Kostya Shishkovformat time with hours
2020-10-17 Kostya Shishkovpause playback when prompt is active
2020-10-16 Kostya Shishkovadd a command to jump to an arbitrary time
2020-10-07 Kostya Shishkovadd nihav-sndplay
2020-10-07 Kostya Shishkovmove experimental code to old/
2020-07-24 Kostya Shishkovupdate documentation
2020-07-18 Kostya Shishkovadd COPYING and README.md
2020-07-10 Kostya Shishkovremove trailing whitespace
2020-07-10 Kostya Shishkovnihav_register_all_codecs was renamed
2020-02-20 Kostya Shishkovupdate player for nihav_registry
2019-11-30 Kostya Shishkovsupport some options
2019-11-30 Kostya Shishkovadd .gitignore
2019-11-30 Kostya ShishkovAdd patches for rust-sdl crate
2019-11-28 Kostya Shishkovinitial player implementation