aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-20Add mpd-indent.shAvuton Olrich13-1524/+1756
2006-07-19Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich1-4/+4
2006-07-19Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman1-7/+9
2006-07-19Remove the internal mp4ff dependencyAvuton Olrich1-42/+43
2006-07-18Fix VBR mp3 seek accuracy bugJ. Alexander Treuman1-1/+1
2006-07-18Cleaned up parse_xing, added support for Info magic, and added a parse_extens...J. Alexander Treuman1-15/+54
2006-07-18Reindenting parse_xing, since I need to work on it and it's a messJ. Alexander Treuman1-42/+41
2006-07-18inputPlugins/oggflac_plugin.c: remove unused varEric Wong1-1/+0
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-1/+1
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong8-77/+77
2006-07-17sparse: fix a enum type mismatch in flac_pluginEric Wong1-1/+1
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-6/+6
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