summaryrefslogtreecommitdiff
path: root/src/decoder/flac_plugin.c
AgeCommit message (Expand)Author
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann
2009-04-01flac: fixed "unused variable" warning without libcueMax Kellermann
2009-03-31Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil
2009-03-31track length is computed correctly nowJochen Keil
2009-03-31free previously allocated flac metadata objectJochen Keil
2009-03-31remove old commented codeJochen Keil
2009-03-28Bugfix for time/offset in flac pluginJochen Keil
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil
2009-03-05flac: explicitly check for STOP commandMax Kellermann
2009-03-05flac: check command after flac_process_single() failureMax Kellermann
2009-03-01flac: parse stream tagsMax Kellermann
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann
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