C library and frontend for decoding MPEG2/4 AAC

http://www.audiocoding.com/

FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely
written from scratch. FAAD 2 is licensed under the GPL.

Refresh
Refresh
Source Files
Filename Size Changed Actions
baselibs.conf 0000000009 9 Bytes over 13 years
faad2-2.10.0.tar.gz 0000803225 784 KB over 3 years
faad2-PACKAGE_VERSION.patch 0000001081 1.06 KB over 3 years
faad2-visibility.patch 0000002331 2.28 KB about 4 years
faad2.changes 0000010282 10 KB over 3 years
faad2.spec 0000005991 5.85 KB over 3 years
Revision 29 (latest revision is 30)
Olaf Hering Olaf Hering (olh) accepted request 5288 over 3 years ago (revision 29)
- Update to version 2.10.0
  * mp4read.c: fix stack-buffer-overflow in stringin()/ftypin()
  * fix heap-buffer-overflow in mp4read.c
  * Remove non-ASCII characters
  * Remove trailing whitespace
  * Check return value of ltp_data.
  * Restrict SBR frame length to 960 and 1024 samples.
  * Support object type 29.
  * Support implicit SBR signaling in frontend.
  * Fix PNS decoding when only right channel is noise.
  * Initialize element_id array with an invalid id.
  * Fix NULL pointer dereferences.
  * Fix infinite loop in adts_parse.
  * Fix infinite loop in huffman_getescape.
  * Check for error after each channel decode.
  * Check for inconsistent number of channels.
- Drop faad2-fix-stack-overflow.patch (merged upstream)
- Refresh faad2-PACKAGE_VERSION.patch to make it future-proof
Comments for faad2 0