summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* videoplayer: do not print missing reference errorHEADmasterKostya Shishkov2023-07-061-3/+9
* use mouse wheel to seek by ten secondsKostya Shishkov2023-07-021-1/+4
* keycode modifier is a bitmaskKostya Shishkov2023-07-021-1/+1
* sndplay: support playing AAC with SBRKostya Shishkov2023-06-301-2/+10
* videoplayer: add a hack to play AAC with SBR properlyKostya Shishkov2023-06-302-8/+18
* show time with middle button clickKostya Shishkov2023-06-301-2/+6
* make player exit on shift+Q instead of QKostya Shishkov2023-06-281-3/+8
* improve error handling in video decoding a bitKostya Shishkov2023-06-181-6/+9
* improve error reporting in audio decoder partKostya Shishkov2023-06-181-9/+9
* improve error reporting in video partKostya Shishkov2023-06-181-16/+16
* improve error reporting and handlingKostya Shishkov2023-06-181-23/+34
* try to improve state handling in decoding threadsKostya Shishkov2023-06-183-52/+115
* videoplayer: set initial timestamp when availableKostya Shishkov2023-06-171-1/+1
* improve OSD a bitKostya Shishkov2023-06-162-249/+305
* try to preserve window position when playing multiple filesKostya Shishkov2023-06-161-2/+13
* stop decoding on I/O errorKostya Shishkov2023-06-151-1/+8
* allow to (un)pause playback by right mouse button clickKostya Shishkov2023-06-151-15/+20
* implement displaying time on screenKostya Shishkov2023-06-152-7/+675
* make video player use multi-threaded decoders if possibleKostya Shishkov2023-06-143-27/+207
* ignore underruns when decoding has endedKostya Shishkov2022-03-141-1/+1
* sndplay: read ID3 paddingKostya Shishkov2022-01-091-0/+4
* sndplay: fix small raw streams detectionKostya Shishkov2022-01-091-1/+2
* improve ID3 handlingKostya Shishkov2021-11-231-12/+33
* use raw stream durationKostya Shishkov2021-11-221-0/+3
* flush decoder post-seekKostya Shishkov2021-11-191-0/+1
* ignore empty framesKostya Shishkov2021-11-191-0/+3
* implement raw stream seekingKostya Shishkov2021-11-191-27/+108
* add a check for empty or special filesKostya Shishkov2021-11-181-0/+4
* sndplay: support various input kindsKostya Shishkov2021-11-174-39/+313
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-293-6/+6
* a better video playerKostya Shishkov2021-06-135-0/+1477
* sndplay: skip null audio buffersKostya Shishkov2021-04-051-0/+3
* sndplay: typoKostya Shishkov2021-04-051-1/+1
* sndplay: use custom decoder crates configurationKostya Shishkov2021-04-053-5/+66
* update for rustc 1.46Kostya Shishkov2021-04-041-2/+2
* sndplayer: free audio device after playback is overKostya Shishkov2021-03-301-0/+6
* sndplay: support -start optionKostya Shishkov2021-01-041-6/+28
* format time with hoursKostya Shishkov2020-10-171-3/+8
* pause playback when prompt is activeKostya Shishkov2020-10-171-2/+12
* add a command to jump to an arbitrary timeKostya Shishkov2020-10-162-7/+60
* add nihav-sndplayKostya Shishkov2020-10-074-0/+643
* move experimental code to old/Kostya Shishkov2020-10-077-0/+0
* update documentationKostya Shishkov2020-07-241-1/+3
* add COPYING and README.mdKostya Shishkov2020-07-182-0/+680
* remove trailing whitespaceKostya Shishkov2020-07-101-1/+1
* nihav_register_all_codecs was renamedKostya Shishkov2020-07-101-1/+1
* update player for nihav_registryKostya Shishkov2020-02-202-1/+3
* support some optionsKostya Shishkov2019-11-301-5/+17
* add .gitignoreKostya Shishkov2019-11-301-0/+3
* Add patches for rust-sdl crateKostya Shishkov2019-11-304-0/+427