summaryrefslogtreecommitdiff
path: root/src/decoder/_flac_common.c
AgeCommit message (Expand)Author
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann
2009-11-11decoder/flac: moved code to flac_pcm.cMax Kellermann
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann
2009-11-11decoder/flac: return replay_gain_info object from helper functionMax Kellermann
2009-11-11decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann
2009-11-10decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann
2009-11-10decoder/flac: use pcm_buffer instead of fixed bufferMax Kellermann
2009-11-10decoder/flac: added function flac_data_deinit()Max Kellermann
2009-11-10decoder/flac: pass void pointer to flac_convert()Max Kellermann
2009-11-10decoder/flac: pass audio_format.bits to flac_convert()Max Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-08-15Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann
2009-07-22decoder/flac: fixed indentation of flac_comment_value()Max Kellermann
2009-07-22decoder/flac: parse all replaygain tagsMax Kellermann
2009-07-22decoder/flac: return early from flac_find_float_comment()Max Kellermann
2009-07-22decoder/flac: removed misplaced authorship commentMax Kellermann
2009-07-19Add audio_format_init() functionDavid Woodhouse
2009-03-17flac/cue: added support for TITLE[n] commentsMario Lenz
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-01flac: parse stream tagsMax Kellermann
2009-02-27tag: no CamelCaseMax Kellermann
2009-01-15flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke
2009-01-15flac: splitted flac_copy_vorbis_comment()Max Kellermann
2009-01-15flac: moved code to flac_comment_value()Max Kellermann
2009-01-15flac: always allocate tag objectMax Kellermann
2009-01-15flac: use bool instead of intMax Kellermann
2009-01-15flac: no CamelCaseMax Kellermann
2009-01-01decoder plugins: don't include gcc.hMax Kellermann
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann
2008-11-11replay_gain: no CamelCaseMax Kellermann
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann
2008-10-26input_stream: removed the InputStream typedefMax Kellermann
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann