File: ChangeLog

package info (click to toggle)
fdk-aac 0.1.4-2
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 7,308 kB
  • ctags: 7,093
  • sloc: cpp: 70,257; ansic: 374; makefile: 200; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.1.4
 - Updated upstream sources, with minor changes to the decoder API
   breaking the ABI. (Calling code using AUDIO_CHANNEL_TYPE may need to
   be updated. A new option AAC_PCM_LIMITER_ENABLE has been added, enabled
   by default, which incurs extra decoding delay.)
 - PowerPC optimizations, fixes for building on AIX
 - Support for reading streamed wav files in the encoder example
 - Fix VBR encoding of sample rates over 64 kHz

0.1.3
 - Updated upstream sources, with a number of crash fixes and new features
   (including support for encoding 7.1)

0.1.2
 - Fix a few more crashes
 - Include dependency libs (such as -lm) in the pkg-config file

0.1.1
 - Updated to a new upstream version from Android 4.2, fixing a lot of crashes
 - Cleanup of autotools usage
 - Make sure the shared library links to libm if necessary
 - Performance improvements on x86
 - Added support for WG4/DVD audio channel mappings
 - Minimized the differences to upstream
 - Added an example encoder tool

0.1.0
 - Initial release of fdk-aac
 - autotools based build system
 - Enable setting VBR bitrate modes