about summary refs log tree commit homepage
DateCommit message (Expand)
2013-08-28add license/copyright headers/footers to all files
2013-08-28doc: protocol: question source ed tryorder, minor edits
2013-08-28doc: cleanup makefile formatting/naming
2013-08-27Rakefile: use git set-file-times for consistent mtimes
2013-08-27doc: dtas-player_protocol: note proposed revamp
2013-08-27doc: add more examples to dtas-player_sink_examples
2013-08-27av_ff_common: zero samples on streams of unknown length
2013-08-27doc: dtas-player_sink_examples manpage
2013-08-27player: fix sink auto-restart on "sink ed" changes
2013-08-26Rakefile: fix NEWS generation
2013-08-26dtas 0.1.I - zero-one-infinity v0.1.I
2013-08-26:nodoc: core classes in 1.9 compat layer
2013-08-26GIT-VERSION-GEN: :nodoc: the version constant
2013-08-26av_ff_common: :nodoc: this constant and add TODO item
2013-08-26client_handler: remove redundant checks for @current.pid
2013-08-26player: do not assign @current until successful spawn
2013-08-26source/sox: cleanup error handling, quiet redundant warnings
2013-08-26README: remove avconv/ffmpeg item
2013-08-26add lightly-tested ffmpeg support
2013-08-26test_source_av: disable if avprobe/avconv are not available
2013-08-26source/sox: bail out if zero samples are detected
2013-08-26player: break out gracefully if a file is totally unplayable
2013-08-26player: restart sinks on "sink ed" modification
2013-08-26player: sink ed pipe_size= disallows nils
2013-08-26dtas-{sink,source}edit: reduce redundant code
2013-08-26player: flesh out multi-source in protocol/sourceedit
2013-08-26cleanup multi-source handling between sox and av
2013-08-26process (qx): disambiguate err/err_str, add no_raise
2013-08-26process: remove redundant "xs" method
2013-08-25process: allow passing env to qx
2013-08-25doc: add note about increased wakeups with dtas-console
2013-08-25player: fix logic around sink death/respawns
2013-08-25format: fix switching to floating point samples
2013-08-25dtas-console: always show ReplayGain line
2013-08-25source/av: handle multiple audio streams w/ proper sample rate
2013-08-25preliminary support for avconv/avprobe from libav
2013-08-25format: decouple from soxi
2013-08-25split out source handling to prepare for avconv/ffmpeg support
2013-08-25player: remove unreachable branch
2013-08-25command: remove kill, we no longer rely on it
2013-08-25tests: use unix_client in tests to kill some redundant code
2013-08-25unix_client: remove non-SOCK_SEQPACKET support
2013-08-25test_rg_integration: avoid unused variable warning
2013-08-25Rakefile: rsync task uploads gzipped files, too
2013-08-25doc: document new dtas-console key bindings
2013-08-25dtas-console: swap 'j' / 'k' bindings to match docs
2013-08-25dtas-console: implement better ReplayGain and format support
2013-08-25use require_relative for loading 1.9 compatibility
2013-08-25dtas-*edit: properly fall back to 'vi' as documented
2013-08-25set REPLAYGAIN_* vars for source command as documented