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.
Allow higher bitrates
Fixed version number
Final changes for version 1.28 release
Linux compilation fix
Updated projects and removed outdated code
Issues with WAVEFORMATEXTENSIBLE
Changed FAACAPI definition for MINGW compiler
Updated to newest mpeg4ip library
Updated manual with new option
Made JPEG detection less restrictive
Added -s option for output of optimized mp4 layout
[ 1849718 ] mpeg4ip.h not handling non-c99 compiler correctly
Fixed last #ifdef WIN32
Moved manpage