aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mpd-indent.shAvuton Olrich2006-07-2012-25/+23
* Add mpd-indent.shAvuton Olrich2006-07-2013-1524/+1756
* Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich2006-07-191-4/+4
* Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman2006-07-191-7/+9
* Remove the internal mp4ff dependencyAvuton Olrich2006-07-191-42/+43
* Fix VBR mp3 seek accuracy bugJ. Alexander Treuman2006-07-181-1/+1
* Cleaned up parse_xing, added support for Info magic, and added a parse_extens...J. Alexander Treuman2006-07-181-15/+54
* Reindenting parse_xing, since I need to work on it and it's a messJ. Alexander Treuman2006-07-181-42/+41
* inputPlugins/oggflac_plugin.c: remove unused varEric Wong2006-07-181-1/+0
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-171-1/+1
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-178-77/+77
* sparse: fix a enum type mismatch in flac_pluginEric Wong2006-07-171-1/+1
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-6/+6
* Remove hosted libid3tag & libmadAvuton Olrich2006-07-161-8/+2
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-153-2/+4
* Change shank's email addressJ. Alexander Treuman2006-07-1413-13/+13
* Huge header update, update the copyright and addAvuton Olrich2006-07-1313-13/+13
* Cleanup id3 ReplayGain parsing code.J. Alexander Treuman2006-06-211-13/+19
* Silly jat, don't use newMpdTag as a variable name!J. Alexander Treuman2006-06-211-4/+4
* Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to...J. Alexander Treuman2006-06-211-7/+11
* Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman2006-06-211-0/+2
* gcc 2.95 compatibility fixesEric Wong2006-06-042-4/+8
* Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman2006-05-151-4/+17
* Add 'aif' as an extension with libaudiofile.Avuton Olrich2006-05-031-1/+1
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-303-4/+18
* oggvorbis_plugin.c: eek, I'm a moron..Eric Wong2006-04-181-1/+1
* oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong2006-04-181-2/+2
* merge with mpd/trunk up to r3925Eric Wong2006-03-1613-286/+908
* fix for mp3 replaygaineQball Cow2006-01-211-4/+1
* Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow2006-01-141-18/+70
* flac_plugin: revert the performance optimization we did a while agoEric Wong2005-12-311-23/+19
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-088-8/+52
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-251-0/+15
* Fix musepack bitrate displayEric Wong2005-08-071-3/+4
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-301-4/+4
* syntax error cleanupWarren Dukes2005-04-031-1/+1
* fix syntax errorWarren Dukes2005-04-031-1/+1
* - Fix incompatible type warningsAvuton Olrich2005-03-291-2/+2
* fix FLAC playback over non-ideal HTTP streamsEric Wong2005-03-131-4/+14
* hopefully replaygain now works for musepackWarren Dukes2005-03-071-4/+5
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-071-7/+40
* added composer, performer, and comment metadata itemsWarren Dukes2005-03-052-0/+18
* s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes2005-02-261-2/+2
* when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes2005-02-141-0/+4
* disable replaygain support for musepack till i can figure out the format that...Warren Dukes2005-02-091-2/+2
* fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong2005-02-071-3/+3
* make local functions staticWarren Dukes2005-02-031-6/+7
* big endian support for flacWarren Dukes2005-02-021-1/+8
* fix to code just submittedWarren Dukes2005-02-021-1/+1
* minor optimization to flacWrite()Warren Dukes2005-02-021-19/+16