aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* playerData: move player_pid into the main playerData structureEric Wong2006-08-012-20/+3
* Several fixes uncovered with -pedanticEric Wong2006-08-016-20/+20
* src/listen.c: replace bcopy with memcpyEric Wong2006-08-011-4/+4
* fix a bug when deleting node and CHILDREN_PER_NODE is evenWarren Dukes2006-08-011-3/+3
* fix a bug when deleting songs and CHILDREN_PER_NODE > 3Warren Dukes2006-08-011-8/+6
* a couple of small cleanupsWarren Dukes2006-08-011-51/+40
* deletion of tree nodes now works.Warren Dukes2006-08-012-6/+14
* some tree bugfixesWarren Dukes2006-07-311-37/+78
* No code change, just add headersAvuton Olrich2006-07-314-4/+72
* tree updates:Warren Dukes2006-07-312-6/+246
* software volume can now be saved and read from the state fileEric Wong2006-07-303-0/+41
* Standardize state_file handling routines.Eric Wong2006-07-309-232/+261
* remove deprecated myfprintf wrapperEric Wong2006-07-3010-44/+45
* tree updates:Warren Dukes2006-07-302-73/+221
* remove clumsy strncpy useEric Wong2006-07-308-60/+77
* Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich2006-07-301-3/+3
* gcc signedness and sparse fixesEric Wong2006-07-305-9/+11
* commandError() cleanups, fixup gcc checksEric Wong2006-07-308-57/+58
* beginnings of a B-tree, currently insertion has been implemented and testWarren Dukes2006-07-302-0/+296
* command: fix find/search commands from the malloc reduction patchEric Wong2006-07-301-4/+7
* myfprintf: parse paths so we can reopen log files correctlyEric Wong2006-07-301-2/+2
* fix some warnings introduced in the big malloc-reduction patchEric Wong2006-07-304-5/+7
* interface/connection malloc reductions from mpd-keEric Wong2006-07-3032-801/+1081
* conf.c: bugfix: print out the number, not the addressEric Wong2006-07-301-1/+1
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-294-117/+59
* command.c: shorten common variable names to argc and argvEric Wong2006-07-291-209/+209
* conf.[ch] whitespace cleanupJ. Alexander Treuman2006-07-272-77/+77
* Updating compress.[ch] from AudioCompressJ. Alexander Treuman2006-07-272-5/+9
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-279-99/+461
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-263-254/+0
* Typo fixAvuton Olrich2006-07-261-1/+1
* Silence a gcc warning... Properly.J. Alexander Treuman2006-07-261-1/+3
* Silence a gcc warningJ. Alexander Treuman2006-07-261-0/+2
* jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman2006-07-261-1/+1
* Try to add the directory, againAvuton Olrich2006-07-2614-0/+4782
* Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman2006-07-261-11/+6
* Don't decode the first frame if it has a xing tag, not only if it has a xing ...J. Alexander Treuman2006-07-261-1/+2
* Use the lame tag's encoder delay/padding to implement gapless mp3 playbackJ. Alexander Treuman2006-07-261-0/+53
* Put mp4ff back into the treeAvuton Olrich2006-07-262-31/+29
* Parse lame tag for encoder delay/padding so we can later implement gaplessJ. Alexander Treuman2006-07-251-0/+67
* jat's tip of the day: remember to remove your silly debug messages before com...J. Alexander Treuman2006-07-251-1/+0
* Add support for mp1/2. Thanks to Stephan Beyer for the patch.J. Alexander Treuman2006-07-251-2/+5
* Removing my stupid debug messages for testing xingJ. Alexander Treuman2006-07-251-2/+0
* Reworking xing parsing so lame tags will fit in betterJ. Alexander Treuman2006-07-251-20/+19
* Thanks for making my code totally unreadable indent!J. Alexander Treuman2006-07-251-80/+54