about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2016-01-02copyright updates for 2016
2015-12-31player: frozen_string_literal fixup for "tl tracks"
2015-12-25enable "frozen_string_literal: true"
2015-12-14tracklist: swap functionality
2015-12-13test_unixserver: remove test for element limit
2015-12-13tracklist: fixup idempotent "tl shuffle false"
2015-12-07tracklist: support limiting maximum tracklist size
2015-12-07tracklist: shuffle support
2015-12-05tracklist: use lower number unique track IDs
2015-11-22introduce dtas-mlib for music library functions
2015-10-04player: cleanup command dispatch
2015-07-18parse_freq: trivial new module for parsing frequencies
2015-05-18splitfx: remove support for encoding opus
2015-05-17process: implement array expansion to preserve spaces
2015-05-07replaygain uses the "gain" effect instead of "vol"
2015-02-04fadefx: effects chain generation
2015-01-20rename the TrimFX class to TFX
2015-01-19update copyright years and links to mailing list archives
2015-01-19Revert "fadefx: remove module"
2015-01-19consolidate spawn fix for Ruby [Bug #8770]
2015-01-19sinkedit: flesh out all parameters
2014-12-29trimfx: require audio format at initialization
2014-12-28splitfx: use $FX env consistently in targets, too
2014-12-27player: support playing splitfx YAML files
2014-12-27test: favor Process.spawn when possible
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