aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins/audiofile_plugin.c
Commit message (Expand)AuthorAge
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* don't include os_compat.hMax Kellermann2008-10-08
* use C99 struct initializersMax Kellermann2008-09-29
* switch to C99 types, part IIMax Kellermann2008-09-29
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-26
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-26
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-26
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-26
* added decoder_get_command()Max Kellermann2008-08-26
* remove one indent level from audiofile pluginMax Kellermann2008-08-26
* use break instead of local variable "eof"Max Kellermann2008-08-26
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-26
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-26
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-26
* added decoder_data()Max Kellermann2008-08-26
* added decoder_initialized()Max Kellermann2008-08-26
* added struct decoderMax Kellermann2008-08-26
* added dc_command_finished()Max Kellermann2008-08-26
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-08-26
* Make the OutputBuffer API more consistentEric Wong2008-04-13
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Simplify decode cleanup logic a bitEric Wong2008-01-01
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong2006-08-24
* audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong2006-08-24
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-17
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-17
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Add 'aif' as an extension with libaudiofile.Avuton Olrich2006-05-03
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* rewrite replaygain code, needs testingWarren Dukes2004-11-02
* add "aiff" and "au" as suffixes that audiofile can handleWarren Dukes2004-06-01
* some stream metadata fixesWarren Dukes2004-05-31
* icynames are now copied to title of streamsWarren Dukes2004-05-31