aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mp3_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong1-18/+18
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich1-8/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-06-21Cleanup id3 ReplayGain parsing code.J. Alexander Treuman1-13/+19
2006-06-21Silly jat, don't use newMpdTag as a variable name!J. Alexander Treuman1-4/+4
2006-06-21Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to...J. Alexander Treuman1-7/+11
2006-06-21Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman1-0/+2
2006-05-15Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman1-4/+17
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+2
2006-01-21fix for mp3 replaygaineQball Cow1-4/+1
2006-01-14Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow1-18/+70
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-0/+3
2005-02-14when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes1-0/+4
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-7/+13
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-2/+4
2004-07-241) fix bug, id3_tag_parse does may return NULL if there's an error in decodin...Warren Dukes1-2/+6
2004-07-03for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes1-0/+3
2004-07-03fix for when trying to seek past the end of an mp3Warren Dukes1-5/+6
2004-06-20fix poping at the beginng of mp3'sWarren Dukes1-12/+17
2004-06-20put CHUNK_SIZE backWarren Dukes1-2/+2
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes1-5/+4
2004-06-19DEBUG messageWarren Dukes1-2/+7
2004-06-07icy metadata! wahooWarren Dukes1-3/+36
2004-06-06todo updateWarren Dukes1-1/+5
2004-06-04todo updateWarren Dukes1-1/+1
2004-06-03don't stop on play command!Warren Dukes1-2/+3
2004-06-01remove an errant AHHHHWarren Dukes1-1/+0
2004-06-01remove some debug codeWarren Dukes1-4/+0
2004-06-01parsing mp3 id3v2 tags on the fly for streamsWarren Dukes1-9/+79
2004-05-31mod_plugin, just for tarzeauWarren Dukes1-0/+4
2004-05-31little cleanup of plugin stuffWarren Dukes1-6/+3
2004-05-31flac_pluginWarren Dukes1-0/+1
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-16/+55
2004-05-30fixed seek, its now blocking againWarren Dukes1-14/+19
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-1/+2
2004-05-25ingore mp3 CRC's for files and not streamsWarren Dukes1-4/+7
2004-05-21fix a bug in decodeFirstFrame when just decoding tags and not passingWarren Dukes1-2/+2
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-2/+4
2004-05-20forgot to clear the mad_stream buffer when doing a seekWarren Dukes1-5/+6
2004-05-20oops another bug fix for handling stop in decodeFirstFrame (mp3)Warren Dukes1-2/+2
2004-05-20more bug fixesWarren Dukes1-0/+4
2004-05-20more little mp3 seeking fixesWarren Dukes1-3/+3
2004-05-20fix some seeking stuff for mp3'sWarren Dukes1-13/+19
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes1-2/+5
2004-05-20get rid of seekError in DecoderControlWarren Dukes1-1/+0
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-4/+6
2004-05-19todo update and make firstFrame in mp3_decode less blocky!Warren Dukes1-7/+11
2004-05-19bug fixy poo s/1/0/Warren Dukes1-1/+1
2004-05-19fix some blocking stop when trying to stop/seek during filling bufferWarren Dukes1-2/+2