aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich1-8/+2
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong3-2/+4
2006-07-14Change shank's email addressJ. Alexander Treuman13-13/+13
2006-07-13Huge header update, update the copyright and addAvuton Olrich13-13/+13
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-06-04gcc 2.95 compatibility fixesEric Wong2-4/+8
2006-05-15Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman1-4/+17
2006-05-03Add 'aif' as an extension with libaudiofile.Avuton Olrich1-1/+1
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow3-4/+18
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 Wong13-286/+908
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-12-31flac_plugin: revert the performance optimization we did a while agoEric Wong1-23/+19
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow8-8/+52
2005-08-25patch for using Tremor to decode Ogg-VorbisEric Wong1-0/+15
2005-08-07Fix musepack bitrate displayEric Wong1-3/+4
2005-07-30update musepack decoding code to use the newer mpcdec libraryEric Wong1-4/+4
2005-04-03syntax error cleanupWarren Dukes1-1/+1
2005-04-03fix syntax errorWarren Dukes1-1/+1
2005-03-29- Fix incompatible type warningsAvuton Olrich1-2/+2
2005-03-13fix FLAC playback over non-ideal HTTP streamsEric Wong1-4/+14
2005-03-07hopefully replaygain now works for musepackWarren Dukes1-4/+5
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes1-7/+40
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes2-0/+18
2005-02-26s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes1-2/+2
2005-02-14when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes1-0/+4
2005-02-09disable replaygain support for musepack till i can figure out the format that...Warren Dukes1-2/+2
2005-02-07fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong1-3/+3
2005-02-03make local functions staticWarren Dukes1-6/+7
2005-02-02big endian support for flacWarren Dukes1-1/+8
2005-02-02fix to code just submittedWarren Dukes1-1/+1
2005-02-02minor optimization to flacWrite()Warren Dukes1-19/+16
2005-02-02todo updateWarren Dukes1-3/+13
2005-02-02forgot to remove some debug statementsWarren Dukes1-2/+0
2005-02-02playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes1-6/+11
2005-02-01mpc plugin basically working.Warren Dukes1-20/+12
2005-02-01some minor changes, still doesn't quite workWarren Dukes1-5/+25
2005-02-01remove getOggTotalTime(), wasn't used anywhereWarren Dukes2-28/+1
2005-02-01will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes1-77/+99
2005-02-01beginnings of a mpc plugin, work in progressWarren Dukes1-0/+280
2005-01-31fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes1-1/+1
2005-01-29add streaming input support for FLACEric Wong1-45/+33
2004-12-12remove np from creditsWarren Dukes1-2/+0
2004-11-10merge changes from metadata-rewrite branchWarren Dukes5-89/+127
2004-11-09here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes1-1/+1