This are only the latest changes. Full ChangeLog available here.
2003-11-24 knik
* frontend/main.c:
using new version info interface
* libfaac/frame.h, include/faac.h:
A safe version of faacEncGetVersion() without string length problem.
* libfaac/frame.c:
A safe version of faacEncGetVersion() without string length problem.
Removed Stux from copyright notice. I don't think he contributed something very
substantial to faac and this is not the right place to list all contributors.
* libfaac/: filtbank.c, filtbank.h, tns.c, tns.h:
static prototypes removed from header
* README, docs/faac.html:
Added a few names to contributor list, but still it doesn't seem to be very complete.
2003-11-16 stux
* README:
added a new Contributor ;)
* libfaac/: fft.c, fft.h, filtbank.c, filtbank.h, frame.c, frame.h,
psych.h, psychkni.c, version.h:
moved global tables from fft.c into hEncoder FFT_Tables. Add fft_init and fft_terminate, flowed through all necessary changes. This should remove at least one instance of a memory leak, and fix some thread-safety problems. Version update to 1.23.3
2003-11-15 stux
* include/faac.h, libfaac/frame.c, libfaac/frame.h,
libfaac/libfaac.def, libfaac/version.h:
added FaacEncGetVersion(), version 1.23.2, added myself to faacCopyright :-P, does vanity know no bound ;)
2003-11-13 knik
* frontend/main.c:
raw input bugfix
2003-11-10 knik
* libfaac/version.h:
1.23.1
* libfaac/frame.c:
Allowed independent bitRate and bandWidth setting.
Small fixes.
|