aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
Commit message (Expand)AuthorAge
* 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
* audio: removed audio_buffer.bufferMax Kellermann2008-10-12
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-10
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* audio_format: unsigned integersMax Kellermann2008-10-10
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* audio_output: added method pause()Max Kellermann2008-09-29
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* output: fix the "outputenabled" valueMax Kellermann2008-09-28
* audio_output: workaround for deadlockMax Kellermann2008-09-26
* output: removed DEVICE_ON, DEVICE_OFFMax Kellermann2008-09-24
* output: semi-asynchronous playbackMax Kellermann2008-09-24
* output: call send_tag() only if device is onMax Kellermann2008-09-24
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-24
* start using prefixcmp()Eric Wong2008-09-23
* audio: removed commented codeMax Kellermann2008-09-10
* audio: added assertionsMax Kellermann2008-09-10
* audio: make audio_configFormat a static variableMax Kellermann2008-09-10
* audio: don't free uninitialized audio_bufferMax Kellermann2008-09-10
* audio: added function audio_buffer_resize()Max Kellermann2008-09-10
* audio: moved static variables into struct audio_bufferMax Kellermann2008-09-10
* audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann2008-09-10
* audio: removed isAudioDeviceOpen()Max Kellermann2008-09-10
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-10
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-09
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-09
* output: renamed the functions in output_control.cMax Kellermann2008-09-09
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-09
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-08
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-07
* output: added output_api.hMax Kellermann2008-09-07
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-07
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-07
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29