Freeware Advanced Audio (AAC) Decoder including SBR decoding
https://github.com/knik0/faad2FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder.
FAAD2 includes code for SBR (HE AAC) decoding.
- Developed at Staging
- 3 derived packages
Refresh
Refresh
Source Files
| Filename | Size | Changed | Actions |
|---|---|---|---|
| baselibs.conf | 0000000009 9 Bytes | almost 15 years | |
| faad2-2.9.1.tar.gz | 0000802569 784 KB | almost 6 years | |
| faad2-PACKAGE_VERSION.patch | 0000000389 389 Bytes | almost 6 years | |
| faad2-visibility.patch | 0000002331 2.28 KB | almost 6 years | |
| faad2.changes | 0000008036 7.85 KB | almost 6 years | |
| faad2.spec | 0000005144 5.02 KB | almost 6 years |
Revision 24 (latest revision is 32)
- Update version to 2.9.1
* Include stdio.h in libfaad/ps_dec.c for stderr (Michael Fink)
* Fix Tille -> Title typo in frontend/mp4read.c (Alexander Thomas)
* Build system fixes and code clean-up
* Fix compiler warnings and code indentation
* Fix compilation with GCC <= 4.7.3
* MSVC solution file clean-up
* Fix compilation with GCC 4.7.4
* Fix compilation with MinGW
* MSVC 2017 project file update
* Fix crash with unsupported MP4 files (NULL pointer dereference,
* division by zero)
* CVE-2019-6956: ps_dec: sanitize iid_index before mixing
* CVE-2018-20196: sbr_fbt: sanitize sbr->M (should not exceed MAX_M)
* CVE-2018-20199, CVE-2018-20360: specrec: better handle unexpected
* parametric stereo (PS)
* CVE-2018-20362, CVE-2018-19504, CVE-2018-20195, CVE-2018-20198,
* CVE-2018-20358: syntax.c: check for syntax element inconsistencies
* CVE-2018-20194, CVE-2018-19503, CVE-2018-20197, CVE-2018-20357,
* CVE-2018-20359, CVE-2018-20361: sbr_hfadj: sanitize frequency band
* borders
* CVE-2019-15296, CVE-2018-19502: Fix a couple buffer overflows
* Prevent crash on SCE followed by CPE
* Fix linking with GCC 9 and "-Wl,--as-needed"
* Enable the frontend to be built reproducibly
- Drop patches: Fix-a-couple-buffer-overflows.patch,
syntax.c-check-for-syntax-element-inconsistencies.patch
sbr_hfadj-sanitize-frequency-band-borders.patch
merged by upstream.
- Drop faad2-pic-fix.patch, all files are non-existent which need to be patched. (forwarded request 5003 from hillwood)
Comments for faad2 0