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