Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-11-22 | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 1 | -3/+3 | |
2014-08-29 | TagHandler: pass SongTime to duration() | Max Kellermann | 1 | -2/+3 | |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 1 | -2/+4 | |
2014-08-26 | decoder/dsdiff: use integer seek times | Max Kellermann | 1 | -11/+4 | |
2014-08-23 | decoder/dsdiff: implement seeking | Max Kellermann | 1 | -1/+32 | |
2014-08-23 | decoder/dsdiff: refactor the main decoder loop | Max Kellermann | 1 | -17/+4 | |
Check for STOP before decoding the first chunk. This reduces the command latency. | |||||
2014-08-23 | decoder/dsdiff: add local variable "remaining_bytes" | Max Kellermann | 1 | -5/+6 | |
Remember the chunk's total size. | |||||
2014-08-23 | decoder/dsdiff: don't skip remaining bytes | Max Kellermann | 1 | -1/+2 | |
Nobody cares. | |||||
2014-08-23 | decoder/dsdiff: eliminate local variable "buffer_samples" | Max Kellermann | 1 | -2/+1 | |
2014-08-23 | decoder/dsdiff: support only one "DSD" chunk | Max Kellermann | 1 | -21/+4 | |
Eliminate the loop from dsdiff_stream_decode(). It makes the code complex, real-world files with multiple DSD chunks are outside of the specification, and the "chunk_size" variable would be bogus anyway. | |||||
2014-08-19 | decoder/DsdLib: use offset_type instead of uint64_t | Max Kellermann | 1 | -10/+9 | |
2014-08-19 | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 1 | -9/+9 | |
Reduce header dependencies. | |||||
2014-08-16 | Report bitrate for DSF and DSDIFF DSD decoders | Jurgen Kramer | 1 | -2/+4 | |
2014-07-12 | decoder/dsdiff: move artist/title/id3 offsets out of DsdiffMetaData | Max Kellermann | 1 | -22/+14 | |
They are only used inside dsdiff_read_metadata_extra(). | |||||
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 | -3/+2 | |
2013-11-10 | decoder/dsdiff: fix byte order bug | Jurgen Kramer | 1 | -2/+2 | |
2013-10-28 | decoder/dsdlib: add class DsdUint64 | Max Kellermann | 1 | -5/+4 | |
Merge lots of duplicate code. | |||||
2013-10-28 | decoder/dsdlib: convert struct dsdlib_id to a class | Max Kellermann | 1 | -20/+20 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -28/+28 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -13/+13 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -1/+1 | |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -11/+11 | |
Decouple some more from GLib. | |||||
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -5/+6 | |
Replacing GLib macros. | |||||
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -4/+2 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
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 | -12/+12 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -5/+5 | |
Replaces GLib's GError. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -2/+2 | |
2013-08-04 | DecoderPlugin: pass config_param reference | 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 | -2/+2 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 1 | -68/+62 | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -12/+13 | |
Hide the definition from C code, to prepare the transition to C++. | |||||
2012-10-27 | Add tag support for DSD (DSDIFF & DSF) decoders | Jurgen Kramer | 1 | -0/+138 | |
2012-07-13 | Add song duration to DSF and DSDIFF DSD decoders. | Jurgen Kramer | 1 | -2/+13 | |
2012-06-27 | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 1 | -322/+57 | |
functions to new dsdlib. Update user doc. | |||||
2012-05-02 | Add support for DSF files to DSDIFF decoder - v4 | Jurgen Kramer | 1 | -36/+229 | |
Version 4 of my patch to add DSF support to the DSDIFF decoder plugin. This time I have taken a different approach and created a new read_metadata function specific for reading DSF files. This saves an indent (and for me a lot of indent nightmares) and also useful for splitting the DSF and DFF decoders later on. There are still a few lines which exceed the 80 character width limit by a few chars. I was not able to stay within the limit and create (for me) readable code. Jurgen | |||||
2012-03-21 | decoder/dsdiff: reverse bits to most significant bit first | Max Kellermann | 1 | -6/+15 | |
Allow to remove this complexity from the MPD core. | |||||
2012-03-01 | decoder/dsdiff: don't convert to PCM | Max Kellermann | 1 | -38/+9 | |
Move the responsibility for the conversion to the PCM library. This will allow passing the verbatim DSD samples to an output plugin. | |||||
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -6/+8 | |
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object. | |||||
2011-10-20 | decoder/dsdiff: provide floating point samples | Max Kellermann | 1 | -30/+3 | |
Eliminate the conversion to integer samples, the MPD core can do this now. |