summaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann
2009-02-16mixer: include cleanupMax Kellermann
2009-02-16output: include cleanupMax Kellermann
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann
2009-02-16output_plugin: replaced method "control()" with "mixer()"Max Kellermann
2009-02-11audio: moved code to output_command.cMax Kellermann
2009-02-11audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann
2009-02-10audio: moved code to output_all.cMax Kellermann
2009-02-10audio: moved protocol code to output_print.cMax Kellermann
2009-02-10audio: moved state file code to output_state.cMax Kellermann
2009-02-10audio: removed isCurrentAudioFormat()Max Kellermann
2009-02-10audio: added output enumeration functionsMax Kellermann
2009-02-10audio: added audio_output_config_count()Max Kellermann
2009-01-25use g_free() instead of free()Max Kellermann
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann
2009-01-25conf: const pointers in block get functionsMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka
2009-01-03audio: use GLib instead of utils.hMax Kellermann
2008-12-31Moving mixers to audio outputsViliam Mateicka
2008-12-31exporting functionsViliam Mateicka
2008-12-29removed os_compat.hMax Kellermann
2008-12-28utils: removed myFgets()Max Kellermann
2008-12-27output_control: no static "notify" initializationMax Kellermann
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann
2008-11-02output: don't allow length==0Max Kellermann
2008-10-29output: removed audio_output.resultMax Kellermann
2008-10-29output: delay reopen after device failureMax Kellermann
2008-10-29output: moved code to audio_output_update()Max Kellermann
2008-10-29output: always call cancel() before stop()Max Kellermann
2008-10-29output: moved audioDeviceStates to audio_output.enabledMax Kellermann
2008-10-29output: use bool for return values and flagsMax Kellermann
2008-10-29audio: call closeAudioDevice() on errorMax Kellermann
2008-10-29audio: removed variable "audioOpened"Max Kellermann
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann
2008-10-23audio: allow 24 and 8 bit outputMax Kellermann
2008-10-23output_buffer: don't split framesMax Kellermann
2008-10-14command: added command "idle"Max Kellermann
2008-10-13audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann
2008-10-12audio: renamed the audio_format variablesMax Kellermann
2008-10-12audio: removed enum ad_stateMax Kellermann
2008-10-12audio: removed audio_buffer.bufferMax Kellermann
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann
2008-10-10audio_format: unsigned integersMax Kellermann
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-09-29audio_output: added method pause()Max Kellermann
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong