aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-2648-183/+257
* audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong2006-08-261-1/+1
* audio.c: [trivial] remove unnecessary includeEric Wong2006-08-261-1/+0
* command.c: rerun mpd-indent.sh, no code changesEric Wong2006-08-261-136/+76
* Fix an esoteric gcc warningJ. Alexander Treuman2006-08-251-3/+4
* audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong2006-08-241-0/+2
* audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong2006-08-241-3/+3
* Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps...J. Alexander Treuman2006-08-231-4/+4
* Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ...J. Alexander Treuman2006-08-231-2/+1
* If a frame header decode loses sync, just try again instead of trying to deco...J. Alexander Treuman2006-08-231-7/+3
* Skip layer 2 frames in mp3s and vice versa. Also drop support for layer 1, s...J. Alexander Treuman2006-08-231-3/+15
* fix Replay Gain reading for FLAC and OggFLACEric Wong2006-08-221-6/+6
* get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong2006-08-222-11/+4
* oggvorbis_plugin.c: update message to match changed function nameEric Wong2006-08-201-2/+2
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-205-8/+8
* inputPlugins/_ogg_common.c: check for read errors correctlyEric Wong2006-08-201-1/+1
* This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich2006-08-204-5/+5
* Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN();Avuton Olrich2006-08-201-0/+1
* 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