aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* audio: removed commented codeMax Kellermann2008-09-101-12/+0
* audio: added assertionsMax Kellermann2008-09-101-0/+5
* audio: make audio_configFormat a static variableMax Kellermann2008-09-101-8/+5
* audio: don't free uninitialized audio_bufferMax Kellermann2008-09-101-5/+6
* audio: added function audio_buffer_resize()Max Kellermann2008-09-101-4/+22
* audio: moved static variables into struct audio_bufferMax Kellermann2008-09-101-26/+30
* audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann2008-09-101-3/+5
* audio: removed isAudioDeviceOpen()Max Kellermann2008-09-101-5/+0
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-101-1/+1
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-091-15/+2
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-091-13/+5
* output: renamed the functions in output_control.cMax Kellermann2008-09-091-12/+12
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-091-1/+1
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-081-17/+0
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-071-4/+5
* output: added output_api.hMax Kellermann2008-09-071-0/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-12/+13
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-071-7/+9
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-071-12/+5
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-1/+1
* pass constant pointersMax Kellermann2008-08-291-1/+1
* clean up CPP includesMax Kellermann2008-08-261-1/+0
* audio.c: avoid magic numbers even if they have comments :)Eric Wong2008-06-021-1/+1
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-021-9/+13
* const pointers in audio.cMax Kellermann2008-04-121-5/+5
* clean up CPP includesMax Kellermann2008-04-121-4/+3
* use size_t in audio.cMax Kellermann2008-04-121-4/+4
* audio.c: unsigned int functions return unsigned ints, not size_tEric Wong2008-03-261-1/+1
* audio: use a machine word for array sizesMax Kellermann2008-03-261-17/+17
* explicitly downcastMax Kellermann2008-03-261-4/+4
* fixed -Wshadow warningsMax Kellermann2008-01-261-7/+7
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-9/+1
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-011-1/+1
* Merge branches/ew r7104Eric Wong2007-12-281-1/+1
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-131-0/+1
* Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman2007-06-121-1/+1
* Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman2007-06-101-1/+1
* If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman2007-06-091-6/+10
* Adding a null output plugin.J. Alexander Treuman2007-05-301-0/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-7/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-141-9/+0
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-9/+9
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-181-0/+2
* add a sanity check assertWarren Dukes2006-10-031-0/+3
* fix the segfault for when no audio_output is found and none is detected (bug ...Warren Dukes2006-10-031-10/+18
* cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...Warren Dukes2006-10-031-8/+8
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+3
* audio.c: [trivial] remove unnecessary includeEric Wong2006-08-261-1/+0
* labels should be on the left most column, no tabbingWarren Dukes2006-08-091-1/+1