Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sndplay: support playing AAC with SBR | Kostya Shishkov | 2023-06-30 | 1 | -2/+10 |
* | 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 | 1 | -4/+4 |
* | 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 |