aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: moved code to output_command.cMax Kellermann2009-02-111-35/+0
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-111-57/+8
* audio: moved code to output_all.cMax Kellermann2009-02-101-255/+20
* audio: moved protocol code to output_print.cMax Kellermann2009-02-101-16/+0
* audio: moved state file code to output_state.cMax Kellermann2009-02-101-53/+0
* audio: removed isCurrentAudioFormat()Max Kellermann2009-02-101-8/+0
* audio: added output enumeration functionsMax Kellermann2009-02-101-0/+22
* audio: added audio_output_config_count()Max Kellermann2009-02-101-1/+7
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-251-17/+0
* conf: const pointers in block get functionsMax Kellermann2009-01-251-3/+3
* conf: no CamelCase, part IMax Kellermann2009-01-171-6/+6
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-041-1/+1
* audio: use GLib instead of utils.hMax Kellermann2009-01-031-2/+2
* Moving mixers to audio outputsViliam Mateicka2008-12-311-0/+55
* exporting functionsViliam Mateicka2008-12-311-1/+1
* removed os_compat.hMax Kellermann2008-12-291-1/+2
* utils: removed myFgets()Max Kellermann2008-12-281-1/+3
* output_control: no static "notify" initializationMax Kellermann2008-12-271-0/+4
* output: use GLib instead of log.h/util.hMax Kellermann2008-11-251-19/+18
* output: don't allow length==0Max Kellermann2008-11-021-0/+1
* output: removed audio_output.resultMax Kellermann2008-10-291-5/+3
* output: delay reopen after device failureMax Kellermann2008-10-291-0/+1
* output: moved code to audio_output_update()Max Kellermann2008-10-291-8/+2
* output: always call cancel() before stop()Max Kellermann2008-10-291-10/+1
* output: moved audioDeviceStates to audio_output.enabledMax Kellermann2008-10-291-20/+6
* output: use bool for return values and flagsMax Kellermann2008-10-291-14/+14
* audio: call closeAudioDevice() on errorMax Kellermann2008-10-291-5/+2
* audio: removed variable "audioOpened"Max Kellermann2008-10-291-9/+1
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-1/+3
* audio: allow 24 and 8 bit outputMax Kellermann2008-10-231-4/+2
* output_buffer: don't split framesMax Kellermann2008-10-231-0/+3
* command: added command "idle"Max Kellermann2008-10-141-0/+3
* audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann2008-10-131-3/+1
* audio: renamed the audio_format variablesMax Kellermann2008-10-121-17/+13
* audio: removed enum ad_stateMax Kellermann2008-10-121-22/+14
* audio: removed audio_buffer.bufferMax Kellermann2008-10-121-69/+2
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-101-1/+1
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-5/+5
* audio_format: unsigned integersMax Kellermann2008-10-101-4/+4
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-1/+2
* audio_output: added method pause()Max Kellermann2008-09-291-0/+13
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-3/+3
* output: fix the "outputenabled" valueMax Kellermann2008-09-281-1/+1
* audio_output: workaround for deadlockMax Kellermann2008-09-261-2/+4
* output: removed DEVICE_ON, DEVICE_OFFMax Kellermann2008-09-241-29/+14
* output: semi-asynchronous playbackMax Kellermann2008-09-241-13/+63
* output: call send_tag() only if device is onMax Kellermann2008-09-241-3/+3
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-0/+1
* start using prefixcmp()Eric Wong2008-09-231-2/+1