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