aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Allow to configure atracdenc to use float instead of doubleDaniil Cherednik2024-07-0911-34/+100
| * [AT3P] Improve accuracy of PQFDaniil Cherednik2024-07-082-4/+4
| * Fix missed include in bitstream.hDaniil Cherednik2024-07-071-1/+2
* | Add missed real fft implementation files.Daniil Cherednik2024-07-072-0/+207
* | Add Generalized Harmonic Analysis library in to the branchDaniil Cherednik2024-07-062-4/+12
* | Merge branch 'master' into at3plus-devDaniil Cherednik2024-07-065-3/+3
|\|
| * [refactoring] move fft in to library directoryDaniil Cherednik2024-07-025-3/+3
* | [AT3P] Introduce at3p development branchDaniil Cherednik2024-06-268-7/+265
|/
* [refactoring] move some libraries in to library directoryDaniil Cherednik2024-06-1724-690/+19
* Fix build. Add missed header fileDaniil Cherednik2024-06-161-0/+31
* [AT3P] Use fast DCT-IV calculation for PQFDaniil Cherednik2024-06-163-19/+45
* Use well known analyze/synthesis naming instead of split/merge4BDA26H33GTZ4HYUMIO2024-06-157-19/+19
* [AT3P] PQF implementationDaniil Cherednik2024-06-1411-888/+406
* Simple ipqf test and ref filesDaniil Cherednik2024-06-146-1/+324
* bitstream.cpp: Add missing <cstdint> headerSatoshi Fuuki2023-12-161-1/+1
* Fix CMake build file generation errorSatoshi Fuuki2023-12-161-4/+5
* Fix unused variable warnings.Daniil Cherednik2023-11-183-44/+50
* Get rid of gtest files. Use system package if available.Daniil Cherednik2023-11-181-6/+0
* Simplify cmake. Fix warnings.Daniil Cherednik2023-10-245-24/+26
* Add install commandDaniil Cherednik2023-09-131-1/+1
* Fix warningsDaniil Cherednik2023-09-104-8/+5
* Some ux improvementsDaniil Cherednik2023-09-085-34/+74
* Add support for writing .at3/.wav files with ATRAC3 (#30)Thomas Perl2022-05-085-2/+213
* Complain loudly about unhandled argumentsThomas Perl2022-05-041-0/+5
* Fix CodeQL (Multiplication result converted to larger type) warningDaniil Cherednik2022-02-222-10/+10
* Fix some CodeQL warningsDaniil Cherednik2022-02-212-13/+25
* Support for RealMedia output file format.ghost2022-02-206-16/+340
* Fix incorrect exception catch.Daniil Cherednik2021-10-101-2/+2
* [refactoring] Split CompressedIO interface for Read and Write partDaniil Cherednik2021-08-2813-149/+190
* Fix range to search proper bit allocationDaniil Cherednik2020-12-071-3/+3
* [atrac3] Simple adaptive MS bitrate shiftDaniil Cherednik2020-07-085-10/+61
* Add atrac3_lp4 cmd alias0.0.3Daniil Cherednik2020-03-281-2/+5
* Fix linker errorDaniil Cherednik2020-03-271-0/+5
* Fix project compilationDaniil Cherednik2020-03-272-2/+2
* [atrac3] 0.83/0.16 M/S bitrate separation for joint stereo codingDaniil Cherednik2020-01-205-28/+79
* [atrac3] Initial joint stereo mode support.Daniil Cherednik2020-01-128-16/+50
* UT refactoringDaniil Cherednik2020-01-043-19/+23
* Fix 64bit MSVS buildDaniil Cherednik2020-01-041-1/+1
* Fast float to nearest int round under 32bit MSVS buildDaniil Cherednik2020-01-041-3/+21
* Fix compilation on POSIX platforms.0.0.2Daniil Cherednik2020-01-014-5/+5
* Initiall support of stdin reading for windowsDaniil Cherednik2020-01-019-33/+393
* Stop encoding if case of pipe input and no writerDaniil Cherednik2019-12-092-26/+16
* Implementation of atrac3plus analysis pqfDaniil Cherednik2019-08-238-0/+919
* Fix some VS compilation warnings0.0.1Daniil Cherednik2019-05-1712-59/+80
* Support for MS Windows platformDaniil Cherednik2019-05-1559-140/+1485
* [liboma] Write support for ATRAC3PLUS headerDaniil Cherednik2018-12-132-2/+28
* [atrac3] Remove tonal extraction codeDaniil Cherednik2018-12-053-90/+2
* Remove extra copy/allocationDaniil Cherednik2018-07-282-1/+2
* Use lrint() + fesetround(FE_TONEAREST) instead of round() - a bit fasterDaniil Cherednik2018-07-284-4/+8
* Scale float values to (-1; 1) for internal processingDaniil Cherednik2018-07-047-15/+17