aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/oggvorbis_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-1/+1
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-04gcc 2.95 compatibility fixesEric Wong1-2/+3
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow1-2/+7
2006-04-18oggvorbis_plugin.c: eek, I'm a moron..Eric Wong1-1/+1
2006-04-18oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong1-2/+2
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-60/+66
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-1/+5
2005-08-25patch for using Tremor to decode Ogg-VorbisEric Wong1-0/+15
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes1-0/+8
2005-02-01remove getOggTotalTime(), wasn't used anywhereWarren Dukes1-20/+0
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-14/+14
2004-11-05more descriptive error messages for mpdWarren Dukes1-2/+22
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-39/+23
2004-08-13don't call replaygain and cause preamp to beused if no replaygain tag existsWarren Dukes1-2/+6
2004-06-25fix bug in ogg replaygainWarren Dukes1-1/+1
2004-06-25slight fix to replay gain tags for oggsWarren Dukes1-1/+5
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes1-2/+1
2004-06-10since stuff like vorbis streams report actual time into stream,Warren Dukes1-1/+2
2004-06-09fix some streaming metadata issuesWarren Dukes1-0/+3
2004-06-07icy metadata! wahooWarren Dukes1-1/+1
2004-06-06todo updateWarren Dukes1-7/+16
2004-06-05implement list_OK/command_list_ok_beginWarren Dukes1-20/+19
2004-06-05todo updateWarren Dukes1-0/+5
2004-06-04clean up some command.h include stuffWarren Dukes1-1/+0
2004-06-02'\n' are badWarren Dukes1-4/+0
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes1-34/+60
2004-06-01ogg_plugin cleanupWarren Dukes1-60/+61
2004-05-31mod_plugin, just for tarzeauWarren Dukes1-0/+4
2004-05-31fix oggTagDup boobooWarren Dukes1-1/+2
2004-05-31little cleanup of plugin stuffWarren Dukes1-25/+18
2004-05-31flac_pluginWarren Dukes1-0/+1
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-10/+96
2004-05-30fixed seek, its now blocking againWarren Dukes1-3/+6
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-3/+4
2004-05-25if totalTime < 0, set it to 0Warren Dukes1-0/+1
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-4/+4
2004-05-20more bug fixesWarren Dukes1-0/+4
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes1-27/+51
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-0/+1
2004-05-19try to make seeking more non-blockingWarren Dukes1-1/+0
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-2/+1
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes1-1/+1
2004-05-10trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes1-1/+1
2004-05-10some debug codeWarren Dukes1-1/+1
2004-05-10some fixes for ogg_decodeWarren Dukes1-5/+19
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-6/+8
2004-05-08finish adding AliasMrJones replayGain stuffWarren Dukes1-0/+63
2004-05-07rewrite outputBuffer'ing abstraction a bit to be more effecient and easierWarren Dukes1-25/+9