Path to this page:
./
audio/faac,
AAC audio encoder
Branch: pkgsrc-2019Q3,
Version: 1.30,
Package name: faac-1.30,
Maintainer: pkgsrc-usersFAAC 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: a07f7f5d700f9aa15fb70276c9ae2199c4cfc2cb
RMD160: 99fb55f82984fb94ca9a85a8cad99962c7d78ef2
Filesize: 236.084 KB
Version history: (Expand)
- (2019-11-14) Updated to version: faac-1.30
- (2019-10-02) Package added to pkgsrc.se, version faac-1.29.9.2 (created)
CVS history: (Expand)
2019-11-13 22:04:16 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6082 - requested by nia
audio/faac: security fix
Revisions pulled up:
- audio/faac/Makefile 1.18
- audio/faac/distinfo 1.11
- audio/faac/patches/patch-frontend_mp4write.c deleted
---
Module Name: pkgsrc
Committed By: nia
Date: Sat Nov 9 11:48:35 UTC 2019
Modified Files:
pkgsrc/audio/faac: Makefile distinfo
Removed Files:
pkgsrc/audio/faac/patches: patch-frontend_mp4write.c
Log message:
faac: Update to 1.30
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
|