summaryrefslogtreecommitdiff
path: root/src/decoder/flac_plugin.c
AgeCommit message (Expand)Author
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann
2009-01-15flac: always allocate tag objectMax Kellermann
2009-01-15flac: use bool instead of intMax Kellermann
2009-01-15flac: removed "vorbis_comment_found" flagMax Kellermann
2009-01-15flac: no CamelCaseMax Kellermann
2009-01-01decoder plugins: don't include gcc.hMax Kellermann
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann
2008-11-11decoder: return void from decode() methodsMax Kellermann
2008-11-11replay_gain: no CamelCaseMax Kellermann
2008-11-10decoder: removed plugin method try_decode()Max Kellermann
2008-11-10flac: call flac_process_metadata() for ogg filesMax Kellermann
2008-11-10flac: enable the oggflac plugin with older libflac versionsMax Kellermann
2008-11-09flac: make the init() method check for oggflac supportMax Kellermann
2008-11-04decoder: removed stream_typesMax Kellermann
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann
2008-10-31decoder_api: pass constant path pointersMax Kellermann
2008-10-30decoder: use bool for return values and flagsMax Kellermann
2008-10-29decoder_api: removed decoder_clear()Max Kellermann
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann
2008-10-26input_stream: no CamelCaseMax Kellermann
2008-10-26input_stream: removed the InputStream typedefMax Kellermann
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann