aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/flac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-1/+17
2005-03-13fix FLAC playback over non-ideal HTTP streamsEric Wong1-4/+14
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes1-0/+10
2005-02-07fix a logic error in flacParseReplayGain and also a gcc 2.95 compile errorEric Wong1-3/+3
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-01-29add streaming input support for FLACEric Wong1-45/+33
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-56/+66
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-26/+24
2004-09-08flac spelling fixes from npWarren Dukes1-2/+2
2004-08-13don't call replaygain and cause preamp to beused if no replaygain tag existsWarren Dukes1-4/+4
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-02'\n' are badWarren Dukes1-4/+0
2004-05-31mod_plugin, just for tarzeauWarren Dukes1-0/+4
2004-05-31icynames are now copied to title of streamsWarren Dukes1-14/+16
2004-05-31little cleanup of plugin stuffWarren Dukes1-8/+5
2004-05-31flac_pluginWarren Dukes1-8/+147
2004-05-30fixed seek, its now blocking againWarren Dukes1-3/+6
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-1/+1
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-2/+2
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-0/+1
2004-05-19try to make seeking more non-blockingWarren Dukes1-1/+0
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-2/+1
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes1-1/+1
2004-05-10trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes1-2/+3
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-13/+16
2004-05-07add replayGain stuff for flac from AliasMrJonesWarren Dukes1-90/+115
2004-05-07implement new outputBuffering stuff for rest of decodersWarren Dukes1-19/+11
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-3/+3
2004-05-04flac uses abstracted inputStream stuffWarren Dukes1-46/+149
2004-04-22potential fix for CompBrain's segfault, i could test it if he ever gave meWarren Dukes1-1/+2
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11add --disable-audio configure optionWarren Dukes1-1/+0
2004-04-03when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes1-1/+1
2004-04-01use our own portable version of usleep using select()Warren Dukes1-1/+1
2004-03-22aac decoding!Warren Dukes1-1/+1
2004-03-20i don't think we need to swap byte order for flac eitherWarren Dukes1-3/+0
2004-03-18bunch of autotool cleanupsWarren Dukes1-1/+2
2004-03-10move time from tag info to song info.Warren Dukes1-0/+9
2004-03-09fix a compiler error, bug for bigendianWarren Dukes1-1/+1
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes1-1/+1
2004-02-26add bitrate reporting to flacWarren Dukes1-2/+17
2004-02-25some more cleanupsWarren Dukes1-1/+1