ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 0.1.5
  2. - Updated upstream sources
  3. - Fixed building with GCC 3.3 and 3.4
  4. - Fixed building with GCC 6
  5. - AArch64 optimizations
  6. - Makefiles for building with MSVC
  7. - Support building the code in C++11 mode
  8. 0.1.4
  9. - Updated upstream sources, with minor changes to the decoder API
  10. breaking the ABI. (Calling code using AUDIO_CHANNEL_TYPE may need to
  11. be updated. A new option AAC_PCM_LIMITER_ENABLE has been added, enabled
  12. by default, which incurs extra decoding delay.)
  13. - PowerPC optimizations, fixes for building on AIX
  14. - Support for reading streamed wav files in the encoder example
  15. - Fix VBR encoding of sample rates over 64 kHz
  16. 0.1.3
  17. - Updated upstream sources, with a number of crash fixes and new features
  18. (including support for encoding 7.1)
  19. 0.1.2
  20. - Fix a few more crashes
  21. - Include dependency libs (such as -lm) in the pkg-config file
  22. 0.1.1
  23. - Updated to a new upstream version from Android 4.2, fixing a lot of crashes
  24. - Cleanup of autotools usage
  25. - Make sure the shared library links to libm if necessary
  26. - Performance improvements on x86
  27. - Added support for WG4/DVD audio channel mappings
  28. - Minimized the differences to upstream
  29. - Added an example encoder tool
  30. 0.1.0
  31. - Initial release of fdk-aac
  32. - autotools based build system
  33. - Enable setting VBR bitrate modes