aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/flac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-141-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-141-2/+7
* flac: sparse: mismatched enum type for seekEric Wong2007-01-141-1/+1
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-061-2/+2
* Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2006-12-041-18/+105
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-041-56/+106
* inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong2006-12-041-106/+60
* inputPlugins/flac_plugin: cleanup static declarationsEric Wong2006-12-041-149/+122
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-188/+231
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-23/+23
* sparse: fix a enum type mismatch in flac_pluginEric Wong2006-07-171-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-226/+32
* 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-081-1/+17
* fix FLAC playback over non-ideal HTTP streamsEric Wong2005-03-131-4/+14
* added composer, performer, and comment metadata itemsWarren Dukes2005-03-051-0/+10
* fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong2005-02-071-3/+3
* 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
* add streaming input support for FLACEric Wong2005-01-291-45/+33
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-56/+66
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-26/+24
* flac spelling fixes from npWarren Dukes2004-09-081-2/+2
* don't call replaygain and cause preamp to beused if no replaygain tag existsWarren Dukes2004-08-131-4/+4
* set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com...Warren Dukes2004-06-281-0/+2
* fix some memory leaks in flac_plugin - from normalpersonWarren Dukes2004-06-281-12/+22
* '\n' are badWarren Dukes2004-06-021-4/+0
* mod_plugin, just for tarzeauWarren Dukes2004-05-311-0/+4
* icynames are now copied to title of streamsWarren Dukes2004-05-311-14/+16
* little cleanup of plugin stuffWarren Dukes2004-05-311-8/+5
* flac_pluginWarren Dukes2004-05-311-0/+580