summaryrefslogtreecommitdiffstats
path: root/sndplay/src
Commit message (Collapse)AuthorAgeFilesLines
* sndplay: support playing AAC with SBRKostya Shishkov2023-06-301-2/+10
|
* 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-173-39/+311
|
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-4/+4
|
* 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-052-4/+54
|
* 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-072-0/+601