index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
decoder
/
_flac_common.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-11-11
decoder/flac: keep track of current frame number
Max Kellermann
1
-0
/
+3
2009-11-11
decoder/flac: moved code to flac_pcm.c
Max Kellermann
1
-81
/
+1
2009-11-11
decoder/flac: moved code to flac_metadata.c
Max Kellermann
1
-164
/
+1
2009-11-11
decoder/flac: return replay_gain_info object from helper function
Max Kellermann
1
-28
/
+24
2009-11-11
decoder/flac: merged some code into flac_tag_apply_metadata()
Max Kellermann
1
-1
/
+20
2009-11-10
decoder/flac: pass VorbisComment to comments_to_tag()
Max Kellermann
1
-7
/
+5
2009-11-10
decoder/flac: use pcm_buffer instead of fixed buffer
Max Kellermann
1
-37
/
+27
2009-11-10
decoder/flac: added function flac_data_deinit()
Max Kellermann
1
-0
/
+10
2009-11-10
decoder/flac: pass void pointer to flac_convert()
Max Kellermann
1
-5
/
+5
2009-11-10
decoder/flac: pass audio_format.bits to flac_convert()
Max Kellermann
1
-11
/
+8
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
1
-3
/
+3
2009-08-14
decoder/flac: don't allocate cuesheet twice (memleak)
Max Kellermann
1
-4
/
+6
2009-07-22
decoder/flac: fixed indentation of flac_comment_value()
Max Kellermann
1
-19
/
+21
2009-07-22
decoder/flac: parse all replaygain tags
Max Kellermann
1
-14
/
+18
2009-07-22
decoder/flac: return early from flac_find_float_comment()
Max Kellermann
1
-21
/
+22
2009-07-22
decoder/flac: removed misplaced authorship comment
Max Kellermann
1
-1
/
+0
2009-07-19
Add audio_format_init() function
David Woodhouse
1
-3
/
+2
2009-03-17
flac/cue: added support for TITLE[n] comments
Mario Lenz
1
-2
/
+9
2009-03-16
flac: get CUE track titles from additional FLAC comments
Mario Lenz
1
-15
/
+24
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-9
/
+11
2009-03-09
Initial support for embedded cue sheets found in flac files
Jochen Keil
1
-3
/
+51
2009-03-01
flac: parse stream tags
Max Kellermann
1
-0
/
+4
2009-02-27
tag: no CamelCase
Max Kellermann
1
-1
/
+1
2009-01-15
flac: map "Album Artist" to "AlbumArtist"
Rasmus Steinke
1
-1
/
+3
2009-01-15
flac: splitted flac_copy_vorbis_comment()
Max Kellermann
1
-37
/
+38
2009-01-15
flac: moved code to flac_comment_value()
Max Kellermann
1
-5
/
+26
2009-01-15
flac: always allocate tag object
Max Kellermann
1
-14
/
+8
2009-01-15
flac: use bool instead of int
Max Kellermann
1
-15
/
+15
2009-01-15
flac: no CamelCase
Max Kellermann
1
-39
/
+44
2009-01-01
decoder plugins: don't include gcc.h
Max Kellermann
1
-1
/
+3
2008-11-21
flac, oggflac: use GLib instead of utils.h/log.h
Max Kellermann
1
-5
/
+4
2008-11-11
replay_gain: converted struct replay_gain_info elements to an array
Max Kellermann
1
-4
/
+4
2008-11-11
replay_gain: no CamelCase
Max Kellermann
1
-7
/
+7
2008-11-02
decoder_api: pass "seekable" flag to decoder_initialized()
Max Kellermann
1
-1
/
+1
2008-10-26
input_stream: removed the InputStream typedef
Max Kellermann
1
-1
/
+1
2008-10-26
renamed src/inputPlugins/ to src/decoder/
Max Kellermann
1
-0
/
+0
2008-10-17
Makefile.am: don't compile disabled decoder plugins
Max Kellermann
1
-7
/
+0
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
1
-1
/
+1
2008-09-29
switch to C99 types, part II
Max Kellermann
1
-2
/
+2
2008-09-23
flac: removed FlacData.chunk_length
Max Kellermann
1
-7
/
+2
2008-09-23
flac: merged flacSendChunk() into flac_common_write()
Max Kellermann
1
-17
/
+16
2008-09-23
flac: removed generic sample size support
Max Kellermann
1
-32
/
+26
2008-09-23
flac: added special functions for 8 and 32 bit
Max Kellermann
1
-0
/
+37
2008-09-23
flac: added optimized converter for 16 bit
Max Kellermann
1
-0
/
+17
2008-09-23
flac: use signed integers in flac_convert_stereo16()
Max Kellermann
1
-6
/
+4
2008-09-23
flac: moved code from flacWrite() to _flac_common.c
Max Kellermann
1
-0
/
+91
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
1
-3
/
+3
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
1
-3
/
+3
2008-08-26
added decoder_get_command()
Max Kellermann
1
-1
/
+1
2008-08-26
moved InputPlugin to decoder_api.h
Max Kellermann
1
-1
/
+1
[next]