aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/audiofile_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-4/+4
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-1/+1
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-2/+2
* audiofile: remove one indent level from audiofile pluginMax Kellermann2008-08-301-27/+24
* audiofile: use break instead of local variable "eof"Max Kellermann2008-08-301-3/+3
* clean up CPP includesMax Kellermann2008-08-301-4/+0
* fix output buffer deadlock when daemonizingEric Wong2008-08-191-1/+0
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-27/+19
* Make the OutputBuffer API more consistentEric Wong2008-04-131-4/+4
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-6/+5
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-18/+17
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong2008-03-261-2/+4
* explicitly downcastMax Kellermann2008-03-261-4/+4
* fix -Wconst warningsMax Kellermann2008-02-051-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-261-6/+6
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-7/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-11/+0
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong2006-08-241-0/+2
* audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong2006-08-241-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-72/+79
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-171-1/+1
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-4/+4
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Add 'aif' as an extension with libaudiofile.Avuton Olrich2006-05-031-1/+1
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+2
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-081-0/+3
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-1/+2
* add "aiff" and "au" as suffixes that audiofile can handleWarren Dukes2004-06-011-1/+1
* some stream metadata fixesWarren Dukes2004-05-311-0/+4
* icynames are now copied to title of streamsWarren Dukes2004-05-311-6/+6
* audiofile_pluginWarren Dukes2004-05-311-0/+180