| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- VS build (2017 tested)
- Media Foundation Framework support to read/write pcm data (instead of
libsndfile)
|
| | |
|
| | |
|
| |
|
|
|
| |
some changes to get possibility to create alternative
compression algorithms and use different containers.
|
| | |
|
| |
|
|
|
|
| |
- write length in header (qhimdtransfer writes it, and we will)
- make first frame empty (it is a hack, but without it ffmpeg based
players detects aea file as mpeg. I need aea specification ;-))
|
|
|
current limitations:
- only long window
- naive MDCT (O(n^2))
- bad table of fixed bit allocation
- bad usage of CBR
- time accuracy is not guaranteed
- dirty, not optimized code
|