about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2014-07-06tests: hoist out pluck generation
2014-07-05fadefx: remove module
2014-06-30remove builtin-$FADEFX support
2014-06-30test_splitfx: fix tests without opus{enc,dec}
2014-06-30test/helper: ancient minitest compatibility
2014-06-23trimfx: initial cut of scheduling + gap filling
2014-06-06update copyrights and email address for 2014
2014-03-13test/helper: compat w/ coverage in Feature #9508
2013-12-27merge some select calls for splice users
2013-10-17fadefx: initial commit
2013-10-17trimfx: flesh out parsing of commands
2013-10-15trimfx: flesh out to_sox_arg implementation
2013-10-13trimfx: initial bits
2013-10-06buffer: remove ioctl syscall in common paths
2013-09-30player: support seeking based on embedded cuesheet (FLAC)
2013-09-28player: support bypass for rate, bits, channel
2013-09-22splitfx: rename "opus" target to "opusenc"
2013-09-10splitfx: add opus and flac-cdda outputs
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