shithub: aacenc

RSS feed

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

47142b71 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/17 10:21
quantizer: use standard "MAGIC_NUMBER" for integer conversion

ae01d6df – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/17 06:35
version -> 1.29.5

4dd8b589 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/17 05:37
updated help, manpage and changelog

d663b000 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/16 16:10
fixed help typos

ecd3c412 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/16 16:08
updated manpage

f4d799d2 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/16 10:24
The strncmp() declaration needs to conform to the standard to fix build failure with musl libc.

5d1b42fc – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/16 06:55
check if output file exists; --overwrite option added

4b298a9b – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/16 06:36
frontend: help/usage reorganized

e2304f6c – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/15 16:28
block switch: produce a little more long frames

6bd575e2 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/15 14:03
block switching parametrized: more long blocks at lower bitrates, more short blocks at higher bitrates

9100891c – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/15 11:21
give more quality to lower frequencies, less quality to highs

3eda05d9 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/15 11:08
quantizer: return back to using fixed bias with RMS energy matching

11abc06a – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/14 17:44
updated ChangeLog

98aa3da4 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/14 17:41
max quality setting raised to 2000

bba23c9e – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/14 15:07
version -> 1.29.4

777d4f6d – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/14 15:04
a better way to balance band volume

26a6f3c0 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/14 06:02
default bandwidth setting simplified; highened cutoff

dd8c93e0 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/14 05:30
lower quantizer bias

3bb78ff9 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/14 05:29
quantizer: use unscaled data for most calculations

ba44d0b5 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/13 09:28
.gitignore more files

125aebf1 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/13 07:56
renamed: psych -> blockswitch

71b835a6 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/13 05:35
rewritten quantizer

972a5284 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/10 16:57
made mp4 brands more apple compatible

80d6cebd – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/10 10:41
ChangeLog update

66b8a342 – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/10 10:30
huffman.h: removed static declaration

995ab26b – Krzysztof Nikiel <knik@users.sourceforge.net> authored on 2017/08/09 12:21
new --tag option to add named tags

d4fbb806 – knik <knik@users.sourceforge.net> authored on 2017/08/01 13:46
updated changelog

d50d4104 – knik <knik@users.sourceforge.net> authored on 2017/08/01 13:19
rewritten short/long blocktype switch

15da6ef6 – knik <knik@users.sourceforge.net> authored on 2017/07/31 06:45
fft.c: cleanup

daefb182 – knik <knik@users.sourceforge.net> authored on 2017/07/28 10:56
Don't build DRM(Digital Radio Mondiale) by default.

ba9ebd2f – knik <knik@users.sourceforge.net> authored on 2017/07/28 08:45
ChengeLog update

d3322535 – knik <knik@users.sourceforge.net> authored on 2017/07/28 08:42
updated AUTHORS

7dc4a9c5 – knik <knik@users.sourceforge.net> authored on 2017/07/28 08:40
updated .sln file (Arcen@github)

adf879a9 – knik <knik@users.sourceforge.net> authored on 2017/07/28 08:39
updated TODO by Arcen@github

77fb24d0 – knik <knik@users.sourceforge.net> authored on 2017/07/28 08:37
use +60 value for scalefactor and use clipped diff instead of original value (Arcen@github)

08ff1d31 – knik <knik@users.sourceforge.net> authored on 2017/07/28 08:28
QuantizeReflectionCoeffs() fix (Arcen@github)

cc91e09b – knik <knik@users.sourceforge.net> authored on 2017/07/26 02:56
--track,--disc,--genre options parameter check

dab6333d – knik <knik@users.sourceforge.net> authored on 2017/07/25 03:59
--compilation option fix

3ba2093c – knik <knik@users.sourceforge.net> authored on 2017/07/24 10:35
--genre --track --disc options fix

17a2abfb – knik <knik@users.sourceforge.net> authored on 2017/07/21 11:45
version -> 1.29.3

ee71b5ca – knik <knik@users.sourceforge.net> authored on 2017/07/21 11:38
enabled --cover-art option

63c7c067 – knik <knik@users.sourceforge.net> authored on 2017/07/21 10:42
fixed --track and --disc options

ddc184c2 – knik <knik@users.sourceforge.net> authored on 2017/07/21 10:27
rename mp4atom -> mp4write

7bf78de9 – knik <knik@users.sourceforge.net> authored on 2017/07/20 08:18
mp4time() -> static

e519bdb0 – knik <knik@users.sourceforge.net> authored on 2017/07/19 17:43
better mp4 creation time setting

22a3ded7 – knik <knik@users.sourceforge.net> authored on 2017/07/19 14:59
fixed samples-per-frame field

6ed74e13 – knik <knik@users.sourceforge.net> authored on 2017/07/19 13:50
added 'M4A ' as compatible brand

14e9d3dc – knik <knik@users.sourceforge.net> authored on 2017/07/19 10:43
got rid of potentially-uninitialized-variable warning

eb571ad2 – knik <knik@users.sourceforge.net> authored on 2017/07/19 02:12
update

4fda3e8b – knik <knik@users.sourceforge.net> authored on 2017/07/18 18:52
new verbosity level

0b6d7604 – knik <knik@users.sourceforge.net> authored on 2017/07/18 18:43
silent option replaced with verbosity option

cc8b449a – knik <knik@users.sourceforge.net> authored on 2017/07/18 18:21
'meta' atom format fixed

ccc31b06 – knik <knik@users.sourceforge.net> authored on 2017/07/18 14:00
atom order as specified in standard

3aee10e5 – knik <knik@users.sourceforge.net> authored on 2017/07/18 13:40
leftover debug code removed

f47f32ba – knik <knik@users.sourceforge.net> authored on 2017/07/18 09:58
added quiet mode

b03ff456 – knik <knik@users.sourceforge.net> authored on 2017/07/17 18:58
removed problematic printf, improved some printf's

98c5d013 – knik <knik@users.sourceforge.net> authored on 2017/07/17 18:56
enabled --track and --disc tags

5321541c – knik <knik@users.sourceforge.net> authored on 2017/07/17 13:29
version -> 1.29.2

e2b19b3b – knik <knik@users.sourceforge.net> authored on 2017/07/17 13:22
compilation problem fix

b5448ac8 – knik <knik@users.sourceforge.net> authored on 2017/07/17 13:20
really stupid realloc bug

369f3279 – knik <knik@users.sourceforge.net> authored on 2017/07/17 12:49
version -> 1.29.1

82bfa6eb – knik <knik@users.sourceforge.net> authored on 2017/07/17 12:48
removed unused library

5730e001 – knik <knik@users.sourceforge.net> authored on 2017/07/16 17:08
I don't really know what this field is supposed to mean

37be1fb4 – knik <knik@users.sourceforge.net> authored on 2017/07/16 14:47
datastruct fix

daa69ed3 – knik <knik@users.sourceforge.net> authored on 2017/07/16 14:25
format again

40fe3064 – knik <knik@users.sourceforge.net> authored on 2017/07/16 12:41
bad format string

eb39814b – knik <knik@users.sourceforge.net> authored on 2017/07/16 12:33
new mp4 output module written from scratch

5726e930 – knik <knik@users.sourceforge.net> authored on 2017/07/09 14:03
Merge branch 'master' of ssh://git.code.sf.net/p/faac/faac

3b60971f – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:48
fixed AM_CONDITIONAL

5fb579ce – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:48
fidex AM_CONDITIONAL

3d8f031b – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:47
Merge branch 'master' of ssh://git.code.sf.net/p/faac/faac

4f1a2dd0 – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:37
MINGW compile/build fix

7915c0a2 – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:37
MINGW compile/build fix

e77b325b – knik <knik@users.sourceforge.net> authored on 2017/07/08 16:39
tiny fix

d150e190 – knik <knik@users.sourceforge.net> authored on 2017/07/08 11:52
more files .gitignored

053a9548 – knik <knik@users.sourceforge.net> authored on 2017/07/08 06:06
obsolete .cvsignore deleted

52380769 – knik <knik@users.sourceforge.net> authored on 2017/07/08 06:04
added option --ignorelength (support for WAV files over 4 GB)

5f370172 – knik <knik@users.sourceforge.net> authored on 2017/07/07 10:08
updated bug-report address

451843df – knik <knik@users.sourceforge.net> authored on 2017/07/04 14:49
renamed: configure.in -> configure.ac

9a5559a0 – knik <knik@users.sourceforge.net> authored on 2017/07/04 14:22
renamed: .cvsignore -> .gitignore

3debb348 – knik <knik> authored on 2017/07/03 08:07
fix autotools warnings

f495fc62 – knik <knik> authored on 2017/07/02 13:10
exit when trying to encode mp4 to stdin

6e869f1c – knik <knik> authored on 2017/07/02 12:12
patch by Dan Kegel: fixed compiler error (C++11 requires a space between literal and identifier)

af892dcd – knik <knik> authored on 2017/07/02 11:48
avoid automake warning

9815d9dc – knik <knik> authored on 2017/07/02 10:35
correct __GNUC__ macro name so the struct is actually packed

fa89cd52 – knik <knik> authored on 2017/07/02 10:19
use version number from configure.in

92a49839 – knik <knik> authored on 2017/07/02 09:57
version number update

686c34e8 – knik <knik> authored on 2017/07/01 05:46
limit the number of searched chunks to avoid possible long loop

64bbc928 – knik <knik> authored on 2017/07/01 05:35
fixed compiler error

664e96cd – knik <knik> authored on 2017/07/01 05:32
hopefully fixed prevoius patch, damn.

9cbf6341 – knik <knik> authored on 2017/07/01 04:58
one more wave format check

a6e2476e – knik <knik> authored on 2017/07/01 04:52
fixed CVE-2017-9130 (crash with improper .wav input)

58e9cad9 – knik <knik> authored on 2017/07/01 04:45
updated version

8a663c20 – knik <knik> authored on 2015/11/26 09:27
bugfix by Sebastian Wilhelmi: faac exits immediately when encoding raw wav file

196fa405 – knik <knik> authored on 2015/06/09 06:58
fixed compilation without limbp4v2

48e48aae – knik <knik> authored on 2014/11/10 03:14
Patch by Julian Cable: build the DRM version of the library as well as the normal version.

b84dd4bf – knik <knik> authored on 2012/03/01 13:34
Build faac against the public API exposed in <faac.h> instead of the private API defined in "libfaac/frame.h".

08f5deea – knik <knik> authored on 2012/02/25 12:34
Fix format string security error.

8b72935b – knik <knik> authored on 2012/02/23 08:26
Support for libmp4v2 r479; Port faac to the iTMF Generic and Tags API.

Next