aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann1-0/+1
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+8
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann1-15/+10
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann1-0/+3
2008-11-11decoder: return void from decode() methodsMax Kellermann1-9/+9
2008-11-11replay_gain: no CamelCaseMax Kellermann1-1/+1
2008-11-10decoder: removed plugin method try_decode()Max Kellermann1-7/+7
2008-11-10flac: call flac_process_metadata() for ogg filesMax Kellermann1-4/+5
2008-11-10flac: enable the oggflac plugin with older libflac versionsMax Kellermann1-3/+14
2008-11-09flac: make the init() method check for oggflac supportMax Kellermann1-2/+8
2008-11-04decoder: removed stream_typesMax Kellermann1-2/+0
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-1/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-9/+11
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-2/+2
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-3/+3
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-14/+15
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-1/+0
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-2/+1
2008-10-26input_stream: no CamelCaseMax Kellermann1-3/+3
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-5/+9
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+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