aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/audiofile_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-147/+0
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-9/+0
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-4/+4
* don't include os_compat.hMax Kellermann2008-10-081-0/+1
* use C99 struct initializersMax Kellermann2008-09-291-10/+5
* switch to C99 types, part IIMax Kellermann2008-09-291-4/+4
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-1/+1
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-2/+2
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-261-0/+3
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-1/+1
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-1/+1
* added decoder_get_command()Max Kellermann2008-08-261-2/+2
* remove one indent level from audiofile pluginMax Kellermann2008-08-261-30/+25
* use break instead of local variable "eof"Max Kellermann2008-08-261-16/+12
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-4/+4
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-10/+11
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-2/+2
* added decoder_data()Max Kellermann2008-08-261-7/+7
* added decoder_initialized()Max Kellermann2008-08-261-3/+3
* added struct decoderMax Kellermann2008-08-261-1/+1
* added dc_command_finished()Max Kellermann2008-08-261-2/+1
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-10/+9
* clean up CPP includesMax Kellermann2008-08-261-5/+0
* 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