| Commit message (Expand) | Author | Age | Files | Lines |
* | ogg voribs comment parsing on the fly in the decoder | Warren Dukes | 2004-06-01 | 6 | -35/+111 |
* | ogg_plugin cleanup | Warren Dukes | 2004-06-01 | 1 | -60/+61 |
* | more efficient of updating of metadata | Warren Dukes | 2004-06-01 | 3 | -12/+35 |
* | nice output of all suffix types supported in version | Warren Dukes | 2004-06-01 | 3 | -23/+29 |
* | add "aiff" and "au" as suffixes that audiofile can handle | Warren Dukes | 2004-06-01 | 1 | -1/+1 |
* | do strcasecmp for detecting plugin type | Warren Dukes | 2004-06-01 | 1 | -1/+1 |
* | make --create-db not daemonize, remove --only-create-db | Warren Dukes | 2004-06-01 | 1 | -18/+10 |
* | icyName fix | Warren Dukes | 2004-06-01 | 1 | -4/+8 |
* | validateUtf8Tag on stream metadata | Warren Dukes | 2004-06-01 | 1 | -0/+1 |
* | fix segfault when no mimeType in a stream | Warren Dukes | 2004-06-01 | 1 | -0/+2 |
* | fix for bastard mp3 streams | Warren Dukes | 2004-06-01 | 2 | -4/+5 |
* | add --stdout and make --no-daemon by default output to log files | Warren Dukes | 2004-05-31 | 1 | -12/+23 |
* | some stream metadata fixes | Warren Dukes | 2004-05-31 | 5 | -10/+56 |
* | add more mod suffixes, and better detection of mod files; and forgot to add m... | Warren Dukes | 2004-05-31 | 1 | -0/+267 |
* | mod_plugin, just for tarzeau | Warren Dukes | 2004-05-31 | 8 | -2/+33 |
* | little tidying up that will be deleted anyway | Warren Dukes | 2004-05-31 | 1 | -4/+3 |
* | icynames are now copied to title of streams | Warren Dukes | 2004-05-31 | 17 | -91/+169 |
* | forgot to load aacPlugin | Warren Dukes | 2004-05-31 | 1 | -0/+2 |
* | fix avuton's mp4 compile bug | Warren Dukes | 2004-05-31 | 2 | -1/+4 |
* | fix oggTagDup booboo | Warren Dukes | 2004-05-31 | 1 | -1/+2 |
* | aac_plugin | Warren Dukes | 2004-05-31 | 4 | -64/+49 |
* | mp4_plugin | Warren Dukes | 2004-05-31 | 5 | -151/+127 |
* | audiofile_plugin | Warren Dukes | 2004-05-31 | 5 | -65/+49 |
* | little cleanup of plugin stuff | Warren Dukes | 2004-05-31 | 7 | -73/+43 |
* | flac_plugin | Warren Dukes | 2004-05-31 | 7 | -156/+155 |
* | mp3 and ogg plugin stuff | Warren Dukes | 2004-05-31 | 17 | -497/+230 |
* | finish implementing inputPlugin interface | Warren Dukes | 2004-05-30 | 3 | -20/+96 |
* | start to implement inputPlugin interface | Warren Dukes | 2004-05-30 | 2 | -0/+67 |
* | include proper headers for input_plugin | Warren Dukes | 2004-05-30 | 1 | -0/+5 |
* | clean up some grammar | Warren Dukes | 2004-05-30 | 1 | -1/+1 |
* | fixed seek, its now blocking again | Warren Dukes | 2004-05-30 | 9 | -48/+71 |
* | input plugin header stuff | Warren Dukes | 2004-05-30 | 1 | -0/+8 |
* | input plugin sheme | Warren Dukes | 2004-05-30 | 1 | -0/+48 |
* | a small change in determining suffix of files | Warren Dukes | 2004-05-30 | 1 | -12/+14 |
* | forte C++ compile fixes | Warren Dukes | 2004-05-29 | 1 | -6/+6 |
* | fix TIcho's seeking while paused bug | Warren Dukes | 2004-05-29 | 8 | -11/+21 |
* | undo last changes | Warren Dukes | 2004-05-28 | 1 | -3/+1 |
* | fix seeking more than once when paused, by returning immediatly on dc->seek | Warren Dukes | 2004-05-28 | 1 | -1/+3 |
* | clear playlist.current on clearPlaylist() | Warren Dukes | 2004-05-25 | 1 | -0/+1 |
* | fix for floating point exception when adding randomly to the playlist with | Warren Dukes | 2004-05-25 | 1 | -3/+5 |
* | ingore mp3 CRC's for files and not streams | Warren Dukes | 2004-05-25 | 3 | -7/+11 |
* | mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist() | Warren Dukes | 2004-05-25 | 1 | -2/+2 |
* | if totalTime < 0, set it to 0 | Warren Dukes | 2004-05-25 | 1 | -0/+1 |
* | put icyName debug info | Warren Dukes | 2004-05-24 | 1 | -0/+3 |
* | allow any sampleRate > 0? | Warren Dukes | 2004-05-24 | 1 | -1/+7 |
* | by popular demand: have stop remember the current song and play will start | Warren Dukes | 2004-05-23 | 2 | -11/+29 |
* | cleanup EINTR checking in tag.c | Warren Dukes | 2004-05-21 | 1 | -3/+2 |
* | fix a bug in decodeFirstFrame when just decoding tags and not passing | Warren Dukes | 2004-05-21 | 1 | -2/+2 |
* | do input buffering in while sleeping loop of sending stuff to output buffer | Warren Dukes | 2004-05-21 | 10 | -25/+43 |
* | forgot to clear the mad_stream buffer when doing a seek | Warren Dukes | 2004-05-20 | 1 | -5/+6 |