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
*
Fix some VS compilation warnings
0.0.1
Daniil Cherednik
2019-05-17
13
-60
/
+81
*
Support for MS Windows platform
Daniil Cherednik
2019-05-15
61
-142
/
+1491
*
[liboma] Write support for ATRAC3PLUS header
Daniil Cherednik
2018-12-13
2
-2
/
+28
*
[atrac3] Remove tonal extraction code
Daniil Cherednik
2018-12-05
3
-90
/
+2
*
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
7
-15
/
+17
*
atrac3: Tonal component coding improvements:
Daniil Cherednik
2018-07-02
4
-54
/
+99
*
Merge pull request #4 from vuori/feature/encode-arg-parsing
Daniil Cherednik
2018-04-03
2
-6
/
+13
|
\
|
*
atrac3denc: isnan -> std::isnan.
Valtteri Vuorikoski
2018-03-31
1
-1
/
+1
|
*
Added validation of the -e option argument and updated help strings.
Valtteri Vuorikoski
2018-03-31
1
-5
/
+12
|
/
*
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
*
Do not apply gain control if release in current frame was detected -
Daniil Cherednik
2017-10-29
1
-1
/
+1
*
Find optimal BFU num during bit allocation.
Daniil Cherednik
2017-10-21
5
-26
/
+38
*
Fix bit allocation
Daniil Cherednik
2017-10-19
1
-11
/
+6
*
Do not start encoding if unrecognized option given
Daniil Cherednik
2017-10-17
1
-3
/
+4
*
Simplest gain control - scale first part of frame if the attack transient was...
Daniil Cherednik
2017-10-17
7
-103
/
+167
*
Refactoring: use normal (previous frame is first) overlap buffer layout
Daniil Cherednik
2017-08-05
5
-15
/
+74
*
Allow aiff input file format
Daniil Cherednik
2017-07-23
1
-1
/
+7
*
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
6
-85
/
+133
*
Set default LP2 for ATRAC3
Daniil Cherednik
2017-06-15
1
-1
/
+4
*
Merge pull request #2 from jiceher/master
Daniil Cherednik
2017-06-15
1
-2
/
+2
|
\
|
*
Fix encode optarg option
JiCeheR
2017-06-14
1
-2
/
+2
|
/
*
Fix compilation eror (missed include)
Daniil Cherednik
2017-02-12
1
-2
/
+3
*
Set LGPL v2.1 license
Daniil Cherednik
2017-02-12
54
-0
/
+1456
*
README.md updated
Daniil Cherednik
2016-12-08
1
-12
/
+26
*
Support of big endian platforms
Daniil Cherednik
2016-11-27
3
-44
/
+45
*
Checking of input file format added
Daniil Cherednik
2016-09-29
3
-30
/
+61
*
kiss_fft library added, MDCT reimplemented via FFT:
Daniil Cherednik
2016-09-27
11
-44
/
+914
*
fix compilation errors in case of building without ut
Daniil Cherednik
2016-09-25
5
-25
/
+36
*
Change gaincontrol default: disable
Daniil Cherednik
2016-09-02
1
-5
/
+5
*
Dirty implementation of atrac3 encoder:
Daniil Cherednik
2016-09-02
49
-406
/
+3070
*
Compilation warnings fixed
Daniil Cherednik
2016-07-17
7
-38
/
+33
*
Fix building with cmake < 3.1
Daniil Cherednik
2016-07-17
4
-4
/
+14
*
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
*
atracdenc ut added to CMake build
Daniil Cherednik
2016-04-02
3
-1
/
+16
*
bitstream ut added to CMake build
Daniil Cherednik
2016-03-31
1
-0
/
+7
*
mdct ut added to CMake build
Daniil Cherednik
2016-03-31
3
-0
/
+23
*
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
[next]