Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/ogg_codec: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -4/+1 |
| | |||||
* | decoder/flac: support FLAC files inside archives | Max Kellermann | 2012-10-04 | 1 | -2/+32 |
| | | | | | | Implement the "scan_stream" method that can read tags from any input_stream object. This requires a FLAC__IOCallbacks implementation based on the input_stream API. | ||||
* | decoder/flac: move flac_scan_file2() to main plugin file | Max Kellermann | 2012-10-04 | 1 | -1/+9 |
| | |||||
* | decoder/flac: move callbacks to class FLACInput | Max Kellermann | 2012-10-02 | 1 | -96/+13 |
| | |||||
* | decoder/flac: add ctor/dtor to struct flac_data | Max Kellermann | 2012-10-02 | 1 | -6/+1 |
| | |||||
* | decoder/flac: add method FLACMetadataChain::Scan() | Max Kellermann | 2012-10-02 | 1 | -9/+1 |
| | | | | Merge common code. | ||||
* | decoder/flac: add C++ libFLAC wrappers | Max Kellermann | 2012-10-02 | 1 | -13/+8 |
| | | | | | Not using libFLAC++ because this library adds a lot of overhead due to virtual method calls. This new class library is zero-overhead. | ||||
* | decoder/flac: eliminate the obsolete "track number" code | Max Kellermann | 2012-10-02 | 1 | -3/+2 |
| | | | | This has been deprecated by the "embcue" playlist plugin. | ||||
* | decoder/flac: use C++ compiler | Max Kellermann | 2012-10-02 | 1 | -0/+450 |