shithub: aacenc

RSS feed

f8adea5c – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/30 09:27
changelog

12d7414f – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/30 09:25
initial implementation of Intensity Stereo coding

e0066b47 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/28 09:48
scalefactor step more compliant with AAC specs

1142f086 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/27 11:51
allow finer bandwidth setting

01e7ed7a – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/27 11:09
fixed compiler warnings; made wav_read_float32() much faster

78c76b0a – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/25 12:35
updated TODO

d9c6bd49 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/23 06:43
version -> 1.29.8.3

459dbbc3 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/23 06:23
fixed section_data (codebook list) bug and low volume band bug

66758c37 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/21 16:19
fix build for non-intel/no-SSE systems

2b7d9a96 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/21 13:45
version -> 1.29.8.2

64644606 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/21 08:50
midside: added phase check

64fc7446 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/21 07:37
midside: better energy inequations

8b213ec1 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/21 07:22
TODO update

b4b2a3a2 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/20 15:54
force first frame to be short block type

0560c452 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/20 15:20
disable mid/side in the lowest band

d1b45723 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/20 15:11
midside: use energy threshold rather than volume threshold

3aed0fbc – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/20 09:11
updated TODO

1292deff – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/20 09:05
disable DRM windows grouping

29fe1278 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/20 08:37
rewritten mid/side coding

31a27a38 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/20 08:35
small fix in huffman coding

f17195a9 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/19 16:38
fixed 2 orders of magnitude bug in blockswitch

5ea3d7fe – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/19 15:39
small DRM fix in huffman coding

e3e335f1 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/19 12:23
made DRM to compile, not sure if it really works

a31998f0 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/18 11:33
added faac icon image

7aabc36f – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/17 07:18
added faacgui.exe to the build, does compile but doesn't really work.

f35fa23e – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/16 09:28
small cleanup in bitstream.h

02c9fc5a – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/15 07:44
.gitignore *.m4a

46f56f13 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/15 07:40
version -> 1.29.8

cdd7675d – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/15 07:28
set default mode to ABR@128

c07b90a2 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 16:13
updated NEWS

7e7c82ee – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 13:18
added block switching threshold limit

35ee672e – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:53
disabled debug code

0ecc8538 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:50
disable DRM

65b19fa3 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:36
changelog update

dcb8dde7 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:31
removed unused data

6e3669e6 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:28
use new quantize/code functions

38dc9792 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:26
updated source list

a5d543ac – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:24
renamed fields in coderinfo

a97ae1ff – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:22
removed unused code

577c6499 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:21
initial windows grouping support

abe8e167 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:19
removed old huffman code

772aa2ce – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/14 08:12
new huffman coder

65ce9b2f – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/09 13:42
fixed compiler warnings

02037bc1 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/07 17:19
cleaner and more compatible SSE code

d3951eaf – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/07 13:04
clang compatibility fix

141d6124 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/06 09:49
MINGW DLL compatibility

40e7fa5d – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/05 16:35
better CPU/SSE check

cdfe72b0 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/05 15:51
added x86_64 to SSE check

b935b95e – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/05 14:41
use SSE only on i686 hosts

7d6fd496 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/05 10:31
version -> 1.29.7.8

01ab3c25 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/04 14:04
added SSE quantizer

51c7787a – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/10/01 14:55
removed obsolete project files

71fcb768 – Krzysztof Nikiel <knik0@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2017/10/01 14:50
Merge pull request #5 from vividos/master

19097e62 – Michael Fink <michael.fink@asamnet.de> authored on 2017/10/01 14:36
moved faacgui project file to project/msvc folder and updated it to Visual Studio 2017

db136859 – Michael Fink <michael.fink@asamnet.de> authored on 2017/10/01 14:29
moved faac project file to project/msvc folder and updated it to Visual Studio 2017

29bcceae – Michael Fink <michael.fink@asamnet.de> authored on 2017/10/01 14:04
moved Visual Studio project files to folder project/msvc

d8a0406b – Krzysztof Nikiel <knik0@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2017/09/29 06:20
Merge pull request #4 from vividos/master

fb4713e1 – Michael Fink <michael.fink@asamnet.de> authored on 2017/09/28 18:28
ignore some Visual Studio folders

e12b2de4 – Michael Fink <michael.fink@asamnet.de> authored on 2017/09/28 18:27
updated Visual Studio project files to VS 2017 and reorganized output folder

87aa6fb0 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/28 10:31
version -> 1.29.7.7

fca16a08 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/28 10:20
simplified bandwidth setting; modified ABR code

9327db51 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/25 10:43
version -> 1.29.7.6 (source package fix)

4671729a – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/25 10:36
add kiss_fft include files to autotools

4036f2c8 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/23 15:54
clang compatibility fix

985311ea – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/23 11:14
autotools packaging fix

97f2db81 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/23 10:49
version -> 1.29.7.5

b2e28f4d – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/23 10:46
autotools support update

720a58c5 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/06 08:23
added -no-undefined option (MSYS2 project)

1dfa7fe4 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/06 06:40
avoid clang error (initializer element is not a compile-time constant)

648c55c5 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 16:05
better framebuffer size check

ada4482f – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 14:38
frame buffer overrun check

c0c56a7b – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 11:28
updated help

aff1dc54 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 11:19
Merge branch 'master' of ssh://git.code.sf.net/p/faac/faac

c24fe5fb – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 10:53
increased frame buffer sixe to 8k for all stream types and allow higher ADTS bitrates

c5480959 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 10:53
increased frame buffer sixe to 8k for all stream types and allow higher ADTS bitrates

677a24b6 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 10:48
Revert "library interface version++"

677ed0bf – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 08:24
library interface version++

19f9c28a – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/02 07:22
MP4 max frame size calculation moved to library

191d2de7 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/09/01 06:15
added scalefactor output counter, it will be useful for window grouping;

569967e2 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/31 16:46
coder data struct cleaned up; fields renamed

a2d516f9 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/28 10:20
leftover code removed

ac65a6d1 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/28 09:43
LTP and Main object types removed

b5680ddc – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/27 12:10
version -> 1.29.7.3

d2763f06 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/27 12:01
mp4write: esds, stsc, stco atoms changed for better compatibility

b75a9aea – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/25 17:37
version -> 1.29.7.2

0aa622c5 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/25 17:31
fixed stdin fseek bug

ecc79608 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/22 13:22
new file

9d47ee25 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/22 13:18
version -> 1.29.7

3a38fe22 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/22 13:11
updated help

8aecd0c0 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/22 12:40
raised max framesize and max quality (5000) for mp4 files

b4698b94 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/22 12:19
quantizer: calculate scalefactor first then band multiplier

b672bad1 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/22 09:09
cutoff frequency tuned to fully utilize top band; removed mid frequency boost (it turned out useless)

eea06700 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/22 07:31
print faac version header before help

117b3365 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/21 17:15
version -> 1.29.6.2

a2306c4f – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/21 17:12
print help options in help

2873499c – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/21 17:00
bitrate setting fix

44e91893 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/21 11:36
removed --help-long option, it was just an alias for -H

80645282 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/21 05:52
fixed help: --long-help was renamed to --help-long

fc455ec9 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/18 06:39
version -> 1.29.6

88aed260 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/18 05:26
bugfix: integer calculation should be double; fix quality multiplier accordingly

Next