| Commit message (Expand) | Author | Files | Lines |
2006-07-13 | Add PulseAudio support | J. Alexander Treuman | 3 | -0/+196 |
2006-07-13 | Remove a couple more unused functions | Avuton Olrich | 2 | -22/+0 |
2006-07-13 | Declare functions not used outside dbUtils.c static. | Avuton Olrich | 2 | -18/+16 |
2006-07-13 | Remove forceGetConfigParamValue, it's unused and even | Avuton Olrich | 2 | -13/+0 |
2006-07-13 | Remove (now) unused code. Hasn't been used since revision 3026. | Avuton Olrich | 1 | -29/+0 |
2006-07-13 | path.*: cleanups | Avuton Olrich | 3 | -19/+8 |
2006-07-12 | OSS: correctly check for the device in oss_testDefault() | Eric Wong | 1 | -3/+4 |
2006-07-05 | Remove unnecessary include, has always been pulled | Avuton Olrich | 1 | -1/+0 |
2006-06-21 | Add back the id3v1_encoding option. Now it really will convert id3v1 only. | J. Alexander Treuman | 3 | -0/+17 |
2006-06-21 | Cleanup getId3Info. | J. Alexander Treuman | 1 | -7/+4 |
2006-06-21 | Cleanup id3 ReplayGain parsing code. | J. Alexander Treuman | 1 | -13/+19 |
2006-06-21 | Silly jat, don't use newMpdTag as a variable name! | J. Alexander Treuman | 1 | -4/+4 |
2006-06-21 | Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to... | J. Alexander Treuman | 1 | -7/+11 |
2006-06-21 | Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell... | J. Alexander Treuman | 2 | -12/+138 |
2006-06-11 | Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br... | J. Alexander Treuman | 1 | -1/+2 |
2006-06-07 | Check that db_file exists before checking if we can write to it. Committed o... | J. Alexander Treuman | 1 | -0/+30 |
2006-06-05 | main.c: fix gcc-2.95 compilation problem | Eric Wong | 1 | -1/+2 |
2006-06-05 | Made pid_file an optional config parameter. | J. Alexander Treuman | 1 | -17/+28 |
2006-06-04 | Return -1 on error, not on success. | J. Alexander Treuman | 1 | -1/+1 |
2006-06-04 | correctly check for setenv() function | Eric Wong | 1 | -2/+2 |
2006-06-04 | gcc 2.95 compatibility fixes | Eric Wong | 2 | -4/+8 |
2006-05-21 | inputStream_http: avoid printf, use our handy macros in log.h | Eric Wong | 1 | -1/+1 |
2006-05-20 | Remove superfluous \n from addid's commandError call. | J. Alexander Treuman | 1 | -1/+1 |
2006-05-20 | Save audio output state in correct order. | J. Alexander Treuman | 1 | -1/+1 |
2006-05-15 | Fix log message when removing subdirectories. | J. Alexander Treuman | 1 | -3/+2 |
2006-05-15 | Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c... | J. Alexander Treuman | 1 | -4/+17 |
2006-05-14 | Applied a modified patch for bug 344, needs testing with ipv6 | Qball Cow | 1 | -83/+69 |
2006-05-10 | My first commit! :D Make sure the same interface isn't closed twice when max... | J. Alexander Treuman | 1 | -1/+2 |
2006-05-08 | Jat/Q patch for checking permission on database before creating it | Qball Cow | 3 | -0/+15 |
2006-05-08 | Fix for bug 483 | Qball Cow | 1 | -1/+2 |
2006-05-08 | Commit Jat's patch for bug 1282 | Qball Cow | 1 | -3/+3 |
2006-05-08 | Commit Jat's patch for bug 1281 | Qball Cow | 5 | -12/+7 |
2006-05-03 | Add 'aif' as an extension with libaudiofile. | Avuton Olrich | 1 | -1/+1 |
2006-04-30 | Added Disc # metadata item based on bug 571 (added id3v2 support) | Qball Cow | 5 | -6/+26 |
2006-04-30 | Remove unused config value | Qball Cow | 2 | -2/+0 |
2006-04-30 | update help text | Qball Cow | 1 | -4/+4 |
2006-04-27 | outputs now only needs read permission | Qball Cow | 1 | -1/+1 |
2006-04-23 | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 3 | -0/+39 |
2006-04-22 | Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jat | Avuton Olrich | 1 | -8/+34 |
2006-04-22 | Solaris is reported to not have a setenv() thus | Avuton Olrich | 1 | -0/+12 |
2006-04-22 | Fix typo, fixes bug in mantis, will sign off later | Avuton Olrich | 1 | -1/+1 |
2006-04-18 | oggvorbis_plugin.c: eek, I'm a moron.. | Eric Wong | 1 | -1/+1 |
2006-04-18 | oggvorbis_plugin.c: oops, fix an off-by-one | Eric Wong | 1 | -2/+2 |
2006-04-05 | Don't rely on memcmp() for structs, padding bits are random | Eric Wong | 2 | -3/+8 |
2006-03-29 | myfprintf: we should be near -ke speeds on most desktops | Eric Wong | 1 | -3/+1 |
2006-03-26 | src/playlist.c: remove unnecessary strdup() | Eric Wong | 1 | -4/+5 |
2006-03-26 | src/command.c: protocol commands are all lowercase, _always_ | Eric Wong | 1 | -2/+2 |
2006-03-26 | Small fix, it's file: test not file:test | Qball Cow | 1 | -2/+2 |
2006-03-26 | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 3 | -73/+123 |
2006-03-25 | src/audioOutputs/audioOutput_oss.c: fix for big-endian machines | Eric Wong | 1 | -15/+19 |