aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_control.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-0/+2
2010-03-10output: added option "always_on" for radio stationsMax Kellermann1-0/+9
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-09output_thread: added command DRAINMax Kellermann1-0/+3
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+12
2009-10-20output_init: renamed parameter "error" to "error_r"Max Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-10output_control: removed audio_output_signal()Max Kellermann1-8/+0
2009-03-09output: play from a music_pipe objectMax Kellermann1-5/+4
2009-03-09output_control: make audio_output_open() staticMax Kellermann1-4/+0
2009-03-07output_all: audio_output_all_update() returns boolMax Kellermann1-1/+3
2009-03-01output_init: return GError on errorMax Kellermann1-1/+10
2009-02-25output: audio_output_init() returns boolMax Kellermann1-1/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-1/+1
2009-02-16output_control: no CamelCaseMax Kellermann1-12/+11
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-18output: don't include conf.h from output_control.hMax Kellermann1-2/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+2
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-29output: moved code to audio_output_update()Max Kellermann1-0/+7
2008-10-29output: use bool for return values and flagsMax Kellermann1-2/+5
2008-10-08don't include os_compat.hMax Kellermann1-1/+2
2008-09-29audio_output: added method pause()Max Kellermann1-0/+3
2008-09-26audio_output: workaround for deadlockMax Kellermann1-0/+9
2008-09-24output: semi-asynchronous playbackMax Kellermann1-2/+2
2008-09-09output: renamed the functions in output_control.cMax Kellermann1-10/+10
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann1-6/+2
2008-09-09output: removed keepAudioOutputAlive() declarationMax Kellermann1-1/+0
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-17/+0
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-21/+22
2008-09-07output: added output_api.hMax Kellermann1-64/+3
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-4/+4
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+3
2008-08-29pass constant pointersMax Kellermann1-2/+2
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-1/+1
2008-04-12const pointers in audioOutput.cMax Kellermann1-1/+2
2008-04-12use size_t in audioOutput.c internalsMax Kellermann1-1/+1
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-2/+3
2008-02-05fix -Wconst warningsMax Kellermann1-3/+3
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-0/+1
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-0/+1
2007-06-12Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman1-1/+1
2007-06-10Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman1-1/+1
2007-05-30Adding a null output plugin.J. Alexander Treuman1-0/+1
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-0/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong1-0/+10
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-12/+1