Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |