Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-21 | decoer/dsf: fix endless loop on malformed file | Max Kellermann | 1 | -1/+1 | |
When the data chunk size is not a multiple of the frame size, the last partial frame lead to an endless loop. We fix this by checking chunk_sze>=frame instead of chunk_sze>0. This way, the partial frame is simply skipped. | |||||
2014-07-09 | decoder/dsd: use decoder_read_full() where appropriate | Joff | 1 | -5/+6 | |
Addresses Mantis ticket 0004015. [mk: use decoder_read_full() only when needed, and a few formal changes] | |||||
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -357/+0 | |
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 | |
Merge lots of duplicate code. | |||||
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 | |
Decouple some more from GLib. | |||||
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -10/+11 | |
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 | -1/+2 | |
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-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 | |
2013-07-28 | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 1 | -27/+23 | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -2/+3 | |
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 | -2/+27 | |
2012-07-13 | Add song duration to DSF and DSDIFF DSD decoders. | Jurgen Kramer | 1 | -1/+11 | |
2012-06-27 | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 1 | -0/+328 | |
functions to new dsdlib. Update user doc. |