| Commit message (Expand) | Author | Files | Lines |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 2 | -20/+3 |
2006-08-01 | Several fixes uncovered with -pedantic | Eric Wong | 6 | -20/+20 |
2006-08-01 | src/listen.c: replace bcopy with memcpy | Eric Wong | 1 | -4/+4 |
2006-08-01 | fix a bug when deleting node and CHILDREN_PER_NODE is even | Warren Dukes | 1 | -3/+3 |
2006-08-01 | fix a bug when deleting songs and CHILDREN_PER_NODE > 3 | Warren Dukes | 1 | -8/+6 |
2006-08-01 | a couple of small cleanups | Warren Dukes | 1 | -51/+40 |
2006-08-01 | deletion of tree nodes now works. | Warren Dukes | 2 | -6/+14 |
2006-07-31 | some tree bugfixes | Warren Dukes | 1 | -37/+78 |
2006-07-31 | No code change, just add headers | Avuton Olrich | 4 | -4/+72 |
2006-07-31 | tree updates: | Warren Dukes | 2 | -6/+246 |
2006-07-30 | software volume can now be saved and read from the state file | Eric Wong | 3 | -0/+41 |
2006-07-30 | Standardize state_file handling routines. | Eric Wong | 9 | -232/+261 |
2006-07-30 | remove deprecated myfprintf wrapper | Eric Wong | 10 | -44/+45 |
2006-07-30 | tree updates: | Warren Dukes | 2 | -73/+221 |
2006-07-30 | remove clumsy strncpy use | Eric Wong | 8 | -60/+77 |
2006-07-30 | Now fix the mp4 plugin warnings to what they were before the dynamic linking | Avuton Olrich | 1 | -3/+3 |
2006-07-30 | gcc signedness and sparse fixes | Eric Wong | 5 | -9/+11 |
2006-07-30 | commandError() cleanups, fixup gcc checks | Eric Wong | 8 | -57/+58 |
2006-07-30 | beginnings of a B-tree, currently insertion has been implemented and test | Warren Dukes | 2 | -0/+296 |
2006-07-30 | command: fix find/search commands from the malloc reduction patch | Eric Wong | 1 | -4/+7 |
2006-07-30 | myfprintf: parse paths so we can reopen log files correctly | Eric Wong | 1 | -2/+2 |
2006-07-30 | fix some warnings introduced in the big malloc-reduction patch | Eric Wong | 4 | -5/+7 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 32 | -801/+1081 |
2006-07-30 | conf.c: bugfix: print out the number, not the address | Eric Wong | 1 | -1/+1 |
2006-07-29 | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong | 4 | -117/+59 |
2006-07-29 | command.c: shorten common variable names to argc and argv | Eric Wong | 1 | -209/+209 |
2006-07-27 | conf.[ch] whitespace cleanup | J. Alexander Treuman | 2 | -77/+77 |
2006-07-27 | Updating compress.[ch] from AudioCompress | J. Alexander Treuman | 2 | -5/+9 |
2006-07-27 | Use AudioCompress for volume normalization | J. Alexander Treuman | 9 | -99/+461 |
2006-07-26 | Remove the fifo plugin. It's currently useless for the average user, and mak... | J. Alexander Treuman | 3 | -254/+0 |
2006-07-26 | Typo fix | Avuton Olrich | 1 | -1/+1 |
2006-07-26 | Silence a gcc warning... Properly. | J. Alexander Treuman | 1 | -1/+3 |
2006-07-26 | Silence a gcc warning | J. Alexander Treuman | 1 | -0/+2 |
2006-07-26 | jat's second tip of the day: when you change a ternary operator to an if, don... | J. Alexander Treuman | 1 | -1/+1 |
2006-07-26 | Try to add the directory, again | Avuton Olrich | 14 | -0/+4782 |
2006-07-26 | Screw this found_* stuff, just wrap parse_*() in an if | J. Alexander Treuman | 1 | -11/+6 |
2006-07-26 | Don't decode the first frame if it has a xing tag, not only if it has a xing ... | J. Alexander Treuman | 1 | -1/+2 |
2006-07-26 | Use the lame tag's encoder delay/padding to implement gapless mp3 playback | J. Alexander Treuman | 1 | -0/+53 |
2006-07-26 | Put mp4ff back into the tree | Avuton Olrich | 2 | -31/+29 |
2006-07-25 | Parse lame tag for encoder delay/padding so we can later implement gapless | J. Alexander Treuman | 1 | -0/+67 |
2006-07-25 | jat's tip of the day: remember to remove your silly debug messages before com... | J. Alexander Treuman | 1 | -1/+0 |
2006-07-25 | Add support for mp1/2. Thanks to Stephan Beyer for the patch. | J. Alexander Treuman | 1 | -2/+5 |
2006-07-25 | Removing my stupid debug messages for testing xing | J. Alexander Treuman | 1 | -2/+0 |
2006-07-25 | Reworking xing parsing so lame tags will fit in better | J. Alexander Treuman | 1 | -20/+19 |
2006-07-25 | Thanks for making my code totally unreadable indent! | J. Alexander Treuman | 1 | -80/+54 |
2006-07-24 | Open the db file before daemonizing/creating the master process, so we can ha... | J. Alexander Treuman | 1 | -2/+1 |
2006-07-24 | Do normalization if there's replaygain data but replaygain is off | J. Alexander Treuman | 3 | -2/+4 |
2006-07-24 | audioOutput_alsa: better period_size auto-configuration | Eric Wong | 1 | -13/+20 |
2006-07-23 | If we're going to create the db file, make sure the parent path is a directory | J. Alexander Treuman | 1 | -1/+16 |
2006-07-23 | Make checkDirectoryDB check that the db file is a regular file | J. Alexander Treuman | 1 | -3/+16 |