check if output file exists; --overwrite option added
frontend: help/usage reorganized
block switch: produce a little more long frames
block switching parametrized: more long blocks at lower bitrates, more short blocks at higher bitrates
give more quality to lower frequencies, less quality to highs
quantizer: return back to using fixed bias with RMS energy matching
max quality setting raised to 2000
a better way to balance band volume
default bandwidth setting simplified; highened cutoff
quantizer: use unscaled data for most calculations
renamed: psych -> blockswitch
made mp4 brands more apple compatible
huffman.h: removed static declaration
new --tag option to add named tags
rewritten short/long blocktype switch
Don't build DRM(Digital Radio Mondiale) by default.
use +60 value for scalefactor and use clipped diff instead of original value (Arcen@github)
QuantizeReflectionCoeffs() fix (Arcen@github)
--track,--disc,--genre options parameter check
got rid of potentially-uninitialized-variable warning
silent option replaced with verbosity option
atom order as specified in standard
removed problematic printf, improved some printf's
I don't really know what this field is supposed to mean
new mp4 output module written from scratch
Merge branch 'master' of ssh://git.code.sf.net/p/faac/faac
Merge branch 'master' of ssh://git.code.sf.net/p/faac/faac
added option --ignorelength (support for WAV files over 4 GB)
renamed: configure.in -> configure.ac
fix autotools warnings
exit when trying to encode mp4 to stdin
patch by Dan Kegel: fixed compiler error (C++11 requires a space between literal and identifier)
avoid automake warning
correct __GNUC__ macro name so the struct is actually packed
use version number from configure.in
version number update
limit the number of searched chunks to avoid possible long loop
fixed compiler error
hopefully fixed prevoius patch, damn.
one more wave format check
fixed CVE-2017-9130 (crash with improper .wav input)
updated version
bugfix by Sebastian Wilhelmi: faac exits immediately when encoding raw wav file
fixed compilation without limbp4v2
Patch by Julian Cable: build the DRM version of the library as well as the normal version.
Build faac against the public API exposed in <faac.h> instead of the private API defined in "libfaac/frame.h".
Fix format string security error.
Support for libmp4v2 r479; Port faac to the iTMF Generic and Tags API.
fixed too much exposed API
Patch by Arthur Yarwood: read correct number of samples from data chunk
Fixed wav_open_read() to skip all unknown subchunk types
Patches
FAAC now able to use external updated libmp4v2
Minor fixes, cleanup
Fix in huffman scalefactor coding when difference was out of bound for the table.