| Commit message (Expand) | Author | Files | Lines |
2006-07-17 | inputPlugins/*_plugin.c: static-fication | Eric Wong | 1 | -18/+18 |
2006-07-16 | Remove hosted libid3tag & libmad | Avuton Olrich | 1 | -8/+2 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
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 | 1 | -0/+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-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -0/+2 |
2006-01-21 | fix for mp3 replaygaine | Qball Cow | 1 | -4/+1 |
2006-01-14 | Replay gain for mp3. (Patch cleaned up and provided by Jat) | Qball Cow | 1 | -18/+70 |
2005-09-08 | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 1 | -0/+3 |
2005-02-14 | when filling mp3 buffer, check if its already full. If it is, then give up t... | Warren Dukes | 1 | -0/+4 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -7/+13 |
2004-11-02 | rewrite replaygain code, needs testing | Warren Dukes | 1 | -2/+4 |
2004-07-24 | 1) fix bug, id3_tag_parse does may return NULL if there's an error in decodin... | Warren Dukes | 1 | -2/+6 |
2004-07-03 | for mp3's, skip all initial frames that aren't layer 3 so we can be sure to | Warren Dukes | 1 | -0/+3 |
2004-07-03 | fix for when trying to seek past the end of an mp3 | Warren Dukes | 1 | -5/+6 |
2004-06-20 | fix poping at the beginng of mp3's | Warren Dukes | 1 | -12/+17 |
2004-06-20 | put CHUNK_SIZE back | Warren Dukes | 1 | -2/+2 |
2004-06-19 | fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w... | Warren Dukes | 1 | -5/+4 |
2004-06-19 | DEBUG message | Warren Dukes | 1 | -2/+7 |
2004-06-07 | icy metadata! wahoo | Warren Dukes | 1 | -3/+36 |
2004-06-06 | todo update | Warren Dukes | 1 | -1/+5 |
2004-06-04 | todo update | Warren Dukes | 1 | -1/+1 |
2004-06-03 | don't stop on play command! | Warren Dukes | 1 | -2/+3 |
2004-06-01 | remove an errant AHHHH | Warren Dukes | 1 | -1/+0 |
2004-06-01 | remove some debug code | Warren Dukes | 1 | -4/+0 |
2004-06-01 | parsing mp3 id3v2 tags on the fly for streams | Warren Dukes | 1 | -9/+79 |
2004-05-31 | mod_plugin, just for tarzeau | Warren Dukes | 1 | -0/+4 |
2004-05-31 | little cleanup of plugin stuff | Warren Dukes | 1 | -6/+3 |
2004-05-31 | flac_plugin | Warren Dukes | 1 | -0/+1 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -16/+55 |
2004-05-30 | fixed seek, its now blocking again | Warren Dukes | 1 | -14/+19 |
2004-05-29 | fix TIcho's seeking while paused bug | Warren Dukes | 1 | -1/+2 |
2004-05-25 | ingore mp3 CRC's for files and not streams | Warren Dukes | 1 | -4/+7 |
2004-05-21 | fix a bug in decodeFirstFrame when just decoding tags and not passing | Warren Dukes | 1 | -2/+2 |
2004-05-21 | do input buffering in while sleeping loop of sending stuff to output buffer | Warren Dukes | 1 | -2/+4 |
2004-05-20 | forgot to clear the mad_stream buffer when doing a seek | Warren Dukes | 1 | -5/+6 |
2004-05-20 | oops another bug fix for handling stop in decodeFirstFrame (mp3) | Warren Dukes | 1 | -2/+2 |
2004-05-20 | more bug fixes | Warren Dukes | 1 | -0/+4 |
2004-05-20 | more little mp3 seeking fixes | Warren Dukes | 1 | -3/+3 |
2004-05-20 | fix some seeking stuff for mp3's | Warren Dukes | 1 | -13/+19 |
2004-05-20 | ogg stream playing! some non-blocking seek bug fixes | Warren Dukes | 1 | -2/+5 |
2004-05-20 | get rid of seekError in DecoderControl | Warren Dukes | 1 | -1/+0 |
2004-05-19 | non-blocking seeking, needs some testing! (this is not just for streams | Warren Dukes | 1 | -4/+6 |
2004-05-19 | todo update and make firstFrame in mp3_decode less blocky! | Warren Dukes | 1 | -7/+11 |
2004-05-19 | bug fixy poo s/1/0/ | Warren Dukes | 1 | -1/+1 |
2004-05-19 | fix some blocking stop when trying to stop/seek during filling buffer | Warren Dukes | 1 | -2/+2 |