index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
/
_flac_common.c
Age
Commit message (
Expand
)
Author
2009-11-11
decoder/flac: keep track of current frame number
Max Kellermann
2009-11-11
decoder/flac: moved code to flac_pcm.c
Max Kellermann
2009-11-11
decoder/flac: moved code to flac_metadata.c
Max Kellermann
2009-11-11
decoder/flac: return replay_gain_info object from helper function
Max Kellermann
2009-11-11
decoder/flac: merged some code into flac_tag_apply_metadata()
Max Kellermann
2009-11-10
decoder/flac: pass VorbisComment to comments_to_tag()
Max Kellermann
2009-11-10
decoder/flac: use pcm_buffer instead of fixed buffer
Max Kellermann
2009-11-10
decoder/flac: added function flac_data_deinit()
Max Kellermann
2009-11-10
decoder/flac: pass void pointer to flac_convert()
Max Kellermann
2009-11-10
decoder/flac: pass audio_format.bits to flac_convert()
Max Kellermann
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
2009-08-15
Merged release 0.15.2 from branch 'v0.15.x'
Max Kellermann
2009-08-14
decoder/flac: don't allocate cuesheet twice (memleak)
Max Kellermann
2009-07-22
decoder/flac: fixed indentation of flac_comment_value()
Max Kellermann
2009-07-22
decoder/flac: parse all replaygain tags
Max Kellermann
2009-07-22
decoder/flac: return early from flac_find_float_comment()
Max Kellermann
2009-07-22
decoder/flac: removed misplaced authorship comment
Max Kellermann
2009-07-19
Add audio_format_init() function
David Woodhouse
2009-03-17
flac/cue: added support for TITLE[n] comments
Mario Lenz
2009-03-16
flac: get CUE track titles from additional FLAC comments
Mario Lenz
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-09
Initial support for embedded cue sheets found in flac files
Jochen Keil
2009-03-01
flac: parse stream tags
Max Kellermann
2009-02-27
tag: no CamelCase
Max Kellermann
2009-01-15
flac: map "Album Artist" to "AlbumArtist"
Rasmus Steinke
2009-01-15
flac: splitted flac_copy_vorbis_comment()
Max Kellermann
2009-01-15
flac: moved code to flac_comment_value()
Max Kellermann
2009-01-15
flac: always allocate tag object
Max Kellermann
2009-01-15
flac: use bool instead of int
Max Kellermann
2009-01-15
flac: no CamelCase
Max Kellermann
2009-01-01
decoder plugins: don't include gcc.h
Max Kellermann
2008-11-21
flac, oggflac: use GLib instead of utils.h/log.h
Max Kellermann
2008-11-11
replay_gain: converted struct replay_gain_info elements to an array
Max Kellermann
2008-11-11
replay_gain: no CamelCase
Max Kellermann
2008-11-02
decoder_api: pass "seekable" flag to decoder_initialized()
Max Kellermann
2008-10-26
input_stream: removed the InputStream typedef
Max Kellermann
2008-10-26
renamed src/inputPlugins/ to src/decoder/
Max Kellermann