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
/
plugins
/
DsfDecoderPlugin.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-08-23
decoder/dsf: eliminate pointless return statement
Max Kellermann
1
-5
/
+4
2014-08-23
decoder/dsf: use the block count internally
Max Kellermann
1
-10
/
+10
2014-08-23
decoder/dsf: don't skip remaining bytes
Max Kellermann
1
-1
/
+1
2014-08-23
decoder/dsf: count the blocks, not the remaining bytes
Max Kellermann
1
-2
/
+3
2014-08-23
decoder/dsf: allow channel setups other than stereo
Max Kellermann
1
-2
/
+1
2014-08-23
decoder/dsf: eliminate another hard-coded stereo mode assumption
Max Kellermann
1
-1
/
+1
2014-08-23
decoder/dsf: fix big-endian bugs
Max Kellermann
1
-6
/
+8
2014-08-23
decoder/dsf: compare with InputStream::GetRest() instead of ..GetSize()
Max Kellermann
1
-5
/
+2
2014-08-22
decoder/dsf: fix multi-channel files
Max Kellermann
1
-10
/
+46
2014-08-22
decoder/dsf: simplify dsf_to_pcm_order()
Max Kellermann
1
-10
/
+5
2014-08-21
decoder/dsf: fix noise at end of malformed file
Max Kellermann
1
-15
/
+7
2014-08-21
decoder/dsf: eliminate temporary buffer
Max Kellermann
1
-12
/
+7
2014-08-21
decoder/dsf: add constant DSF_BLOCK_SIZE
Max Kellermann
1
-4
/
+6
2014-08-21
decoder/dsf: use size_t loop variables when the limit is a size_t
Max Kellermann
1
-2
/
+2
2014-08-21
decoder/dsf: use memcpy()
Max Kellermann
1
-4
/
+3
2014-08-21
decoder/dsf: make the "scratch" buffer local
Max Kellermann
1
-6
/
+5
2014-08-20
decoder/dsf: remove unused attribute "id3_size"
Max Kellermann
1
-1
/
+0
2014-08-19
decoder/DsdLib: use offset_type instead of uint64_t
Max Kellermann
1
-12
/
+11
2014-08-19
InputStream: move typedef offset_type to Offset.hxx
Max Kellermann
1
-2
/
+2
2014-08-19
decoder/dsf: check InputStream::KnownSize()
Max Kellermann
1
-3
/
+5
2014-08-19
decoder/dsf: remove unnecessary ID3 offset check
Max Kellermann
1
-5
/
+1
2014-08-16
decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHz
Jurgen Kramer
1
-1
/
+1
2014-08-16
Report bitrate for DSF and DSDIFF DSD decoders
Jurgen Kramer
1
-2
/
+4
2014-08-16
decoder/dsf: fix indent
Max Kellermann
1
-3
/
+3
2014-01-24
Input*: move to input/
Max Kellermann
1
-1
/
+1
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann
1
-1
/
+1
2014-01-13
copyright year 2014
Max Kellermann
1
-1
/
+1
2013-11-28
include cleanup using iwyu
Max Kellermann
1
-3
/
+0
2013-11-23
decoder/{dsf,dsdiff}: eliminate useless assignments
Max Kellermann
1
-2
/
+2
2013-11-05
decoder/dsf: enable DSD128
Jurgen Kramer
1
-2
/
+2
2013-10-28
*: use nullptr instead of NULL
Max Kellermann
1
-3
/
+3
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
2013-10-28
decoder/dsdlib: add class DsdUint64
Max Kellermann
1
-20
/
+10
2013-10-28
decoder/dsdlib: convert struct dsdlib_id to a class
Max Kellermann
1
-6
/
+6
2013-10-23
input_stream: rename struct to InputStream
Max Kellermann
1
-7
/
+7
2013-10-21
decoder: rename the struct to "Decoder"
Max Kellermann
1
-6
/
+6
2013-10-21
decoder_plugin: rename struct to DecoderPlugin
Max Kellermann
1
-1
/
+1
2013-10-17
InputStream: use int64_t instead of goffset
Max Kellermann
1
-2
/
+2
2013-10-16
system/ByteOrder: new library for byte ordering / endianess
Max Kellermann
1
-10
/
+11
2013-10-02
Log: new logging library API
Max Kellermann
1
-4
/
+2
2013-09-27
DecoderCommand: convert to strictly-typed enum
Max Kellermann
1
-6
/
+5
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann
1
-1
/
+1
2013-09-05
InputLegacy: move functions to the input_stream class
Max Kellermann
1
-1
/
+2
2013-09-04
util/Error: new error passing library
Max Kellermann
1
-5
/
+5
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
1
-2
/
+2
2013-08-03
audio_format: convert to C++
Max Kellermann
1
-7
/
+7
2013-07-29
audio_check: convert to C++
Max Kellermann
1
-1
/
+1
2013-07-29
tag_handler: convert to C++
Max Kellermann
1
-1
/
+1
2013-07-28
decoder_api: convert to C++
Max Kellermann
1
-1
/
+1
[next]