aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_all.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-2/+3
2010-03-10output: added option "always_on" for radio stationsMax Kellermann1-0/+7
2010-01-02output_all: reset elapsed_time at song borderMax Kellermann1-0/+6
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-09output_thread: added command DRAINMax Kellermann1-0/+6
2009-10-30{player,output}_thread: fixed elapsed_time quirksMax Kellermann1-1/+2
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+7
2009-10-08player_thread: get "elapsed" from audio outputsMax Kellermann1-0/+7
2009-03-25output_all: moved code to audio_output_all_wait()Max Kellermann1-0/+11
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-09output: play from a music_pipe objectMax Kellermann1-7/+16
2009-02-10output_all: added API documentationMax Kellermann1-0/+33
2009-02-10output_all: no CamelCaseMax Kellermann1-10/+18
2009-02-10audio: moved code to output_all.cMax Kellermann1-27/+11
2009-02-10audio: moved protocol code to output_print.cMax Kellermann1-3/+0
2009-02-10audio: moved state file code to output_state.cMax Kellermann1-5/+1
2009-02-10audio: removed isCurrentAudioFormat()Max Kellermann1-2/+0
2009-02-10audio: added output enumeration functionsMax Kellermann1-0/+13
2009-02-10audio: added audio_output_config_count()Max Kellermann1-0/+4
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann1-1/+0
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+5
2008-12-31exporting functionsViliam Mateicka1-0/+2
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-29output: use bool for return values and flagsMax Kellermann1-2/+2
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-1/+2
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-09-29audio_output: added method pause()Max Kellermann1-0/+2
2008-09-10audio: removed isAudioDeviceOpen()Max Kellermann1-2/+0
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann1-2/+0
2008-09-09audio: replaced copyAudioFormat() with simple assignmentMax Kellermann1-2/+0
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-1/+0
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-8/+8
2008-09-07audio: don't pass "fd" to printAudioDevices()Max Kellermann1-1/+2
2008-09-07audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann1-2/+2
2008-09-06include cleanupMax Kellermann1-1/+2
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-1/+1
2008-08-29pass constant pointersMax Kellermann1-1/+1
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-12/+1
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-2/+0
2008-04-12const pointers in audio.cMax Kellermann1-5/+6
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12use size_t in audio.cMax Kellermann1-1/+1
2008-04-12moved expression to audioFormatSizeToTime()Max Kellermann1-0/+5
2008-03-26audio: use a machine word for array sizesMax Kellermann1-3/+3
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+1
2008-01-01silence is constant, as is the buffer we pass to playAudioEric Wong1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-8/+8