about summary refs log tree commit homepage
path: root/lib/dtas/player.rb
DateCommit message (Expand)
2013-08-26player: do not assign @current until successful spawn
2013-08-26add lightly-tested ffmpeg support
2013-08-26player: break out gracefully if a file is totally unplayable
2013-08-26player: flesh out multi-source in protocol/sourceedit
2013-08-26cleanup multi-source handling between sox and av
2013-08-25player: fix logic around sink death/respawns
2013-08-25preliminary support for avconv/avprobe from libav
2013-08-25split out source handling to prepare for avconv/ffmpeg support
2013-08-25player: remove unreachable branch
2013-08-25more cleanups for packaging and documentation v0.0.0
2013-08-25player: preserve format across invocations
2013-08-24player: cd/pwd handlers for manipulating working directory
2013-08-24initial commit