Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-09 | decoder/dsd: use decoder_read_full() where appropriate | Joff | 1 | -9/+1 | |
Addresses Mantis ticket 0004015. [mk: use decoder_read_full() only when needed, and a few formal changes] | |||||
2013-10-28 | decoder/dsdlib: move API documentation to header | Max Kellermann | 1 | -5/+0 | |
2013-10-28 | decoder/dsdlib: convert struct dsdlib_id to a class | Max Kellermann | 1 | -4/+3 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -15/+15 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -3/+3 | |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -7/+7 | |
Decouple some more from GLib. | |||||
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 | -11/+12 | |
2013-09-04 | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+3 | |
Replaces GLib's GError. | |||||
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | tag_id3: convert to C++ | Max Kellermann | 1 | -4/+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 | -12/+13 | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -9/+11 | |
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/+56 | |
2012-06-27 | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 1 | -0/+112 | |
functions to new dsdlib. Update user doc. |