aboutsummaryrefslogtreecommitdiffstats
path: root/src/atrac3denc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [atrac3] 0.83/0.16 M/S bitrate separation for joint stereo codingDaniil Cherednik2020-01-201-4/+11
* [atrac3] Initial joint stereo mode support.Daniil Cherednik2020-01-121-2/+21
* Support for MS Windows platformDaniil Cherednik2019-05-151-1/+1
* [atrac3] Remove tonal extraction codeDaniil Cherednik2018-12-051-80/+1
* Scale float values to (-1; 1) for internal processingDaniil Cherednik2018-07-041-3/+3
* atrac3: Tonal component coding improvements:Daniil Cherednik2018-07-021-7/+10
* atrac3denc: isnan -> std::isnan.Valtteri Vuorikoski2018-03-311-1/+1
* Do not apply gain control if release in current frame was detected -Daniil Cherednik2017-10-291-1/+1
* Find optimal BFU num during bit allocation.Daniil Cherednik2017-10-211-1/+1
* Simplest gain control - scale first part of frame if the attack transient was...Daniil Cherednik2017-10-171-87/+104
* Refactoring: use normal (previous frame is first) overlap buffer layoutDaniil Cherednik2017-08-051-11/+16
* Refactoring to be able to implement joint stereoDaniil Cherednik2017-07-231-18/+31
* Set LGPL v2.1 licenseDaniil Cherednik2017-02-121-0/+18
* Dirty implementation of atrac3 encoder:Daniil Cherednik2016-09-021-0/+357