aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/JackOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23output/*: move to output/plugins/Max Kellermann1-765/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-4/+0
2013-11-04Log: add level "DEFAULT"Max Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-14/+15
2013-09-26*Plugin: remove redundant "line %i" from error messagesMax Kellermann1-8/+6
2013-09-04util/Error: new error passing libraryMax Kellermann1-47/+41
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-14/+13
2013-08-03audio_format: convert to C++Max Kellermann1-14/+14
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann1-0/+1
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-17output/jack: convert to C++Max Kellermann1-90/+110
2012-08-14output/jack: implement method delay()Max Kellermann1-4/+11
2012-04-04output/jack: check for connection failure before starting playbackMax Kellermann1-0/+3
2012-04-04output/jack: workaround for libjack1 crash bugMax Kellermann1-0/+13
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-20/+29
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-03-10output/jack: drain the ring buffers during pauseMax Kellermann1-0/+7
2010-03-10output/jack: synchronize all channelsMax Kellermann1-9/+26
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-5/+6
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-07output/jack: added option "server_name"Max Kellermann1-1/+8
2009-11-07output/jack: free source port names on exitMax Kellermann1-0/+3
2009-11-06output/jack: dynamic source port listMax Kellermann1-37/+74
2009-11-06output/jack: dynamic destination port listMax Kellermann1-25/+71
2009-11-06output/jack: renamed option "ports" to "destination_ports"Max Kellermann1-1/+9
2009-11-06output/jack: renamed "output ports" to "destination ports"Max Kellermann1-18/+20
2009-11-05output/jack: support mono inputMax Kellermann1-13/+41
2009-11-05output/jack: clear ring buffers before activatingMax Kellermann1-1/+6
2009-11-05output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann1-4/+23
2009-11-05output/jack: added option "client_name"Max Kellermann1-3/+2
2009-10-23output/jack: implement methods enable()/disable()Max Kellermann1-16/+24
2009-10-21output/jack: make ringbuffer_size a size_tMax Kellermann1-1/+1
2009-10-21output/jack: connect to server on MPD startupMax Kellermann1-69/+119
2009-10-21output/jack: removed the empty "cancel" methodMax Kellermann1-6/+0
2009-10-21output/jack: renamed parameter "error" to "error_r"Max Kellermann1-12/+12
2009-10-21output/jack: implement the "pause" methodMax Kellermann1-0/+41
2009-10-21output/jack: renamed source to jack_output_plugin.cMax Kellermann1-2/+2
2009-03-13all: Update copyright header.Avuton Olrich1-5/+7
2009-03-01output: removed duplicate debug messages from pluginsMax Kellermann1-1/+0
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-21/+40
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-2/+1
2009-02-25output_api: removed audio_output_get_name()Max Kellermann1-10/+4
2009-02-24jack: initialize local variable "space"Max Kellermann1-1/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2
2009-02-23output_api: play() returns a lengthMax Kellermann1-18/+15