⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 dsp上用c语言实现的aac音频算法的编解码器代码
💻
📖 第 1 页 / 共 5 页
字号:
2003-02-23  menno	* frontend/: faac.dsp, input.c:		fixes win32 compilation2003-02-09  menno	* libfaac/libfaac.dsp, libfaac/psychkni.c,	plugins/cooledit/FAAC.dsp, plugins/cooledit/Faad.cpp,	plugins/cooledit/aacInfoLib.dsp:		Updated interface function for mp4 AudioSpecificConfig		now is a lot cleaner to use2002-12-28  knik	* include/faac.h:		new version number	* libfaac/psychkni.c:		The distortion limit calculation moved to quantizer.		Modified block type switch to produce more short blocks.	* libfaac/aacquant.c:		The distortion limit calculation moved from psychkni to quantizer to be more		ISO model compatible.2002-12-23  knik	* frontend/main.c:		added some headers	* frontend/input.c:		type size and endian conversion fix	* configure.in:		check endianness and data types2002-12-15  menno	* frontend/: faac.dsp, faac.dsw, input.c, main.c:		Some portability changes2002-11-27  knik	* include/faac.h:		new version number	* libfaac/psychkni.c:		updated noise threshold	* libfaac/aacquant.c:		Noise calculation was definitely to quick. Now it should be more reasonable.2002-11-23  knik	* common/: getopt/COPYING, getopt/getopt.c, getopt/getopt.h,	libsndfile/AUTHORS, libsndfile/COPYING, libsndfile/ChangeLog,	libsndfile/INSTALL, libsndfile/Makefile.am, libsndfile/Makefile.in,	libsndfile/NEWS, libsndfile/README, libsndfile/TODO,	libsndfile/acconfig.h, libsndfile/aclocal.m4,	libsndfile/check_libsndfile.py, libsndfile/config.guess,	libsndfile/config.sub, libsndfile/configure,	libsndfile/configure.in, libsndfile/install-sh,	libsndfile/libsndfile.spec, libsndfile/libsndfile.spec.in,	libsndfile/ltconfig, libsndfile/ltmain.sh, libsndfile/missing,	libsndfile/mkinstalldirs, libsndfile/reconf,	libsndfile/MacOS/MacOS-readme.txt, libsndfile/MacOS/Makefile.am,	libsndfile/MacOS/Makefile.in, libsndfile/MacOS/config.h,	libsndfile/Win32/Makefile.am, libsndfile/Win32/Makefile.in,	libsndfile/Win32/README-Win32.txt,	libsndfile/Win32/README-Win32.txt.old, libsndfile/Win32/config.h,	libsndfile/Win32/libsndfile.dsp, libsndfile/Win32/libsndfile.dsw,	libsndfile/Win32/libsndfile.sln,	libsndfile/Win32/libsndfile.vcproj, libsndfile/Win32/unistd.h,	libsndfile/src/Makefile.am, libsndfile/src/Makefile.in,	libsndfile/src/aiff.c, libsndfile/src/alaw.c, libsndfile/src/au.c,	libsndfile/src/au.h, libsndfile/src/au_g72x.c,	libsndfile/src/common.c, libsndfile/src/common.h,	libsndfile/src/config.h.in, libsndfile/src/float32.c,	libsndfile/src/floatcast.h, libsndfile/src/ircam.c,	libsndfile/src/nist.c, libsndfile/src/paf.c, libsndfile/src/pcm.c,	libsndfile/src/raw.c, libsndfile/src/samplitude.c,	libsndfile/src/sfendian.h, libsndfile/src/sndfile.c,	libsndfile/src/sndfile.h, libsndfile/src/stamp-h.in,	libsndfile/src/svx.c, libsndfile/src/ulaw.c, libsndfile/src/voc.c,	libsndfile/src/wav.c, libsndfile/src/wav.h,	libsndfile/src/wav_gsm610.c, libsndfile/src/wav_ima_adpcm.c,	libsndfile/src/wav_ms_adpcm.c, libsndfile/src/G72x/ChangeLog,	libsndfile/src/G72x/Makefile.am, libsndfile/src/G72x/Makefile.in,	libsndfile/src/G72x/README, libsndfile/src/G72x/README.original,	libsndfile/src/G72x/g721.c, libsndfile/src/G72x/g723_16.c,	libsndfile/src/G72x/g723_24.c, libsndfile/src/G72x/g723_40.c,	libsndfile/src/G72x/g72x.c, libsndfile/src/G72x/g72x.h,	libsndfile/src/G72x/private.h, libsndfile/src/GSM610/COPYRIGHT,	libsndfile/src/GSM610/ChangeLog, libsndfile/src/GSM610/Makefile.am,	libsndfile/src/GSM610/Makefile.in, libsndfile/src/GSM610/README,	libsndfile/src/GSM610/add.c, libsndfile/src/GSM610/code.c,	libsndfile/src/GSM610/config.h, libsndfile/src/GSM610/decode.c,	libsndfile/src/GSM610/gsm.h, libsndfile/src/GSM610/gsm_create.c,	libsndfile/src/GSM610/gsm_decode.c,	libsndfile/src/GSM610/gsm_destroy.c,	libsndfile/src/GSM610/gsm_encode.c,	libsndfile/src/GSM610/gsm_option.c,	libsndfile/src/GSM610/long_term.c, libsndfile/src/GSM610/lpc.c,	libsndfile/src/GSM610/preprocess.c,	libsndfile/src/GSM610/private.h, libsndfile/src/GSM610/proto.h,	libsndfile/src/GSM610/rpe.c, libsndfile/src/GSM610/short_term.c,	libsndfile/src/GSM610/table.c, libsndfile/src/GSM610/unproto.h:		removed unused files	* frontend/: getopt.c, getopt.h:		moved from common	* frontend/: input.c, input.h:		libsndfile replacement	* include/faac.h:		updated version number	* frontend/main.c:		replaced libsndfile with input.c		improved bandwidth/bitrate calculation formula	* frontend/Makefile.am:		replaced libsndfile by input.c	* libfaac/psychkni.c:		noise threshold updated to fit new quantizer		improved block type switch	* libfaac/fft.c:		rfft: made xi a local variable	* libfaac/aacquant.h:		removed static declarations and unused structs	* libfaac/aacquant.c:		OuterLoop replaced by FixNoise/BalanceEnergy routines		AACQuantize:		 local variables instead of allocated and freed memory		SearchStepSize:		 long/short block adjustment to run faster	* configure.in:		removed libsndfile		added getopt.h check2002-11-01  menno	* libfaac/libfaac.vcproj, plugins/cooledit/FAAC.vcproj,	plugins/cooledit/Faad.cpp, plugins/cooledit/aacInfoLib.vcproj:		Small changes to the decoder interface:		every function that has a buffer as input now also has a parameter to give the size of that buffer.2002-10-11  menno	* common/libsndfile/Win32/libsndfile.sln,	common/libsndfile/Win32/libsndfile.vcproj, frontend/faac.sln,	frontend/faac.vcproj, frontend/faacgui.sln,	frontend/faacgui.vcproj, libfaac/libfaac.vcproj,	libfaac/libfaac_dll.sln, libfaac/libfaac_dll.vcproj,	plugins/aac_acm/aac_acm.sln, plugins/aac_acm/aac_acm.vcproj,	plugins/winamp/out_FAAC.sln, plugins/winamp/out_FAAC.vcproj:		Added VC7 project files	* plugins/cooledit/: AudioCoding.bmp, CRegistry.cpp, CRegistry.h,	Email.bmp, FAAC.def, FAAC.dsp, FAAC.rc, FAAC.sln, FAAC.vcproj,	Faac.cpp, Faad.cpp, Main.cpp, Readme.txt, Structs.h,	aacInfoLib.vcproj, defines.h, mpeg4ip-v.bmp, resource.h:		Updated cooledit filter	* libfaac/frame.c:		small bugfix2002-10-08  menno	* libfaac/: frame.c, psychiso.c:		Fixed some memory leakage2002-09-30  menno	* plugins/: cooledit/Aacinfo.cpp, cooledit/Config.cpp,	cooledit/Copying, cooledit/FAAC.def, cooledit/FAAC.dsp,	cooledit/FAAC.dsw, cooledit/FAAC.rc, cooledit/FAAD.DSP,	cooledit/FAAD.rc, cooledit/Faac.cpp, cooledit/Faad.cpp,	cooledit/Main.cpp, cooledit/aacInfoLib.dsp,	cooledit/aacInfoLib.dsw, cooledit/aacinfo.h, cooledit/defines.h,	cooledit/faad.def, cooledit/faad.dsw, winamp/AACINFO.Cpp,	winamp/AACINFO.H, winamp/CRegistry.cpp, winamp/CRegistry.h,	winamp/Config.cpp, winamp/Copying, winamp/OUT_FAAC.DEF,	winamp/Open.bmp, winamp/Out_faac.cpp, winamp/ReadMe.txt,	winamp/defines.h, winamp/out_FAAC.dsp, winamp/out_FAAC.dsw:		Latest changes to plugins by 4N2002-08-30  knik	* libfaac/huffman.c:		speed improvement	* libfaac/aacquant.c:		extended outer loop exit condition to be faster	* frontend/main.c:		misplaced #endif2002-08-23  menno	* plugins/cooledit/: Aacinfo.cpp, CRegistry.cpp, CRegistry.h,	FAAD.DSP, FAAD.rc, Faac.cpp, Faad.cpp, Logo.bmp, Main.cpp,	Readme.txt, Registry.cpp, Registry.h, aacinfo.h, bitmap1.bmp,	defines.h, faad.def:		Bugfixed Cooledit filter2002-08-21  knik	* libfaac/psychkni.c:		disabled long fft calculation as it is not used at the moment		long/short switch threshold fix and some memory improvements	* libfaac/psychiso.c:		new fft function name	* libfaac/filtbank.c:		new fft function names	* libfaac/fft.h:		new function names	* libfaac/fft.c:		new simplier and faster fft routine and correct real fft		new real fft is just a complex fft wrapper so it is slower than optimal but		by surprise it seems to be at least as fast as the old buggy function2002-08-21  menno	* libfaac/: libfaac.dsp, libfaac_dll.dsp:		Updated project files2002-08-19  knik	* libfaac/bitstream.h:		removed static declarations	* libfaac/bitstream.c:		added static declarations	* libfaac/frame.c:		added one additional flush frame		fixed sample buffer memory allocation	* frontend/main.c:		automatic bitrate setting		more advanced status line2002-08-10  knik	* plugins/: cooledit/Faac.cpp, winamp/Out_faac.cpp:		version update	* frontend/main.c, include/faac.h:		version update2002-08-09  knik	* libfaac/frame.c, libfaac/frame.h, include/faac.h,	frontend/main.c:		improved psychoacoustic model selection2002-08-07  knik	* frontend/main.c:		added psymodel selection and default bandwidth	* include/faac.h:		added interface to psychoacoustic model	* libfaac/psych.c:		renamed to psychiso	* libfaac/psychkni.c:		new psychoacoustic model	* libfaac/psychiso.c:		ISO psychoacoustic model renamed and added new interface to frame	* libfaac/psych.h:		new interface to frame	* libfaac/Makefile.am:		Introduced multiple psychoacoustic models	* libfaac/frame.h:		removed static declaration	* libfaac/frame.c:		new interface to psychoacoustic	* libfaac/fft.c:		rsfft output was reversed i.e. high frequencies first2002-08-07  menno	* plugins/cooledit/Faad.cpp:		Cooledit filter compiles again		not sure if it works2002-05-26  menno	* plugins/winamp/: AACINFO.C, AACINFO.Cpp, Config.c, Config.cpp,	FAAC.rc, Logo.bmp, OUT.H, OUT_FAAC.DEF, Out_faac.c, Out_faac.cpp,	RESOURCE.H, out_FAAC.dsp, out_FAAC.dsw:		Fixes in faac winamp plugin	* plugins/cooledit/: Aacinfo.cpp, Faac.cpp, Faad.cpp, Main.cpp,	aacinfo.h, resource.h:		Fixes in cooledit plugin2002-04-20  menno	* plugins/cooledit/: FAAD.DSP, FAAD.rc, Readme.txt, aacinfo.h,	faad.dsw, resource.h, Aacinfo.cpp, Config.cpp, Faac.cpp, Faad.cpp,	Main.cpp, Registry.cpp, Registry.h, aacinfo.c, faac.c, faad.c,	main.c, Config.c:		Updated cooledit code		plugin now supports MP4 files2002-04-17  menno	* plugins/cooledit/: FAAD.DSP, FAAD.rc, aacinfo.c, aacinfo.h,	faac.c, faad.c, faad.def, faad.dsw, resource.h:		Updated cooledit plugin to use the FAAD2 decoder		Thanks to Antonio2002-02-13  menno	* common/libsndfile/: AUTHORS, ChangeLog, Makefile.am, Makefile.in,	NEWS, README, TODO, acconfig.h, aclocal.m4, check_libsndfile.py,	config.guess, config.sub, configure, configure.in, libsndfile.spec,	ltconfig, ltmain.sh, mkinstalldirs, MacOS/MacOS-readme.txt,	MacOS/Makefile.in, MacOS/config.h, Win32/Makefile.in,	Win32/config.h, Win32/libsndfile.dsp, Win32/libsndfile.dsw,	doc/ChangeLog, doc/Makefile.am, doc/Makefile.in, doc/NEWS,	doc/api.html, doc/bugs.html, doc/index.html, doc/libsndfile.jpg,	doc/sfinfo.html, examples/Makefile.am, examples/Makefile.in,	examples/make_sine.c, examples/sfconvert.c, examples/sfhexdump.c,	examples/sfinfo.c, examples/sndfile2oct.c, examples/wav32_aiff24.c,	m4/Makefile.am, m4/Makefile.in, src/Makefile.am, src/Makefile.in,	src/aiff.c, src/alaw.c, src/alaw.h, src/au.c, src/au.h,	src/au_g72x.c, src/common.c, src/common.h, src/config.h.in,	src/float32.c, src/floatcast.h, src/ircam.c, src/newpcm.c,	src/nist.c, src/paf.c, src/pcm.c, src/pcm.h, src/raw.c,	src/samplitude.c, src/sfendian.h, src/sndfile.c, src/sndfile.h,	src/svx.c, src/ulaw.c, src/ulaw.h, src/voc.c, src/wav.c, src/wav.h,	src/wav_float.c, src/wav_gsm610.c, src/wav_ima_adpcm.c,	src/wav_ms_adpcm.c, src/G72x/ChangeLog, src/G72x/Makefile.in,	src/G72x/g72x.c, src/G72x/g72x.h, src/GSM610/ChangeLog,	src/GSM610/Makefile.in, src/GSM610/add.c, src/GSM610/code.c,	src/GSM610/config.h, src/GSM610/decode.c, src/GSM610/gsm.h,	src/GSM610/gsm_create.c, src/GSM610/gsm_decode.c,	src/GSM610/gsm_destroy.c, src/GSM610/gsm_encode.c,	src/GSM610/gsm_option.c, src/GSM610/long_term.c, src/GSM610/lpc.c,	src/GSM610/preprocess.c, src/GSM610/private.h, src/GSM610/proto.h,	src/GSM610/rpe.c, src/GSM610/short_term.c, src/GSM610/table.c,	src/GSM610/unproto.h, tests/Makefile.am, tests/Makefile.in,	tests/alaw_test.c, tests/double_test.c, tests/error_test.c,	tests/lossy_comp_test.c, tests/read_seek_test.c, tests/sftest.c,	tests/sfversion.c, tests/ulaw_test.c, tests/write_read_test.c:		Use latest version of libsndfile2002-01-18  menno	* plugins/aac_acm/codec.cpp:		bugfixes?2002-01-17  menno	* plugins/aac_acm/codec.cpp:		bugfix	* plugins/aac_acm/: StdAfx.cpp, StdAfx.h, aac_acm.cpp, aac_acm.def,	aac_acm.dsp, aac_acm.dsw, aac_acm.inf, codec.cpp, codec.h,	msacmdrv.h:		AAC ACM codec2002-01-14  menno	* plugins/: cooledit/FAAD.rc, cooledit/faac.c, winamp/FAAC.rc,	winamp/Out_faac.c:		Changes in bitrate field2001-12-07  menno	* libfaac/: bitstream.c, bitstream.h:		Fixed LTP encoder2001-12-06  menno	* libfaac/: aacquant.c, ltp.c:		Fixed LTP encoder2001-11-29  menno	* libfaac/bitstream.c:		fix in bitstream writing2001-11-08  menno	* project/mingw32/: Makefile, faac.dev:		Updated makefiles for MingW32 and Dev-C++ as well as DJGPP2001-11-06  menno	* plugins/cooledit/faad.c:		bugfix by 4N2001-10-29  menno	* plugins/cooledit/: FAAD.DSP, aacinfo.c, aacinfo.h, faad.c,	faad.def, faad.dsw:		Updated cooledit plugin, now working correctly with new library interface2001-10-27  menno	* lcc/Makefile:		Updated project files for free compilers2001-10-26  menno	* ChangeLog, mingw32/Makefile, project/lcc/Makefile,	project/mingw32/Makefile:		Updated project files for free compilers	* mingw32/Makefile:		Added makefile for MingW32	* plugins/cooledit/faad.c:		Fixed FAAD decoding first 2 silent frames	* frontend/: faac.dsp, faacgui.dsp, faacgui.rc, main.c, maingui.c,	resource.h:		Enable RAW aac output in the frontends2001-10-22  menno	* .cvsignore, faac.dsw, plugins/cooledit/FAAD.DSP,	plugins/winamp/out_FAAC.dsp:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -