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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Experimental implementation of gain control.
atrac3_gaincontrol
Daniil Cherednik
2016-07-17
8
-33
/
+255
*
some improvements of ATRAC3 implementation:
atrac3
Daniil Cherednik
2016-06-19
40
-534
/
+1465
*
Fix memory corruption: wrong size of HPFBuffer.
Daniil Cherednik
2016-04-22
2
-9
/
+8
*
fix memory corruption
Daniil Cherednik
2016-04-22
1
-1
/
+1
*
fix memory corruption
Daniil Cherednik
2016-04-22
1
-1
/
+1
*
atrac3 analyze and synthesis MLT and possibility to apply gain info
Daniil Cherednik
2016-04-17
12
-49
/
+519
*
fix ut build
Daniil Cherednik
2016-04-05
1
-0
/
+1
*
atracdenc ut added to CMake build
Daniil Cherednik
2016-04-05
3
-1
/
+16
*
bitstream ut added to CMake build
Daniil Cherednik
2016-04-05
1
-0
/
+7
*
mdct ut added to CMake build
Daniil Cherednik
2016-04-05
3
-0
/
+23
*
auto choice CLC/VLC mode.
Daniil Cherednik
2016-03-13
3
-21
/
+57
*
Initial implementation of atrac3 stream (CLC and VLC)
Daniil Cherednik
2016-03-13
20
-24
/
+1062
*
do not use compile time frame size specialisation
Daniil Cherednik
2016-03-08
4
-8
/
+22
*
a bit more generic TScaler
Daniil Cherednik
2016-03-08
7
-30
/
+27
*
autodetect saved fmt by file extension (WAV, AU, AIFF, RAW)
Daniil Cherednik
2016-03-07
2
-10
/
+37
*
old Makefiles removed
Daniil Cherednik
2016-03-07
2
-20
/
+0
*
remove suboptimal multiply readf (writef) libsndfile calls during reading or ...
Daniil Cherednik
2016-03-07
3
-48
/
+71
*
refactoring:
Daniil Cherednik
2016-01-06
7
-32
/
+63
*
fix: do not swap stereo channels during decoding
Daniil Cherednik
2016-01-02
1
-1
/
+1
*
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
4
-6
/
+16
*
use libsndfile instead of own wav reader
Daniil Cherednik
2015-12-27
6
-116
/
+78
*
Some warnings fixed, -Wall enabled
Daniil Cherednik
2015-12-26
7
-13
/
+10
*
CMakeLists.txt added
Daniil Cherednik
2015-12-26
1
-0
/
+14
*
Some improvements of transient detector (missed header changes)
Daniil Cherednik
2015-12-24
1
-0
/
+1
*
Some improvements of transient detector
Daniil Cherednik
2015-12-24
1
-6
/
+13
*
initial implementation of transient detection added
Daniil Cherednik
2015-12-23
8
-21
/
+149
*
support of short window for encoding (without transient detection)
Daniil Cherednik
2015-12-08
11
-76
/
+193
*
refactoring: use TAtrac1EncodeSettings to configure encoder
Daniil Cherednik
2015-12-04
4
-4
/
+33
*
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
4
-2
/
+4
*
delay compensation fixed
Daniil Cherednik
2015-11-22
1
-2
/
+0
*
Create README.md
Daniil Cherednik
2015-11-15
1
-0
/
+21
*
Algorithm of change BFU amount
Daniil Cherednik
2015-11-15
5
-43
/
+133
*
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
*
fast MIDCT implementation added
Daniil Cherednik
2015-11-10
6
-4
/
+204
*
probably a bit more correct fixed alloc table
Daniil Cherednik
2015-11-08
1
-3
/
+3
*
progress bar added
Daniil Cherednik
2015-11-07
1
-1
/
+10
*
changes aea header:
Daniil Cherednik
2015-11-07
3
-7
/
+20
*
fast mdct added (vorbis implementation)
Daniil Cherednik
2015-11-04
10
-27
/
+702
*
fix: double -> int cast, should be round()
Daniil Cherednik
2015-11-02
1
-1
/
+1
*
fix: right multiplier in case of hi freq band
Daniil Cherednik
2015-11-01
1
-1
/
+2
*
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
24
-0
/
+1523
*
3rd part added (gtest)
Daniil Cherednik
2015-09-23
180
-0
/
+141104