| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into at3plus-dev | Daniil Cherednik | 2024-12-24 | 1 | -5/+32 |
| |\ | |||||
| | * | [refactoring] Get rid of TFloat parameter. Use float. | Daniil Cherednik | 2024-12-21 | 1 | -0/+25 |
| | | | |||||
| | * | Do not use 8bit, 16bit types if do not realy need it. | Daniil Cheredni | 2024-11-01 | 1 | -5/+5 |
| |/ | |||||
| * | Fix some VS compilation warnings0.0.1 | Daniil Cherednik | 2019-05-17 | 1 | -5/+5 |
| | | |||||
| * | Support for MS Windows platform | Daniil Cherednik | 2019-05-15 | 1 | -39/+22 |
| | | | | | | | - VS build (2017 tested) - Media Foundation Framework support to read/write pcm data (instead of libsndfile) | ||||
| * | Scale float values to (-1; 1) for internal processing | Daniil Cherednik | 2018-07-04 | 1 | -4/+2 |
| | | |||||
| * | Allow aiff input file format | Daniil Cherednik | 2017-07-23 | 1 | -1/+7 |
| | | |||||
| * | Set LGPL v2.1 license | Daniil Cherednik | 2017-02-12 | 1 | -0/+18 |
| | | |||||
| * | Checking of input file format added | Daniil Cherednik | 2016-09-29 | 1 | -0/+7 |
| | | |||||
| * | autodetect saved fmt by file extension (WAV, AU, AIFF, RAW) | Daniil Cherednik | 2016-03-07 | 1 | -1/+21 |
| | | | | | | | use AU format in case of "-" (stdout) output (something like "./atracdenc --decode -i /tmp/test.aea -o - | cvlc - " works) why AU? http://www.mega-nerd.com/libsndfile/FAQ.html#Q017 | ||||
| * | use libsndfile instead of own wav reader | Daniil Cherednik | 2015-12-27 | 1 | -67/+15 |
| | | |||||
| * | missed header added | Daniil Cherednik | 2015-11-22 | 1 | -0/+1 |
| | | |||||
| * | experimental first implementation of ATRAC encoder | Daniil Cherednik | 2015-10-31 | 1 | -0/+85 |
| 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 | |||||
