aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann1-19/+18
2008-11-02output: don't allow length==0Max Kellermann1-0/+1
2008-10-29output: removed audio_output.resultMax Kellermann1-5/+3
2008-10-29output: delay reopen after device failureMax Kellermann1-0/+1
2008-10-29output: moved code to audio_output_update()Max Kellermann1-8/+2
2008-10-29output: always call cancel() before stop()Max Kellermann1-10/+1
2008-10-29output: moved audioDeviceStates to audio_output.enabledMax Kellermann1-20/+6
2008-10-29output: use bool for return values and flagsMax Kellermann1-14/+14
2008-10-29audio: call closeAudioDevice() on errorMax Kellermann1-5/+2
2008-10-29audio: removed variable "audioOpened"Max Kellermann1-9/+1
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-1/+3
2008-10-23audio: allow 24 and 8 bit outputMax Kellermann1-4/+2
2008-10-23output_buffer: don't split framesMax Kellermann1-0/+3
2008-10-14command: added command "idle"Max Kellermann1-0/+3
2008-10-13audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann1-3/+1
2008-10-12audio: renamed the audio_format variablesMax Kellermann1-17/+13
2008-10-12audio: removed enum ad_stateMax Kellermann1-22/+14
2008-10-12audio: removed audio_buffer.bufferMax Kellermann1-69/+2
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann1-1/+1
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-5/+5
2008-10-10audio_format: unsigned integersMax Kellermann1-4/+4
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-1/+2
2008-09-29audio_output: added method pause()Max Kellermann1-0/+13
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-3/+3
2008-09-28output: fix the "outputenabled" valueMax Kellermann1-1/+1
2008-09-26audio_output: workaround for deadlockMax Kellermann1-2/+4
2008-09-24output: removed DEVICE_ON, DEVICE_OFFMax Kellermann1-29/+14
2008-09-24output: semi-asynchronous playbackMax Kellermann1-13/+63
2008-09-24output: call send_tag() only if device is onMax Kellermann1-3/+3
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-0/+1
2008-09-23start using prefixcmp()Eric Wong1-2/+1
2008-09-10audio: removed commented codeMax Kellermann1-12/+0
2008-09-10audio: added assertionsMax Kellermann1-0/+5
2008-09-10audio: make audio_configFormat a static variableMax Kellermann1-8/+5
2008-09-10audio: don't free uninitialized audio_bufferMax Kellermann1-5/+6
2008-09-10audio: added function audio_buffer_resize()Max Kellermann1-4/+22
2008-09-10audio: moved static variables into struct audio_bufferMax Kellermann1-26/+30
2008-09-10audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann1-3/+5
2008-09-10audio: removed isAudioDeviceOpen()Max Kellermann1-5/+0
2008-09-10audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann1-1/+1
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann1-15/+2
2008-09-09audio: replaced copyAudioFormat() with simple assignmentMax Kellermann1-13/+5
2008-09-09output: renamed the functions in output_control.cMax Kellermann1-12/+12
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann1-1/+1
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-17/+0
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-4/+5
2008-09-07output: added output_api.hMax Kellermann1-0/+1
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-12/+13
2008-09-07audio: don't pass "fd" to printAudioDevices()Max Kellermann1-7/+9
2008-09-07audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann1-12/+5