aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins
Commit message (Expand)AuthorAge
* Remove hosted libid3tag & libmadAvuton Olrich2006-07-16
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Cleanup id3 ReplayGain parsing code.J. Alexander Treuman2006-06-21
* Silly jat, don't use newMpdTag as a variable name!J. Alexander Treuman2006-06-21
* Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to...J. Alexander Treuman2006-06-21
* Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman2006-06-21
* gcc 2.95 compatibility fixesEric Wong2006-06-04
* Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman2006-05-15
* Add 'aif' as an extension with libaudiofile.Avuton Olrich2006-05-03
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-30
* oggvorbis_plugin.c: eek, I'm a moron..Eric Wong2006-04-18
* oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong2006-04-18
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* fix for mp3 replaygaineQball Cow2006-01-21
* Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow2006-01-14
* flac_plugin: revert the performance optimization we did a while agoEric Wong2005-12-31
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-25
* Fix musepack bitrate displayEric Wong2005-08-07
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-30
* syntax error cleanupWarren Dukes2005-04-03
* fix syntax errorWarren Dukes2005-04-03
* - Fix incompatible type warningsAvuton Olrich2005-03-29
* fix FLAC playback over non-ideal HTTP streamsEric Wong2005-03-13
* hopefully replaygain now works for musepackWarren Dukes2005-03-07
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-07
* added composer, performer, and comment metadata itemsWarren Dukes2005-03-05
* s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes2005-02-26
* when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes2005-02-14
* disable replaygain support for musepack till i can figure out the format that...Warren Dukes2005-02-09
* fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong2005-02-07
* make local functions staticWarren Dukes2005-02-03
* big endian support for flacWarren Dukes2005-02-02
* fix to code just submittedWarren Dukes2005-02-02
* minor optimization to flacWrite()Warren Dukes2005-02-02
* todo updateWarren Dukes2005-02-02
* forgot to remove some debug statementsWarren Dukes2005-02-02
* playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes2005-02-02
* mpc plugin basically working.Warren Dukes2005-02-01
* some minor changes, still doesn't quite workWarren Dukes2005-02-01
* remove getOggTotalTime(), wasn't used anywhereWarren Dukes2005-02-01
* will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes2005-02-01
* beginnings of a mpc plugin, work in progressWarren Dukes2005-02-01
* fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes2005-01-31
* add streaming input support for FLACEric Wong2005-01-29
* remove np from creditsWarren Dukes2004-12-12
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes2004-11-09