about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2013-09-10test_player_integration: avoid premature sink death
2013-09-09player: "tl goto" takes optional offset arg in HHMMSS.SUBSEC
2013-09-09tracklist: next_track -> advance_track
2013-09-09tracklist: fix go_to functionality
2013-09-09tracklist: preliminary tracklist class
2013-09-08test_splitfx: remove parallelize_me!
2013-09-08pipe: remove pipe_size call for non-Linux platforms
2013-09-08test/helper: rescue on NameError instead of checking defined?
2013-09-07splitfx: flesh out functionality + integration test
2013-09-07implement environment variable expansion
2013-09-07add dtas-splitfx - .cuesheets + make(1)
2013-09-07test/helper: fix var shadowing
2013-09-06test/helper: delay at_exit registration for tmpfifo
2013-09-06test/*: compatibility class for both minitest 4 and 5
2013-09-06test/player_integration: thread-safety fix
2013-09-06test/*.rb: test/unit compatibility
2013-09-02test/test_player_client_handler: rename shadowed method
2013-09-01player/client_handler: support for dumping individual env
2013-09-01player: add "state dump" command to serialize state
2013-08-31test_source_av: fix test to actually run
2013-08-29remove "encoding: binary" header use
2013-08-28add license/copyright headers/footers to all files
2013-08-26add lightly-tested ffmpeg support
2013-08-26test_source_av: disable if avprobe/avconv are not available
2013-08-26player: sink ed pipe_size= disallows nils
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-25process: allow passing env to qx
2013-08-25format: fix switching to floating point samples
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-25tests: use unix_client in tests to kill some redundant code
2013-08-25test_rg_integration: avoid unused variable warning
2013-08-25set REPLAYGAIN_* vars for source command as documented
2013-08-25remove sink_reader_play
2013-08-25player: preserve format across invocations
2013-08-24player: cd/pwd handlers for manipulating working directory
2013-08-24initial commit