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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-09
decoder/sndfile: work around libsndfile bug on partial read
Marcello Desantis
1
-6
/
+20
2014-03-18
decoder/ffmpeg: handle unknown stream start time
Max Kellermann
1
-2
/
+25
2014-03-18
decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()
Max Kellermann
1
-1
/
+1
2014-03-06
decoder/gme: fix memory leak in container_scan()
Max Kellermann
1
-0
/
+1
2014-02-24
decoder/gme: use free() instead of g_free()
Max Kellermann
1
-1
/
+1
2014-02-24
DecoderPlugin: free the container_scan() return value with delete[]
Max Kellermann
2
-4
/
+4
2014-02-22
decoder/opus: use new[] instead of g_malloc()
Max Kellermann
1
-6
/
+2
2014-02-07
DecoderPlugin: pass Path instance to file_decode() and scan_file()
Max Kellermann
13
-72
/
+91
2014-02-07
DecoderThread: use only DetachedSong::GetRealURI()
Max Kellermann
1
-4
/
+2
2014-02-07
DecoderThread: pass Path object around for local song files
Max Kellermann
1
-21
/
+27
2014-02-07
fixed possible format_context not closed in ffmpeg_decode
geneticdrift
1
-1
/
+4
2014-01-24
ConfigGlobal: add config_find_block()
Max Kellermann
1
-26
/
+1
2014-01-24
Input*: move to input/
Max Kellermann
19
-20
/
+20
2014-01-24
Client*: move to client/
Max Kellermann
1
-1
/
+1
2014-01-24
Config*: move to config/
Max Kellermann
3
-4
/
+4
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann
97
-26
/
+3040
2014-01-15
decoder/ffmpeg: support libav v10_alpha1
Max Kellermann
1
-1
/
+11
2014-01-15
decoder/ffmpeg: include cleanup
Max Kellermann
2
-4
/
+1
2014-01-15
decoder/ffmpeg: check for av_samples_get_buffer_size() errors
Max Kellermann
1
-0
/
+3
2014-01-14
decoder/ffmpeg: check for av_samples_get_buffer_size() errors
Max Kellermann
1
-0
/
+3
2014-01-14
decoder/sidplay: use free() instead of g_free()
Max Kellermann
1
-2
/
+2
2014-01-13
copyright year 2014
Max Kellermann
78
-78
/
+78
2014-01-08
decoder/faad: fix memory leak
Max Kellermann
1
-0
/
+2
2014-01-08
tag/TagBuilder: overload Commit() returning a Tag object
Max Kellermann
4
-11
/
+9
2014-01-08
tag/TagBuilder: rename Commit() to CommitNew()
Max Kellermann
1
-1
/
+1
2014-01-07
util/Alloc: new library replacing GLib's g_malloc()
Max Kellermann
2
-5
/
+7
2014-01-06
DecoderBuffer: _read() returns ConstBuffer object
Max Kellermann
1
-46
/
+37
2014-01-06
DecoderBuffer: add method _clear()
Max Kellermann
1
-8
/
+3
2014-01-06
decoder/faad: make variables more local
Max Kellermann
1
-47
/
+31
2014-01-06
decoder/faad: eliminate local variable "ret"
Max Kellermann
1
-5
/
+2
2013-12-20
fix FfmpegDecoderPlugin to use relative timestamps
Steven O'Brien
1
-4
/
+6
2013-12-14
decoder/flac: simplify the comment parsers
Max Kellermann
1
-30
/
+26
2013-12-14
decoder/flac: VorbisComment_Entry is null-terminated
Max Kellermann
1
-19
/
+6
2013-12-14
util/SplitString: new utility class
Max Kellermann
2
-20
/
+11
2013-12-14
decoder/vorbis: remove useless cast
Max Kellermann
1
-1
/
+1
2013-12-14
decoder/mad: use new[] instead of g_malloc()
Max Kellermann
1
-9
/
+9
2013-12-14
DecoderAPI: add function decoder_read_full()
Max Kellermann
1
-12
/
+2
2013-12-14
DecoderAPI: add function decoder_skip()
Max Kellermann
1
-14
/
+1
2013-11-28
Util/StringUtil: add StringStartsWith()
Max Kellermann
1
-1
/
+2
2013-11-28
include cleanup using iwyu
Max Kellermann
24
-46
/
+13
2013-11-28
decoder/ffmpeg: use IgnoreError instead of local Error instance
Max Kellermann
1
-5
/
+2
2013-11-23
decoder/{dsf,dsdiff}: eliminate useless assignments
Max Kellermann
2
-5
/
+4
2013-11-18
decoder/OggFind.cxx: include stdio.h for SEEK_END definition
Denis Krjuchkov
1
-0
/
+2
2013-11-10
decoder/dsdiff: fix byte order bug
Jurgen Kramer
2
-2
/
+13
2013-11-05
decoder/dsf: enable DSD128
Jurgen Kramer
1
-2
/
+2
2013-11-04
Log: add level "DEFAULT"
Max Kellermann
2
-9
/
+9
2013-10-30
*: update copyright year to 2013
Max Kellermann
26
-26
/
+26
2013-10-28
*: use nullptr instead of NULL
Max Kellermann
5
-23
/
+23
2013-10-28
decoder/dsf: don't play junk at the end of the "data" chunk
Max Kellermann
1
-1
/
+9
2013-10-28
decoder/dsf: add range check
Max Kellermann
1
-0
/
+3
[next]