aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* todo updateWarren Dukes2005-02-021-3/+13
* forgot to remove some debug statementsWarren Dukes2005-02-021-2/+0
* playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes2005-02-021-6/+11
* mpc plugin basically working.Warren Dukes2005-02-011-20/+12
* some minor changes, still doesn't quite workWarren Dukes2005-02-011-5/+25
* remove getOggTotalTime(), wasn't used anywhereWarren Dukes2005-02-012-28/+1
* will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes2005-02-011-77/+99
* beginnings of a mpc plugin, work in progressWarren Dukes2005-02-011-0/+280
* fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes2005-01-311-1/+1
* add streaming input support for FLACEric Wong2005-01-291-45/+33
* remove np from creditsWarren Dukes2004-12-121-2/+0
* merge changes from metadata-rewrite branchWarren Dukes2004-11-105-89/+127
* here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes2004-11-091-1/+1
* more descriptive error messages for mpdWarren Dukes2004-11-051-2/+22
* rewrite replaygain code, needs testingWarren Dukes2004-11-027-71/+56
* flac spelling fixes from npWarren Dukes2004-09-081-2/+2
* add configuration variables for shout stuffWarren Dukes2004-09-021-8/+19
* don't call replaygain and cause preamp to beused if no replaygain tag existsWarren Dukes2004-08-132-6/+10
* 1) fix bug, id3_tag_parse does may return NULL if there's an error in decodin...Warren Dukes2004-07-241-2/+6
* fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes2004-07-031-9/+12
* for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes2004-07-031-0/+3
* fix for when trying to seek past the end of an mp3Warren Dukes2004-07-031-5/+6
* spelling fixes from normalpersonWarren Dukes2004-06-291-1/+1
* 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
* fix bug in ogg replaygainWarren Dukes2004-06-251-1/+1
* slight fix to replay gain tags for oggsWarren Dukes2004-06-251-1/+5
* fix poping at the beginng of mp3'sWarren Dukes2004-06-201-12/+17
* put CHUNK_SIZE backWarren Dukes2004-06-201-2/+2
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-192-7/+5
* DEBUG messageWarren Dukes2004-06-191-2/+7
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-101-1/+2
* fix some streaming metadata issuesWarren Dukes2004-06-091-0/+3
* icy metadata! wahooWarren Dukes2004-06-072-4/+37
* todo updateWarren Dukes2004-06-062-8/+21
* implement list_OK/command_list_ok_beginWarren Dukes2004-06-051-20/+19
* todo updateWarren Dukes2004-06-051-0/+5
* todo updateWarren Dukes2004-06-041-1/+1
* clean up some command.h include stuffWarren Dukes2004-06-041-1/+0