Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | videoplayer: do not print missing reference errorHEADmaster | Kostya Shishkov | 2023-07-06 | 1 | -3/+9 |
* | use mouse wheel to seek by ten seconds | Kostya Shishkov | 2023-07-02 | 1 | -1/+4 |
* | keycode modifier is a bitmask | Kostya Shishkov | 2023-07-02 | 1 | -1/+1 |
* | sndplay: support playing AAC with SBR | Kostya Shishkov | 2023-06-30 | 1 | -2/+10 |
* | videoplayer: add a hack to play AAC with SBR properly | Kostya Shishkov | 2023-06-30 | 2 | -8/+18 |
* | show time with middle button click | Kostya Shishkov | 2023-06-30 | 1 | -2/+6 |
* | make player exit on shift+Q instead of Q | Kostya Shishkov | 2023-06-28 | 1 | -3/+8 |
* | improve error handling in video decoding a bit | Kostya Shishkov | 2023-06-18 | 1 | -6/+9 |
* | improve error reporting in audio decoder part | Kostya Shishkov | 2023-06-18 | 1 | -9/+9 |
* | improve error reporting in video part | Kostya Shishkov | 2023-06-18 | 1 | -16/+16 |
* | improve error reporting and handling | Kostya Shishkov | 2023-06-18 | 1 | -23/+34 |
* | try to improve state handling in decoding threads | Kostya Shishkov | 2023-06-18 | 3 | -52/+115 |
* | videoplayer: set initial timestamp when available | Kostya Shishkov | 2023-06-17 | 1 | -1/+1 |
* | improve OSD a bit | Kostya Shishkov | 2023-06-16 | 2 | -249/+305 |
* | try to preserve window position when playing multiple files | Kostya Shishkov | 2023-06-16 | 1 | -2/+13 |
* | stop decoding on I/O error | Kostya Shishkov | 2023-06-15 | 1 | -1/+8 |
* | allow to (un)pause playback by right mouse button click | Kostya Shishkov | 2023-06-15 | 1 | -15/+20 |
* | implement displaying time on screen | Kostya Shishkov | 2023-06-15 | 2 | -7/+675 |
* | make video player use multi-threaded decoders if possible | Kostya Shishkov | 2023-06-14 | 3 | -27/+207 |
* | ignore underruns when decoding has ended | Kostya Shishkov | 2022-03-14 | 1 | -1/+1 |
* | sndplay: read ID3 padding | Kostya Shishkov | 2022-01-09 | 1 | -0/+4 |
* | sndplay: fix small raw streams detection | Kostya Shishkov | 2022-01-09 | 1 | -1/+2 |
* | improve ID3 handling | Kostya Shishkov | 2021-11-23 | 1 | -12/+33 |
* | use raw stream duration | Kostya Shishkov | 2021-11-22 | 1 | -0/+3 |
* | flush decoder post-seek | Kostya Shishkov | 2021-11-19 | 1 | -0/+1 |
* | ignore empty frames | Kostya Shishkov | 2021-11-19 | 1 | -0/+3 |
* | implement raw stream seeking | Kostya Shishkov | 2021-11-19 | 1 | -27/+108 |
* | add a check for empty or special files | Kostya Shishkov | 2021-11-18 | 1 | -0/+4 |
* | sndplay: support various input kinds | Kostya Shishkov | 2021-11-17 | 4 | -39/+313 |
* | replace vec.truncate(0) with vec.clear() | Kostya Shishkov | 2021-10-29 | 3 | -6/+6 |
* | a better video player | Kostya Shishkov | 2021-06-13 | 5 | -0/+1477 |
* | sndplay: skip null audio buffers | Kostya Shishkov | 2021-04-05 | 1 | -0/+3 |
* | sndplay: typo | Kostya Shishkov | 2021-04-05 | 1 | -1/+1 |
* | sndplay: use custom decoder crates configuration | Kostya Shishkov | 2021-04-05 | 3 | -5/+66 |
* | update for rustc 1.46 | Kostya Shishkov | 2021-04-04 | 1 | -2/+2 |
* | sndplayer: free audio device after playback is over | Kostya Shishkov | 2021-03-30 | 1 | -0/+6 |
* | sndplay: support -start option | Kostya Shishkov | 2021-01-04 | 1 | -6/+28 |
* | format time with hours | Kostya Shishkov | 2020-10-17 | 1 | -3/+8 |
* | pause playback when prompt is active | Kostya Shishkov | 2020-10-17 | 1 | -2/+12 |
* | add a command to jump to an arbitrary time | Kostya Shishkov | 2020-10-16 | 2 | -7/+60 |
* | add nihav-sndplay | Kostya Shishkov | 2020-10-07 | 4 | -0/+643 |
* | move experimental code to old/ | Kostya Shishkov | 2020-10-07 | 7 | -0/+0 |
* | update documentation | Kostya Shishkov | 2020-07-24 | 1 | -1/+3 |
* | add COPYING and README.md | Kostya Shishkov | 2020-07-18 | 2 | -0/+680 |
* | remove trailing whitespace | Kostya Shishkov | 2020-07-10 | 1 | -1/+1 |
* | nihav_register_all_codecs was renamed | Kostya Shishkov | 2020-07-10 | 1 | -1/+1 |
* | update player for nihav_registry | Kostya Shishkov | 2020-02-20 | 2 | -1/+3 |
* | support some options | Kostya Shishkov | 2019-11-30 | 1 | -5/+17 |
* | add .gitignore | Kostya Shishkov | 2019-11-30 | 1 | -0/+3 |
* | Add patches for rust-sdl crate | Kostya Shishkov | 2019-11-30 | 4 | -0/+427 |