aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins/flac_plugin.c
Commit message (Expand)AuthorAge
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-17
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* don't include os_compat.hMax Kellermann2008-10-08
* use C99 struct initializersMax Kellermann2008-09-29
* decoder: renamed plugin methodsMax Kellermann2008-09-29
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-23
* flac: assume the buffer is empty in flacWrite() IIMax Kellermann2008-09-23
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-23
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* flac: decoder command means EOFMax Kellermann2008-08-26
* mp3, flac: check for seek command after decoder_read()Max Kellermann2008-08-26
* check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann2008-08-26
* added decoder_read()Max Kellermann2008-08-26
* added decoder_plugin_register()Max Kellermann2008-08-26
* renamed functions in decoder_list.hMax Kellermann2008-08-26
* no camel case in struct decoder_pluginMax Kellermann2008-08-26
* renamed inputPlugin.* to decoder_list.*Max 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
* moved InputPlugin to decoder_api.hMax 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_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
* enable -Wpointer-arith, -Wstrict-prototypesMax 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
* replaced assertion with checkMax Kellermann2008-04-12
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-12
* missing num_channels check in previous patchMax Kellermann2008-04-12
* special optimized case for 16bit stereoMax Kellermann2008-04-12
* read num_channels onceMax Kellermann2008-04-12
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-12
* convert blocks until the buffer is fullMax Kellermann2008-04-12
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-12
* don't calculate bytes per sample within the loopMax Kellermann2008-04-12
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* use unsigned integers in the flac pluginMax Kellermann2008-04-12
* removed unused variableMax Kellermann2008-04-12