index
:
atracdenc
at3plus-dev
atrac3
atrac3_gaincontrol
atrac3_pre-alpha1
master
new_psy
stable/0.1
stable/0.2
OpenSource ATRAC1 ATRAC3 Encoder
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
atrac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some ux improvements
Daniil Cherednik
2023-09-08
1
-3
/
+1
*
Fix some CodeQL warnings
Daniil Cherednik
2022-02-21
1
-6
/
+5
*
Support for RealMedia output file format.
ghost
2022-02-20
1
-2
/
+2
*
[refactoring] Split CompressedIO interface for Read and Write part
Daniil Cherednik
2021-08-28
2
-4
/
+4
*
Fix range to search proper bit allocation
Daniil Cherednik
2020-12-07
1
-3
/
+3
*
[atrac3] Simple adaptive MS bitrate shift
Daniil Cherednik
2020-07-08
2
-9
/
+39
*
Fix project compilation
Daniil Cherednik
2020-03-27
1
-1
/
+0
*
[atrac3] 0.83/0.16 M/S bitrate separation for joint stereo coding
Daniil Cherednik
2020-01-20
3
-24
/
+64
*
[atrac3] Initial joint stereo mode support.
Daniil Cherednik
2020-01-12
1
-5
/
+19
*
Fix 64bit MSVS build
Daniil Cherednik
2020-01-04
1
-1
/
+1
*
Fast float to nearest int round under 32bit MSVS build
Daniil Cherednik
2020-01-04
1
-3
/
+21
*
Implementation of atrac3plus analysis pqf
Daniil Cherednik
2019-08-23
7
-0
/
+917
*
Fix some VS compilation warnings
0.0.1
Daniil Cherednik
2019-05-17
1
-4
/
+5
*
Support for MS Windows platform
Daniil Cherednik
2019-05-15
16
-26
/
+31
*
Remove extra copy/allocation
Daniil Cherednik
2018-07-28
2
-1
/
+2
*
Use lrint() + fesetround(FE_TONEAREST) instead of round() - a bit faster
Daniil Cherednik
2018-07-28
4
-4
/
+8
*
Scale float values to (-1; 1) for internal processing
Daniil Cherednik
2018-07-04
3
-3
/
+3
*
atrac3: Tonal component coding improvements:
Daniil Cherednik
2018-07-02
3
-47
/
+89
*
more strict assert - check only last BFU
Daniil Cherednik
2017-10-29
1
-1
/
+2
*
workaround problem with encoding extremely loud tracks
Daniil Cherednik
2017-10-29
1
-8
/
+8
*
Find optimal BFU num during bit allocation.
Daniil Cherednik
2017-10-21
3
-15
/
+29
*
Fix bit allocation
Daniil Cherednik
2017-10-19
1
-11
/
+6
*
Fix strict aliasing warning
Daniil Cherednik
2017-07-23
1
-6
/
+8
*
Refactoring to be able to implement joint stereo
Daniil Cherednik
2017-07-23
3
-54
/
+83
*
Set default LP2 for ATRAC3
Daniil Cherednik
2017-06-15
1
-1
/
+4
*
Set LGPL v2.1 license
Daniil Cherednik
2017-02-12
16
-0
/
+288
*
Dirty implementation of atrac3 encoder:
Daniil Cherednik
2016-09-02
16
-141
/
+1038
*
Compilation warnings fixed
Daniil Cherednik
2016-07-17
1
-9
/
+9
*
a bit more generic TScaler
Daniil Cherednik
2016-03-08
5
-27
/
+24
*
split fixed bit allocation table for short and long blocks
Daniil Cherednik
2015-12-31
3
-4
/
+18
*
improve scaling accuracy, prevent overflow
Daniil Cherednik
2015-12-31
2
-6
/
+8
*
Some warnings fixed, -Wall enabled
Daniil Cherednik
2015-12-26
1
-3
/
+0
*
support of short window for encoding (without transient detection)
Daniil Cherednik
2015-12-08
5
-16
/
+27
*
BitsBooster added - use unused by psy bits to reduce aliasing
Daniil Cherednik
2015-11-24
2
-5
/
+81
*
fix bitrate shift constant.
Daniil Cherednik
2015-11-22
1
-1
/
+1
*
missed header added
Daniil Cherednik
2015-11-22
1
-1
/
+1
*
Algorithm of change BFU amount
Daniil Cherednik
2015-11-15
2
-34
/
+92
*
fix: compensate delay should be 39 sample not 23
Daniil Cherednik
2015-11-14
1
-6
/
+8
*
reduce aliasing near 5512Hz
Daniil Cherednik
2015-11-13
1
-2
/
+2
*
probably a bit more correct fixed alloc table
Daniil Cherednik
2015-11-08
1
-3
/
+3
*
fix: double -> int cast, should be round()
Daniil Cherednik
2015-11-02
1
-1
/
+1
*
fix: stop iteration to find shift constant in case of shiftMax approximately
Daniil Cherednik
2015-11-01
1
-0
/
+5
*
experimental first implementation of ATRAC encoder
Daniil Cherednik
2015-10-31
9
-0
/
+453