aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AT3P] Introduce at3p development branchDaniil Cherednik2024-06-261-0/+71
* Some ux improvementsDaniil Cherednik2023-09-081-31/+34
* Add support for writing .at3/.wav files with ATRAC3 (#30)Thomas Perl2022-05-081-1/+6
* Complain loudly about unhandled argumentsThomas Perl2022-05-041-0/+5
* Support for RealMedia output file format.ghost2022-02-201-7/+30
* Fix incorrect exception catch.Daniil Cherednik2021-10-101-2/+2
* [refactoring] Split CompressedIO interface for Read and Write partDaniil Cherednik2021-08-281-8/+7
* Add atrac3_lp4 cmd alias0.0.3Daniil Cherednik2020-03-281-2/+5
* [atrac3] Initial joint stereo mode support.Daniil Cherednik2020-01-121-2/+2
* Stop encoding if case of pipe input and no writerDaniil Cherednik2019-12-091-9/+9
* Fix some VS compilation warnings0.0.1Daniil Cherednik2019-05-171-6/+15
* Support for MS Windows platformDaniil Cherednik2019-05-151-7/+52
* [atrac3] Remove tonal extraction codeDaniil Cherednik2018-12-051-3/+1
* Added validation of the -e option argument and updated help strings.Valtteri Vuorikoski2018-03-311-5/+12
* Find optimal BFU num during bit allocation.Daniil Cherednik2017-10-211-10/+8
* Do not start encoding if unrecognized option givenDaniil Cherednik2017-10-171-3/+4
* Simplest gain control - scale first part of frame if the attack transient was...Daniil Cherednik2017-10-171-3/+3
* Refactoring to be able to implement joint stereoDaniil Cherednik2017-07-231-11/+14
* Fix encode optarg optionJiCeheR2017-06-141-2/+2
* Set LGPL v2.1 licenseDaniil Cherednik2017-02-121-0/+18
* Checking of input file format addedDaniil Cherednik2016-09-291-30/+53
* Change gaincontrol default: disableDaniil Cherednik2016-09-021-5/+5
* Dirty implementation of atrac3 encoder:Daniil Cherednik2016-09-021-63/+211
* Compilation warnings fixedDaniil Cherednik2016-07-171-5/+0
* autodetect saved fmt by file extension (WAV, AU, AIFF, RAW)Daniil Cherednik2016-03-071-9/+16
* refactoring:Daniil Cherednik2016-01-061-7/+9
* use libsndfile instead of own wav readerDaniil Cherednik2015-12-271-9/+9
* initial implementation of transient detection addedDaniil Cherednik2015-12-231-6/+6
* support of short window for encoding (without transient detection)Daniil Cherednik2015-12-081-3/+17
* refactoring: use TAtrac1EncodeSettings to configure encoderDaniil Cherednik2015-12-041-1/+1
* Algorithm of change BFU amountDaniil Cherednik2015-11-151-6/+38
* progress bar addedDaniil Cherednik2015-11-071-1/+10
* changes aea header:Daniil Cherednik2015-11-071-2/+2
* experimental first implementation of ATRAC encoderDaniil Cherednik2015-10-311-0/+125