shithub: aacenc

ref: 995ab26bd50a2ff96fb537f55b691cf012676b9a
dir: /ChangeLog/

View raw version
	- faster and better short/long window type switch
	- Don't build DRM(Digital Radio Mondiale) by default.
	  Use ./configure --enable-drm to build DRM version.
	- fixed bugs
	  * rounding in QuantizeReflectionCoeffs (tns.c)
	  * use +60 value for scalefactor.
	  * use clipped diff instead of original value (huffman.c)
1.29.3:
	- MP4 tag options improved
	- fixed MP4 'meta' atom bug
	- new option to set verbosity (-v0 to silence output)

1.29.2:
	- new mp4 output code

1.29:
	- various patches applied and bugs fixed

2009-02-02 - Version 1.28
	* Prevent out of range scalefactors
	* Updated to latest mpeg4ip mp4 file format library
	* Added -s option to make the encoder output optimized mp4 layout
	* Improved JPEG detection for album art
	* Lot's of compilation issues solved