aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/audiofile_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-4/+4
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-1/+1
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-2/+2
2008-08-30audiofile: remove one indent level from audiofile pluginMax Kellermann1-27/+24
2008-08-30audiofile: use break instead of local variable "eof"Max Kellermann1-3/+3
2008-08-30clean up CPP includesMax Kellermann1-4/+0
2008-08-19fix output buffer deadlock when daemonizingEric Wong1-1/+0
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-27/+19
2008-04-13Make the OutputBuffer API more consistentEric Wong1-4/+4
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-6/+5
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-18/+17
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+1
2008-03-26audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong1-2/+4
2008-03-26explicitly downcastMax Kellermann1-4/+4
2008-02-05fix -Wconst warningsMax Kellermann1-1/+1
2008-01-26fixed -Wshadow warningsMax Kellermann1-6/+6
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-7/+1
2008-01-01Simplify decode cleanup logic a bitEric Wong1-11/+0
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-12/+1
2006-08-24audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong1-0/+2
2006-08-24audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong1-3/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-72/+79
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-1/+1
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong1-4/+4
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-05-03Add 'aif' as an extension with libaudiofile.Avuton Olrich1-1/+1
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+2
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-0/+3
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-1/+2
2004-06-01add "aiff" and "au" as suffixes that audiofile can handleWarren Dukes1-1/+1
2004-05-31some stream metadata fixesWarren Dukes1-0/+4
2004-05-31icynames are now copied to title of streamsWarren Dukes1-6/+6
2004-05-31audiofile_pluginWarren Dukes1-7/+44
2004-05-30fixed seek, its now blocking againWarren Dukes1-2/+4
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-0/+1
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-1/+5
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-2/+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-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-13/+14
2004-05-07implement new outputBuffering stuff for rest of decodersWarren Dukes1-19/+7
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
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-24bitRate support for audiofileWarren Dukes1-2/+15
2004-03-22aac decoding!Warren Dukes1-1/+1