aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/flac: fixed CUE seeking range checkMax Kellermann2009-11-111-14/+8
* decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann2009-10-161-2/+3
* decoder/flac: fix assertion failure in tag_free() callMax Kellermann2009-07-061-2/+1
* flac: fixed "unused variable" warning without libcueMax Kellermann2009-04-011-2/+2
* Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil2009-03-311-4/+32
* track length is computed correctly nowJochen Keil2009-03-311-2/+1
* free previously allocated flac metadata objectJochen Keil2009-03-311-0/+1
* remove old commented codeJochen Keil2009-03-311-8/+0
* Bugfix for time/offset in flac pluginJochen Keil2009-03-281-3/+3
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-161-6/+6
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-091-3/+401
* flac: explicitly check for STOP commandMax Kellermann2009-03-051-1/+2
* flac: check command after flac_process_single() failureMax Kellermann2009-03-051-3/+6
* flac: parse stream tagsMax Kellermann2009-03-011-2/+15
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-151-1/+1
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-171-17/+1
* flac: always allocate tag objectMax Kellermann2009-01-151-11/+21
* flac: use bool instead of intMax Kellermann2009-01-151-27/+22
* flac: removed "vorbis_comment_found" flagMax Kellermann2009-01-151-10/+4
* flac: no CamelCaseMax Kellermann2009-01-151-82/+91
* decoder plugins: don't include gcc.hMax Kellermann2009-01-011-7/+9
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-241-0/+1
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-0/+8
* flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann2008-11-211-15/+10
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-161-0/+3
* decoder: return void from decode() methodsMax Kellermann2008-11-111-9/+9
* replay_gain: no CamelCaseMax Kellermann2008-11-111-1/+1
* decoder: removed plugin method try_decode()Max Kellermann2008-11-101-7/+7
* flac: call flac_process_metadata() for ogg filesMax Kellermann2008-11-101-4/+5
* flac: enable the oggflac plugin with older libflac versionsMax Kellermann2008-11-101-3/+14
* flac: make the init() method check for oggflac supportMax Kellermann2008-11-091-2/+8
* decoder: removed stream_typesMax Kellermann2008-11-041-2/+0
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-1/+2
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-9/+11
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-2/+2
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-3/+3
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-14/+15
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-1/+0
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-2/+1
* input_stream: no CamelCaseMax Kellermann2008-10-261-3/+3
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-5/+9
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+459