Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [refactoring] move some libraries in to library directory | Daniil Cherednik | 2024-06-17 | 1 | -88/+0 |
| | |||||
* | bitstream.cpp: Add missing <cstdint> header | Satoshi Fuuki | 2023-12-16 | 1 | -1/+1 |
| | |||||
* | Support for MS Windows platform | Daniil Cherednik | 2019-05-15 | 1 | -2/+2 |
| | | | | | | - VS build (2017 tested) - Media Foundation Framework support to read/write pcm data (instead of libsndfile) | ||||
* | Set LGPL v2.1 license | Daniil Cherednik | 2017-02-12 | 1 | -0/+18 |
| | |||||
* | Support of big endian platforms | Daniil Cherednik | 2016-11-27 | 1 | -41/+37 |
| | |||||
* | Dirty implementation of atrac3 encoder: | Daniil Cherednik | 2016-09-02 | 1 | -1/+20 |
| | | | | | | | - no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc... | ||||
* | fix memory corruption | Daniil Cherednik | 2016-04-22 | 1 | -1/+1 |
| | |||||
* | fix memory corruption | Daniil Cherednik | 2016-04-22 | 1 | -1/+1 |
| | |||||
* | experimental first implementation of ATRAC encoder | Daniil Cherednik | 2015-10-31 | 1 | -0/+55 |
current limitations: - only long window - naive MDCT (O(n^2)) - bad table of fixed bit allocation - bad usage of CBR - time accuracy is not guaranteed - dirty, not optimized code |