Commit Briefs

Omar Polo

handle fdopen failure gracefully


Omar Polo

opusfile and vorbisfile want a different type for the buffer

no practical difference, just the compiler being annoying on linux


Omar Polo

clead .d files too


Omar Polo

update the README


Omar Polo

fix landlock detection

apparently it's not always possible to include both linux/prctl.h and sys/prctl.h.


Omar Polo

use (a modified version of) kristaps' oconfigure

see GitHub issue #1


Omar Polo

player_dispatch even when poll(2) doesn't tell us to

we may have some imsgs queued up for later consumption that would otherwise get delayed. This fixes for e.g. $ amused stop ; amused seek 90


Omar Polo

handle seek during pause and stop


Omar Polo

drop needless debug printf


Omar Polo

add seek subcommand


Omar Polo

implement seeking

This adds the internal management of the seeking, as well as the decoder backends bits.


Omar Polo

mark ctl_* as static too


Omar Polo

sort commands


Omar Polo

add missing initializers

meh, just to please the compiler. Global variables are guaranteed to be zeroed so not specifying a value shouldn't matter, yet it complains.


Omar Polo

bits, rate and channels are unsigned

match the struct sio_par