mpd/src
Eric Wong 412ce8bdc4 Make the OutputBuffer API more consistent
We had functions names varied between
outputBufferFoo, fooOutputBuffer, and output_buffer_foo

That was too confusing for my little brain to handle.
And the global variable was somehow named 'cb' instead of
the more obvious 'ob'...

git-svn-id: https://svn.musicpd.org/mpd/trunk@7355 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2008-04-13 01:16:27 +00:00
..
audioOutputs fixed another shadow warning 2008-04-12 04:17:22 +00:00
inputPlugins Make the OutputBuffer API more consistent 2008-04-13 01:16:27 +00:00
mp4ff fixed invalid C prototypes 2008-01-26 12:46:09 +00:00
ack.h The massive copyright update 2007-04-05 03:22:33 +00:00
audio.c const pointers in audio.c 2008-04-12 04:21:39 +00:00
audio.h const pointers in audio.c 2008-04-12 04:21:39 +00:00
audioOutput.c const pointers in audioOutput.c 2008-04-12 04:21:43 +00:00
audioOutput.h const pointers in audioOutput.c 2008-04-12 04:21:43 +00:00
buffer2array.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
buffer2array.h clean up CPP includes 2008-04-12 04:19:26 +00:00
charConv.c clean up CPP includes 2008-04-12 04:19:26 +00:00
charConv.h clean up CPP includes 2008-04-12 04:19:26 +00:00
command.c clean up CPP includes 2008-04-12 04:19:26 +00:00
command.h command.h: include sllist.h which defines struct strnode 2008-04-12 04:27:09 +00:00
compress.c compress.c: fix skips/distortion introduced in r7146 2008-02-05 10:17:45 +00:00
compress.h fixed "comparison between signed and unsigned" 2008-01-26 12:46:37 +00:00
conf.c fix -Wconst warnings 2008-02-05 10:17:33 +00:00
conf.h clean up CPP includes 2008-04-12 04:19:26 +00:00
dbUtils.c eliminated duplicate initialization 2008-03-26 10:37:36 +00:00
dbUtils.h clean up CPP includes 2008-04-12 04:19:26 +00:00
decode.c Make the OutputBuffer API more consistent 2008-04-13 01:16:27 +00:00
decode.h Stop passing our single DecoderControl object everywhere 2008-04-13 01:16:03 +00:00
directory.c clean up CPP includes 2008-04-12 04:19:26 +00:00
directory.h clean up CPP includes 2008-04-12 04:19:26 +00:00
gcc.h gcc.h: fix compilation with !(gcc >= 3) 2008-01-27 23:10:41 +00:00
inputPlugin.c clean up CPP includes 2008-04-12 04:19:26 +00:00
inputPlugin.h Stop passing our single OutputBuffer object everywhere 2008-04-13 01:16:15 +00:00
inputStream_file.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
inputStream_file.h The massive copyright update 2007-04-05 03:22:33 +00:00
inputStream_http.c fix several errors/warnings which only appear with -O3 2008-04-12 04:20:45 +00:00
inputStream_http.h The massive copyright update 2007-04-05 03:22:33 +00:00
inputStream.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
inputStream.h Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
interface.c Fix the problem of songs not advancing without client activity 2008-04-12 09:46:11 +00:00
interface.h clean up CPP includes 2008-04-12 04:19:26 +00:00
ioops.c ioops: make this zero-impact when compiling w/o zeroconf as well 2008-01-03 10:03:34 +00:00
ioops.h ioops: make this zero-impact when compiling w/o zeroconf as well 2008-01-03 10:03:34 +00:00
list.c clean up CPP includes 2008-04-12 04:19:26 +00:00
list.h clean up CPP includes 2008-04-12 04:19:26 +00:00
listen.c unlink the socket before bind() 2008-04-12 04:20:56 +00:00
listen.h clean up CPP includes 2008-04-12 04:19:26 +00:00
locate.c clean up CPP includes 2008-04-12 04:19:26 +00:00
locate.h fix -Wconst warnings 2008-02-05 10:17:33 +00:00
log.c fix sign compare warnings 2008-04-12 04:06:52 +00:00
log.h Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
ls.c use size_t 2008-03-26 10:38:07 +00:00
ls.h clean up CPP includes 2008-04-12 04:19:26 +00:00
main_notify.c main_notify: just use cond_signal to wakeup, no need to trylock 2008-04-13 01:15:43 +00:00
main_notify.h Fix the problem of songs not advancing without client activity 2008-04-12 09:46:11 +00:00
main.c Stop passing our single DecoderControl object everywhere 2008-04-13 01:16:03 +00:00
Makefile.am Fix the problem of songs not advancing without client activity 2008-04-12 09:46:11 +00:00
metadataChunk.c Drop metadata updates from HTTP for now (input HTTP, and shout) 2008-04-12 04:08:12 +00:00
metadataChunk.h Drop metadata updates from HTTP for now (input HTTP, and shout) 2008-04-12 04:08:12 +00:00
mpd_types.h clean up CPP includes 2008-04-12 04:19:26 +00:00
myfprintf.c clean up CPP includes 2008-04-12 04:19:26 +00:00
myfprintf.h clean up CPP includes 2008-04-12 04:19:26 +00:00
normalize.c clean up CPP includes 2008-04-12 04:19:26 +00:00
normalize.h The massive copyright update 2007-04-05 03:22:33 +00:00
notify.c use the pthread API in notify.c 2008-04-12 04:14:25 +00:00
notify.h use the pthread API in notify.c 2008-04-12 04:14:25 +00:00
os_compat.h clean up CPP includes 2008-04-12 04:19:26 +00:00
outputBuffer.c Make the OutputBuffer API more consistent 2008-04-13 01:16:27 +00:00
outputBuffer.h Make the OutputBuffer API more consistent 2008-04-13 01:16:27 +00:00
path.c fix -Wconst warnings 2008-02-05 10:17:33 +00:00
path.h clean up CPP includes 2008-04-12 04:19:26 +00:00
pcm_utils.c decode: fix some uninitialized variable warnings 2008-04-12 04:16:44 +00:00
pcm_utils.h yet more unsigned integers 2008-04-12 04:15:10 +00:00
permission.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
permission.h clean up CPP includes 2008-04-12 04:19:26 +00:00
player.c Get rid of PlayerControl inside the PlayerData struct 2008-04-13 01:15:50 +00:00
player.h Get rid of PlayerControl inside the PlayerData struct 2008-04-13 01:15:50 +00:00
playerData.c Make the OutputBuffer API more consistent 2008-04-13 01:16:27 +00:00
playerData.h Make the OutputBuffer API more consistent 2008-04-13 01:16:27 +00:00
playlist.c clean up CPP includes 2008-04-12 04:19:26 +00:00
playlist.h clean up CPP includes 2008-04-12 04:19:26 +00:00
replayGain.c constant pointers in replayGain.c 2008-04-12 04:21:28 +00:00
replayGain.h constant pointers in replayGain.c 2008-04-12 04:21:28 +00:00
sig_handlers.c clean up CPP includes 2008-04-12 04:19:26 +00:00
sig_handlers.h clean up CPP includes 2008-04-12 04:19:26 +00:00
signal_check.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
signal_check.h clean up CPP includes 2008-04-12 04:19:26 +00:00
sllist.c clean up CPP includes 2008-04-12 04:19:26 +00:00
sllist.h clean up CPP includes 2008-04-12 04:19:26 +00:00
song.c fix segmentation fault in song info parser 2008-03-26 10:37:44 +00:00
song.h song: document get_song_url() 2008-04-12 04:08:18 +00:00
state_file.c unsigned counters 2008-03-26 10:38:48 +00:00
state_file.h Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
stats.c clean up CPP includes 2008-04-12 04:19:26 +00:00
stats.h clean up CPP includes 2008-04-12 04:19:26 +00:00
storedPlaylist.c clean up CPP includes 2008-04-12 04:19:26 +00:00
storedPlaylist.h clean up CPP includes 2008-04-12 04:19:26 +00:00
tag.c clean up CPP includes 2008-04-12 04:19:26 +00:00
tag.h fix -Wconst warnings 2008-02-05 10:17:33 +00:00
tagTracker.c whitespace cleanup 2008-04-12 04:19:32 +00:00
tagTracker.h clean up CPP includes 2008-04-12 04:19:26 +00:00
timer.c fixed -Wshadow warnings 2008-01-26 12:46:21 +00:00
timer.h Redoing remiss's shout patch. This time, just block on open() instead of 2007-06-12 17:58:17 +00:00
tree.c fix -Waggregate-return 2008-01-26 12:46:30 +00:00
tree.h fix -Waggregate-return 2008-01-26 12:46:30 +00:00
utf8.c fix -Wconst warnings 2008-02-05 10:17:33 +00:00
utf8.h fix -Wconst warnings 2008-02-05 10:17:33 +00:00
utils.c clean up CPP includes 2008-04-12 04:19:26 +00:00
utils.h clean up CPP includes 2008-04-12 04:19:26 +00:00
volume.c clean up CPP includes 2008-04-12 04:19:26 +00:00
volume.h clean up CPP includes 2008-04-12 04:19:26 +00:00
zeroconf.c zeroconf: reformat (with mpd-indent.sh + manual tweaks) 2008-01-03 10:03:28 +00:00
zeroconf.h zeroconf: reformat (with mpd-indent.sh + manual tweaks) 2008-01-03 10:03:28 +00:00