aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-2039-152/+154
* fix a few warnings on 64-bit machinesEric Wong2006-08-182-3/+3
* Cast isostr to char * to fix yet another warningJ. Alexander Treuman2006-08-181-1/+1
* Change type of isostr to fix warningJ. Alexander Treuman2006-08-181-1/+1
* Avoid an unnecessary encoding conversion when converting id3v1 tags. Also ma...J. Alexander Treuman2006-08-151-22/+17
* tag.c: fix segfault on failed id3v1 character conversionEric Wong2006-08-151-0/+10
* Several bugfixes during exit found by valgrindEric Wong2006-08-143-3/+8
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-145-37/+26
* Stop decoding once we've dropped samples at the end (it messes up the audio i...J. Alexander Treuman2006-08-131-1/+3
* Presume that the Xing frame count is accurate, and stop decoding when we hit ...J. Alexander Treuman2006-08-131-2/+9
* audioOutput_alsa.c: avoid changing our internal period and buffer time valuesEric Wong2006-08-121-6/+9
* always support DEBUG() logging, even if -DNDEBUGWarren Dukes2006-08-122-9/+1
* Spelling & GrammarAvuton Olrich2006-08-117-9/+9
* Separate PROTOCOL_VERSION from VERSIONEric Wong2006-08-101-1/+1
* labels should be on the left most column, no tabbingWarren Dukes2006-08-094-4/+5
* we have the parentPos, so use it when incrementing the tree iterator.Warren Dukes2006-08-091-14/+2
* audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong2006-08-081-2/+2
* more sparse cleanupsEric Wong2006-08-086-49/+46
* mpc_plugin: fix seeking bugEric Wong2006-08-081-0/+1
* mpc_plugin.c: fix compilation error with MPC_FIXED_POINTEric Wong2006-08-071-1/+1
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-073-30/+37
* rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crapJ. Alexander Treuman2006-08-071-28/+21
* command: static-fication since commandError is no longer a macroEric Wong2006-08-072-5/+2
* Indent some #defines in tag.c for better readabilityJ. Alexander Treuman2006-08-071-8/+8
* Ok, don't use memcmp for comparing audio formats!J. Alexander Treuman2006-08-071-1/+2
* Eliminate unnecessary use of a variableJ. Alexander Treuman2006-08-071-2/+1
* Use memcmp to compare audio formatsJ. Alexander Treuman2006-08-071-2/+1
* Reopen the audio device if the audio format has changedJ. Alexander Treuman2006-08-071-0/+4
* Add PERMISSION_NONE define, for commands that require no permissionJ. Alexander Treuman2006-08-072-9/+10
* Reformatting initCommands and fillBufferJ. Alexander Treuman2006-08-072-83/+56
* remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)Warren Dukes2006-08-061-3/+0
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-066-26/+42
* merge changes from mpd-tree:Warren Dukes2006-08-0612-295/+916
* buffer2array: more unit testsEric Wong2006-08-051-0/+21
* buffer2array: fix for trailing sub-quoted text inside a quoted contextEric Wong2006-08-051-2/+36
* Our id3 tag buffer should be an array of bytes, not an array of pointers to b...J. Alexander Treuman2006-08-031-4/+4
* buffer2array: oops, we forgot to take into account that \ is escaped, tooEric Wong2006-08-031-1/+2
* log: oops, brain fart caused a segfaultEric Wong2006-08-031-1/+1
* log: switch to using FILE * for logging, since fdprintf isn't reentrantEric Wong2006-08-031-12/+15
* Undoing more indent sillinessJ. Alexander Treuman2006-08-031-8/+4
* remove tree.[ch] from trunk, it will be added back once the mpd-tree branch isWarren Dukes2006-08-032-722/+0
* main.c: initialize the verbose flag correctlyEric Wong2006-08-031-0/+1
* tree optimization: reduce the number of compares required for insertion and d...Warren Dukes2006-08-021-101/+103
* audioOutput_oss: cleanups (stolen from -ke)Eric Wong2006-08-011-73/+58
* charConv: optimize away a boatload of strdups during update (try #2)Eric Wong2006-08-011-4/+13
* audio: pause/resume-from-statefile bugfixes,Eric Wong2006-08-011-45/+37
* audio: malloc reductionsEric Wong2006-08-013-62/+52
* audio: get rid of the myAudioDevicesEnabled arrayEric Wong2006-08-013-66/+78
* audio: remove AUDIO_MAX_DEVICES limitEric Wong2006-08-014-24/+33
* logging cleanupsEric Wong2006-08-018-184/+225