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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
decoder/dsf: eliminate pointless return statement
Max Kellermann
2014-08-23
1
-5
/
+4
*
decoder/dsf: use the block count internally
Max Kellermann
2014-08-23
1
-10
/
+10
*
decoder/dsf: don't skip remaining bytes
Max Kellermann
2014-08-23
1
-1
/
+1
*
decoder/dsf: count the blocks, not the remaining bytes
Max Kellermann
2014-08-23
1
-2
/
+3
*
decoder/dsf: allow channel setups other than stereo
Max Kellermann
2014-08-23
1
-2
/
+1
*
decoder/dsf: eliminate another hard-coded stereo mode assumption
Max Kellermann
2014-08-23
1
-1
/
+1
*
decoder/dsf: fix big-endian bugs
Max Kellermann
2014-08-23
1
-6
/
+8
*
decoder/dsf: compare with InputStream::GetRest() instead of ..GetSize()
Max Kellermann
2014-08-23
1
-5
/
+2
*
decoder/dsf: fix multi-channel files
Max Kellermann
2014-08-22
1
-10
/
+46
*
decoder/dsf: simplify dsf_to_pcm_order()
Max Kellermann
2014-08-22
1
-10
/
+5
*
decoder/dsf: fix noise at end of malformed file
Max Kellermann
2014-08-21
1
-15
/
+7
*
decoder/dsf: eliminate temporary buffer
Max Kellermann
2014-08-21
1
-12
/
+7
*
decoder/dsf: add constant DSF_BLOCK_SIZE
Max Kellermann
2014-08-21
1
-4
/
+6
*
decoder/dsf: use size_t loop variables when the limit is a size_t
Max Kellermann
2014-08-21
1
-2
/
+2
*
decoder/dsf: use memcpy()
Max Kellermann
2014-08-21
1
-4
/
+3
*
decoder/dsf: make the "scratch" buffer local
Max Kellermann
2014-08-21
1
-6
/
+5
*
Merge branch 'v0.18.x'
Max Kellermann
2014-08-21
2
-2
/
+2
|
\
|
*
decoer/dsdiff: fix endless loop on malformed file
Max Kellermann
2014-08-21
1
-1
/
+1
|
*
decoer/dsf: fix endless loop on malformed file
Max Kellermann
2014-08-21
1
-1
/
+1
*
|
decoder/dsf: remove unused attribute "id3_size"
Max Kellermann
2014-08-20
1
-1
/
+0
*
|
decoder/DsdLib: use offset_type instead of uint64_t
Max Kellermann
2014-08-19
4
-27
/
+26
*
|
InputStream: move typedef offset_type to Offset.hxx
Max Kellermann
2014-08-19
15
-30
/
+65
*
|
InputStream: CheapSeeking() returns false only for HTTP
Max Kellermann
2014-08-19
1
-2
/
+3
*
|
InputStream: move code to ExpensiveSeeking()
Max Kellermann
2014-08-19
1
-1
/
+13
*
|
InputStream: make offset_type unsigned
Max Kellermann
2014-08-19
5
-14
/
+5
*
|
InputPlugin: remove typedef offset_type
Max Kellermann
2014-08-19
2
-3
/
+1
*
|
InputStream: allow GetSize() only if KnownSize()
Max Kellermann
2014-08-19
1
-0
/
+1
*
|
InputStream: add constant UNKNOWN_SIZE
Max Kellermann
2014-08-19
2
-4
/
+6
*
|
input/proxy: use KnownSize()
Max Kellermann
2014-08-19
1
-1
/
+4
*
|
decoder/wavpack: add local reference variables
Max Kellermann
2014-08-19
1
-8
/
+21
*
|
decoder/sndfile: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-0
/
+3
*
|
decoder/pcm: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-3
/
+2
*
|
decoder/mpcdec: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-0
/
+3
*
|
decoder/modplug: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-13
/
+18
*
|
decoder/mad: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-2
/
+2
*
|
decoder/ffmpeg: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-0
/
+3
*
|
decoder/faad: remove unnecessary cast to size_t
Max Kellermann
2014-08-19
1
-3
/
+2
*
|
decoder/faad: remove size!=0 check
Max Kellermann
2014-08-19
1
-1
/
+1
*
|
decoder/faad: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-2
/
+6
*
|
decoder/faad: call GetSize() only when needed
Max Kellermann
2014-08-19
1
-3
/
+2
*
|
decoder/DsdLib: make variables more local
Max Kellermann
2014-08-19
1
-9
/
+3
*
|
decoder/DsdLib: use fixed-length ID3 buffer
Max Kellermann
2014-08-19
1
-2
/
+2
*
|
decoder/DsdLib: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-1
/
+1
*
|
decoder/dsf: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-3
/
+5
*
|
decoder/dsf: remove unnecessary ID3 offset check
Max Kellermann
2014-08-19
1
-5
/
+1
*
|
InputStream: use KnownSize() in assertion
Max Kellermann
2014-08-19
1
-1
/
+1
*
|
decoder/audiofile: check InputStream::KnownSize()
Max Kellermann
2014-08-19
1
-2
/
+2
*
|
input/ffmpeg: use av_strerror()
Max Kellermann
2014-08-18
3
-4
/
+78
*
|
{input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx
Max Kellermann
2014-08-18
4
-5
/
+53
*
|
input/ffmpeg: update offset after seeking
Max Kellermann
2014-08-18
1
-0
/
+1
[next]