aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/flac_plugin.c
Commit message (Expand)AuthorAge
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-16
* all: Update copyright header.Avuton Olrich2009-03-13
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-09
* flac: explicitly check for STOP commandMax Kellermann2009-03-05
* flac: check command after flac_process_single() failureMax Kellermann2009-03-05
* flac: parse stream tagsMax Kellermann2009-03-01
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-15
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-17
* flac: always allocate tag objectMax Kellermann2009-01-15
* flac: use bool instead of intMax Kellermann2009-01-15
* flac: removed "vorbis_comment_found" flagMax Kellermann2009-01-15
* flac: no CamelCaseMax Kellermann2009-01-15
* decoder plugins: don't include gcc.hMax Kellermann2009-01-01
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-24
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann2008-11-21
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-16
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* decoder: removed plugin method try_decode()Max Kellermann2008-11-10
* flac: call flac_process_metadata() for ogg filesMax Kellermann2008-11-10
* flac: enable the oggflac plugin with older libflac versionsMax Kellermann2008-11-10
* flac: make the init() method check for oggflac supportMax Kellermann2008-11-09
* decoder: removed stream_typesMax Kellermann2008-11-04
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_stream: removed the InputStream typedefMax Kellermann2008-10-26
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26