summaryrefslogtreecommitdiffstats
path: root/src/rm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up UTF-8 path handlingDaniil Cherednik2026-05-031-1/+1
| | | | 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.
* Fix UTF-8 input and output pathsDaniil Cherednik2026-05-031-2/+3
| | | | Report libsndfile open failures before sample-rate validation, use UTF-16 Windows opens for PCM and compressed containers, and add integration tests for missing input plus UTF-8 input/output filenames.
* Do not use 8bit, 16bit types if do not realy need it.Daniil Cheredni2024-11-011-5/+5
|
* Simplify cmake. Fix warnings.Daniil Cherednik2023-10-241-1/+1
|
* Fix warningsDaniil Cherednik2023-09-101-2/+2
|
* Support for RealMedia output file format.ghost2022-02-201-0/+282
ATRAC3 is one of codecs used for RealMedia player.