aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/flac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-459/+0
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-36/+13
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-2/+2
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-2/+2
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* use C99 struct initializersMax Kellermann2008-09-291-10/+7
* decoder: renamed plugin methodsMax Kellermann2008-09-291-3/+3
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-231-72/+2
* flac: assume the buffer is empty in flacWrite() IIMax Kellermann2008-09-231-7/+2
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-231-1/+2
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-4/+4
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-7/+7
* flac: decoder command means EOFMax Kellermann2008-08-261-8/+6
* mp3, flac: check for seek command after decoder_read()Max Kellermann2008-08-261-3/+6
* check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann2008-08-261-1/+1
* added decoder_read()Max Kellermann2008-08-261-8/+1
* added decoder_plugin_register()Max Kellermann2008-08-261-2/+1
* renamed functions in decoder_list.hMax Kellermann2008-08-261-1/+1
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-5/+5
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-1/+1
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-3/+3
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-3/+3
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-1/+1
* added decoder_get_command()Max Kellermann2008-08-261-6/+6
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-261-0/+1
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-1/+1
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-5/+5
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-2/+2
* added decoder_initialized()Max Kellermann2008-08-261-1/+1
* added struct decoderMax Kellermann2008-08-261-6/+7
* added dc_command_finished()Max Kellermann2008-08-261-2/+1
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-7/+8
* clean up CPP includesMax Kellermann2008-08-261-6/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-7/+7
* Make the OutputBuffer API more consistentEric Wong2008-04-131-2/+2
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-9/+8
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-23/+20
* replaced assertion with checkMax Kellermann2008-04-121-2/+1
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-121-1/+1
* missing num_channels check in previous patchMax Kellermann2008-04-121-1/+1
* special optimized case for 16bit stereoMax Kellermann2008-04-121-3/+20
* read num_channels onceMax Kellermann2008-04-121-3/+4
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-121-4/+3
* convert blocks until the buffer is fullMax Kellermann2008-04-121-23/+43
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-121-11/+14
* don't calculate bytes per sample within the loopMax Kellermann2008-04-121-1/+2
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-121-2/+7
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* use unsigned integers in the flac pluginMax Kellermann2008-04-121-1/+1
* removed unused variableMax Kellermann2008-04-121-3/+3