aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
Commit message (Expand)AuthorAge
* copyright year 2011Max Kellermann2011-01-29
* eliminate g_error() usageThomas Jansen2010-09-25
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* audio: removed function finishAudioConfig()Max Kellermann2009-10-22
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-21
* audio: removed config_param.value NULL checkMax Kellermann2009-10-21
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* audio: moved mixer functions to mixer_control.cMax Kellermann2009-03-12
* mixer: include cleanupMax Kellermann2009-02-16
* output: include cleanupMax Kellermann2009-02-16
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-16
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-16
* audio: moved code to output_command.cMax Kellermann2009-02-11
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-11
* audio: moved code to output_all.cMax Kellermann2009-02-10
* audio: moved protocol code to output_print.cMax Kellermann2009-02-10
* audio: moved state file code to output_state.cMax Kellermann2009-02-10
* audio: removed isCurrentAudioFormat()Max Kellermann2009-02-10
* audio: added output enumeration functionsMax Kellermann2009-02-10
* audio: added audio_output_config_count()Max Kellermann2009-02-10
* use g_free() instead of free()Max Kellermann2009-01-25
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-04
* audio: use GLib instead of utils.hMax Kellermann2009-01-03
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* exporting functionsViliam Mateicka2008-12-31
* removed os_compat.hMax Kellermann2008-12-29
* utils: removed myFgets()Max Kellermann2008-12-28
* output_control: no static "notify" initializationMax Kellermann2008-12-27
* output: use GLib instead of log.h/util.hMax Kellermann2008-11-25
* output: don't allow length==0Max Kellermann2008-11-02
* output: removed audio_output.resultMax Kellermann2008-10-29
* output: delay reopen after device failureMax Kellermann2008-10-29
* output: moved code to audio_output_update()Max Kellermann2008-10-29
* output: always call cancel() before stop()Max Kellermann2008-10-29
* output: moved audioDeviceStates to audio_output.enabledMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* audio: call closeAudioDevice() on errorMax Kellermann2008-10-29
* audio: removed variable "audioOpened"Max Kellermann2008-10-29
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* audio: allow 24 and 8 bit outputMax Kellermann2008-10-23
* output_buffer: don't split framesMax Kellermann2008-10-23
* command: added command "idle"Max Kellermann2008-10-14
* audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann2008-10-13
* audio: renamed the audio_format variablesMax Kellermann2008-10-12
* audio: removed enum ad_stateMax Kellermann2008-10-12