aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann1-2/+8
2009-11-11decoder/flac: fixed CUE seeking range checkMax Kellermann1-14/+8
2009-10-16decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann1-2/+3
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann1-2/+1
2009-04-01flac: fixed "unused variable" warning without libcueMax Kellermann1-2/+2
2009-03-31Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil1-4/+32
2009-03-31track length is computed correctly nowJochen Keil1-2/+1
2009-03-31free previously allocated flac metadata objectJochen Keil1-0/+1
2009-03-31remove old commented codeJochen Keil1-8/+0
2009-03-28Bugfix for time/offset in flac pluginJochen Keil1-3/+3
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz1-6/+6
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil1-3/+401
2009-03-05flac: explicitly check for STOP commandMax Kellermann1-1/+2
2009-03-05flac: check command after flac_process_single() failureMax Kellermann1-3/+6
2009-03-01flac: parse stream tagsMax Kellermann1-2/+15
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-1/+1
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-17/+1
2009-01-15flac: always allocate tag objectMax Kellermann1-11/+21
2009-01-15flac: use bool instead of intMax Kellermann1-27/+22
2009-01-15flac: removed "vorbis_comment_found" flagMax Kellermann1-10/+4
2009-01-15flac: no CamelCaseMax Kellermann1-82/+91
2009-01-01decoder plugins: don't include gcc.hMax Kellermann1-7/+9
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