summaryrefslogtreecommitdiffstats
path: root/src/oma.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up UTF-8 path handlingDaniil Cherednik2026-05-031-2/+4
| | | | Reuse the shared UTF-8 path helper in Media Foundation, normalize compressed output open errors, cover AEA encode/decode paths, and expand integration tests for ATRAC1 and decode filenames.
* Merge branch 'master' into at3plus-devDaniil Cherednik2024-12-241-2/+2
|\
| * Do not use 8bit, 16bit types if do not realy need it.Daniil Cheredni2024-11-011-2/+2
| |
* | [AT3P] Introduce at3p development branchDaniil Cherednik2024-06-261-2/+4
|/ | | | - Simpe code just to produce correct at3p zero frame
* Fix unused variable warnings.Daniil Cherednik2023-11-181-2/+2
|
* [refactoring] Split CompressedIO interface for Read and Write partDaniil Cherednik2021-08-281-9/+0
|
* [atrac3] Initial joint stereo mode support.Daniil Cherednik2020-01-121-2/+4
|
* Fix some VS compilation warnings0.0.1Daniil Cherednik2019-05-171-6/+10
|
* Support for MS Windows platformDaniil Cherednik2019-05-151-1/+1
| | | | | | - VS build (2017 tested) - Media Foundation Framework support to read/write pcm data (instead of libsndfile)
* Set LGPL v2.1 licenseDaniil Cherednik2017-02-121-0/+18
|
* Dirty implementation of atrac3 encoder:Daniil Cherednik2016-09-021-0/+42
- no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc...