summaryrefslogtreecommitdiff
path: root/audio/faac/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-11-09faac: Update to 1.30nia1-23/+0
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
2017-12-01Remove unused patchadam1-34/+0
2017-08-151.29.4:adam1-0/+34
- 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)
2017-07-231.29.3:adam6-49/+51
- 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
2009-09-09update to 1.28drochner3-43/+34
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
2007-02-15Regenerate patch file because GNUpatch (used by e.g. Mac OS X) didn'ttron1-4/+4
accept the old one.
2007-02-09-build against libmp4v2 instead of the full mpeg4ipdrochner3-20/+56
-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)
2004-12-28Include sys/resource.h to use "struct rusage" on Linux.minskim1-2/+2
2004-05-16Initial import of faac-1.24.xtraeme1-0/+22
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.