Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
[ Robert Kausch ]
Fix Joint Stereo coding
[ Krzysztof Nikiel ]
Code cleanup and compilation fixes
Fix endianness conversion functions
[ Takashi Yoshi ]
Fix compilation with GCC < 4.6
Fix compilation on big endian systems
[ Fabian Greffrath ]
Fix division by zero errors
Fix compilation with GCC <= 4.7.3
Change pointer type for proper arithmetics
Fix logic error in compiler detection
Revert back to some more generic SSE2 code
Fix a memory leak
Fix some cppcheck warnings in the Cfaac code
Check index ranges before dereferencing book arrays (CVE-2018-19886)
Clean up stdint.h header inclusions
Consistently use stdint.h types
[ Michael Fink ]
Update Visual Studio 2017 projects
Add stdint.h header inclusions
Port over ac2ver tool from faad2 to generate PACKAGE_VERSION
when compiling with Visual Studio
[ Eugène Filin ]
Memory allocations redefined
|
|
|
|
- new option(--tag) to add named tags (iTunes '----')
- faster and better short/long window type switch
- Don't build DRM(Digital Radio Mondiale) by default.
Use ./configure --enable-drm to build DRM version.
- fixed bugs
* rounding in QuantizeReflectionCoeffs (tns.c)
* use +60 value for scalefactor.
* use clipped diff instead of original value (huffman.c)
|
|
- MP4 tag options improved
- fixed MP4 'meta' atom bug
- new option to set verbosity (-v0 to silence output)
1.29.2:
- new mp4 output code
1.29:
- various patches applied and bugs fixed
|
|
changes:
Prevent out of range scalefactors
Updated to latest mpeg4ip mp4 file format library
Added -s option to make the encoder output optimized mp4 layout
Improved JPEG detection for album art
Lot's of compilation issues solved
|
|
accept the old one.
|
|
-update to 1.25 which contains small bug fixes according to the notes
-the most serious change seems to be that faac comes with an own copy
of libmp4v2 now which it tries to use exclusively -- add some patches
to still use an external lib (that's all optional, needed for tagging
support)
|
|
|
|
FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP,
MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types.
It also supports multichannel and gapless encoding.
|