|
|
@@ -0,0 +1,40599 @@
|
|
|
+
|
|
|
+ ChangeLog for LAME
|
|
|
+-==================-
|
|
|
+
|
|
|
+ - All dates/times are in GMT.
|
|
|
+ - This file contains the complete changelog, even commit logs of
|
|
|
+ non official branches. An entry of the form "filename (branchname):"
|
|
|
+ may not apply to the source you get with this package.
|
|
|
+ - Generated from cvs log entries
|
|
|
+ (cvs2cl --gmt -S --branches --no-wrap --header ChangeLog.header)
|
|
|
+
|
|
|
+--
|
|
|
+
|
|
|
+2017-10-13 20:22 aleidinger
|
|
|
+
|
|
|
+ * vc_solution/Makefile.in:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2017-10-13 20:21 aleidinger
|
|
|
+
|
|
|
+ * vc_solution/Makefile.am:
|
|
|
+
|
|
|
+ list each file explicitely, make dist does not like globs.
|
|
|
+
|
|
|
+2017-10-13 20:16 aleidinger
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ Update testcase for 3.100 release.
|
|
|
+ Build on FreeBSD 64bit, clang 5.0.0, no advanced compiler flags/optimisations.
|
|
|
+
|
|
|
+2017-10-10 19:31 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2017-09-26 12:25 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ forcing MS for j-stereo mode only
|
|
|
+
|
|
|
+2017-09-26 12:14 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ forcing MS for j-stereo mode only
|
|
|
+
|
|
|
+2017-09-26 10:31 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ set 'use of safe joint' for joint-stereo only, (only effects a bit in vbr tag, sometimes)
|
|
|
+
|
|
|
+2017-09-21 11:00 robert
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, machine.h:
|
|
|
+
|
|
|
+ + fix multiple_of macro
|
|
|
+
|
|
|
+2017-09-19 16:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ release candidate
|
|
|
+
|
|
|
+2017-09-19 16:57 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ patch for bug #484: Lame doesn't recognize user locale correctly
|
|
|
+
|
|
|
+2017-09-06 19:40 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2017-09-06 19:38 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Add missing (at least in FreeBSD) include for FLT_EPSILON.
|
|
|
+
|
|
|
+2017-09-06 15:07 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/fft.c,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ mpglib/interface.c, mpglib/tabinit.c:
|
|
|
+
|
|
|
+ small fixes
|
|
|
+
|
|
|
+2017-08-31 14:14 robert
|
|
|
+
|
|
|
+ * frontend/lame_main.c, include/lame.def, include/lame.h,
|
|
|
+ include/libmp3lame.sym, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ another go to fix bug #474: Buffer Overflow possible when input sample rate very low
|
|
|
+
|
|
|
+ - do_copy_buffer did not check buffer size, when size was zero!
|
|
|
+ 0 was a bad choice for the purpose of not checking, because
|
|
|
+ it was possible to get there, even when checking was demeanded!
|
|
|
+
|
|
|
+2017-08-30 20:48 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix for bug #474: Buffer Overflow possible when input sample rate very low
|
|
|
+
|
|
|
+ When the input sample rate is very low, like 1 Hz, resampling to 8 kHz can result in a buffer overflow.
|
|
|
+ Found by Gustavo Grieco.
|
|
|
+
|
|
|
+2017-08-30 14:11 robert
|
|
|
+
|
|
|
+ * frontend/: lame_main.c, parse.c, parse.h:
|
|
|
+
|
|
|
+ fix for bug #473: Buffer Overflow possible in lame_main.c
|
|
|
+ - replaced parse_nogap_filename by generateOutPath
|
|
|
+ (now there is only one function building the output file names)
|
|
|
+ - all nogap file names are now build before any encoding starts
|
|
|
+ - decode and nogap are no valid combination of arguments anymore, wouldn't work as expected
|
|
|
+
|
|
|
+2017-08-28 15:39 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ fix for bug #472: NULL Pointer Dereference in id3v2AddAudioDuration
|
|
|
+ - plus some more pointer checks
|
|
|
+
|
|
|
+2017-08-28 12:48 robert
|
|
|
+
|
|
|
+ * frontend/gtkanal.c:
|
|
|
+
|
|
|
+ fixing resource leak, hip deocder wasn't closed on quit
|
|
|
+
|
|
|
+2017-08-26 13:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, set_get.c:
|
|
|
+
|
|
|
+ lame_init_params:
|
|
|
+ - removed some impossible returns
|
|
|
+
|
|
|
+2017-08-26 10:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ more of psy downgrade
|
|
|
+
|
|
|
+2017-08-24 20:43 robert
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c:
|
|
|
+
|
|
|
+ - free was called twice for some argument c-string
|
|
|
+
|
|
|
+2017-08-23 13:22 robert
|
|
|
+
|
|
|
+ * mpglib/: interface.c, layer1.c:
|
|
|
+
|
|
|
+ hip layer 1 decode: testing for illegal bit allocation value
|
|
|
+
|
|
|
+2017-08-22 23:31 robert
|
|
|
+
|
|
|
+ * mpglib/layer2.c:
|
|
|
+
|
|
|
+ fix for bug #470: global-buffer-overflow mpglib/layer2.c:144 II_step_one
|
|
|
+
|
|
|
+2017-08-22 19:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, id3tag.h, util.c:
|
|
|
+
|
|
|
+ id3v2: set 'language'property to a valid language code (COMM field)
|
|
|
+
|
|
|
+2017-08-22 16:02 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/get_audio.c,
|
|
|
+ frontend/lame_main.c:
|
|
|
+
|
|
|
+ fixing bug i#434: --clipdetect scale suggestion unaware of --scale input value
|
|
|
+
|
|
|
+2017-08-21 17:10 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fix for bug #469 Unable to build without mpglib
|
|
|
+
|
|
|
+2017-08-20 20:06 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ It looks like 'intensity stereo' decoding is broken. This change prevents a buffer overflow (read) and instead prints an indication, that there is something wrong.
|
|
|
+
|
|
|
+2017-08-20 13:56 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ fixing map for mixed-block band infos
|
|
|
+
|
|
|
+2017-08-19 20:17 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ fix for #467: stack-buffer-overflow mpglib/layer3.c:945 III_dequantize_sample
|
|
|
+
|
|
|
+ fix for #468 global-buffer-overflow mpglib/layer3.c:1244 III_i_stereo
|
|
|
+
|
|
|
+2017-08-19 14:20 robert
|
|
|
+
|
|
|
+ * mpglib/common.c:
|
|
|
+
|
|
|
+ fix for bug #465: global-buffer-overflow layer2.c:144 II_step_one
|
|
|
+ - mpeg-2.5 is only supported by Layer3
|
|
|
+
|
|
|
+2017-08-19 12:51 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2017-08-18 22:06 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ fix for bug #466: "stack-buffer-overflow in ./mpglib/layer3.c:1264 III_i_stereo"
|
|
|
+
|
|
|
+2017-08-18 21:56 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, lame_main.c:
|
|
|
+
|
|
|
+ fix for bug #464: attempting double-free
|
|
|
+
|
|
|
+2017-08-15 19:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ estimation of total number of frames changed
|
|
|
+
|
|
|
+2017-08-15 15:40 aleidinger
|
|
|
+
|
|
|
+ * make_changelog.sh:
|
|
|
+
|
|
|
+ add comment how to generate the input file
|
|
|
+
|
|
|
+2017-08-15 15:35 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update ChangeLog
|
|
|
+
|
|
|
+2017-08-15 15:20 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/ddk/Makefile.in, ACM/tinyxml/Makefile.in, Dll/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ libmp3lame/vector/Makefile.in, mac/Makefile.in,
|
|
|
+ macosx/Makefile.in, macosx/English.lproj/Makefile.in,
|
|
|
+ macosx/LAME.xcodeproj/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in, vc_solution/Makefile.in:
|
|
|
+
|
|
|
+ regenerate
|
|
|
+
|
|
|
+2017-08-15 15:16 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4, configure:
|
|
|
+
|
|
|
+ regenerate
|
|
|
+
|
|
|
+2017-08-15 15:16 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Improve compiler version detection (clang changed version string).
|
|
|
+ Add some future GCC versions in the optimisation part.
|
|
|
+
|
|
|
+2017-08-15 15:15 aleidinger
|
|
|
+
|
|
|
+ * include/lame.def:
|
|
|
+
|
|
|
+ Add lame_encode_buffer_interleaved_int() by Michael Fink.
|
|
|
+ LAME Patch #27.
|
|
|
+
|
|
|
+2017-08-15 14:51 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h, include/libmp3lame.sym, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ patch #27: Add lame_encode_buffer_interleaved_int() by Michael Fink
|
|
|
+
|
|
|
+2017-08-15 14:46 aleidinger
|
|
|
+
|
|
|
+ * compile, config.sub, depcomp, install-sh, missing,
|
|
|
+ frontend/depcomp, libmp3lame/depcomp, misc/depcomp,
|
|
|
+ mpglib/depcomp:
|
|
|
+
|
|
|
+ update to a more recent autotools version
|
|
|
+
|
|
|
+2017-08-13 16:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ prevent some rare overflow in estimation of total number of frames
|
|
|
+ in case samplerate-out is higher than samplerate-in
|
|
|
+ (it is a visual glitch only)
|
|
|
+
|
|
|
+2017-08-13 13:57 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/get_audio.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ - sanity check when reading pcm data, avoid buffer overflow
|
|
|
+ - version 3.100 beta 0
|
|
|
+
|
|
|
+2017-08-12 18:56 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/lame_main.c, frontend/main.c,
|
|
|
+ mpglib/common.c, mpglib/interface.c:
|
|
|
+
|
|
|
+ - avoid calling exit in library
|
|
|
+ - free up resources after error condition in frontend
|
|
|
+
|
|
|
+2017-08-12 18:14 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ - workaround for heap corruption while decoding layer3
|
|
|
+ - some fix for mpeg2.5 decoding with mixed block feature, taken from Takehiro's branch
|
|
|
+
|
|
|
+2017-08-08 17:52 robert
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2017-08-08 13:56 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/vector/xmm_quantize_sub.c:
|
|
|
+
|
|
|
+ Fix for bug ticket [ #449 ] Make sure functions with SSE instructions maintain their own properly aligned stack. Thanks to Fabian Greffrath
|
|
|
+
|
|
|
+2017-08-08 13:26 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, mpglib/interface.c:
|
|
|
+
|
|
|
+ Fix for bug ticket #445: dereference of a null pointer possible in loop. Thanks to Renu Tyagi
|
|
|
+
|
|
|
+2017-08-08 12:40 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/lame_main.c:
|
|
|
+
|
|
|
+ Fix for bug ticket #447: Fix dereference NULL and Buffer not NULL terminated issues. Thanks to Surabhi Mishra
|
|
|
+
|
|
|
+2017-08-06 18:15 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/VbrTag.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ in case of illegal sample rate and number of channel, let lame print an error message
|
|
|
+
|
|
|
+2017-08-03 13:07 rjamorim
|
|
|
+
|
|
|
+ * HACKING, INSTALL, LICENSE, README, README.WINGTK, TODO:
|
|
|
+
|
|
|
+ Typos, formatting, grammar...
|
|
|
+
|
|
|
+2017-08-03 13:06 rjamorim
|
|
|
+
|
|
|
+ * ACM/lame.ico:
|
|
|
+
|
|
|
+ Updated icon to the current LAME logo
|
|
|
+
|
|
|
+2017-08-03 12:32 rjamorim
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ Updated USAGE: fixed typos, formatting, some grammar
|
|
|
+
|
|
|
+2017-08-02 19:56 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ - reverting psymodel to that of version 3.99.5
|
|
|
+ - changing version back to 3.99.5 to ease binary mp3 file comparisons with version 3.99.5
|
|
|
+
|
|
|
+ Committed on the Free edition of March Hare Software CVSNT Client.
|
|
|
+ Upgrade to CVS Suite for more features and support:
|
|
|
+ http://march-hare.com/cvsnt/
|
|
|
+
|
|
|
+2017-08-02 19:48 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, quantize_pvt.c, util.h,
|
|
|
+ version.h:
|
|
|
+
|
|
|
+ - reverting psymodel to that of version 3.99.5
|
|
|
+ - changing version back to 3.99.5 to ease binary mp3 file comparisons with version 3.99.5
|
|
|
+
|
|
|
+ Committed on the Free edition of March Hare Software CVSNT Client.
|
|
|
+ Upgrade to CVS Suite for more features and support:
|
|
|
+ http://march-hare.com/cvsnt/
|
|
|
+
|
|
|
+2016-01-29 21:36 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update history
|
|
|
+
|
|
|
+2016-01-29 21:06 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4, config.h.in, config.sub, Makefile.in, compile,
|
|
|
+ config.guess, depcomp, install-sh, ltmain.sh, missing,
|
|
|
+ ACM/Makefile.in, ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, frontend/depcomp, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/depcomp,
|
|
|
+ libmp3lame/i386/Makefile.in, libmp3lame/vector/Makefile.in,
|
|
|
+ mac/Makefile.in, macosx/Makefile.in,
|
|
|
+ macosx/English.lproj/Makefile.in,
|
|
|
+ macosx/LAME.xcodeproj/Makefile.in, misc/Makefile.in,
|
|
|
+ misc/depcomp, mpglib/Makefile.in, mpglib/depcomp,
|
|
|
+ vc_solution/Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2016-01-29 21:06 aleidinger
|
|
|
+
|
|
|
+ * HACKING, Makefile.MSVC, Makefile.am.global, Makefile.unix,
|
|
|
+ configure.in, Dll/Makefile.mingw32, libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ - better check for SSE intrinsics [1]
|
|
|
+ - don't define NDEBUG in release builds
|
|
|
+ -> asserts trigger segfaults even in release builds
|
|
|
+ -> quick and user-unfriendly fix until user-fiendly error checks are
|
|
|
+ implemented
|
|
|
+ - fix spelling mistakes in HACKING file [2]
|
|
|
+ - enable cross-compiling for mingw [3]
|
|
|
+ - fix linker path for libmpelame for mingw [3]
|
|
|
+ - fix out-of-source-tree builds [4]
|
|
|
+ - update files to automake 1.15, autconf 2.69
|
|
|
+ - update compiler version detection (detect clang and add optimization
|
|
|
+ for at least 3.7.x)
|
|
|
+
|
|
|
+ Submitted by: dim@FreeBSD.org [1], FreeBSD PR 206620
|
|
|
+ tridecethtwelve@users.sf.net [2] LAME patch #68
|
|
|
+ bardware@users.sf.net [3] LAME patch #70
|
|
|
+ m-a@users.sf.net [4] LAmE patch #67
|
|
|
+
|
|
|
+2015-05-11 07:01 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ libmp3lame: Remove redundant check for invalid sample rates.
|
|
|
+
|
|
|
+ Thanks Fabian Greffrath for letting me know that I screwed up. :)
|
|
|
+
|
|
|
+ Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
|
|
|
+
|
|
|
+2015-04-28 22:12 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ libmp3lame: Add check for negative number of channels.
|
|
|
+
|
|
|
+ Thanks to Maks Naumov and Fabian Greffrath for the contribution.
|
|
|
+
|
|
|
+2015-04-28 22:07 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ libmp3lame: Fix decision if sample rate ratio is an integer value or not.
|
|
|
+
|
|
|
+ From Fabian Greffrath's original description:
|
|
|
+
|
|
|
+ If the sample rate of the input file is sufficiently close to an integer
|
|
|
+ multiple of the output sample rate, the value of the intratio variable is
|
|
|
+ calculated incorrectly. This leads to further values being miscalculated
|
|
|
+ up to the joff variable which is used as an index to dereference the
|
|
|
+ esv->blackfilt array. This leads top an overflow and causes a
|
|
|
+ segmentation fault.
|
|
|
+
|
|
|
+ See https://bugs.debian.org/778529 for a discussion.
|
|
|
+
|
|
|
+2015-04-28 22:03 rbrito
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ frontend: Avoid division by zero.
|
|
|
+
|
|
|
+ Avoid malformed wav causing floating point exception (integer divide by
|
|
|
+ zero).
|
|
|
+
|
|
|
+ Kindly contributed by Fabian Greffrath <fabian+debian@greffrath.com>. See
|
|
|
+ https://bugs.debian.org/777159 for a discussion.
|
|
|
+
|
|
|
+2015-02-21 23:03 rbrito
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ test: lametest: Some more PEP-8 love.
|
|
|
+
|
|
|
+ This is mostly regarding not having parentheses around boolean expressions.
|
|
|
+
|
|
|
+2015-02-21 22:57 rbrito
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ test: lametest: Add some PEP-8 love.
|
|
|
+
|
|
|
+2015-02-21 22:49 rbrito
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ test: lametest: Fix some trailing whitespace.
|
|
|
+
|
|
|
+2015-02-21 22:35 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Add check for invalid input sample rate.
|
|
|
+
|
|
|
+ Patch by Maks Naumov <maksqwe1@ukr.net>, forwared to me by Fabian Greffrath
|
|
|
+ <fabian@greffrath.com> from the Debian packaging.
|
|
|
+
|
|
|
+ Thanks for the contribution!
|
|
|
+
|
|
|
+2014-10-01 17:54 jaz001
|
|
|
+
|
|
|
+ * doc/html/links.html:
|
|
|
+
|
|
|
+ links update.
|
|
|
+
|
|
|
+2014-01-28 14:48 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/machine.h, Makefile.MSVC:
|
|
|
+
|
|
|
+ some minor changes:
|
|
|
+ - do not disable replaygain calc and find peak sample, when not writing LAME info header (patch tracker item #66)
|
|
|
+ - remove deprecated linker option from Makefile.MSVC (bug tracker item #442)
|
|
|
+
|
|
|
+2013-12-17 11:24 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.h, frontend/parse.c,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/id3tag.h,
|
|
|
+ libmp3lame/machine.h, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ applying submitted patches
|
|
|
+ #64: fixes undefined references when compiling with mingw32 (send by Patrick)
|
|
|
+ #59: changes static_assert into a more portable form (send by Doug Cook)
|
|
|
+ #55: fixes issues with wave files >2GB (send by lvqcl)
|
|
|
+
|
|
|
+ plus some minor changes to reduce compiler warnings with GCC v4.7.1
|
|
|
+
|
|
|
+2013-12-08 19:49 jaz001
|
|
|
+
|
|
|
+ * LICENSE, USAGE, doc/html/detailed.html, doc/man/lame.1,
|
|
|
+ frontend/parse.c:
|
|
|
+
|
|
|
+ Documentation updates:
|
|
|
+ -q setting rewording in all docs
|
|
|
+ general updates in USAGE and man page.
|
|
|
+ Small updates in the --help, --longhelp , and --preset help
|
|
|
+
|
|
|
+2013-06-12 09:16 rbrito
|
|
|
+
|
|
|
+ * aclocal.m4, configure.in, doc/html/Makefile.am,
|
|
|
+ doc/man/Makefile.am, libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ Make autotools files compatible with automake >= 1.12
|
|
|
+
|
|
|
+ Newer autotools versions don't seem to support ansi2knr, which is probably
|
|
|
+ not a problem, given the last decades of compilers accepting ANSI C (and the
|
|
|
+ rest of the LAME code being written in ANSI C itself).
|
|
|
+
|
|
|
+ This fixes ticket #60, with a patch of Brennan Shacklett, from the Gentoo
|
|
|
+ community.
|
|
|
+
|
|
|
+2013-06-12 09:06 rbrito
|
|
|
+
|
|
|
+ * aclocal.m4, configure.in, doc/html/Makefile.am:
|
|
|
+
|
|
|
+ Kill spurious trailing whitespace from some files.
|
|
|
+
|
|
|
+2013-06-11 08:41 rbrito
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ frontend: brhist: Fix type of formatting string parameter.
|
|
|
+
|
|
|
+2013-06-11 08:41 rbrito
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ frontend: get_audio: Add missing formatting string parameter.
|
|
|
+
|
|
|
+2013-06-11 08:19 rbrito
|
|
|
+
|
|
|
+ * Dll/Example.cpp:
|
|
|
+
|
|
|
+ Dll/Example.cpp: Remove (some) spurious whitespace.
|
|
|
+
|
|
|
+2013-06-11 08:19 rbrito
|
|
|
+
|
|
|
+ * Dll/Example.cpp:
|
|
|
+
|
|
|
+ Dll/Example.cpp: Remove resource leaks in example code.
|
|
|
+
|
|
|
+2013-06-11 07:26 rbrito
|
|
|
+
|
|
|
+ * config.guess, config.sub:
|
|
|
+
|
|
|
+ config.{sub,guess}: Update files to pick up newer arches.
|
|
|
+
|
|
|
+ This closes ticket #406. Perhaps a better solution would be to rewrite part
|
|
|
+ of our autotools system, but, then, perhaps not.
|
|
|
+
|
|
|
+2013-06-11 06:46 rbrito
|
|
|
+
|
|
|
+ * include/libmp3lame.sym:
|
|
|
+
|
|
|
+ libmp3lame: Regenerate libmp3lame.sym from header file.
|
|
|
+
|
|
|
+ Part of patch submitted by Reimar Döffinger on ticket #63.
|
|
|
+
|
|
|
+ We should review this to check if there are any symbols that we don't want
|
|
|
+ exported.
|
|
|
+
|
|
|
+2013-06-11 06:45 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ libmp3lame: Consider the symbols in libmp3lame.sym.
|
|
|
+
|
|
|
+ This is part of the patch sent by Reimar Döffinger in ticket #63.
|
|
|
+
|
|
|
+2013-03-20 20:38 robert
|
|
|
+
|
|
|
+ * frontend/timestatus.c, doc/html/history.html:
|
|
|
+
|
|
|
+ fix for tracker item 3608583: input file name displayed with wrong character encoding (windows)
|
|
|
+
|
|
|
+2012-10-25 18:46 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/lame_main.c, frontend/main.c,
|
|
|
+ frontend/parse.c:
|
|
|
+
|
|
|
+ fix for tracker item 3580176: environment variable LAMEOPT doesn't work anymore
|
|
|
+
|
|
|
+2012-10-13 14:10 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c:
|
|
|
+
|
|
|
+ fix for tracker item 3544957: scale (empty) silent encode without warning
|
|
|
+
|
|
|
+ switches with missing argument values will be ignored. (Those with integer or floating point values, at least)
|
|
|
+
|
|
|
+2012-10-13 11:50 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c:
|
|
|
+
|
|
|
+ fix for tracker item 3565659: no progress indication with pipe input :(
|
|
|
+
|
|
|
+2012-10-13 10:36 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c:
|
|
|
+
|
|
|
+ fix for tracker item 3567844: problem with Tag genre
|
|
|
+
|
|
|
+2012-10-13 09:33 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c:
|
|
|
+
|
|
|
+ fix for tracker item ID 3558466: Bug in path handling
|
|
|
+
|
|
|
+2012-10-09 21:39 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump version
|
|
|
+
|
|
|
+2012-10-09 21:37 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h:
|
|
|
+
|
|
|
+ trying to improve strong tonal samples (lead-voice.wav)
|
|
|
+
|
|
|
+2012-10-09 21:35 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ ignore developer-only switches, but parse them for command line compatibility reasons
|
|
|
+
|
|
|
+2012-10-06 15:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ - code refactorings
|
|
|
+ - changed "mask adding", get the max of 3 different ones
|
|
|
+
|
|
|
+2012-10-06 11:44 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ + new command line option "--gain x", more convenient to adjust replay gain, just use whatever decibel value LAME reported before.
|
|
|
+ + out-dir option mentioned in long help text
|
|
|
+
|
|
|
+2012-07-19 20:57 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/get_audio.c, mpglib/interface.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ Improved detection of MPEG audio data in RIFF WAVE files.
|
|
|
+ see tracker item 3545112: Invalid sampling detection
|
|
|
+
|
|
|
+2012-07-11 18:31 jaz001
|
|
|
+
|
|
|
+ * doc/html/: detailed.html, usage.html:
|
|
|
+
|
|
|
+ Updates to reflect recent changes in hydrogenaudio wiki.
|
|
|
+
|
|
|
+2012-06-19 00:15 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Update the HTML changelog.
|
|
|
+
|
|
|
+2012-06-19 00:00 rbrito
|
|
|
+
|
|
|
+ * Makefile.am, configure.in:
|
|
|
+
|
|
|
+ Don't use use the debian directory as build target.
|
|
|
+
|
|
|
+ Include debian as extra directory instead of directory part of
|
|
|
+ subdirectories used in build.
|
|
|
+
|
|
|
+ Patch stolen from:
|
|
|
+
|
|
|
+ http://anonscm.debian.org/gitweb/?p=pkg-multimedia/lame.git;a=tree;f=debian/patches
|
|
|
+
|
|
|
+2012-06-18 20:52 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ libmp3lame: Fix possible race condition causing build failures.
|
|
|
+
|
|
|
+ This was discovered in automated builds by the Debian project and the patch
|
|
|
+ provided is by Andres Mejia <amejia@debian.org>.
|
|
|
+
|
|
|
+ Please, note that only part of the patch (the one touching Makefile.am) was
|
|
|
+ applied, since the changes in Makefile.in should be picked up when
|
|
|
+ regenerating files with autotools.
|
|
|
+
|
|
|
+ Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
|
|
|
+
|
|
|
+2012-06-18 20:51 rbrito
|
|
|
+
|
|
|
+ * acinclude.m4:
|
|
|
+
|
|
|
+ acinclude.m4: Include GTK-1 autoconf directives in build system.
|
|
|
+
|
|
|
+ Resurrect knowledge of how to deal with GTK1. This was transplanted back
|
|
|
+ from aclocal.m4 with a patch provided by Andres Mejia <amejia@debian.org>,
|
|
|
+ from Debian's packaging of lame, even though the original code is attributed
|
|
|
+ to Owen Taylor and dated 97-11-3.
|
|
|
+
|
|
|
+ Anyway, with this part not lost again, we can easily regenerate autotools'
|
|
|
+ files with a simple `autoconf -vfi` invocation.
|
|
|
+
|
|
|
+ Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
|
|
|
+
|
|
|
+2012-06-18 20:48 rbrito
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ configure.in: Rewrap for (human) legibility.
|
|
|
+
|
|
|
+ This also helps by being diff-friendly if we change only one of the parts of
|
|
|
+ a long line.
|
|
|
+
|
|
|
+ Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
|
|
|
+
|
|
|
+2012-02-28 19:07 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ bug-fix release 3.99.5
|
|
|
+
|
|
|
+2012-02-28 18:57 robert
|
|
|
+
|
|
|
+ * ChangeLog, configure, configure.in, testcase.mp3,
|
|
|
+ doc/html/history.html (lame3_99):
|
|
|
+
|
|
|
+ bug-fix release 3.99.5
|
|
|
+
|
|
|
+2012-02-19 00:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, machine.h:
|
|
|
+
|
|
|
+ rearranging gain analysis kernel table and calc loops to allow better code vectorization
|
|
|
+
|
|
|
+2012-02-18 13:08 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/lame_main.c, frontend/main.c,
|
|
|
+ frontend/parse.c, libmp3lame/mpglib_interface.c, mpglib/layer2.c:
|
|
|
+
|
|
|
+ removing VC11 x86-64 compiler warnings
|
|
|
+
|
|
|
+2012-02-14 14:24 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, encoder.c, id3tag.c, lame.c,
|
|
|
+ machine.h, mpglib_interface.c, psymodel.c, util.c, util.h:
|
|
|
+
|
|
|
+ some code refactorings
|
|
|
+
|
|
|
+2012-02-14 11:06 robert
|
|
|
+
|
|
|
+ * ChangeLog, doc/html/history.html (lame3_99), ChangeLog,
|
|
|
+ doc/html/history.html:
|
|
|
+
|
|
|
+ updating history/changelog
|
|
|
+
|
|
|
+2012-02-11 12:11 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 3486753 Artifacts at the beginning of decoded file
|
|
|
+
|
|
|
+2012-02-11 12:10 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ some hidden global temporary variable removed, could have been some multi threading issue
|
|
|
+
|
|
|
+2012-02-11 12:00 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c (lame3_99):
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 3486753 Artifacts at the beginning of decoded file
|
|
|
+
|
|
|
+2012-02-11 11:03 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c (lame3_99):
|
|
|
+
|
|
|
+ some hidden global temporary variable removed, could have been some multi threading issue
|
|
|
+
|
|
|
+2012-02-10 18:13 rbrito
|
|
|
+
|
|
|
+ * config.h.in, configure.in:
|
|
|
+
|
|
|
+ autotools: Fix compilation on alpha using proper ifdef guards.
|
|
|
+
|
|
|
+ Thanks to Andres Mejia <amejia004@gmail.com> for the patch (with minor
|
|
|
+ whitespace adjustments).
|
|
|
+
|
|
|
+2012-02-10 18:11 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ doc: Correctly spell Fabian Greffrath's name to give proper credit.
|
|
|
+
|
|
|
+2012-02-10 18:06 rbrito
|
|
|
+
|
|
|
+ * config.h.in, configure.in (lame3_99):
|
|
|
+
|
|
|
+ autotools: Fix compilation on alpha using proper ifdef guards.
|
|
|
+
|
|
|
+ Thanks to Andres Mejia <amejia004@gmail.com> for the patch (with minor
|
|
|
+ whitespace adjustments).
|
|
|
+
|
|
|
+2012-02-10 18:05 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html (lame3_99):
|
|
|
+
|
|
|
+ doc: Correctly spell Fabian Greffrath's name to give proper credit.
|
|
|
+
|
|
|
+2012-02-07 13:52 robert
|
|
|
+
|
|
|
+ * configMS.h (lame3_99), configMS.h:
|
|
|
+
|
|
|
+ reduce compiler warnings for SSE2 build with VC 11
|
|
|
+
|
|
|
+2012-02-07 13:40 robert
|
|
|
+
|
|
|
+ * configMS.h, frontend/parse.c, libmp3lame/l3side.h,
|
|
|
+ libmp3lame/machine.h, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/version.h (lame3_99):
|
|
|
+
|
|
|
+ - workaround for cygwin build problem
|
|
|
+ - fix "fast floating point math" problem (possible bitrate bloat on quiet pieces)
|
|
|
+
|
|
|
+2012-02-07 13:36 robert
|
|
|
+
|
|
|
+ * configMS.h, libmp3lame/l3side.h, libmp3lame/machine.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ - workaround for cygwin build problem
|
|
|
+ - fix "fast floating point math" problem (possible bitrate bloat on quiet pieces)
|
|
|
+
|
|
|
+2012-01-25 13:01 robert
|
|
|
+
|
|
|
+ * ChangeLog, doc/html/history.html:
|
|
|
+
|
|
|
+ updating Changelog and History
|
|
|
+
|
|
|
+2012-01-25 12:47 robert
|
|
|
+
|
|
|
+ * configure, configure.in, testcase.mp3 (lame3_99):
|
|
|
+
|
|
|
+ Bug-fix release 3.99.4
|
|
|
+
|
|
|
+2012-01-25 12:33 robert
|
|
|
+
|
|
|
+ * ChangeLog, testcase.mp3, doc/html/history.html (lame3_99):
|
|
|
+
|
|
|
+ updating history and changelog
|
|
|
+
|
|
|
+2012-01-19 14:27 robert
|
|
|
+
|
|
|
+ * frontend/parse.c (lame3_99):
|
|
|
+
|
|
|
+ fix for tracker item ID: 3475581 - lame crashes at .w64 input file
|
|
|
+
|
|
|
+2012-01-19 12:15 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fix for tracker item ID: 3475581 - lame crashes at .w64 input file
|
|
|
+
|
|
|
+2012-01-08 23:49 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/id3tag.c, libmp3lame/id3tag.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/util.c, libmp3lame/version.h (lame3_99),
|
|
|
+ include/lame.h, libmp3lame/id3tag.c, libmp3lame/id3tag.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ Addressing things brought to attention by tracker item ID: 3463197: 3.99.x problem WFED and PCST frames
|
|
|
+
|
|
|
+ + WFED and PCST frames can now be added, to tag podcasts iTunes recognizes
|
|
|
+ + USER frames are now supported
|
|
|
+ + COMM frames can now have a description, when passed via --tv "COMM=<description>=<full text>"
|
|
|
+
|
|
|
+ - possible divide-by-zero exception should be fixed
|
|
|
+ - adding malformed user-defined-frames could result in abnormal program termination, fixed
|
|
|
+
|
|
|
+2011-12-04 12:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.rc (lame3_99), lame.rc:
|
|
|
+
|
|
|
+ re tracker ID: 3449748 Incomplete resource definition file
|
|
|
+ A translation value seems to be mandatory by convention.
|
|
|
+
|
|
|
+2011-11-26 19:49 robert
|
|
|
+
|
|
|
+ * ChangeLog, configure, configure.in (lame3_99):
|
|
|
+
|
|
|
+ releasing 3.99.3
|
|
|
+
|
|
|
+2011-11-26 18:26 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ bug fix for tracker item ID: 3441349: --tg does not handle genre number when adding unicode tag
|
|
|
+
|
|
|
+2011-11-26 18:15 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/id3tag.c, libmp3lame/version.h
|
|
|
+ (lame3_99):
|
|
|
+
|
|
|
+ bug fix for tracker item ID: 3441349: --tg does not handle genre number when adding unicode tag
|
|
|
+
|
|
|
+2011-11-18 09:51 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/VbrTag.c, libmp3lame/version.c:
|
|
|
+
|
|
|
+ merge with 3.99 branch modifications
|
|
|
+
|
|
|
+2011-11-18 09:39 robert
|
|
|
+
|
|
|
+ * ChangeLog (lame3_99):
|
|
|
+
|
|
|
+ releasing 3.99.2
|
|
|
+
|
|
|
+2011-11-18 09:30 robert
|
|
|
+
|
|
|
+ * configure, configure.in (lame3_99):
|
|
|
+
|
|
|
+ releasing 3.99.2 stable
|
|
|
+
|
|
|
+2011-11-18 09:18 robert
|
|
|
+
|
|
|
+ * testcase.mp3, doc/html/history.html, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h (lame3_99):
|
|
|
+
|
|
|
+ Due to some bugs in 3rd party HW/SW decoders, those were not
|
|
|
+ be able to make use of LAME's extended info tag anymore,
|
|
|
+ resulting in problems with things like gapless playback.
|
|
|
+
|
|
|
+2011-11-18 08:38 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, lame_main.c (lame3_99):
|
|
|
+
|
|
|
+ copy old id3v2 tag
|
|
|
+
|
|
|
+2011-11-10 21:39 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.c (lame3_99):
|
|
|
+
|
|
|
+ small fix
|
|
|
+
|
|
|
+2011-11-10 18:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.c:
|
|
|
+
|
|
|
+ small fix
|
|
|
+
|
|
|
+2011-11-10 13:19 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, lame_main.c:
|
|
|
+
|
|
|
+ when transcoding, copy old id3v2 tag. feature requests:
|
|
|
+ ID: 1985551 lame --pass-ID3-tags-unscathed
|
|
|
+ ID: 977304 ID3 tags lost when transcoding
|
|
|
+
|
|
|
+2011-11-09 00:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ aiming for a more balanced bit reservoir usage
|
|
|
+
|
|
|
+2011-11-08 19:36 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ at lower sample rates, make a cut at last usable scalefactor band
|
|
|
+
|
|
|
+2011-11-08 18:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ 8kHz mpeg2.5 uses fewer scale factor bands.
|
|
|
+
|
|
|
+2011-11-06 18:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ use same meaning of PE in cbr and vbr modes
|
|
|
+
|
|
|
+2011-11-05 17:53 robert
|
|
|
+
|
|
|
+ * configure, configure.in, doc/html/history.html,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ main-branch open for next development cycle
|
|
|
+
|
|
|
+2011-11-05 17:33 robert
|
|
|
+
|
|
|
+ * ChangeLog, configure, configure.in (lame3_99):
|
|
|
+
|
|
|
+ releasing 3.99.1
|
|
|
+
|
|
|
+2011-11-05 17:00 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/version.h (lame3_99):
|
|
|
+
|
|
|
+ releasing 3.99.1 stable
|
|
|
+
|
|
|
+2011-11-05 16:32 robert
|
|
|
+
|
|
|
+ * misc/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ adding mk_mp3.sh to dist files
|
|
|
+
|
|
|
+2011-11-02 00:20 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/machine.h:
|
|
|
+
|
|
|
+ fixing vc6 compile problem, VC6 seems to miss exporting some inline functions from math.h.
|
|
|
+
|
|
|
+2011-11-01 19:50 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ oops, fixing writing unicode strings in id3tags
|
|
|
+
|
|
|
+2011-11-01 16:59 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c, libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ Fixes for several issues with ID3v2 unicode tags, using Big-Endian text
|
|
|
+ encodings. Because of several other software (like Windows Media Player),
|
|
|
+ LAME writes Little-Endian unicode tags only.
|
|
|
+ Thanks to Taihei Monma, for reporting these issues.
|
|
|
+ Tracker items: [ 3431203, 3431222, 3431241 ]
|
|
|
+
|
|
|
+2011-10-18 21:54 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Fixing typedef HBE_STREAM, has to be a pointer type.
|
|
|
+
|
|
|
+2011-10-18 21:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c:
|
|
|
+
|
|
|
+ Fixing a small display problem for x64 platform
|
|
|
+
|
|
|
+2011-10-17 23:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ bug fix: ID3 tags are always added
|
|
|
+
|
|
|
+2011-10-16 13:09 robert
|
|
|
+
|
|
|
+ * frontend/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ file rtp.h was missing in distribution list
|
|
|
+
|
|
|
+2011-10-15 15:46 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Updating history
|
|
|
+
|
|
|
+2011-10-15 14:37 robert
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ updating Changelog
|
|
|
+
|
|
|
+2011-10-15 14:31 robert
|
|
|
+
|
|
|
+ * testcase.mp3, debian/Makefile.am, debian/Makefile.in,
|
|
|
+ doc/html/detailed.html, libmp3lame/version.h:
|
|
|
+
|
|
|
+ preparing release
|
|
|
+
|
|
|
+2011-10-15 12:38 robert
|
|
|
+
|
|
|
+ * misc/mk_mp3.sh:
|
|
|
+
|
|
|
+ updating script for building mp3 collection from lossless archive
|
|
|
+
|
|
|
+2011-10-06 23:12 robert
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ updating changelog
|
|
|
+
|
|
|
+2011-10-06 23:07 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, parse.c:
|
|
|
+
|
|
|
+ let iconv use transliteration
|
|
|
+
|
|
|
+2011-10-04 15:37 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fixing compiler warning
|
|
|
+
|
|
|
+2011-10-04 11:42 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, lame_main.c, main.h, parse.c:
|
|
|
+
|
|
|
+ using our input file reading functions when reading from stdin
|
|
|
+ allow -s to overwrite input samplerate for non RAW input files too
|
|
|
+
|
|
|
+2011-10-03 13:28 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/lame_main.c:
|
|
|
+
|
|
|
+ fix for tracker item ID: 3034259 Fix for confusing fatal error: can't update LAME-tag frame!
|
|
|
+
|
|
|
+2011-10-03 13:22 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c, frontend/parse.c:
|
|
|
+
|
|
|
+ making sure, the id3v1 tags get filled
|
|
|
+
|
|
|
+2011-10-02 21:45 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/get_audio.c:
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 3368977 Wave Parser doesn't pad chunks
|
|
|
+
|
|
|
+2011-10-02 18:39 robert
|
|
|
+
|
|
|
+ * frontend/: portableio.c, portableio.h:
|
|
|
+
|
|
|
+ removing portableio.[ch] files, not needed anymore
|
|
|
+
|
|
|
+2011-10-02 18:24 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ fixing some compiler warnings
|
|
|
+
|
|
|
+2011-10-02 17:13 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, frontend/Makefile.am, frontend/Makefile.in,
|
|
|
+ frontend/get_audio.c, frontend/mp3rtp.c, Makefile.unix,
|
|
|
+ vc_solution/vc9_lame_lame.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3rtp.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3x.vcproj:
|
|
|
+
|
|
|
+ replacing "portableio" by own code in get_audio.c
|
|
|
+
|
|
|
+2011-10-02 14:52 robert
|
|
|
+
|
|
|
+ * doc/html/detailed.html, doc/man/lame.1, libmp3lame/id3tag.c,
|
|
|
+ frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ include/lame.def, include/lame.h:
|
|
|
+
|
|
|
+ clearify, unicode tags are utf-16
|
|
|
+
|
|
|
+2011-09-28 19:11 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/id3tag.c, frontend/parse.c,
|
|
|
+ vc_solution/vc9_lame.sln, vc_solution/vc9_lame_lame.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3rtp.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3x.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj,
|
|
|
+ vc_solution/vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ bug fix for tracker item 3395813: id3tag_set_fieldvalue for URL link frames Broken
|
|
|
+
|
|
|
+ now one can add URL link frames to the ID3v2 tag, like:
|
|
|
+ --tv "WOAR=www.mypage.com" --tv "WXXX=get remixes here=www.dj.org"
|
|
|
+
|
|
|
+2011-09-25 17:08 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ increasing patch level
|
|
|
+
|
|
|
+2011-07-26 11:48 rbrito
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ frontend: Update licensing message.
|
|
|
+
|
|
|
+ Patch supplied by Andres Mejia <mcitadel@gmail.com> according to previous
|
|
|
+ discussions in the mailing lists `lame-dev` and `pkg-multimedia-maintainers`.
|
|
|
+
|
|
|
+ http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2011-July/020417.html
|
|
|
+
|
|
|
+2011-06-17 06:22 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am.global:
|
|
|
+
|
|
|
+ Remove ansi2knr part. It will be deprecated and subsequently removed from
|
|
|
+ automake.
|
|
|
+
|
|
|
+ Notified by: Stefano Lattarini <stefano.lattarini@gmail.com>
|
|
|
+
|
|
|
+2011-05-24 20:45 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/psymodel.c, libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ small change in addition of simultaneous maskings
|
|
|
+
|
|
|
+2011-05-24 20:40 robert
|
|
|
+
|
|
|
+ * mpglib/layer2.c:
|
|
|
+
|
|
|
+ workaround for tracker item 3301963:"assertion failed in layer 2 decoding"
|
|
|
+
|
|
|
+2011-05-07 16:05 rbrito
|
|
|
+
|
|
|
+ * README, Dll/BladeMP3EncDLL.c, Dll/BladeMP3EncDLL.h,
|
|
|
+ Dll/Example.cpp, debian/copyright, frontend/brhist.c,
|
|
|
+ frontend/brhist.h, frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/gpkplotting.c, frontend/gpkplotting.h,
|
|
|
+ frontend/gtkanal.c, frontend/gtkanal.h, frontend/lame_main.c,
|
|
|
+ frontend/lametime.c, frontend/lametime.h, frontend/main.c,
|
|
|
+ frontend/main.h, frontend/mp3rtp.c, frontend/parse.c,
|
|
|
+ frontend/rtp.c, frontend/rtp.h, frontend/timestatus.c,
|
|
|
+ frontend/timestatus.h, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/VbrTag.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/fft.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/l3side.h, libmp3lame/lame-analysis.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/machine.h,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/reservoir.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/set_get.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/vbrquantize.h, libmp3lame/version.c,
|
|
|
+ libmp3lame/version.h, libmp3lame/vector/lame_intrin.h,
|
|
|
+ libmp3lame/vector/xmm_quantize_sub.c, test/lame_test.cpp:
|
|
|
+
|
|
|
+ Make explicit that the licence is the Library GPLv2.
|
|
|
+
|
|
|
+ According to Jonas Smedegaard, there is no Lesser GPLv2, only Lesser GPLv2.1.
|
|
|
+
|
|
|
+ Thanks to Andres.
|
|
|
+
|
|
|
+2011-05-07 15:56 rbrito
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Fix some warnings in 64-bit arches. Changing s/size_t/unsigned int/
|
|
|
+
|
|
|
+ This should not be a problem with the variables in question, as they can't
|
|
|
+ be much larger than what an unsigned int is able to hold.
|
|
|
+
|
|
|
+ Patch from:
|
|
|
+
|
|
|
+ http://git.debian.org/?p=pkg-multimedia/lame.git;a=blob;f=debian/patches/07-field-width-fix.patch
|
|
|
+
|
|
|
+ Sent by Andres.
|
|
|
+
|
|
|
+2011-05-07 15:44 rbrito
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Work round buggy softfloat optimization in ARM EABI compilers.
|
|
|
+
|
|
|
+ A bug present in gcc-4.[123] up to 4.3.3 makes a buggy optimization
|
|
|
+ for single-precision floats when -ffinite-math-only (enabled by -ffast-math)
|
|
|
+ Refer to the following.
|
|
|
+
|
|
|
+ https://sourceforge.net/tracker/index.php?func=detail&aid=2681646&group_id=290&atid=100290
|
|
|
+ https://trac.xiph.org/ticket/1526
|
|
|
+ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39501
|
|
|
+
|
|
|
+ Thanks to Andres Mejia. This fixes SF bug 2681646.
|
|
|
+
|
|
|
+2011-05-07 15:35 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/i386/nasm.h:
|
|
|
+
|
|
|
+ Disable executable patch.
|
|
|
+
|
|
|
+ Patch from Russell Coker to disable executable stack from Christian
|
|
|
+ Marillat's packaging. Sent by Andres Mejia.
|
|
|
+
|
|
|
+2011-05-07 01:23 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Tweak slightly the disclaimer of patents from the README file.
|
|
|
+
|
|
|
+ This change was proposed by me with suggestions made by Andres Mejia.
|
|
|
+
|
|
|
+2011-05-06 20:14 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ libmp3lame: lame: Put some parentheses to shut up some static analysis tools.
|
|
|
+
|
|
|
+ The statement
|
|
|
+
|
|
|
+ frames_left -= ((frame_num != gfc->ov_enc.frame_number) ? 1 : 0);
|
|
|
+
|
|
|
+ could probably be written as
|
|
|
+
|
|
|
+ frames_left -= (frame_num != gfc->ov_enc.frame_number);
|
|
|
+
|
|
|
+ unless we know of some platform where a boolean evaluation does not result
|
|
|
+ in a 1 in case of it being true.
|
|
|
+
|
|
|
+2011-05-06 19:59 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Remove problematic restriction to the LGPL, to make it legally OK.
|
|
|
+
|
|
|
+ Also update the copyright years of the LAME team.
|
|
|
+
|
|
|
+2011-04-20 13:03 aleidinger
|
|
|
+
|
|
|
+ * config.rpath:
|
|
|
+
|
|
|
+ looks like this is needed now
|
|
|
+
|
|
|
+2011-04-20 12:52 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4, Makefile.in, configure, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ libmp3lame/vector/Makefile.in, mac/Makefile.in,
|
|
|
+ macosx/Makefile.in, macosx/English.lproj/Makefile.in,
|
|
|
+ macosx/LAME.xcodeproj/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in, vc_solution/Makefile.in, config.h.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2011-04-20 12:51 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - correct the VBR check message to something more correct (curses)
|
|
|
+ - check for libiconv and use it in the frontend
|
|
|
+
|
|
|
+2011-04-19 15:36 robert
|
|
|
+
|
|
|
+ * doc/man/lame.1, frontend/parse.c:
|
|
|
+
|
|
|
+ lame(1) manpage patch - ID: 3161674
|
|
|
+ Typo in --longhelp - ID: 3288886
|
|
|
+ replaced strnicmp, isn't portable
|
|
|
+
|
|
|
+2011-04-15 20:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Bug fix: when aborting an encode before any samples were fed into the encoder, an assert was falsely triggered.
|
|
|
+
|
|
|
+2011-04-14 20:48 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Allow -Z switch in none alpha builds (for now)
|
|
|
+
|
|
|
+2011-04-14 19:36 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c, libmp3lame/presets.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ 3.99 beta phase
|
|
|
+
|
|
|
+2011-04-08 23:50 robert
|
|
|
+
|
|
|
+ * misc/mk_mp3.sh:
|
|
|
+
|
|
|
+ mk_mp3.sh - script to encode and tag CDs
|
|
|
+
|
|
|
+2011-04-08 22:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ some code cleanup: unused vars, defines, etc.
|
|
|
+
|
|
|
+2011-04-08 19:26 robert
|
|
|
+
|
|
|
+ * frontend/: lame_main.c, main.c, main.h:
|
|
|
+
|
|
|
+ Unicode support for extra options passed via environment varialbe LAMEOPT
|
|
|
+
|
|
|
+2011-04-07 23:03 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ quick fix for tracker item 3277412: Segmentation fault at layer2.c:105 with
|
|
|
+ --decode
|
|
|
+ (problem sample contains multiple ID3v2 tags)
|
|
|
+
|
|
|
+2011-04-07 23:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h:
|
|
|
+
|
|
|
+ - some code cleanup
|
|
|
+ - calculate short block thm from long blocks, in case we eventually
|
|
|
+ may need it for pre-echo control of the next granule
|
|
|
+
|
|
|
+2011-04-05 19:17 jaz001
|
|
|
+
|
|
|
+ * doc/html/detailed.html:
|
|
|
+
|
|
|
+ corrected spelling.
|
|
|
+
|
|
|
+2011-04-04 19:40 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ small update for the pre-echo control
|
|
|
+
|
|
|
+2011-04-04 11:49 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ Update upto now.
|
|
|
+
|
|
|
+2011-04-04 11:48 aleidinger
|
|
|
+
|
|
|
+ * make_changelog.sh:
|
|
|
+
|
|
|
+ Add the script to generate the changelog, not added to Makefile.am as it
|
|
|
+ does not make sense to distribute it.
|
|
|
+
|
|
|
+ I keep the "cvs log" output in '../log_output', the script expects it there.
|
|
|
+
|
|
|
+2011-04-04 09:54 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, config.h.in, configure, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ libmp3lame/vector/Makefile.in, mac/Makefile.in,
|
|
|
+ macosx/Makefile.in, macosx/English.lproj/Makefile.in,
|
|
|
+ macosx/LAME.xcodeproj/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in, vc_solution/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2011-04-04 09:51 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2011-04-04 09:49 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - depend upon at least autoconf 2.68, this should fix the variable type
|
|
|
+ size check in configure on Windows (mingw)
|
|
|
+ - readd check for termcap lib (needed for brhist)
|
|
|
+ - remove float8 (requested by Robert Hegemann)
|
|
|
+ - my gcc moans about -march=generic not being supported (anymore), use
|
|
|
+ 'native' instead of 'generic' in one place
|
|
|
+
|
|
|
+2011-04-04 09:45 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am.global:
|
|
|
+
|
|
|
+ Depend upon automake 1.11.
|
|
|
+
|
|
|
+2011-04-04 09:42 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ Create the directory in any case, seems to prevent a race condition.
|
|
|
+
|
|
|
+2011-04-04 09:41 aleidinger
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ Remove superflous brhist define.
|
|
|
+
|
|
|
+2011-04-04 09:40 aleidinger
|
|
|
+
|
|
|
+ * INSTALL:
|
|
|
+
|
|
|
+ Remove superflous explication about brhist switch.
|
|
|
+
|
|
|
+2011-04-04 09:36 aleidinger
|
|
|
+
|
|
|
+ * depcomp, install-sh, ltmain.sh, missing, frontend/depcomp,
|
|
|
+ libmp3lame/depcomp, misc/depcomp, mpglib/depcomp:
|
|
|
+
|
|
|
+ Update files from automake 1.11 and libtool 2.2.10.
|
|
|
+
|
|
|
+2011-04-03 22:26 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, version.h:
|
|
|
+
|
|
|
+ pre-echo control for short blocks is dependent on previous frame.
|
|
|
+ maybe we can relax it later, to speed-up things again.
|
|
|
+
|
|
|
+2011-03-25 19:57 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ dropping note about mpglib being GPL, because we use HIP for decoding.
|
|
|
+
|
|
|
+2011-03-24 20:19 robert
|
|
|
+
|
|
|
+ * doc/html/detailed.html, doc/man/lame.1, frontend/parse.c,
|
|
|
+ libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ new switches controlling the string encoding mode for ID3v2 tags:
|
|
|
+ --id3v2-latin1 turns on ID3v2 tags, text encoding ISO-8859-1
|
|
|
+ --id3v2-ucs2 turns on ID3v2 only tags, text encoding UCS-2
|
|
|
+
|
|
|
+ Similar experimental switches removed.
|
|
|
+
|
|
|
+2011-03-24 10:25 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ fixing glitch in Joseph's name
|
|
|
+
|
|
|
+2011-03-24 10:21 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updating history with info about latest changes
|
|
|
+
|
|
|
+2011-03-22 20:35 robert
|
|
|
+
|
|
|
+ * ChangeLog, libmp3lame/version.h:
|
|
|
+
|
|
|
+ updating ChangeLog
|
|
|
+
|
|
|
+2011-03-05 20:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ adapting some parameters for vbr-old/cbr/abr, because of the now used psy model
|
|
|
+
|
|
|
+2011-03-05 18:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, presets.c, psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ now all modes use the same (latest) psy model
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2011-03-05 14:06 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ fix for a possible out of bounds array access
|
|
|
+
|
|
|
+ re ID: 3091776 crash at III_dequantize_sample
|
|
|
+ This bug may be fixed now, don't have original problem sample to be sure.
|
|
|
+
|
|
|
+2011-03-02 16:56 rbrito
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ debian: Update changelog.
|
|
|
+
|
|
|
+2011-03-02 16:56 rbrito
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ Put my SF email or we get warnings from lintian.
|
|
|
+
|
|
|
+2011-03-02 16:54 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Verified that the packaging conforms to the Policy version 3.9.1
|
|
|
+
|
|
|
+2011-03-02 16:54 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Verified that the packaging conforms to the Policy version 3.9.0
|
|
|
+
|
|
|
+2011-03-02 16:54 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Remove unused Conflicts: and Replaces: fields.
|
|
|
+
|
|
|
+ They were never part of any stable release and 3rd party sites were,
|
|
|
+ perhaps, faster than us in providing changed packages (when the packaging
|
|
|
+ was not up-to-date).
|
|
|
+
|
|
|
+2011-03-02 16:53 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Verified that the packaging conforms to the Policy version 3.8.4
|
|
|
+
|
|
|
+2011-03-02 16:53 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Verified that the packaging conforms to the Policy version 3.8.3
|
|
|
+
|
|
|
+2011-03-02 16:52 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Verified that the packaging conforms to the Policy version 3.8.2
|
|
|
+
|
|
|
+2011-03-02 16:52 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Verified that the packaging conforms to the Policy version 3.8.1.0
|
|
|
+
|
|
|
+2011-03-02 16:52 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ Fix lintian's debhelper-but-no-misc-depends from the binary packages.
|
|
|
+
|
|
|
+2011-03-02 16:51 rbrito
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ Update debian/changelog.
|
|
|
+
|
|
|
+2011-03-02 16:50 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ debian/control: Change B-D on nasm to allow any i386 platform (no amd64, though).
|
|
|
+
|
|
|
+2011-03-02 16:50 rbrito
|
|
|
+
|
|
|
+ * debian/control:
|
|
|
+
|
|
|
+ debian/control: Rewrap the Build-Depends field for legibility.
|
|
|
+
|
|
|
+ This also buys us some diff-friendliness.
|
|
|
+
|
|
|
+2011-03-02 16:48 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, rules:
|
|
|
+
|
|
|
+ debian: Transition to the debhelper 7 format.
|
|
|
+
|
|
|
+ This format is easier to manage and other people should find it easy to
|
|
|
+ adapt to downstream necessities.
|
|
|
+
|
|
|
+2011-03-01 00:34 robert
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/lame.c, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ - new VBR: mpeg2.5 at 8 kHz doesn't use some scalefactor bands
|
|
|
+
|
|
|
+2011-02-27 21:08 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ small update for q_map
|
|
|
+
|
|
|
+2011-02-27 01:52 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c:
|
|
|
+
|
|
|
+ last patch made manual lowpass setting impossable (for VBR)
|
|
|
+
|
|
|
+2011-02-27 00:52 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/lame.c, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ make use of resampling at lower VBR quality levels
|
|
|
+
|
|
|
+2011-02-22 19:00 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, lame.c, psymodel.c,
|
|
|
+ quantize.c, quantize_pvt.c, version.h:
|
|
|
+
|
|
|
+ Starting to use newer VBR psy-model for CBR and ABR encoding too
|
|
|
+
|
|
|
+ bug tracker ID: 3187397 - Strange compression behavior
|
|
|
+
|
|
|
+2011-02-22 17:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c, presets.c, psymodel.c,
|
|
|
+ quantize_pvt.c, version.c:
|
|
|
+
|
|
|
+ some code cleanup
|
|
|
+
|
|
|
+2011-02-13 22:54 rbrito
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ frontend: remove unused variable and computation from brhist.c
|
|
|
+
|
|
|
+2011-02-13 16:36 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.c, version.h:
|
|
|
+
|
|
|
+ make vbr_mt the default vbr mode
|
|
|
+
|
|
|
+2011-02-13 13:50 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/presets.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ new mono encoding switches:
|
|
|
+ -ml encodes left channel only
|
|
|
+ -mr encodes right channel only
|
|
|
+
|
|
|
+2011-02-12 16:16 robert
|
|
|
+
|
|
|
+ * frontend/main.h, libmp3lame/presets.c, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ small fixes for compiler warnings
|
|
|
+ (vbrquantize.c) bug fix, out of bounds memory write
|
|
|
+
|
|
|
+2011-02-11 20:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, psymodel.c, quantize.c,
|
|
|
+ vbrquantize.c, version.h:
|
|
|
+
|
|
|
+ - reintroduction of fast encoding mode (-q7 / -f) (vbr_mt / vbr_mtrh)
|
|
|
+ - minor fix for sfb21 encoding (vbr_mt / vbr_mrth)
|
|
|
+ - small tunings
|
|
|
+
|
|
|
+2010-12-08 15:28 robert
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ fixing some compile issues when compiling as C++ code
|
|
|
+
|
|
|
+ bug tracker ID: 3125235: make -f Makefile.mingw32 fails
|
|
|
+
|
|
|
+2010-12-05 12:25 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ fixing some compile issues when compiling as C++ code
|
|
|
+
|
|
|
+ bug tracker ID: 3125235: make -f Makefile.mingw32 fails
|
|
|
+
|
|
|
+2010-12-04 20:43 jaz001
|
|
|
+
|
|
|
+ * doc/html/detailed.html:
|
|
|
+
|
|
|
+ spelling and better description on -b, -F and -t settings
|
|
|
+
|
|
|
+2010-12-04 13:30 robert
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.h:
|
|
|
+
|
|
|
+ fixing some compile issues with strict compiler settings.
|
|
|
+
|
|
|
+ bug tracker ID: 3025801: gain_analysis.h needs int constants
|
|
|
+
|
|
|
+2010-12-04 12:55 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ fixing some compile issues with strict compiler settings.
|
|
|
+
|
|
|
+ bug tracker ID: 3125235: make -f Makefile.mingw32 fails
|
|
|
+
|
|
|
+2010-12-03 19:46 jaz001
|
|
|
+
|
|
|
+ * doc/html/about.html:
|
|
|
+
|
|
|
+ fixed listening tests URL.
|
|
|
+
|
|
|
+2010-11-21 20:45 jaz001
|
|
|
+
|
|
|
+ * doc/html/: detailed.html, usage.html:
|
|
|
+
|
|
|
+ yet more small detail changes.
|
|
|
+
|
|
|
+2010-11-21 20:31 jaz001
|
|
|
+
|
|
|
+ * doc/html/detailed.html:
|
|
|
+
|
|
|
+ more details about the q switch and the vbr-new/old
|
|
|
+ some formating changes
|
|
|
+
|
|
|
+2010-11-21 20:07 jaz001
|
|
|
+
|
|
|
+ * doc/html/: abr.html, cbr.html, detailed.html, usage.html:
|
|
|
+
|
|
|
+ updates/fixes to the documentation.
|
|
|
+
|
|
|
+2010-10-30 13:21 robert
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, lame_vc8.sln, Dll/LameDll_vc8.vcproj,
|
|
|
+ Dll/Makefile.am, Dll/Makefile.in, frontend/Makefile.am,
|
|
|
+ frontend/Makefile.in, frontend/lame_vc8.vcproj,
|
|
|
+ frontend/mp3x_vc8.vcproj, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/libmp3lame_vc8.vcproj,
|
|
|
+ mpglib/Makefile.am, mpglib/Makefile.in, mpglib/mpglib_vc8.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj:
|
|
|
+
|
|
|
+ VC8 no more
|
|
|
+
|
|
|
+2010-09-30 20:58 jaz001
|
|
|
+
|
|
|
+ * doc/html/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ fixed the erroneous naming of files. (fixes: 3078255)
|
|
|
+
|
|
|
+2010-08-29 05:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce table size by merging escHB[512](short) and escLen[512](char) into
|
|
|
+ escHBL[512](unsigned short).
|
|
|
+
|
|
|
+2010-08-29 05:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ move code to update bitstream position out of loop.
|
|
|
+
|
|
|
+2010-08-17 23:39 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Put a notice that Mark Taylor is not the current maintainer, but The
|
|
|
+ LAME team is.
|
|
|
+
|
|
|
+2010-08-17 23:36 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Update the URL to point to the Sourceforge webpage.
|
|
|
+
|
|
|
+2010-08-17 23:35 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Update the date of the README file.
|
|
|
+
|
|
|
+2010-08-17 23:34 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Cosmetic: delete trailing whitespaces.
|
|
|
+
|
|
|
+2010-08-17 23:32 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Remove duplicate copyright entry for Mark Taylor.
|
|
|
+
|
|
|
+2010-08-17 23:32 rbrito
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ Update copyright years of the LAME Project.
|
|
|
+
|
|
|
+2010-07-09 18:59 jaz001
|
|
|
+
|
|
|
+ * doc/html/: basic.html, examples.html, id3.html, lame.css,
|
|
|
+ modes.html, node6.html, switchs.html:
|
|
|
+
|
|
|
+ delete old documentation
|
|
|
+
|
|
|
+2010-07-09 18:58 jaz001
|
|
|
+
|
|
|
+ * doc/html/detailed.html:
|
|
|
+
|
|
|
+ added anchors to the descriptions, so that one can link to them with an URL.
|
|
|
+ Corrected a few errors.
|
|
|
+
|
|
|
+2010-06-11 17:44 jaz001
|
|
|
+
|
|
|
+ * doc/html/: Makefile.am, about.html, abr.html, cbr.html,
|
|
|
+ contact.html, contributors.html, detailed.html, index.html,
|
|
|
+ introduction.html, links.html, list.html, ms_stereo.html,
|
|
|
+ usage.html, vbr.html, images/logo.gif, images/valid-css.png,
|
|
|
+ images/valid-xhtml10.png, styles/lame.css:
|
|
|
+
|
|
|
+ Initial commit of the new documentation. Makefile.in should be regenerated.
|
|
|
+
|
|
|
+2010-06-07 00:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, psymodel.c:
|
|
|
+
|
|
|
+ something to try later
|
|
|
+
|
|
|
+2010-06-06 19:20 robert
|
|
|
+
|
|
|
+ * frontend/rtp.c:
|
|
|
+
|
|
|
+ fix compile problem on Linux system
|
|
|
+
|
|
|
+2010-06-06 01:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, lame_global_flags.h, presets.c,
|
|
|
+ psymodel.c, quantize.c, quantize_pvt.c, set_get.c, util.h,
|
|
|
+ version.h:
|
|
|
+
|
|
|
+ some further tweaking of vbr new
|
|
|
+
|
|
|
+2010-06-01 21:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, util.h, version.h:
|
|
|
+
|
|
|
+ more tuning on vbr_mt
|
|
|
+
|
|
|
+2010-06-01 18:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c:
|
|
|
+
|
|
|
+ changing default buffer constraint for vbr_mt
|
|
|
+
|
|
|
+2010-06-01 16:21 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixing some compiler warnings
|
|
|
+
|
|
|
+2010-06-01 15:59 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/lametime.c,
|
|
|
+ frontend/lametime.h, libmp3lame/lame.c, libmp3lame/presets.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h, libmp3lame/version.h:
|
|
|
+
|
|
|
+ some work on VBR scale tuning, accessible with --vbr-new
|
|
|
+
|
|
|
+2010-05-02 20:29 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/gtkanal.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/presets.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ work-in-progress: VBR scale tuning
|
|
|
+
|
|
|
+2010-04-29 00:29 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/presets.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, frontend/parse.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/util.h, libmp3lame/version.h:
|
|
|
+
|
|
|
+ some work on VBR scale tuning, accessible with --vbr-new
|
|
|
+
|
|
|
+2010-04-15 10:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, VbrTag.c, util.h:
|
|
|
+
|
|
|
+ - calculate input transform matrix once on initialization
|
|
|
+ - calculate clip detect even when scaling was set; else one doesn't notice that clipping still might happen.
|
|
|
+
|
|
|
+2010-04-14 09:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.in (lame3_98), Makefile.in:
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 2986823: Error when building Lame with NASM support -still exists
|
|
|
+
|
|
|
+2010-04-11 15:46 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/lame.rc, libmp3lame/set_get.h:
|
|
|
+
|
|
|
+ adding version/icon resource to VC6 binary builds
|
|
|
+
|
|
|
+2010-04-11 13:07 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, include/lame.def, include/lame.h:
|
|
|
+
|
|
|
+ add encoding functions passing double precision pcm values ( +/- 1 fulll scale)
|
|
|
+
|
|
|
+2010-04-09 21:51 robert
|
|
|
+
|
|
|
+ * doc/html/switchs.html, doc/man/lame.1, frontend/get_audio.c,
|
|
|
+ frontend/main.h, frontend/parse.c:
|
|
|
+
|
|
|
+ - unicode filenames now working with libsndfile on MS-Windows
|
|
|
+ - presets use the default VBR engine, no need for extra parameter "fast"
|
|
|
+
|
|
|
+2010-04-08 11:07 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/lame_main.c,
|
|
|
+ frontend/mp3rtp.c, frontend/mp3x.c, frontend/parse.c,
|
|
|
+ libmp3lame/id3tag.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ enabling to read OGG Vorbis files via libsndfile
|
|
|
+
|
|
|
+2010-04-06 11:13 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c, frontend/lame_main.c, libmp3lame/lame.c,
|
|
|
+ frontend/get_audio.h, frontend/parse.c, include/lame.def,
|
|
|
+ include/lame.h:
|
|
|
+
|
|
|
+ - preparing to use ieee float [-1,+1] as internal pcm sample representation in LAME frontend
|
|
|
+ - removing id3v2 picture size limit
|
|
|
+ - fixing id3v2 TXXX frame storage
|
|
|
+
|
|
|
+2010-03-23 11:22 robert
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ small typo
|
|
|
+
|
|
|
+2010-03-22 23:12 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, version.h:
|
|
|
+
|
|
|
+ vbrnew: pad frame to build up bitrservoir
|
|
|
+
|
|
|
+2010-03-22 20:48 robert
|
|
|
+
|
|
|
+ * ChangeLog (lame3_98):
|
|
|
+
|
|
|
+ updating Changelog
|
|
|
+
|
|
|
+2010-03-22 20:28 robert
|
|
|
+
|
|
|
+ * doc/html/: history.html (lame3_98), history.html:
|
|
|
+
|
|
|
+ updating latest changes
|
|
|
+
|
|
|
+2010-03-22 20:25 robert
|
|
|
+
|
|
|
+ * configure, configure.in (lame3_98):
|
|
|
+
|
|
|
+ Update version number in preparation for release.
|
|
|
+
|
|
|
+2010-03-22 20:19 robert
|
|
|
+
|
|
|
+ * doc/html/: history.html (lame3_98), history.html:
|
|
|
+
|
|
|
+ updating latest changes
|
|
|
+
|
|
|
+2010-03-22 20:08 robert
|
|
|
+
|
|
|
+ * dshow/: Mpegac.cpp, Mpegac.h, Property.rc, README (lame3_98):
|
|
|
+
|
|
|
+ Joseph Flynn's direct show improvements
|
|
|
+
|
|
|
+2010-03-22 19:44 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ adding header file to project
|
|
|
+
|
|
|
+2010-03-22 14:43 robert
|
|
|
+
|
|
|
+ * mpglib/: README (lame3_98), AUTHORS, README:
|
|
|
+
|
|
|
+ update licence information/header in decoder files
|
|
|
+
|
|
|
+2010-03-22 14:30 robert
|
|
|
+
|
|
|
+ * mpglib/common.c (lame3_98), LICENSE, mpglib/Makefile.am,
|
|
|
+ mpglib/Makefile.in, mpglib/common.c, mpglib/common.h,
|
|
|
+ mpglib/dct64_i386.c, mpglib/dct64_i386.h, mpglib/decode_i386.c,
|
|
|
+ mpglib/decode_i386.h, mpglib/huffman.h, mpglib/interface.c,
|
|
|
+ mpglib/interface.h, mpglib/l2tables.h, mpglib/layer1.c,
|
|
|
+ mpglib/layer1.h, mpglib/layer2.c, mpglib/layer2.h,
|
|
|
+ mpglib/layer3.c, mpglib/layer3.h, mpglib/mpg123.h,
|
|
|
+ mpglib/mpglib.h, mpglib/tabinit.c, mpglib/tabinit.h:
|
|
|
+
|
|
|
+ update licence information/header in decoder files
|
|
|
+
|
|
|
+2010-03-22 14:17 robert
|
|
|
+
|
|
|
+ * mpglib/AUTHORS, mpglib/Makefile.am, mpglib/Makefile.in,
|
|
|
+ mpglib/common.c, mpglib/common.h, mpglib/dct64_i386.c,
|
|
|
+ mpglib/dct64_i386.h, mpglib/decode_i386.c, mpglib/decode_i386.h,
|
|
|
+ mpglib/huffman.h, mpglib/interface.c, mpglib/interface.h,
|
|
|
+ mpglib/l2tables.h, mpglib/layer1.c, mpglib/layer1.h,
|
|
|
+ mpglib/layer2.c, mpglib/layer2.h, mpglib/layer3.c,
|
|
|
+ mpglib/layer3.h, mpglib/mpg123.h, mpglib/mpglib.h,
|
|
|
+ mpglib/tabinit.c, mpglib/tabinit.h, LICENSE (lame3_98):
|
|
|
+
|
|
|
+ update licence information/header in decoder files
|
|
|
+
|
|
|
+2010-03-22 11:49 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_mpglib.vcproj (lame3_98):
|
|
|
+
|
|
|
+ adding header file to project
|
|
|
+
|
|
|
+2010-03-21 22:22 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/set_get.c, mpglib/common.c,
|
|
|
+ mpglib/layer3.c:
|
|
|
+
|
|
|
+ minor changes
|
|
|
+
|
|
|
+2010-03-21 22:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 2973877: A problem regarding the new drain code
|
|
|
+
|
|
|
+2010-03-21 12:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h (lame3_98):
|
|
|
+
|
|
|
+ Update version number in preparation for release.
|
|
|
+
|
|
|
+2010-03-21 12:28 robert
|
|
|
+
|
|
|
+ * debian/: Makefile.am, Makefile.in (lame3_98):
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 2964898: Missing debian/compat
|
|
|
+
|
|
|
+2010-03-21 12:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c (lame3_98):
|
|
|
+
|
|
|
+ Bug fix for tracker item ID 2963080: Missing #ifdef/#endif in util.c ?
|
|
|
+
|
|
|
+2010-03-21 12:11 robert
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c (lame3_98):
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 2973877: A problem regarding the new drain code
|
|
|
+
|
|
|
+2010-03-15 01:32 robert
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, vc_solution/vc9_lame.sln,
|
|
|
+ vc_solution/vc9_lame_mp3x.vcproj:
|
|
|
+
|
|
|
+ it makes no sense, to link mp3x against libmp3lame.dll, because of strong dependencies between them. (pinfo struct)
|
|
|
+
|
|
|
+2010-03-15 01:07 robert
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c, libmp3lame/lame.c, frontend/parse.c,
|
|
|
+ include/lame.def, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/tables.h, libmp3lame/util.c:
|
|
|
+
|
|
|
+ access functions for bitrate and samplerate tables. exporting of global vars doesn't work well with DLLs.
|
|
|
+
|
|
|
+2010-03-14 22:47 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/lame_main.c, frontend/main.c,
|
|
|
+ frontend/main.h, frontend/parse.c, frontend/timestatus.c,
|
|
|
+ libmp3lame/set_get.h, vc_solution/vc9_lame.sln:
|
|
|
+
|
|
|
+ some code refactorings
|
|
|
+
|
|
|
+2010-03-14 19:48 robert
|
|
|
+
|
|
|
+ * frontend/timestatus.c, libmp3lame/lame.rc,
|
|
|
+ vc_solution/vc9_lame_mp3x.vcproj:
|
|
|
+
|
|
|
+ adding resource file containing version and program icon to MP3x project
|
|
|
+
|
|
|
+2010-03-14 17:23 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix, configure.in, frontend/Makefile.am,
|
|
|
+ frontend/Makefile.in, frontend/brhist.c, frontend/lame_main.c,
|
|
|
+ frontend/timestatus.c, include/Makefile.am,
|
|
|
+ include/libmp3lame.sym, vc_solution/Makefile.am:
|
|
|
+
|
|
|
+ BRHIST is mandatory
|
|
|
+ Layer1 and Layer2 decoding is mandatory
|
|
|
+ adding libmp3lame.sym file, to use with libtool, declares exported symbols
|
|
|
+
|
|
|
+2010-03-14 16:15 robert
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ fixing some compiler warnings
|
|
|
+
|
|
|
+2010-03-14 15:39 robert
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/main.c, frontend/timestatus.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ trying to get rid of remaining GCC compiler warnings
|
|
|
+
|
|
|
+2010-03-13 21:10 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ additional target mp3rtp
|
|
|
+
|
|
|
+2010-03-13 20:45 robert
|
|
|
+
|
|
|
+ * frontend/Makefile.am, frontend/lame_main.c, frontend/main.c,
|
|
|
+ Makefile.MSVC, Makefile.unix, frontend/Makefile.in,
|
|
|
+ frontend/lame_vc8.vcproj, frontend/mp3rtp.c, frontend/mp3x.c,
|
|
|
+ frontend/mp3x_vc8.vcproj, vc_solution/vc9_lame.sln,
|
|
|
+ vc_solution/vc9_lame_lame.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3rtp.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3x.vcproj:
|
|
|
+
|
|
|
+ main.c is now entry point for all frontend programs
|
|
|
+ similar to mp3x and mp3rtp, there is now lame_main.c for lame
|
|
|
+
|
|
|
+2010-03-13 01:49 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ support for WAVE_FORMAT_IEEE_FLOAT
|
|
|
+
|
|
|
+2010-03-13 01:17 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ support for WAVE_FORMAT_IEEE_FLOAT (for reading via libsndfile)
|
|
|
+
|
|
|
+2010-03-12 14:00 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ support for WAVE_FORMAT_IEEE_FLOAT (for reading)
|
|
|
+
|
|
|
+2010-03-11 00:59 robert
|
|
|
+
|
|
|
+ * frontend/console.c, frontend/get_audio.c, frontend/main.c,
|
|
|
+ frontend/main.h, frontend/mp3rtp.c, frontend/parse.c,
|
|
|
+ frontend/rtp.c, frontend/timestatus.c, include/lame.def,
|
|
|
+ include/lame.h, libmp3lame/id3tag.h:
|
|
|
+
|
|
|
+ experimental unicode support on Windows OS
|
|
|
+
|
|
|
+2010-03-10 01:41 robert
|
|
|
+
|
|
|
+ * frontend/: main.c, timestatus.c:
|
|
|
+
|
|
|
+ Starting with Unicode support for LAME on Windows
|
|
|
+
|
|
|
+2010-03-10 00:43 robert
|
|
|
+
|
|
|
+ * frontend/timestatus.c:
|
|
|
+
|
|
|
+ small fix for time status display during encoding
|
|
|
+
|
|
|
+2010-03-10 00:35 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c, timestatus.c, timestatus.h:
|
|
|
+
|
|
|
+ display of estimated number of frames should be more accurate now, even when re-encoding mp3->mp3
|
|
|
+
|
|
|
+2010-03-09 00:03 robert
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ calculation of totalframes more in line with current enc-delay+padding
|
|
|
+
|
|
|
+2010-03-08 00:17 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, frontend/timestatus.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ - reducing some warnings
|
|
|
+ - lame_get_totalframes still returns wrong estimate when re-encoding
|
|
|
+
|
|
|
+2010-03-07 21:14 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c, mp3rtp.c, mp3x.c,
|
|
|
+ timestatus.c:
|
|
|
+
|
|
|
+ some more code refactoring to clean up encoder/decoder loops
|
|
|
+
|
|
|
+2010-03-06 21:34 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 2962223: Encoder delay and padding values ignored when transcoding
|
|
|
+
|
|
|
+2010-03-06 21:30 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c:
|
|
|
+
|
|
|
+ Bug fix for tracker item ID: 2962223: Encoder delay and padding values ignored when transcoding
|
|
|
+
|
|
|
+2010-03-06 02:15 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c, parse.c:
|
|
|
+
|
|
|
+ some code refactorings
|
|
|
+
|
|
|
+2010-03-05 02:01 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updating history text
|
|
|
+
|
|
|
+2010-03-04 21:37 robert
|
|
|
+
|
|
|
+ * frontend/rtp.c:
|
|
|
+
|
|
|
+ cleanup some pre-processor code
|
|
|
+
|
|
|
+2010-03-04 20:03 robert
|
|
|
+
|
|
|
+ * frontend/rtp.c:
|
|
|
+
|
|
|
+ more work on mp3rtp
|
|
|
+
|
|
|
+2010-03-04 19:42 robert
|
|
|
+
|
|
|
+ * frontend/: mp3rtp.c, rtp.c, rtp.h:
|
|
|
+
|
|
|
+ more work on mp3rtp
|
|
|
+ should compile with VC9 and GCC now
|
|
|
+
|
|
|
+2010-03-04 16:38 robert
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c, include/lame.def, frontend/rtp.c,
|
|
|
+ frontend/rtp.h, vc_solution/vc9_lame.sln,
|
|
|
+ vc_solution/vc9_lame_mp3rtp.vcproj:
|
|
|
+
|
|
|
+ mp3rtp compiles with VC9 now
|
|
|
+
|
|
|
+2010-03-04 09:32 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_lame_mp3rtp.vcproj:
|
|
|
+
|
|
|
+ adding mp3rtp project to VC solution
|
|
|
+
|
|
|
+2010-03-04 09:23 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_lame.sln:
|
|
|
+
|
|
|
+ adding mp3rtp project to VC solution
|
|
|
+
|
|
|
+2010-03-03 00:32 robert
|
|
|
+
|
|
|
+ * mpglib/: layer3.c, mpglib.h:
|
|
|
+
|
|
|
+ Eliminated some remaining global variable in layer3 decoder code.
|
|
|
+
|
|
|
+2010-03-02 01:21 robert
|
|
|
+
|
|
|
+ * frontend/: brhist.h, console.h, get_audio.c, gtkanal.c,
|
|
|
+ lametime.h, main.c, main.h, mp3rtp.c, parse.c, parse.h,
|
|
|
+ portableio.h, timestatus.c, timestatus.h:
|
|
|
+
|
|
|
+ some code refactoring
|
|
|
+
|
|
|
+2010-02-28 17:22 robert
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ updating Changelog
|
|
|
+
|
|
|
+2010-02-28 16:52 robert
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ For free format mp3 above 320 kbps, the maximum allowed bits was limited too far.
|
|
|
+
|
|
|
+2010-02-27 03:57 robert
|
|
|
+
|
|
|
+ * dshow/: dshow.dsp, dshow.dsw (lame3_98):
|
|
|
+
|
|
|
+ Fixing line ending problem in VC project files, when checked out via make dist.
|
|
|
+
|
|
|
+2010-02-27 03:18 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updating history text
|
|
|
+
|
|
|
+2010-02-27 02:58 robert
|
|
|
+
|
|
|
+ * ChangeLog (lame3_98):
|
|
|
+
|
|
|
+ updating Changelog
|
|
|
+
|
|
|
+2010-02-27 02:51 robert
|
|
|
+
|
|
|
+ * doc/html/history.html (lame3_98):
|
|
|
+
|
|
|
+ updating history text
|
|
|
+
|
|
|
+2010-02-26 23:23 robert
|
|
|
+
|
|
|
+ * Dll/: Example_vc6.dsp, LameDll_vc6.dsp (lame3_98):
|
|
|
+
|
|
|
+ Bug fix for tracker ID: 2688413
|
|
|
+ lib name problem in VS6
|
|
|
+
|
|
|
+2010-02-26 22:59 robert
|
|
|
+
|
|
|
+ * dshow/dshow.dsw (lame3_98):
|
|
|
+
|
|
|
+ seems dshow workspace got messed up some time ago
|
|
|
+
|
|
|
+2010-02-26 22:33 robert
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in (lame3_98):
|
|
|
+
|
|
|
+ add some missing files used by "make dist" to the configure magic
|
|
|
+
|
|
|
+2010-02-26 22:24 robert
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, Makefile.am (lame3_98):
|
|
|
+
|
|
|
+ add some missing files used by "make dist" to the configure magic
|
|
|
+
|
|
|
+2010-02-26 03:40 robert
|
|
|
+
|
|
|
+ * include/Makefile.am, include/Makefile.in, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/lame.rc (lame3_98):
|
|
|
+
|
|
|
+ adding some files missing after "make dist"
|
|
|
+
|
|
|
+2010-02-26 03:04 robert
|
|
|
+
|
|
|
+ * Makefile.in (lame3_98):
|
|
|
+
|
|
|
+ adding vc_solution path to configure magic
|
|
|
+
|
|
|
+2010-02-26 02:49 robert
|
|
|
+
|
|
|
+ * configure, mpglib/Makefile.in (lame3_98):
|
|
|
+
|
|
|
+ adding vc_solution path to configure magic
|
|
|
+
|
|
|
+2010-02-26 01:59 robert
|
|
|
+
|
|
|
+ * Makefile.am, configure.in (lame3_98):
|
|
|
+
|
|
|
+ adding vc_solution dir, used for "make dist"
|
|
|
+
|
|
|
+2010-02-26 01:56 robert
|
|
|
+
|
|
|
+ * vc_solution/: Makefile.am, Makefile.in (lame3_98):
|
|
|
+
|
|
|
+ initial check in, used by "make dist"
|
|
|
+
|
|
|
+2010-02-26 00:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.am (lame3_98), Makefile.am:
|
|
|
+
|
|
|
+ Tracker item ID: 2807676:
|
|
|
+ Error when building Lame with NASM support
|
|
|
+
|
|
|
+ Patch reported by Bernhard Doebler.
|
|
|
+
|
|
|
+2010-02-25 23:33 robert
|
|
|
+
|
|
|
+ * testcase.mp3 (lame3_98):
|
|
|
+
|
|
|
+ updating testcase for 3.98.3
|
|
|
+
|
|
|
+2010-02-24 08:54 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, copyright, rules (lame3_98):
|
|
|
+
|
|
|
+ Update the debian packaging for the new release.
|
|
|
+
|
|
|
+2010-02-20 21:19 robert
|
|
|
+
|
|
|
+ * test/lame_test.cpp, vc_solution/vc9_lame_clients.sln,
|
|
|
+ vc_solution/vc9_lame_test.vcproj:
|
|
|
+
|
|
|
+ adding some small LAME test project.
|
|
|
+
|
|
|
+2010-02-20 21:08 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c (lame3_98), lame.c:
|
|
|
+
|
|
|
+ Bug fix for tracker ID: 2824296
|
|
|
+ wrong enc_padding value in LAME 3.99a & 3.98.3 (from CVS)
|
|
|
+
|
|
|
+2010-02-20 21:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (lame3_98):
|
|
|
+
|
|
|
+ Bug fix for tracker ID: 2872590
|
|
|
+ LameTAG: "Music length" missmatch in Lame3.98
|
|
|
+
|
|
|
+2010-02-20 20:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Bug fix for tracker ID: 2872590
|
|
|
+ LameTAG: "Music length" missmatch in Lame3.98
|
|
|
+
|
|
|
+2010-02-19 00:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c (lame3_98), id3tag.c:
|
|
|
+
|
|
|
+ Bug fix for tracker ID: 2887359
|
|
|
+ Wrong length in ID3v2 tag when num_samples isn't set
|
|
|
+
|
|
|
+2010-02-19 00:30 robert
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c (lame3_98), BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Bug fix for tracker ID: 2893101
|
|
|
+ Access Violation in BladeMP3EncDLL if UNICODE was defined.
|
|
|
+
|
|
|
+2010-02-19 00:03 robert
|
|
|
+
|
|
|
+ * doc/man/: lame.1 (lame3_98), lame.1:
|
|
|
+
|
|
|
+ Bug fix for tracker ID: 2928684
|
|
|
+ Error in man page about "fast insane"
|
|
|
+
|
|
|
+2010-02-18 22:42 robert
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c (lame3_98):
|
|
|
+
|
|
|
+ Revisiting the FhG decoder problem (FhG V1.5 build 50, ships with MS Windows):
|
|
|
+ enabling the new drain code seems to solve that issue better, than restricting the buffer size.
|
|
|
+
|
|
|
+2010-02-13 23:21 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/console.h, frontend/get_audio.c,
|
|
|
+ frontend/parse.c, frontend/timestatus.c, include/lame.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/reservoir.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Revisiting the FhG decoder problem (FhG V1.5 build 50, ships with MS Windows):
|
|
|
+ enabling the new drain code seems to solve that issue better, than restricting the buffer size.
|
|
|
+
|
|
|
+2010-02-06 23:01 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ added new switch for control buffer constraint
|
|
|
+
|
|
|
+2009-12-12 15:28 robert
|
|
|
+
|
|
|
+ * frontend/console.c:
|
|
|
+
|
|
|
+ increasing size of term_buff array, it might have become too small by now
|
|
|
+
|
|
|
+2009-12-11 23:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ small issue,: if-def out hip functions, when not using decode-on-the-fly
|
|
|
+
|
|
|
+2009-12-11 22:44 robert
|
|
|
+
|
|
|
+ * frontend/parse.c (lame3_98):
|
|
|
+
|
|
|
+ Tracker ID: 2891879
|
|
|
+ Because of Windows API change, there was a problem with prority switch. Should work again.
|
|
|
+
|
|
|
+2009-12-11 22:30 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Tracker ID: 2891879
|
|
|
+ Because of Windows API change, there was a problem with prority switch. Should work again.
|
|
|
+
|
|
|
+2009-11-22 22:29 rbrito
|
|
|
+
|
|
|
+ * debian/rules:
|
|
|
+
|
|
|
+ Enable the frontend to be dynamically linked to libmp3lame.
|
|
|
+
|
|
|
+2009-11-22 22:09 rbrito
|
|
|
+
|
|
|
+ * debian/lame.doc-base:
|
|
|
+
|
|
|
+ Fix correct section of doc-base.
|
|
|
+
|
|
|
+2009-11-22 21:27 rbrito
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ Consolidate changelog entries.
|
|
|
+
|
|
|
+2009-11-22 21:18 rbrito
|
|
|
+
|
|
|
+ * debian/source/format:
|
|
|
+
|
|
|
+ Part of migration to new format (3.0 quilt) of Debian packages.
|
|
|
+
|
|
|
+2009-09-17 06:42 rbrito
|
|
|
+
|
|
|
+ * debian/lame.doc-base:
|
|
|
+
|
|
|
+ Update the section field.
|
|
|
+
|
|
|
+2009-09-17 05:54 rbrito
|
|
|
+
|
|
|
+ * debian/lame.doc-base:
|
|
|
+
|
|
|
+ Include Debian's doc-base configuration.
|
|
|
+
|
|
|
+2009-05-16 10:20 rbrito
|
|
|
+
|
|
|
+ * debian/rules:
|
|
|
+
|
|
|
+ Revert cleaning of files in the debian/rules file.
|
|
|
+
|
|
|
+2009-05-16 10:19 rbrito
|
|
|
+
|
|
|
+ * debian/: Makefile.am, rules:
|
|
|
+
|
|
|
+ Update the list of files in Makefile.am
|
|
|
+
|
|
|
+2009-05-15 23:09 robert
|
|
|
+
|
|
|
+ * mpglib/: interface.c, layer1.c, layer1.h, layer2.c, layer2.h,
|
|
|
+ layer3.c, layer3.h:
|
|
|
+
|
|
|
+ trying to handle the case, when audio data exceeds frame size
|
|
|
+
|
|
|
+2009-05-15 23:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c:
|
|
|
+
|
|
|
+ starting to demangle bitstream buffer handling from postprocessing features like "clip detect" and "replaygain".
|
|
|
+
|
|
|
+2009-05-10 22:08 jwflynn1
|
|
|
+
|
|
|
+ * dshow/Mpegac.h:
|
|
|
+
|
|
|
+ minor correction
|
|
|
+
|
|
|
+2009-05-10 22:06 jwflynn1
|
|
|
+
|
|
|
+ * dshow/Mpegac.cpp:
|
|
|
+
|
|
|
+ Allocator buffer count on the output pin had been hardcoded to 1. This was changed so that it will now attempt to use the buffer count suggested by the downstream filter or default to 1 if none is specified.
|
|
|
+
|
|
|
+2009-05-02 13:45 rbrito
|
|
|
+
|
|
|
+ * debian/: lame.files, libmp3lame0-dev.docs, libmp3lame0-dev.files,
|
|
|
+ libmp3lame0.files:
|
|
|
+
|
|
|
+ Remove obsolete files. We need to fix the auto* files to use the new files.
|
|
|
+
|
|
|
+2009-05-02 13:44 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, compat, control, lame.install,
|
|
|
+ libmp3lame-dev.install, libmp3lame0.install, rules:
|
|
|
+
|
|
|
+ Update Debian/Ubuntu packaging. Add new files.
|
|
|
+
|
|
|
+2009-04-20 21:47 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, frontend/portableio.c, mpglib/common.c,
|
|
|
+ mpglib/common.h, mpglib/layer1.c, mpglib/layer2.c,
|
|
|
+ vc_solution/vc9_lame_config.vsprops, frontend/console.c,
|
|
|
+ frontend/get_audio.c, frontend/main.c, libmp3lame/fft.c:
|
|
|
+
|
|
|
+ fixing some more compiler warnings
|
|
|
+
|
|
|
+2009-04-20 05:39 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, copyright, rules, watch:
|
|
|
+
|
|
|
+ Updating the Debian packaging and doing some investigation regarding symbols.
|
|
|
+
|
|
|
+2009-04-19 22:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c, libmp3lame/takehiro.c, mpglib/layer1.c:
|
|
|
+
|
|
|
+ reducing compiler warnings
|
|
|
+
|
|
|
+2009-04-19 18:10 robert
|
|
|
+
|
|
|
+ * mpglib/: interface.c, layer2.c:
|
|
|
+
|
|
|
+ Starting to fix decoding bugs.
|
|
|
+
|
|
|
+2009-04-18 18:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.rc, mpglib/interface.c, mpglib/layer1.c,
|
|
|
+ mpglib/layer2.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+ Starting to fix decoding bugs.
|
|
|
+
|
|
|
+2009-04-17 22:21 robert
|
|
|
+
|
|
|
+ * frontend/console.c, frontend/console.h, frontend/get_audio.c,
|
|
|
+ frontend/main.c, frontend/parse.c, frontend/timestatus.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ mpglib/interface.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ commandline option 'quiet' should suppress any message now
|
|
|
+
|
|
|
+2009-04-17 11:24 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, mpglib/common.c, mpglib/common.h,
|
|
|
+ mpglib/interface.c, mpglib/layer3.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ replaced fprintf calls by lame reporting function calls. this allows to silence decoder. (it used to spit out error messages to stderr)
|
|
|
+
|
|
|
+2009-04-11 16:04 jwflynn1
|
|
|
+
|
|
|
+ * dshow/README:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2009-04-11 15:59 jwflynn1
|
|
|
+
|
|
|
+ * dshow/Mpegac.cpp:
|
|
|
+
|
|
|
+ - Added support for the DirectShow IAMStreamConfig Interface to the LAME encoder filter output pin.
|
|
|
+
|
|
|
+ - Modified the DirectShow filter registration section so that the LAME Encoder filter is correctly registered in the Audio Compressors filter category. This will allow third-party encoding applications using the DirectShow System Device Enumerator Interface to correctly detect the LAME encoder when querying the Audio Compressors filter group.
|
|
|
+
|
|
|
+ - Modified the filter registration information so that the MP3 audio subtype is correctly reported as being supported on the encoder output pin. This will allow third-party encoding applications using the DirectShow IFilterMapper2 Interface to recognize that the LAME encoder supports MP3 output.
|
|
|
+
|
|
|
+ - Altered the Filter Merit Value that was being used when the filter was registered so that it is now using the standard DirectShow compressor filter merit value of MERIT_DO_NOT_USE (0x200000). Previously, the filter was being registered using a value of MERIT_SW_COMPRESSOR (0x100000), which was at a lower priority (i.e. worse priority) than MERIT_DO_NOT_USE. This prevented the LAME Encoder filter from being selected for use by some third-party encoding applications.
|
|
|
+
|
|
|
+ - Added code to calculate the frame length of the audio frames used for the nBlockSize element of the WAVEFORMATEX output structure. Previously this value was simply hard-coded to 1.
|
|
|
+
|
|
|
+2009-04-11 15:51 jwflynn1
|
|
|
+
|
|
|
+ * dshow/Mpegac.h:
|
|
|
+
|
|
|
+ Added support for the DirectShow IAMStreamConfig Interface
|
|
|
+
|
|
|
+2009-04-11 15:47 jwflynn1
|
|
|
+
|
|
|
+ * dshow/Property.rc:
|
|
|
+
|
|
|
+ Updated the embedded "FileVersion" and "ProductVersion" fields
|
|
|
+
|
|
|
+2009-03-31 22:37 robert
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, util.h (lame3_98), util.c, util.h:
|
|
|
+
|
|
|
+ fix for tracker item 2723518: resampling in 3.98 and 3.99alpha
|
|
|
+
|
|
|
+2009-03-30 19:48 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (lame3_98):
|
|
|
+
|
|
|
+ ensure we padd at least 288 samples
|
|
|
+
|
|
|
+2009-03-30 14:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ ensure we pad with 288 samples at least
|
|
|
+
|
|
|
+2009-03-30 13:42 robert
|
|
|
+
|
|
|
+ * frontend/: main.c, main.h, parse.c:
|
|
|
+
|
|
|
+ commandline option "--swap-channel" added, as requested. see item: 1118412
|
|
|
+
|
|
|
+2009-03-29 18:28 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ take away sandpaper safety margin for lower samplerates.
|
|
|
+ It seems samplerates which have convolution bands containing single lines are affected only (at least I don't have any testcase for lower samplerates to justify the safety margin right now)
|
|
|
+
|
|
|
+2009-03-29 17:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ workaround for FFMPEG bug, which uses to call lame_encode_flush more than once in loop
|
|
|
+
|
|
|
+2009-03-29 14:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (lame3_98):
|
|
|
+
|
|
|
+ workaround for FFMPEG bug, which uses to call lame_encode_flush more than once in loop
|
|
|
+
|
|
|
+2009-03-28 22:09 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (lame3_98):
|
|
|
+
|
|
|
+ avoid extra frame at end
|
|
|
+
|
|
|
+2009-03-02 23:27 robert
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ GetVbrTag only works for Layer3, so ignore it when Layer1 or 2.
|
|
|
+
|
|
|
+2009-02-14 21:59 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ adding CFG=RH_INTEL for Intel C(++) compiler setup
|
|
|
+
|
|
|
+2009-02-13 15:03 robert
|
|
|
+
|
|
|
+ * libmp3lame/fft.c, libmp3lame/vector/xmm_quantize_sub.c,
|
|
|
+ vc_solution/vc9_libmp3lame.vcproj:
|
|
|
+
|
|
|
+ fix crash in VC9 Release Build
|
|
|
+
|
|
|
+2009-02-13 03:47 robert
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c, vc_solution/arch_sse2.vsprops,
|
|
|
+ libmp3lame/fft.c, libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ small changes
|
|
|
+
|
|
|
+2009-02-12 14:31 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c, vector/xmm_quantize_sub.c:
|
|
|
+
|
|
|
+ some tiny changes
|
|
|
+
|
|
|
+2009-02-12 11:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/fft.c, libmp3lame/vector/lame_intrin.h,
|
|
|
+ libmp3lame/vector/xmm_quantize_sub.c,
|
|
|
+ vc_solution/arch_sse2.vsprops:
|
|
|
+
|
|
|
+ first try to add fht using SSE intrinsics
|
|
|
+
|
|
|
+2009-02-11 00:22 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_lame_config.vsprops:
|
|
|
+
|
|
|
+ adding configuration for SSE2 target architectures
|
|
|
+
|
|
|
+2009-02-07 11:18 robert
|
|
|
+
|
|
|
+ * Dll/: Makefile.mingw32 (lame3_98), Makefile.mingw32:
|
|
|
+
|
|
|
+ applying patch from item tracker: [ 2406420 ] compile lame_enc.dll under cygwin
|
|
|
+
|
|
|
+2009-02-07 00:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, vector/xmm_quantize_sub.c:
|
|
|
+
|
|
|
+ small changes
|
|
|
+
|
|
|
+2009-02-06 23:27 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ silence some GCC compiler warning
|
|
|
+
|
|
|
+2009-02-06 23:26 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c:
|
|
|
+
|
|
|
+ bug-fix: low bitrate CBR incorrectly tried to write LAME-Tag; var inconsistency
|
|
|
+
|
|
|
+2009-02-06 23:22 robert
|
|
|
+
|
|
|
+ * libmp3lame/vector/xmm_quantize_sub.c:
|
|
|
+
|
|
|
+ - fix compiler warning about strict-aliasing problem
|
|
|
+ - fix possible use of uninitialized vars
|
|
|
+
|
|
|
+2009-02-06 23:20 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ adding work-configuration for SSE2 optimization under SuSE 32bit
|
|
|
+
|
|
|
+2009-02-06 00:21 robert
|
|
|
+
|
|
|
+ * vc_solution/: arch_nasm.vsprops, arch_sse2.vsprops,
|
|
|
+ arch_x87.vsprops, vc9_lame_lame.vcproj, vc9_lame_mp3x.vcproj,
|
|
|
+ vc9_libmp3lame.vcproj, vc9_libmp3lame_dll.vcproj,
|
|
|
+ vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ adding configuration for SSE2 target architectures
|
|
|
+
|
|
|
+2009-02-06 00:16 robert
|
|
|
+
|
|
|
+ * configMS.h, libmp3lame/vbrquantize.c, vc_solution/vc9_lame.sln,
|
|
|
+ vc_solution/vc9_lame_lame.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3x.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj,
|
|
|
+ vc_solution/vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ adding configuration for SSE2 target architectures
|
|
|
+
|
|
|
+2009-01-18 15:57 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/gtkanal.c, frontend/lametime.c,
|
|
|
+ frontend/main.c, libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/vector/xmm_quantize_sub.c, mpglib/interface.c,
|
|
|
+ mpglib/mpglib.h:
|
|
|
+
|
|
|
+ replacing C++ style comments by C style comments
|
|
|
+
|
|
|
+2009-01-18 15:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ frontend/get_audio.c, frontend/gtkanal.c, frontend/lametime.c,
|
|
|
+ frontend/main.c, include/lame.h, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/vector/xmm_quantize_sub.c, mpglib/interface.c,
|
|
|
+ mpglib/mpglib.h (lame3_98):
|
|
|
+
|
|
|
+ replacing C++ style comments by C style comments
|
|
|
+
|
|
|
+2009-01-18 13:59 robert
|
|
|
+
|
|
|
+ * doc/: html/switchs.html, man/lame.1 (lame3_98),
|
|
|
+ html/switchs.html, man/lame.1:
|
|
|
+
|
|
|
+ fix for bug tracker item [ 2051870 ] documentation clarifications
|
|
|
+
|
|
|
+2009-01-18 13:10 robert
|
|
|
+
|
|
|
+ * doc/man/: lame.1 (lame3_98), lame.1:
|
|
|
+
|
|
|
+ fix for bug tracker item 2423650
|
|
|
+
|
|
|
+2008-12-26 11:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, psymodel.c:
|
|
|
+
|
|
|
+ disabling testcode
|
|
|
+
|
|
|
+2008-12-02 03:23 robert
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, psymodel.c:
|
|
|
+
|
|
|
+ testing some low quality tuning (VBR-new only)
|
|
|
+
|
|
|
+2008-11-30 00:20 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/presets.c, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ testing some different short block switching and change in masking tonal
|
|
|
+ samples (VBR-NEW only)
|
|
|
+
|
|
|
+2008-11-09 14:14 robert
|
|
|
+
|
|
|
+ * vc_solution/Makefile.in (lame3_98):
|
|
|
+
|
|
|
+ file Makefile.in was added on branch lame3_98 on 2010-02-26 01:56:52 +0000
|
|
|
+
|
|
|
+2008-11-09 14:13 aleidinger
|
|
|
+
|
|
|
+ * ACM/Makefile.in, ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, libmp3lame/vector/Makefile.in,
|
|
|
+ mac/Makefile.in, macosx/English.lproj/Makefile.in, Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, macosx/LAME.xcodeproj/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in, vc_solution/Makefile.in,
|
|
|
+ macosx/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2008-11-09 14:11 aleidinger
|
|
|
+
|
|
|
+ * config.h.in, aclocal.m4, configure:
|
|
|
+
|
|
|
+ regen (with autoconf 2.62)
|
|
|
+
|
|
|
+2008-11-09 14:10 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ Add missing files, remove deleted ones.
|
|
|
+
|
|
|
+2008-11-09 14:06 robert
|
|
|
+
|
|
|
+ * vc_solution/Makefile.am (lame3_98):
|
|
|
+
|
|
|
+ file Makefile.am was added on branch lame3_98 on 2010-02-26 01:56:52 +0000
|
|
|
+
|
|
|
+2008-11-09 14:06 aleidinger
|
|
|
+
|
|
|
+ * vc_solution/Makefile.am:
|
|
|
+
|
|
|
+ Add missing automake Makefile.
|
|
|
+
|
|
|
+2008-11-09 14:05 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Add possibility to build frontends with dynamic libmp3lame.
|
|
|
+
|
|
|
+2008-11-09 14:00 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ Remove -static in preparation for corresponding configure option.
|
|
|
+
|
|
|
+2008-11-09 13:56 aleidinger
|
|
|
+
|
|
|
+ * ltmain.sh:
|
|
|
+
|
|
|
+ Update to version from libtool 1.5.26.
|
|
|
+
|
|
|
+2008-11-09 13:50 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, ACM/Makefile.am, ACM/ADbg/Makefile.am,
|
|
|
+ ACM/tinyxml/Makefile.am, Dll/Makefile.am, debian/Makefile.am,
|
|
|
+ dshow/Makefile.am, frontend/Makefile.am, include/Makefile.am,
|
|
|
+ libmp3lame/i386/Makefile.am, mpglib/Makefile.am:
|
|
|
+
|
|
|
+ Add files which are new, and remove deleted ones.
|
|
|
+
|
|
|
+2008-11-06 07:10 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Update history file with my changes.
|
|
|
+
|
|
|
+2008-11-06 06:56 rbrito
|
|
|
+
|
|
|
+ * debian/rules:
|
|
|
+
|
|
|
+ Actually remove the rpath issue part.
|
|
|
+
|
|
|
+2008-11-06 06:55 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control:
|
|
|
+
|
|
|
+ Include suggestions of Fabian on the packaging.
|
|
|
+ Clean up the packaging a bit.
|
|
|
+ Update the mainline version package.
|
|
|
+
|
|
|
+2008-11-02 15:26 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, version.h:
|
|
|
+
|
|
|
+ start of 3.99 development cycle:
|
|
|
+ - demangling "calc_xmin"
|
|
|
+
|
|
|
+2008-11-01 21:39 robert
|
|
|
+
|
|
|
+ * ACM/lameACM_vc7.vcproj, ACM/ADbg/ADbg_vc7.vcproj,
|
|
|
+ ACM/tinyxml/tinyxml_vc7.vcproj, dshow/Mpegac.cpp, dshow/REG.CPP,
|
|
|
+ dshow/REG.H, dshow/aboutprp.cpp:
|
|
|
+
|
|
|
+ - Name clash with our CRegKey class and ATL::CRegKey class solved by putting ours in namespace Lame.
|
|
|
+
|
|
|
+2008-11-01 21:21 robert
|
|
|
+
|
|
|
+ * vc_solution/: vc9_lame_acm.vcproj, vc9_lame_acm_adbg.vcproj,
|
|
|
+ vc9_lame_acm_tinyxml.vcproj, vc9_lame_dll.vcproj,
|
|
|
+ vc9_lame_dll_example.vcproj, vc9_lame_dshow.vcproj,
|
|
|
+ vc9_lame_lame.vcproj, vc9_lame_mp3x.vcproj,
|
|
|
+ vc9_libmp3lame.vcproj, vc9_libmp3lame_dll.vcproj,
|
|
|
+ vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ moving common VS projects settings into own property page
|
|
|
+
|
|
|
+2008-11-01 20:41 robert
|
|
|
+
|
|
|
+ * ACM/ACM.cpp, ACM/ACMStream.cpp, ACM/AEncodeProperties.cpp,
|
|
|
+ ACM/lameACM.def, dshow/Mpegac.cpp, dshow/aboutprp.cpp,
|
|
|
+ vc_solution/vc9_lame_acm.vcproj,
|
|
|
+ vc_solution/vc9_lame_acm_adbg.vcproj,
|
|
|
+ vc_solution/vc9_lame_acm_tinyxml.vcproj,
|
|
|
+ vc_solution/vc9_lame_config.vsprops,
|
|
|
+ vc_solution/vc9_lame_dll.vcproj,
|
|
|
+ vc_solution/vc9_lame_dll_example.vcproj,
|
|
|
+ vc_solution/vc9_lame_dshow.vcproj,
|
|
|
+ vc_solution/vc9_lame_lame.vcproj,
|
|
|
+ vc_solution/vc9_lame_mp3x.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj,
|
|
|
+ vc_solution/vc9_mpglib.vcproj (lame3_98):
|
|
|
+
|
|
|
+ moving common VS projects settings into own property page
|
|
|
+
|
|
|
+2008-11-01 13:32 robert
|
|
|
+
|
|
|
+ * dshow/Mpegac.cpp, dshow/REG.CPP, dshow/REG.H,
|
|
|
+ vc_solution/vc9_lame_acm.vcproj,
|
|
|
+ vc_solution/vc9_lame_acm_adbg.vcproj,
|
|
|
+ vc_solution/vc9_lame_acm_tinyxml.vcproj,
|
|
|
+ vc_solution/vc9_lame_dll.vcproj,
|
|
|
+ vc_solution/vc9_lame_dll_example.vcproj,
|
|
|
+ vc_solution/vc9_lame_dshow.vcproj (lame3_98):
|
|
|
+
|
|
|
+ - VC6 upgrade property pages removed, not needed
|
|
|
+ - Name clash with our CRegKey class and ATL::CRegKey class solved by putting ours in namespace Lame.
|
|
|
+
|
|
|
+2008-10-23 23:35 robert
|
|
|
+
|
|
|
+ * mpglib/: README, TODO, common.c, common.h, dct64_i386.c,
|
|
|
+ dct64_i386.h, decode_i386.c, decode_i386.h, huffman.h,
|
|
|
+ interface.c, interface.h, l2tables.h, layer1.c, layer1.h,
|
|
|
+ layer2.c, layer2.h, layer3.c, layer3.h, mpg123.h, mpglib.h,
|
|
|
+ tabinit.c, tabinit.h (lame3_98):
|
|
|
+
|
|
|
+ exchanging mpglib by libhip from main-branch
|
|
|
+
|
|
|
+2008-10-23 23:26 robert
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h, dct64_i386.c, dct64_i386.h,
|
|
|
+ decode_i386.c, decode_i386.h, huffman.h, interface.c,
|
|
|
+ interface.h, l2tables.h, layer1.c, layer1.h, layer2.c, layer2.h,
|
|
|
+ layer3.c, layer3.h, mpg123.h, mpglib.h, tabinit.c, tabinit.h:
|
|
|
+
|
|
|
+ fixing indentation
|
|
|
+
|
|
|
+2008-10-23 23:17 robert
|
|
|
+
|
|
|
+ * frontend/brhist.h, frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/main.c, frontend/main.h, frontend/portableio.c,
|
|
|
+ frontend/portableio.h, mpglib/common.c, mpglib/common.h,
|
|
|
+ mpglib/dct64_i386.c, mpglib/dct64_i386.h, mpglib/decode_i386.c,
|
|
|
+ mpglib/decode_i386.h, mpglib/huffman.h, mpglib/interface.c,
|
|
|
+ mpglib/interface.h, mpglib/layer1.h, mpglib/layer2.c,
|
|
|
+ mpglib/layer2.h, mpglib/layer3.c, mpglib/layer3.h,
|
|
|
+ mpglib/mpg123.h, mpglib/tabinit.c, mpglib/tabinit.h:
|
|
|
+
|
|
|
+ removing some tabs
|
|
|
+ preparing for indent
|
|
|
+
|
|
|
+2008-10-21 23:09 robert
|
|
|
+
|
|
|
+ * mpglib/: TODO, interface.c, layer3.c, mpg123.h, mpglib.h:
|
|
|
+
|
|
|
+ re-applying some of our changes to decoding lib
|
|
|
+
|
|
|
+2008-10-21 22:35 robert
|
|
|
+
|
|
|
+ * mpglib/: README, common.c, common.h, dct64_i386.c, dct64_i386.h,
|
|
|
+ decode_i386.c, decode_i386.h, huffman.h, interface.c,
|
|
|
+ interface.h, l2tables.h, layer1.c, layer1.h, layer2.c, layer2.h,
|
|
|
+ layer3.c, layer3.h, mpg123.h, mpglib.h, tabinit.c, tabinit.h:
|
|
|
+
|
|
|
+ replacing mpglib by libhip
|
|
|
+
|
|
|
+2008-10-21 22:34 robert
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ fix small issues with C99
|
|
|
+
|
|
|
+2008-10-21 22:06 robert
|
|
|
+
|
|
|
+ * include/lame.h (lame3_98):
|
|
|
+
|
|
|
+ fix small issues with C99
|
|
|
+
|
|
|
+2008-10-12 19:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h (lame3_98), libmp3lame/lame.rc,
|
|
|
+ libmp3lame/logoe.ico, libmp3lame/version.c, libmp3lame/version.h,
|
|
|
+ vc_solution/vc9_lame_lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj:
|
|
|
+
|
|
|
+ Adding resources to EXE and DLL
|
|
|
+
|
|
|
+2008-10-12 19:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.rc, libmp3lame/logoe.ico, libmp3lame/version.c,
|
|
|
+ libmp3lame/version.h, vc_solution/vc9_lame_lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj (lame3_98):
|
|
|
+
|
|
|
+ Adding resources to EXE and DLL
|
|
|
+
|
|
|
+2008-10-11 19:12 robert
|
|
|
+
|
|
|
+ * ChangeLog (lame3_98):
|
|
|
+
|
|
|
+ updating Changelog
|
|
|
+
|
|
|
+2008-10-11 19:08 robert
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/util.h (lame3_98):
|
|
|
+
|
|
|
+ fixing mp3x build
|
|
|
+
|
|
|
+2008-10-11 18:58 robert
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ fixing mp3x build
|
|
|
+
|
|
|
+2008-10-11 18:04 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/get_audio.c, frontend/gtkanal.c,
|
|
|
+ frontend/parse.c, libmp3lame/bitstream.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h, mpglib/.cvsignore,
|
|
|
+ mpglib/common.c, mpglib/interface.c, mpglib/layer3.c,
|
|
|
+ mpglib/mpg123.h, mpglib/mpglib.h, include/lame.def,
|
|
|
+ include/lame.h, vc_solution/vc9_libmp3lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj (lame3_98),
|
|
|
+ doc/html/history.html, frontend/gtkanal.c, include/lame.def,
|
|
|
+ include/lame.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/mpglib_interface.c, mpglib/layer3.c, mpglib/mpglib.h,
|
|
|
+ vc_solution/vc9_libmp3lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj:
|
|
|
+
|
|
|
+ Library API change: lame_decode functions are now obsolete but still present, please use hip_decode instead.
|
|
|
+
|
|
|
+ The reason for this change is: lame_decode functions use a single global variable within the library to store decoder setup, hip_decode functions don't.
|
|
|
+
|
|
|
+ The encoder now uses hip_decode internally and it is now possible to use clipdetect feature while reencoding mp3 to mp3.
|
|
|
+
|
|
|
+2008-10-07 21:57 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c:
|
|
|
+
|
|
|
+ - let ignore-tag-errors effect albumart option too
|
|
|
+ - updating history
|
|
|
+
|
|
|
+2008-10-07 20:24 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c, libmp3lame/version.h
|
|
|
+ (lame3_98):
|
|
|
+
|
|
|
+ - let ignore-tag-errors effect albumart option too
|
|
|
+ - updating history
|
|
|
+
|
|
|
+2008-09-22 20:21 robert
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, version.h (lame3_98):
|
|
|
+
|
|
|
+ source merging resultet in bug: loop var was incremented twice
|
|
|
+ now fixed
|
|
|
+
|
|
|
+2008-09-21 15:53 robert
|
|
|
+
|
|
|
+ * testcase.mp3 (lame3_98):
|
|
|
+
|
|
|
+ updating testcase.mp3 to current version
|
|
|
+
|
|
|
+2008-09-21 15:51 robert
|
|
|
+
|
|
|
+ * ChangeLog (lame3_98):
|
|
|
+
|
|
|
+ updating Changelog of branch lame3_98
|
|
|
+
|
|
|
+2008-09-21 15:29 robert
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ fixing Rogerios patch
|
|
|
+
|
|
|
+2008-09-19 07:30 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, rules (lame3_98):
|
|
|
+
|
|
|
+ Various improvements to the packaging. Thanks to Fabian.
|
|
|
+
|
|
|
+2008-09-19 07:08 rbrito
|
|
|
+
|
|
|
+ * doc/man/lame.1 (lame3_98):
|
|
|
+
|
|
|
+ Remove warnings from nroff while processing the manpage.
|
|
|
+
|
|
|
+2008-09-19 07:02 rbrito
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ Fixing warnings generated by nroff.
|
|
|
+
|
|
|
+2008-09-14 15:21 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ replacing stricmp by local_strcasecmp
|
|
|
+
|
|
|
+2008-09-14 11:54 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, doc/html/id3.html, doc/man/lame.1,
|
|
|
+ frontend/parse.c, libmp3lame/id3tag.c, USAGE:
|
|
|
+
|
|
|
+ Fixing some ID3 tagging issues:
|
|
|
+ - some sloppier search for genre names
|
|
|
+ - new switch --pad-id3v2-size <n> which allows some user defined padding
|
|
|
+
|
|
|
+2008-09-14 11:51 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, doc/html/id3.html, doc/man/lame.1,
|
|
|
+ frontend/parse.c, include/lame.def, include/lame.h,
|
|
|
+ libmp3lame/id3tag.c, libmp3lame/id3tag.h, USAGE (lame3_98):
|
|
|
+
|
|
|
+ Fixing some ID3 tagging issues:
|
|
|
+ - some sloppier search for genre names
|
|
|
+ - new switch --pad-id3v2-size <n> which allows some user defined padding
|
|
|
+
|
|
|
+2008-09-13 21:44 robert
|
|
|
+
|
|
|
+ * doc/html/id3.html, libmp3lame/id3tag.c (lame3_98):
|
|
|
+
|
|
|
+ fixing typo
|
|
|
+
|
|
|
+2008-09-12 19:41 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c, libmp3lame/id3tag.h, frontend/parse.c,
|
|
|
+ include/lame.def, include/lame.h:
|
|
|
+
|
|
|
+ new frontend switch "--pad-id3v2-size <value>":
|
|
|
+ allow id3v2 padding of 0 to 128000 bytes
|
|
|
+
|
|
|
+2008-09-11 00:49 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ replace common suffixes by MP3/WAV when no output filename was given
|
|
|
+
|
|
|
+2008-09-08 22:46 robert
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/mpglib_interface.c:
|
|
|
+
|
|
|
+ eleminating some compiler warnings
|
|
|
+
|
|
|
+2008-08-31 19:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/i386/nasm.h (lame3_98):
|
|
|
+
|
|
|
+ fixing the fix to get it assemble for ELF again
|
|
|
+
|
|
|
+2008-08-31 19:31 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/i386/nasm.h:
|
|
|
+
|
|
|
+ fixing the fix to get it assembling for ELF again
|
|
|
+
|
|
|
+2008-08-31 17:52 robert
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ remove some debugging noise
|
|
|
+
|
|
|
+2008-08-31 16:14 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, frontend/gtkanal.c, frontend/parse.c,
|
|
|
+ include/lame.def, include/lame.h, mpglib/layer3.c,
|
|
|
+ mpglib/mpglib.h:
|
|
|
+
|
|
|
+ Fix for API problem:
|
|
|
+ lame decoding functionality used one global data structure in libmp3lame for all decoding ativities. This is a big problem with dynamic linking!
|
|
|
+ New API functions added, which use handles to work with.
|
|
|
+ Old API functions are still there, but are deprecated.
|
|
|
+
|
|
|
+2008-08-31 12:26 robert
|
|
|
+
|
|
|
+ * libmp3lame/i386/: choose_table.nas, fft3dn.nas, fftsse.nas,
|
|
|
+ nasm.h (lame3_98), choose_table.nas, fft3dn.nas, fftsse.nas,
|
|
|
+ nasm.h:
|
|
|
+
|
|
|
+ fixing none PIC assembling problem
|
|
|
+
|
|
|
+2008-08-27 10:27 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.am, choose_table.nas, fft3dn.nas,
|
|
|
+ fftsse.nas, nasm.h:
|
|
|
+
|
|
|
+ Committing the changes from Gentoo and PaX Team to the HEAD.
|
|
|
+
|
|
|
+2008-08-25 12:57 rbrito
|
|
|
+
|
|
|
+ * debian/changelog, libmp3lame/i386/choose_table.nas,
|
|
|
+ libmp3lame/i386/fft3dn.nas, libmp3lame/i386/fftsse.nas
|
|
|
+ (lame3_98):
|
|
|
+
|
|
|
+ Fix text relocations and update debian changelog.
|
|
|
+ Thanks to the PaX Team and Gentoo people.
|
|
|
+
|
|
|
+2008-08-25 12:43 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/i386/nasm.h (lame3_98):
|
|
|
+
|
|
|
+ Fix to executable stack (thanks to Gentoo people)
|
|
|
+
|
|
|
+2008-08-25 12:38 rbrito
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am (lame3_98):
|
|
|
+
|
|
|
+ Fixes building of asm with libtool 2.2 (thanks to Gentoo people)
|
|
|
+
|
|
|
+2008-08-16 12:48 robert
|
|
|
+
|
|
|
+ * doc/man/: lame.1 (lame3_98), lame.1:
|
|
|
+
|
|
|
+ adding MPEG-2.5 bitrate table
|
|
|
+
|
|
|
+2008-08-13 21:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/tables.h:
|
|
|
+
|
|
|
+ revert
|
|
|
+
|
|
|
+2008-08-13 20:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, tables.h:
|
|
|
+
|
|
|
+ fix compilation via configure/make
|
|
|
+
|
|
|
+2008-08-11 20:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c (lame3_98), takehiro.c:
|
|
|
+
|
|
|
+ loop rewritten; result of discussion with Michael Stoner
|
|
|
+
|
|
|
+2008-08-08 20:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ tiny speed-up
|
|
|
+
|
|
|
+2008-08-07 20:55 robert
|
|
|
+
|
|
|
+ * Makefile.unix, doc/html/switchs.html, doc/man/lame.1,
|
|
|
+ frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ making some switches developer only switches
|
|
|
+
|
|
|
+2008-08-07 14:53 robert
|
|
|
+
|
|
|
+ * mpglib/: .cvsignore, common.c, dct64_i386.h, huffman.h,
|
|
|
+ interface.c, l2tables.h, layer1.h, mpg123.h, mpglib.h, tabinit.h:
|
|
|
+
|
|
|
+ sync with HIP development
|
|
|
+
|
|
|
+2008-08-07 14:52 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ we did init bitstream (Xing header) before final decisions were made
|
|
|
+
|
|
|
+2008-08-06 17:12 robert
|
|
|
+
|
|
|
+ * frontend/parse.c (lame3_98):
|
|
|
+
|
|
|
+ add proper file closing
|
|
|
+
|
|
|
+2008-08-06 17:12 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c:
|
|
|
+
|
|
|
+ fix for tracker item [ 2039648 ] potential memory leak in parse_args() function in parse.c
|
|
|
+
|
|
|
+2008-08-06 17:06 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c (lame3_98):
|
|
|
+
|
|
|
+ fix for tracker item [ 2039648 ] potential memory leak in parse_args() function in parse.c
|
|
|
+
|
|
|
+2008-08-06 16:14 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ internal switches are available only when compiled with
|
|
|
+ preprocessor symbol _ALLOW_INTERNAL_OPTIONS
|
|
|
+ defined.
|
|
|
+
|
|
|
+2008-08-06 16:10 robert
|
|
|
+
|
|
|
+ * USAGE, doc/html/switchs.html, frontend/parse.c, doc/man/lame.1:
|
|
|
+
|
|
|
+ removing some obsolete switches
|
|
|
+
|
|
|
+2008-08-06 15:57 robert
|
|
|
+
|
|
|
+ * USAGE (lame3_98):
|
|
|
+
|
|
|
+ removing some obsolete switches
|
|
|
+
|
|
|
+2008-08-06 15:52 robert
|
|
|
+
|
|
|
+ * doc/man/lame.1 (lame3_98):
|
|
|
+
|
|
|
+ removing some obsolete switches
|
|
|
+
|
|
|
+2008-08-06 15:35 robert
|
|
|
+
|
|
|
+ * frontend/parse.c (lame3_98):
|
|
|
+
|
|
|
+ removing some obsolete switches
|
|
|
+
|
|
|
+2008-08-06 15:24 robert
|
|
|
+
|
|
|
+ * doc/html/switchs.html (lame3_98):
|
|
|
+
|
|
|
+ removing internal switches
|
|
|
+
|
|
|
+2008-08-06 11:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/presets.c (lame3_98):
|
|
|
+
|
|
|
+ keeping "sfb21mod" as in 3.98 release
|
|
|
+
|
|
|
+2008-08-05 17:45 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix for bugtracker item [ 2029282 ] Frequency filtering API broken in 3.98
|
|
|
+
|
|
|
+2008-08-05 17:26 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/parse.c, libmp3lame/lame.c
|
|
|
+ (lame3_98):
|
|
|
+
|
|
|
+ bug fix for tracker item [ 2029282 ] Frequency filtering API broken in 3.98
|
|
|
+
|
|
|
+2008-08-05 14:19 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updating history
|
|
|
+
|
|
|
+2008-08-05 14:16 robert
|
|
|
+
|
|
|
+ * HACKING, Makefile.unix, configure.in, debian/changelog,
|
|
|
+ debian/rules, doc/html/history.html, doc/man/lame.1,
|
|
|
+ frontend/mp3rtp.c, frontend/rtp.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/presets.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/quantize_pvt.h, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/version.h, misc/abx.c
|
|
|
+ (lame3_98):
|
|
|
+
|
|
|
+ bug fixes from main branch
|
|
|
+
|
|
|
+2008-08-05 12:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ fix for bug: LAME writes ID3v2 tag when some ID3v1 field length is too short to hold the text, even in case ID3v1 only is specified.
|
|
|
+
|
|
|
+2008-08-05 12:32 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ changes after doing some linting
|
|
|
+
|
|
|
+2008-08-04 19:53 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, VbrTag.c, encoder.c, encoder.h, fft.c,
|
|
|
+ fft.h, gain_analysis.c, gain_analysis.h, id3tag.c, id3tag.h,
|
|
|
+ lame-analysis.h, lame.c, machine.h, mpglib_interface.c,
|
|
|
+ presets.c, psymodel.c, psymodel.h, quantize.c, quantize.h,
|
|
|
+ quantize_pvt.c, quantize_pvt.h, set_get.c, tables.c, tables.h,
|
|
|
+ takehiro.c, util.c, util.h, vbrquantize.c, vbrquantize.h,
|
|
|
+ VbrTag.h:
|
|
|
+
|
|
|
+ changes after doing some linting
|
|
|
+
|
|
|
+2008-07-28 17:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, misc/abx.c:
|
|
|
+
|
|
|
+ fixing swapped parameters on calloc call
|
|
|
+
|
|
|
+2008-07-28 16:57 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fixing small typo
|
|
|
+
|
|
|
+2008-07-28 16:38 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/id3tag.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/machine.h,
|
|
|
+ libmp3lame/newmdct.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize.h, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/quantize_pvt.h, libmp3lame/reservoir.c,
|
|
|
+ libmp3lame/reservoir.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ reorganizing the huge lame_internal_flags structure
|
|
|
+
|
|
|
+2008-07-23 14:59 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ removed extra line.
|
|
|
+ tracker item: [ 2022101 ] tiny bug(?) in fill_buffer_resample()
|
|
|
+
|
|
|
+2008-07-23 14:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix for tracker item: [ 2022035 ] encoder_padding value and resampling
|
|
|
+
|
|
|
+2008-07-19 13:34 rbrito
|
|
|
+
|
|
|
+ * HACKING:
|
|
|
+
|
|
|
+ Fixed HACKING documentation.
|
|
|
+
|
|
|
+2008-07-19 13:09 rbrito
|
|
|
+
|
|
|
+ * HACKING:
|
|
|
+
|
|
|
+ Fix documentation for set_get/get_set confusion.
|
|
|
+
|
|
|
+2008-07-19 12:54 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/mp3rtp.c, frontend/rtp.c:
|
|
|
+
|
|
|
+ Fixed compilation of mp3rtp and closed bug on sourceforge tracker.
|
|
|
+
|
|
|
+2008-07-18 22:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, quantize_pvt.h, encoder.c,
|
|
|
+ gain_analysis.c, id3tag.c, psymodel.c, quantize.c,
|
|
|
+ quantize_pvt.c, vbrquantize.c, bitstream.c:
|
|
|
+
|
|
|
+ - removing some unused variables
|
|
|
+ - fix a possible 'divide by zero' in vbrpsy_mask_add
|
|
|
+
|
|
|
+2008-07-12 15:59 rbrito
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ Tidying up the Makefile.unix file. Possibly more to come.
|
|
|
+
|
|
|
+2008-07-12 14:32 rbrito
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ Mention changes to the build system on debian/ubuntu/whatever systems.
|
|
|
+
|
|
|
+2008-07-12 14:28 rbrito
|
|
|
+
|
|
|
+ * debian/rules:
|
|
|
+
|
|
|
+ Include changes so that the linker only includes libraries directly needed.
|
|
|
+
|
|
|
+2008-07-12 14:26 rbrito
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ Include a clue for emacs to know that this is a makefile.
|
|
|
+
|
|
|
+2008-07-08 07:14 rbrito
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ Small updates to the manpage
|
|
|
+
|
|
|
+2008-07-07 23:50 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ linear interpolate preset param sf21mod
|
|
|
+
|
|
|
+2008-07-07 10:20 rbrito
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ Fixed typo in one option.
|
|
|
+
|
|
|
+2008-07-07 09:32 rbrito
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ Include flags for compilation for newer machines running Linux.
|
|
|
+ Comment the use of gtk1.2 for Linux at least (don't know about *BSD).
|
|
|
+
|
|
|
+2008-07-07 02:18 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Many fixes to the HTML file (too numerous to mention here). Now, it
|
|
|
+ validates at w3.org (and let us keep it this way, please).
|
|
|
+
|
|
|
+2008-07-07 00:17 rbrito
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Finally fix the endianness issue and be able to close the reported bug.
|
|
|
+
|
|
|
+2008-07-07 00:16 rbrito
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Fix a memory leak (detected by running valgrind).
|
|
|
+
|
|
|
+2008-07-07 00:14 rbrito
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Remove inactive/commented coded that doesn't seem to be necessary.
|
|
|
+
|
|
|
+2008-07-05 11:51 robert
|
|
|
+
|
|
|
+ * lame_clients_vc6.dsw, lame_projects_vc6.dsp, lame_vc6.dsw:
|
|
|
+
|
|
|
+ we don't support VC6 anymore
|
|
|
+
|
|
|
+2008-07-05 07:50 robert
|
|
|
+
|
|
|
+ * ACM/lameACM_vc6.dsp, ACM/ADbg/ADbg.dsp, ACM/tinyxml/test.dsp,
|
|
|
+ ACM/tinyxml/test.dsw, ACM/tinyxml/tinyxml.dsp,
|
|
|
+ Dll/Example_vc6.dsp, Dll/Example_vc6.dsw, Dll/LameDll_vc6.dsp,
|
|
|
+ dshow/dshow.dsp, dshow/dshow.dsw, frontend/lame_vc6.dsp,
|
|
|
+ frontend/mp3x_vc6.dsp, libmp3lame/libmp3lame_dll_vc6.dsp,
|
|
|
+ libmp3lame/libmp3lame_vc6.dsp, mpglib/mpglib_vc6.dsp:
|
|
|
+
|
|
|
+ we don't support VC6 anymore
|
|
|
+
|
|
|
+2008-07-05 07:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h, configure.in:
|
|
|
+
|
|
|
+ Main branch at 3.99 alpha
|
|
|
+
|
|
|
+2008-07-03 22:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h (lame3_98):
|
|
|
+
|
|
|
+ preparing release
|
|
|
+
|
|
|
+2008-06-30 23:31 robert
|
|
|
+
|
|
|
+ * configMS.h, dshow/Property.rc, dshow/aboutprp.cpp:
|
|
|
+
|
|
|
+ updating LAME version property
|
|
|
+
|
|
|
+2008-06-29 21:40 rbrito
|
|
|
+
|
|
|
+ * configure, configure.in, debian/changelog:
|
|
|
+
|
|
|
+ New updated options for compiling with expopt (to be cleaned up latter).
|
|
|
+ Fixes to the Debian packaging for the pending release.
|
|
|
+
|
|
|
+2008-06-29 03:25 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Fixed my name on an older entry of the history.
|
|
|
+
|
|
|
+2008-06-28 22:36 robert
|
|
|
+
|
|
|
+ * doc/html/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ removing presets.html, it is not in repository anymore
|
|
|
+
|
|
|
+2008-06-27 20:47 robert
|
|
|
+
|
|
|
+ * Makefile.unix, testcase.mp3:
|
|
|
+
|
|
|
+ updating testcase for 3.98 stable release
|
|
|
+
|
|
|
+2008-06-26 21:26 robert
|
|
|
+
|
|
|
+ * vc_solution/: vc9_lame.sln, vc9_lame_acm.vcproj,
|
|
|
+ vc9_lame_acm_adbg.vcproj, vc9_lame_acm_tinyxml.vcproj,
|
|
|
+ vc9_lame_dll.vcproj, vc9_lame_dll_example.vcproj,
|
|
|
+ vc9_lame_dshow.vcproj, vc9_lame_lame.vcproj,
|
|
|
+ vc9_lame_mp3x.vcproj, vc9_libmp3lame.vcproj,
|
|
|
+ vc9_libmp3lame_dll.vcproj, vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ removing blanks from configuration and project names (because of NASM rule)
|
|
|
+
|
|
|
+2008-06-26 10:26 bouvigne
|
|
|
+
|
|
|
+ * doc/html/index.html, doc/html/presets.html, doc/man/lame.1,
|
|
|
+ frontend/parse.c:
|
|
|
+
|
|
|
+ simplified --preset docs
|
|
|
+
|
|
|
+2008-06-26 10:09 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: history.html, index.html:
|
|
|
+
|
|
|
+ updated the html docs for 3.98
|
|
|
+
|
|
|
+2008-06-26 08:57 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ revert my calc_energy changes
|
|
|
+
|
|
|
+2008-06-25 21:59 robert
|
|
|
+
|
|
|
+ * mpglib/: layer2.c, layer3.c, mpg123.h:
|
|
|
+
|
|
|
+ cosmetic changes, some more compiler (gcc) warnings eliminated
|
|
|
+
|
|
|
+2008-06-25 12:45 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ recent changes
|
|
|
+
|
|
|
+2008-06-25 12:43 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ a little bit of history
|
|
|
+
|
|
|
+2008-06-25 12:40 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2008-06-25 12:37 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ fix --diable-cpml switch
|
|
|
+
|
|
|
+2008-06-25 12:17 aleidinger
|
|
|
+
|
|
|
+ * mpglib/Makefile.in, Makefile.in, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ libmp3lame/vector/Makefile.in, mac/Makefile.in,
|
|
|
+ macosx/Makefile.in, macosx/English.lproj/Makefile.in,
|
|
|
+ macosx/LAME.xcodeproj/Makefile.in, misc/Makefile.in:
|
|
|
+
|
|
|
+ regen (math lib change)
|
|
|
+
|
|
|
+2008-06-25 12:13 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ export the math lib, allow to disable the use of the alpha optimized math lib
|
|
|
+
|
|
|
+2008-06-25 12:12 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ add the math lib explicitely to the build of the lib
|
|
|
+
|
|
|
+2008-06-25 08:20 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, mpglib/decode_i386.c, mpglib/interface.c,
|
|
|
+ mpglib/interface.h, mpglib/layer1.c, mpglib/layer2.c,
|
|
|
+ mpglib/mpglib.h:
|
|
|
+
|
|
|
+ Some cosmetic changes, now the vc9 compiles the workspace vc9_lame without any warning
|
|
|
+
|
|
|
+2008-06-24 19:07 rbrito
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Add some modifications of mine to the history
|
|
|
+
|
|
|
+2008-06-24 18:39 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, rules:
|
|
|
+
|
|
|
+ Updates to the Debian packaging.
|
|
|
+
|
|
|
+2008-06-24 17:06 rbrito
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Quick and dirty fix for some memory leak (detected via Valgrind).
|
|
|
+
|
|
|
+2008-06-22 18:39 robert
|
|
|
+
|
|
|
+ * doc/html/: history.html, contributors.html:
|
|
|
+
|
|
|
+ tracker item [ lame-Patches-1990643 ] DShow direct file writer output
|
|
|
+ patch by Anton Sergunov (setosha)
|
|
|
+
|
|
|
+2008-06-22 18:31 robert
|
|
|
+
|
|
|
+ * dshow/: Encoder.cpp, Encoder.h, Mpegac.cpp, Mpegac.h:
|
|
|
+
|
|
|
+ tracker item [ lame-Patches-1990643 ] DShow direct file writer output
|
|
|
+ patch by Anton Sergunov (setosha)
|
|
|
+
|
|
|
+2008-06-22 18:29 robert
|
|
|
+
|
|
|
+ * vc_solution/: vc9_lame_acm.vcproj, vc9_lame_acm_adbg.vcproj,
|
|
|
+ vc9_lame_acm_tinyxml.vcproj, vc9_lame_dll_example.vcproj,
|
|
|
+ vc9_lame_dshow.vcproj:
|
|
|
+
|
|
|
+ linking against multithreaded (debug) DLL
|
|
|
+
|
|
|
+2008-06-17 20:57 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ bug fix: preset INSANE wasn't a CBR preset anymore, but preset help said it should be
|
|
|
+
|
|
|
+2008-06-10 19:24 rbrito
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Fixes for consistency (lack of PATH on some commands)
|
|
|
+
|
|
|
+2008-06-10 19:14 rbrito
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Removing spurious whitespaces at the end of lines.
|
|
|
+
|
|
|
+2008-06-10 16:10 rbrito
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Corrected the abx.c file to work on Linux x86-64 (it should work on ia32 too).
|
|
|
+
|
|
|
+ I think that I can remove latter the commented lines. They were prejudicial
|
|
|
+ to playing the file on Linux (i.e., a 1min file was played in less than 5s,
|
|
|
+ which is not exactly something that useful for doing an abx test).
|
|
|
+
|
|
|
+2008-05-24 08:40 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ Add nearly a year of history.
|
|
|
+
|
|
|
+2008-05-24 08:37 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2008-05-24 08:31 aleidinger
|
|
|
+
|
|
|
+ * macosx/: Makefile.in, English.lproj/Makefile.in,
|
|
|
+ LAME.xcodeproj/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2008-05-24 08:28 aleidinger
|
|
|
+
|
|
|
+ * configure.in, macosx/Makefile.am,
|
|
|
+ macosx/English.lproj/Makefile.am,
|
|
|
+ macosx/LAME.xcodeproj/Makefile.am:
|
|
|
+
|
|
|
+ Add some more macosx stuff
|
|
|
+
|
|
|
+2008-05-22 17:32 audiofileeng
|
|
|
+
|
|
|
+ * macosx/: English.lproj/InfoPlist.strings,
|
|
|
+ LAME.xcodeproj/project.pbxproj:
|
|
|
+
|
|
|
+ adding files in subdirectories in macosx
|
|
|
+
|
|
|
+2008-05-22 06:26 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, configure.in, macosx/Makefile.am:
|
|
|
+
|
|
|
+ add the new macosx directory
|
|
|
+
|
|
|
+2008-05-21 03:05 audiofileeng
|
|
|
+
|
|
|
+ * macosx/: Info.plist, LAME_Prefix.pch:
|
|
|
+
|
|
|
+ added XCode framework project for Mac OS X
|
|
|
+
|
|
|
+2008-05-19 07:41 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h:
|
|
|
+
|
|
|
+ faster calc_energy: don't loop if there is a single line within the band
|
|
|
+
|
|
|
+2008-05-18 17:49 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ faster calc_energy: dont' loop if there is a single line within the band
|
|
|
+
|
|
|
+2008-05-14 07:43 rbrito
|
|
|
+
|
|
|
+ * debian/watch:
|
|
|
+
|
|
|
+ New file for detecting new versions of the package.
|
|
|
+
|
|
|
+2008-05-14 07:42 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, copyright, lame.docs,
|
|
|
+ libmp3lame0-dev.docs, libmp3lame0-dev.files, rules:
|
|
|
+
|
|
|
+ Updates to the Debian packaging.
|
|
|
+
|
|
|
+2008-04-28 20:32 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fixing LIBSNDFILE compile problem found by Rogério Brito
|
|
|
+
|
|
|
+2008-04-23 01:50 robert
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/parse.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/machine.h,
|
|
|
+ libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fix for bug-tracker item:[ 1948101 ] Memory not freed (lame-3.97, lame-3.98b8)
|
|
|
+ plus, we didn't call lame_close in decode-only case
|
|
|
+
|
|
|
+2008-04-22 23:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/machine.h, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ mpglib/interface.c, mpglib/layer1.c:
|
|
|
+
|
|
|
+ fixing a problem if you are using --fast-math compiler switch
|
|
|
+
|
|
|
+2008-04-13 22:03 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/version.h:
|
|
|
+
|
|
|
+ updating history, we are now at 3.98 beta 8
|
|
|
+
|
|
|
+2008-04-13 21:27 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.h, frontend/parse.c,
|
|
|
+ libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ found some problem in Naoki's additive masking code and fixed it for VBR_NEW
|
|
|
+
|
|
|
+2008-04-13 13:45 robert
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/get_audio.c:
|
|
|
+
|
|
|
+ changed compile-time test for machine byte order into run-time test,
|
|
|
+ this should solve issues PPC users seem to have
|
|
|
+
|
|
|
+2008-04-13 02:52 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ some SNR testcode to try with -Z3
|
|
|
+
|
|
|
+2008-04-12 18:18 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, frontend/timestatus.c, include/lame.def,
|
|
|
+ include/lame.h, libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/fft.c,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/presets.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ extended VBR quality scale: 0, ..., 9.999 as floating point value
|
|
|
+
|
|
|
+2008-04-06 15:07 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/main.c:
|
|
|
+
|
|
|
+ updating history.html
|
|
|
+
|
|
|
+2008-04-06 02:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame_global_flags.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/version.h, mpglib/layer3.c:
|
|
|
+
|
|
|
+ some simpler spreading function for VBR NEW
|
|
|
+
|
|
|
+2008-04-05 17:38 robert
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/brhist.c, frontend/brhist.h,
|
|
|
+ frontend/main.c, frontend/parse.c, frontend/timestatus.c:
|
|
|
+
|
|
|
+ removing "#ifdef/#endif" from code bocks, which were always compiled in
|
|
|
+
|
|
|
+2008-04-05 17:13 robert
|
|
|
+
|
|
|
+ * lame.spec.in, debian/copyright, libmp3lame/id3tag.c, misc/abx.c,
|
|
|
+ misc/lameGUI.html:
|
|
|
+
|
|
|
+ changing some links from "www.mp3dev.org/mp3" to "www.mp3dev.org"
|
|
|
+ and from "www.sulaco.org/mp3" to "www.mp3dev.org"
|
|
|
+
|
|
|
+2008-03-20 22:28 robert
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ keep 'lame_mp3_tags_fid' alive at least for next stable release
|
|
|
+
|
|
|
+2008-03-12 11:23 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c, vc_solution/vc9_libmp3lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj,
|
|
|
+ vc_solution/vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ bug fix: stack corruption in vbrpsy_compute_masking_s
|
|
|
+
|
|
|
+2008-03-11 21:57 robert
|
|
|
+
|
|
|
+ * libmp3lame/: set_get.c, vbrquantize.c:
|
|
|
+
|
|
|
+ fixing some more compiler warnings
|
|
|
+
|
|
|
+2008-03-11 21:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c, libmp3lame/fft.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c, vc_solution/vc9_libmp3lame.vcproj,
|
|
|
+ vc_solution/vc9_libmp3lame_dll.vcproj:
|
|
|
+
|
|
|
+ fixing some more compiler warnings
|
|
|
+
|
|
|
+2008-03-11 00:56 robert
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ fixing some more compiler warnings
|
|
|
+
|
|
|
+2008-03-11 00:21 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_libmp3lame.vcproj:
|
|
|
+
|
|
|
+ update for nasm file config
|
|
|
+
|
|
|
+2008-03-10 23:47 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, gain_analysis.c, id3tag.c,
|
|
|
+ lame.c, machine.h, mpglib_interface.c, newmdct.c, psymodel.c,
|
|
|
+ quantize.c, quantize.h, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ set_get.c, util.h, vbrquantize.c, vbrquantize.h:
|
|
|
+
|
|
|
+ fixing some compiler warnings
|
|
|
+
|
|
|
+2008-03-09 22:37 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ for now, keep old ID3 tag switches passing raw character encoded strings
|
|
|
+ some experimental switches for Linux systems:
|
|
|
+
|
|
|
+ (ID3v1/ID3v2)
|
|
|
+ --lTtitle <some song title to be stored as Latin-1 string>
|
|
|
+ --lArtist <some artist to be stored as Latin-1 string>
|
|
|
+ --lAlbum <some album title to be stored as Latin-1 string>
|
|
|
+ --lGenre <some genre to be stored as Latin-1 string>
|
|
|
+ --lComment <some comment to be stored as Latin-1 string>
|
|
|
+ --lFieldvalue <some fieldvalue to be stored as Latin-1 string>
|
|
|
+
|
|
|
+ (ID3v2)
|
|
|
+ --uTitle <some song title to be store as UCS-2 string>
|
|
|
+ --uArtist <some artist to be stored as UCS-2 string>
|
|
|
+ --uAlbum <some album title to be stored as UCS-2 string>
|
|
|
+ --uGenre <some genre to be stored as UCS-2 string>
|
|
|
+ --uComment <some comment to be stored as UCS-2 string>
|
|
|
+
|
|
|
+2008-03-09 22:29 robert
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ under Linux we need some C-library includes here (why not on Win32?)
|
|
|
+
|
|
|
+2008-03-09 19:31 robert
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ fixing some compiler warnings about:
|
|
|
+ - integer constant overflow
|
|
|
+ - signed/unsigned mismatch
|
|
|
+
|
|
|
+2008-03-09 17:13 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, dshow/aboutprp.cpp, frontend/brhist.c,
|
|
|
+ frontend/mp3x.c, frontend/parse.c, include/lame.h:
|
|
|
+
|
|
|
+ removing unneccessary stdlib includes from lame.h
|
|
|
+
|
|
|
+2008-03-09 16:33 robert
|
|
|
+
|
|
|
+ * vc_solution/: vc9_lame_lame.vcproj, vc9_libmp3lame.vcproj,
|
|
|
+ vc9_libmp3lame_dll.vcproj, vc9_nasm.rules:
|
|
|
+
|
|
|
+ adding NASM build rule
|
|
|
+
|
|
|
+2008-02-23 20:58 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ adding ICONV character conversion (NOT for WIN32), because ID3 tags have to
|
|
|
+ be in ISO Latin-1 or UCS-2 text encoding. Previously we wrote bytes into ID3
|
|
|
+ tags, as we got them from the commandline, in locale text encoding.
|
|
|
+
|
|
|
+ There are some experimental switches to store UCS-2 encoded ID3 tags:
|
|
|
+ --uArtist, --uAlbum, --uTitle, --uGenre and --uComment
|
|
|
+
|
|
|
+2008-02-23 12:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, id3tag.h, util.c:
|
|
|
+
|
|
|
+ locate and replace {TXXX,COMM} field if LANGUAGE and DESCRIPTION match new one
|
|
|
+
|
|
|
+2008-02-22 02:48 robert
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, id3tag.h, util.c:
|
|
|
+
|
|
|
+ preparing unicode id3v2 tags
|
|
|
+
|
|
|
+2008-02-22 02:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, vbrquantize.c, version.c:
|
|
|
+
|
|
|
+ fixing some compiler warnings
|
|
|
+
|
|
|
+2008-02-20 03:04 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_lame_dll_example.vcproj:
|
|
|
+
|
|
|
+ VC9 Solution files
|
|
|
+
|
|
|
+2008-02-20 02:40 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_lame_dshow.vcproj:
|
|
|
+
|
|
|
+ VC9 Solution files
|
|
|
+
|
|
|
+2008-02-20 01:53 robert
|
|
|
+
|
|
|
+ * vc_solution/vc9_lame_acm.vcproj:
|
|
|
+
|
|
|
+ VC9 Solution files
|
|
|
+
|
|
|
+2008-02-20 00:38 robert
|
|
|
+
|
|
|
+ * vc_solution/: .cvsignore, vc9_lame.sln, vc9_lame_acm.vcproj,
|
|
|
+ vc9_lame_acm_adbg.vcproj, vc9_lame_acm_tinyxml.vcproj,
|
|
|
+ vc9_lame_clients.sln, vc9_lame_dll.vcproj,
|
|
|
+ vc9_lame_dll_example.vcproj, vc9_lame_dshow.vcproj,
|
|
|
+ vc9_lame_lame.vcproj, vc9_lame_mp3x.vcproj,
|
|
|
+ vc9_libmp3lame.vcproj, vc9_libmp3lame_dll.vcproj,
|
|
|
+ vc9_mpglib.vcproj:
|
|
|
+
|
|
|
+ VC9 Solution files
|
|
|
+
|
|
|
+2008-02-15 01:27 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ use new API function for LAME-tag frame update
|
|
|
+
|
|
|
+2008-02-15 00:23 robert
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ let the dummy Xing frame have a valid mp3 sync word
|
|
|
+
|
|
|
+2008-02-10 18:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c, include/lame.def, include/lame.h:
|
|
|
+
|
|
|
+ fixes:
|
|
|
+ id3tag.c - some block scope missing
|
|
|
+ lame.h, lame.def: - some exported function was missing
|
|
|
+
|
|
|
+2008-02-10 17:35 robert
|
|
|
+
|
|
|
+ * frontend/main.c, include/lame.def, include/lame.h,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/VbrTag.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Adding some new API functions
|
|
|
+ - to en-/dis- able automatic ID3 tag writing into audio stream (default on):
|
|
|
+
|
|
|
+ void CDECL lame_set_write_id3tag_automatic(lame_global_flags * gfp, int);
|
|
|
+ int CDECL lame_get_write_id3tag_automatic(lame_global_flags const* gfp);
|
|
|
+
|
|
|
+ - to query ID3 tags into a buffer:
|
|
|
+
|
|
|
+ size_t CDECL lame_get_id3v1_tag(
|
|
|
+ lame_global_flags * gfp, unsigned char* buffer, size_t size);
|
|
|
+ size_t CDECL lame_get_id3v2_tag(
|
|
|
+ lame_global_flags * gfp, unsigned char* buffer, size_t size);
|
|
|
+
|
|
|
+ - to query the final Xing/LAME tag frame into a buffer:
|
|
|
+ size_t CDECL lame_get_lametag_frame(
|
|
|
+ const lame_global_flags *, unsigned char* buffer, size_t size);
|
|
|
+
|
|
|
+ Those new functions allow to encode a complete input file into RAM first,
|
|
|
+ before writing it into a file/socket/whatever...
|
|
|
+
|
|
|
+2008-02-03 14:28 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ VBRPSY: don't use ATH in 'additive masking' function
|
|
|
+
|
|
|
+2008-01-09 20:46 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, compat, control, rules:
|
|
|
+
|
|
|
+ Updated the Debian packaging.
|
|
|
+
|
|
|
+2008-01-06 16:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c:
|
|
|
+
|
|
|
+ VBR-NEW can be mixed with free format now. The result will be a free format
|
|
|
+ stream using VBR-NEW quantization routine.
|
|
|
+
|
|
|
+ note: following free format bitrates are maximum bitrates which make sense:
|
|
|
+ samplerate: 8 11 12 16 22 24 32 44 48
|
|
|
+ kbps 109 151 164 218 301 327 435 600 640(652)
|
|
|
+
|
|
|
+ Using the maximum bitrate one may look and see how the VBR code behaves
|
|
|
+ when the bitrate pressure is lowered to the theoretical minimum, like:
|
|
|
+ lame -V0 -b600 --freeformat x.wav x.mp3
|
|
|
+
|
|
|
+2008-01-03 00:03 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regenerate with autoconf 2.61
|
|
|
+
|
|
|
+2008-01-03 00:02 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/ddk/Makefile.in, ACM/tinyxml/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, dshow/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, libmp3lame/vector/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regenerate with automake 1.10
|
|
|
+
|
|
|
+2008-01-03 00:01 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ update with stuff from more recent autotools
|
|
|
+
|
|
|
+2008-01-03 00:00 aleidinger
|
|
|
+
|
|
|
+ * ltmain.sh:
|
|
|
+
|
|
|
+ update to a libtool 1.5.24 version
|
|
|
+
|
|
|
+2008-01-02 23:58 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ After installing sndfile:
|
|
|
+ - fix SNDFILE_xxx
|
|
|
+
|
|
|
+ Give a better failure description for some errors (sizeof check).
|
|
|
+
|
|
|
+ If there are intXX_t but no uintXX_t, use the intXX_t with "unsigned" instead
|
|
|
+ of trying to find the right K&R-C integral type.
|
|
|
+
|
|
|
+ Use macho as the format type for NASM on OSX, but disable the nasm use by
|
|
|
+ default there, as there seems to be a problem with the nasm code on OSX.
|
|
|
+
|
|
|
+2008-01-02 22:00 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - If SNDFILE_xxx are defined and the fileio is sndfile, then assume the
|
|
|
+ user is knowing what he does (some systems don't have pkg-config but
|
|
|
+ have sndfile).
|
|
|
+ - Fix the problem case where SNDFILE_CFLAGS has spaces at the beginning.
|
|
|
+
|
|
|
+2008-01-02 20:30 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ fix for tracker item: [ 1861450 ] TLEN tag fixed on encode from stdin with ID3v2 tags
|
|
|
+
|
|
|
+2007-12-26 22:04 robert
|
|
|
+
|
|
|
+ * ACM/ACMStream.cpp, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ removing obsolete function calls
|
|
|
+
|
|
|
+2007-12-26 13:12 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/set_get.h, libmp3lame/util.h:
|
|
|
+
|
|
|
+ removing dead code
|
|
|
+
|
|
|
+2007-12-25 16:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ some small code simplification
|
|
|
+
|
|
|
+2007-12-25 00:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, psymodel.c:
|
|
|
+
|
|
|
+ clean code from obsolete branches
|
|
|
+
|
|
|
+2007-12-24 16:00 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/takehiro.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ - removing legacy ISO quantization code
|
|
|
+ - vbr-new now has only two -qx settings left: q0 and q5
|
|
|
+ - vbr-new can't use legacy GPSYCHO anymore
|
|
|
+
|
|
|
+ TODO:
|
|
|
+ + remove legacy GPSYCHO code, as we don't use it anymore
|
|
|
+ + remove superflouos psy-model selection switches
|
|
|
+ + remove superflouos psy-model configuration switches like --cwlimit
|
|
|
+
|
|
|
+2007-12-20 14:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ in rare cases, where one channel is completely zero, some illegal "scalefactor
|
|
|
+ selection info" might be used in VBR-NEW. fixed
|
|
|
+
|
|
|
+2007-12-17 20:54 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ fixing typo
|
|
|
+
|
|
|
+2007-12-17 00:08 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ fixing typo
|
|
|
+
|
|
|
+2007-12-16 17:56 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ disabling the use of the "interchannel masking feature" in dual-channel case
|
|
|
+
|
|
|
+2007-12-16 17:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, vbrquantize.c:
|
|
|
+
|
|
|
+ VBR-NEW:
|
|
|
+ -quantization: another "out of bits" strategy
|
|
|
+ -psymodel: dropped "inter channel effect", because the effect doesn't save
|
|
|
+ many bits, but raises the chance of annoying artefacts a lot.
|
|
|
+
|
|
|
+2007-12-14 02:52 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ found new test sample SNAPS which needs some more short blocks
|
|
|
+
|
|
|
+2007-12-09 22:47 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, presets.c, psymodel.c,
|
|
|
+ psymodel.h, quantize_pvt.c, util.h:
|
|
|
+
|
|
|
+ merger from test branch:
|
|
|
+ - features a new psy model, a modification from NSPSY
|
|
|
+
|
|
|
+ VBR NEW uses the new psy model, unless you call lame with --nspsytune, or
|
|
|
+ the developer only switch --psymodel x, with x in {1,2}
|
|
|
+
|
|
|
+ features of the new psy model:
|
|
|
+ - speed: it does determine the resulting block type before doing the fft
|
|
|
+ and other psy stuff and will calc long/short blocks only as necessary
|
|
|
+ - interchannel masking effect: it will be calculated after the mid-side fix
|
|
|
+ and it's working on convolution bands, instead of scalefactor bands
|
|
|
+ - mid-side fix: calculated on convolution bands, instead of sf bands
|
|
|
+ - mask_adjust feature: it's now used earlier in the convolution calculation
|
|
|
+
|
|
|
+2007-12-09 17:06 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (rh0710_test):
|
|
|
+
|
|
|
+ some fixes, ie. the short block pre-echo control was applied twice
|
|
|
+
|
|
|
+2007-12-08 23:27 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, presets.c, psymodel.c,
|
|
|
+ psymodel.h, quantize_pvt.c, util.h (rh0710_test):
|
|
|
+
|
|
|
+ modified psy model for vbr-new
|
|
|
+
|
|
|
+2007-11-26 00:14 robert
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/get_audio.c, frontend/parse.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ psymodel.c:
|
|
|
+ - bug fix in init_numlines: it returned sometimes a too large npart_[sl]
|
|
|
+ - fixing some more compiler warnings
|
|
|
+ get_audio.c:
|
|
|
+ - some fix in error-report in case of unsupported input format
|
|
|
+
|
|
|
+2007-11-25 23:38 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/presets.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/util.h, libmp3lame/vbrquantize.c (rh0710_test):
|
|
|
+
|
|
|
+ re-tuning
|
|
|
+
|
|
|
+2007-11-21 21:30 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ bug fix for bin_search_StepSize. It returned illegal values, leading to
|
|
|
+ assertion failures in fast encoding mode, which only adjusts global step size.
|
|
|
+
|
|
|
+2007-11-12 10:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h, vbrquantize.c (rh0710_test):
|
|
|
+
|
|
|
+ - inter channel masking now on convolution bands
|
|
|
+ - mid/side fix now on convolution bands
|
|
|
+
|
|
|
+2007-11-08 01:13 robert
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/parse.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize_pvt.c (rh0710_test):
|
|
|
+
|
|
|
+ moving masking_lower adjustment into psymodel.c (for vbr-new)
|
|
|
+
|
|
|
+2007-11-03 14:04 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/presets.c, libmp3lame/psymodel.c
|
|
|
+ (rh0710_test):
|
|
|
+
|
|
|
+ limiting the sandpaper-noise hack to the minval range (ca. 1.2 kHz)
|
|
|
+
|
|
|
+2007-11-01 20:28 robert
|
|
|
+
|
|
|
+ * doc/man/lame.1, frontend/get_audio.c, frontend/parse.c
|
|
|
+ (rh0710_test):
|
|
|
+
|
|
|
+ adding main branch fixes
|
|
|
+
|
|
|
+2007-11-01 19:52 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ enabling --signed / --unsigned switches for 8 bit raw pcm input data
|
|
|
+
|
|
|
+2007-11-01 19:25 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, parse.c:
|
|
|
+
|
|
|
+ [ 1823881 ] lame 3.97 produces complete garbage
|
|
|
+ now invalid WAV/AIFF files are rejected, instead of trying to encode them as
|
|
|
+ raw pcm files.
|
|
|
+
|
|
|
+2007-11-01 19:23 robert
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ [ 1158193 ] Man page doesn't tell about stereo format in raw
|
|
|
+ [ 1158253 ] Data format is not described in the manpage
|
|
|
+ added some info to manpage
|
|
|
+
|
|
|
+2007-11-01 19:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ bitrate_index may have been uninitialized under some rare circumstances
|
|
|
+
|
|
|
+2007-10-25 01:59 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (rh0710_test):
|
|
|
+
|
|
|
+ fixing some bad initialed value gfc->bitrate_index
|
|
|
+
|
|
|
+2007-10-24 02:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ back to the roots. Maybe I'll branch from here
|
|
|
+
|
|
|
+2007-10-23 23:23 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ turn of scalefac scale feature
|
|
|
+
|
|
|
+2007-10-23 02:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ yeah, ok it's C and not C++
|
|
|
+ open block scope for local variable
|
|
|
+
|
|
|
+2007-10-23 02:31 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, vbrquantize.c:
|
|
|
+
|
|
|
+ dropping Naoki's idea of "simultaneous masking addition" for the newer VBR code
|
|
|
+ for now
|
|
|
+
|
|
|
+2007-10-22 12:00 robert
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, psymodel.c:
|
|
|
+
|
|
|
+ re-establishing previous mask adjustments
|
|
|
+
|
|
|
+2007-10-21 00:45 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, psymodel.c, quantize.c,
|
|
|
+ version.h:
|
|
|
+
|
|
|
+ recalibration of VBR new's compression level settings, because of recent bug fixes
|
|
|
+
|
|
|
+2007-10-19 00:10 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ moving GTK config script to MP3x target compilation, it's not needed outside MP3x
|
|
|
+
|
|
|
+2007-10-18 02:54 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ seems, VC compiler doesn't like redundant semicolon, fixed
|
|
|
+
|
|
|
+2007-10-18 02:09 robert
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, psymodel.c, quantize.c, set_get.c:
|
|
|
+
|
|
|
+ PSY: the newer vbr code uses tonalality estimation from long blocks for short blocks
|
|
|
+
|
|
|
+2007-10-16 01:07 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, frontend/get_audio.c:
|
|
|
+
|
|
|
+ Fix for bugtracker item: [ 1813496 ] AIFF parsing bug
|
|
|
+
|
|
|
+2007-10-14 20:18 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/id3tag.h, libmp3lame/util.c:
|
|
|
+
|
|
|
+ some more compiler and compiler-warning fixes
|
|
|
+
|
|
|
+2007-10-14 19:54 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/mp3x.c,
|
|
|
+ frontend/parse.c, frontend/portableio.c, include/lame.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/id3tag.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vector/xmm_quantize_sub.c:
|
|
|
+
|
|
|
+ eliminating some of the several hundred compiler warnings
|
|
|
+
|
|
|
+2007-10-14 14:16 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updating history to latest changes:
|
|
|
+ - bug fix scalefactor selection in vbr new code
|
|
|
+ - feature added: WAVE_FORMAT_EXTENSIBLE
|
|
|
+
|
|
|
+2007-10-14 13:33 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ feature request [ 1811483 ] WAVE_FORMAT_EXTENSIBLE support
|
|
|
+
|
|
|
+ We still support PCM wave files only with our little wave reader,
|
|
|
+ it is just that we now accept them when written in wave format extensible.
|
|
|
+
|
|
|
+2007-10-13 20:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ Bug-fix: the quantization-find-routine could under some circumstances return
|
|
|
+ some way too large quantization step size. For example, the song Piku from
|
|
|
+ The Chemical Brothers had almost 550 scalefactors wrong. For most songs this
|
|
|
+ fix makes no difference.
|
|
|
+
|
|
|
+2007-10-08 20:59 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ replaced variable 'lines' by 'lines_used', because term.h has some macro
|
|
|
+ definition for 'lines'.
|
|
|
+
|
|
|
+2007-09-29 19:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ - Removing dead code.
|
|
|
+ - Avoiding unnecessary search for quantization step sizes. This speeds-up lower quality encodings.
|
|
|
+ If energy is below masking threshold, the resulting step size will be at 255. So no need to search what we already know.
|
|
|
+
|
|
|
+2007-08-29 13:44 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2007-08-29 13:43 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Don't change the include/library path, if there's no corresponding soundfile
|
|
|
+ path set.
|
|
|
+
|
|
|
+ This is supposed to fix the compile problem with soundfile Rogério sees on
|
|
|
+ Debian.
|
|
|
+
|
|
|
+2007-08-20 21:54 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ removing duplicate target_dir references
|
|
|
+
|
|
|
+2007-08-12 18:30 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ let targets link against multi threaded C-library
|
|
|
+
|
|
|
+2007-08-12 00:07 robert
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ small speedup in VBR NEW
|
|
|
+
|
|
|
+ we are now at 3.98 beta 5, a release candidate for 3.98 stable?
|
|
|
+
|
|
|
+2007-08-11 23:06 robert
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updating "testcase.mp3" for LAME 3.98 beta 5
|
|
|
+
|
|
|
+2007-08-11 21:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Short block masking: the CBR/ABR code seems to rely on the old masking definition. The VBR NEW code on the other hand needs the lowered masking.
|
|
|
+
|
|
|
+2007-07-30 06:51 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ Add the changelog for the last ~10 months.
|
|
|
+
|
|
|
+2007-07-30 06:39 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen with autoconf 2.61
|
|
|
+
|
|
|
+2007-07-30 06:37 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ oops, previous fix for the gcc version pattern matching was wrong...
|
|
|
+
|
|
|
+2007-07-30 06:30 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - fix the pattern matching for the gcc version check
|
|
|
+ - improve the optimization stuff for gcc 4.x
|
|
|
+
|
|
|
+2007-07-30 06:28 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ regen with autoconf 2.61
|
|
|
+
|
|
|
+2007-07-30 06:28 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, ACM/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/ddk/Makefile.in, ACM/tinyxml/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, dshow/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, libmp3lame/vector/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen with automake 1.10
|
|
|
+
|
|
|
+2007-07-29 22:46 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ adding latest bug fixes to history
|
|
|
+
|
|
|
+2007-07-29 22:07 robert
|
|
|
+
|
|
|
+ * ACM/ADbg/ADbg.dsp, frontend/lame_vc6.dsp, dshow/dshow.dsp,
|
|
|
+ include/lame.def, lame_vc6.dsw, ACM/lameACM_vc6.dsp,
|
|
|
+ Dll/LameDll_vc6.dsp, ACM/tinyxml/tinyxml.dsp,
|
|
|
+ frontend/mp3x_vc6.dsp, libmp3lame/libmp3lame_dll_vc6.dsp,
|
|
|
+ libmp3lame/libmp3lame_vc6.dsp, mpglib/mpglib_vc6.dsp:
|
|
|
+
|
|
|
+ updating VC6 project files
|
|
|
+
|
|
|
+ from MSDN: DLLs should be linking against multi-threaded MS VC rountime library
|
|
|
+
|
|
|
+2007-07-29 16:02 robert
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Fixing a possible resource leak
|
|
|
+
|
|
|
+2007-07-28 12:48 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen (new LAME version)
|
|
|
+
|
|
|
+2007-07-28 00:41 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ task tracker item [ 1445175 ] Input being stdin fails in Windows on WAV files
|
|
|
+ and item [ 1576370 ] Fix for piping in a non PCM file via stdin under Windows
|
|
|
+
|
|
|
+ The workaround tests the actual file descriptor being a pipe or not.
|
|
|
+ In case being a pipe, the number of bytes to skip are simply read.
|
|
|
+
|
|
|
+2007-07-27 08:49 bouvigne
|
|
|
+
|
|
|
+ * README:
|
|
|
+
|
|
|
+ 3.98
|
|
|
+
|
|
|
+2007-07-24 17:46 bouvigne
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/brhist.h, frontend/get_audio.c,
|
|
|
+ frontend/get_audio.h, frontend/gpkplotting.c,
|
|
|
+ frontend/gpkplotting.h, frontend/gtkanal.c, frontend/gtkanal.h,
|
|
|
+ frontend/lametime.c, frontend/lametime.h, frontend/main.c,
|
|
|
+ frontend/main.h, frontend/parse.c, frontend/timestatus.c,
|
|
|
+ frontend/timestatus.h, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/VbrTag.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/fft.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/l3side.h, libmp3lame/lame-analysis.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/machine.h,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/reservoir.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/set_get.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/vbrquantize.h, libmp3lame/version.c,
|
|
|
+ libmp3lame/version.h, libmp3lame/vector/lame_intrin.h,
|
|
|
+ libmp3lame/vector/xmm_quantize_sub.c:
|
|
|
+
|
|
|
+ Library GPL -> Lesser GPL
|
|
|
+
|
|
|
+2007-07-24 15:26 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, parse.c:
|
|
|
+
|
|
|
+ bug item [ 1160757 ] --big-endian and --little-endian don't work with -m s -a
|
|
|
+ and item [ 1160741 ] --big-endian and --little-endian are swapped
|
|
|
+
|
|
|
+ the --big-endian/--little-endian switches do now work with our minimal
|
|
|
+ wave and pcm reader too.
|
|
|
+
|
|
|
+ The problems reported in the above bug tracker items should be solved now
|
|
|
+
|
|
|
+2007-07-22 18:49 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ bug fix: [ 1746336 ] Incorrect Bitrate with ABR und --resample, LAME 3.98b4
|
|
|
+
|
|
|
+ There was a typo in patch Revision 1.294 "restrict mpeg 2.5 to 64kbps"
|
|
|
+ which set the average bitrate up to the maximum allowed bitrate.
|
|
|
+
|
|
|
+2007-07-20 23:23 robert
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ fixing task tracker item: [ 1755981 ] Percent signs in print format not escaped
|
|
|
+
|
|
|
+2007-07-16 20:06 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ gpl -> lgpl (we forgot about it a long time ago)
|
|
|
+
|
|
|
+2007-07-10 21:05 robert
|
|
|
+
|
|
|
+ * dshow/Property.rc:
|
|
|
+
|
|
|
+ updating version info
|
|
|
+
|
|
|
+2007-07-01 20:05 robert
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h, interface.c, layer1.c, layer2.c,
|
|
|
+ layer2.h, mpg123.h:
|
|
|
+
|
|
|
+ we will always use Layer1 and 2 decoding
|
|
|
+
|
|
|
+2007-07-01 16:17 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ word wrapping fixed
|
|
|
+
|
|
|
+2007-07-01 16:16 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ adding latest changes for Task tracker item [ 1719593 ] and [ 1742623 ]
|
|
|
+
|
|
|
+2007-07-01 14:39 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, gtkanal.c, main.c, parse.c:
|
|
|
+
|
|
|
+ trying to fix Bugs item #1742623
|
|
|
+
|
|
|
+2007-06-30 17:14 robert
|
|
|
+
|
|
|
+ * USAGE, frontend/parse.c, include/lame.h, libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ bug fix: [ 1719593 ] Track numbers > 255 not allowed even with --id3v2-only
|
|
|
+
|
|
|
+2007-06-27 21:23 robert
|
|
|
+
|
|
|
+ * configMS.h, configure.in:
|
|
|
+
|
|
|
+ changing version number 3.97 to 3.98
|
|
|
+
|
|
|
+2007-06-27 21:22 robert
|
|
|
+
|
|
|
+ * include/lame.def:
|
|
|
+
|
|
|
+ adding newly id3tag functions to DLL export definition
|
|
|
+
|
|
|
+2007-06-26 01:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ I missed the swapped arguments in the patch by Jonathan Stott, now fixed.
|
|
|
+
|
|
|
+2007-06-26 00:57 robert
|
|
|
+
|
|
|
+ * doc/html/contributors.html, doc/html/history.html,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Patch by Jonathan Stott:
|
|
|
+
|
|
|
+ Bug tracker items: [ 1590693 ] ID3v2 tag not writing, [ 1636267 ] ID3v2 tags overwritten
|
|
|
+ If the output file is opened 'write-only', then LAME can't update the LAME tag.
|
|
|
+ In this case LAME silently overwrote the first bytes of the file and an
|
|
|
+ optional ID3v2 tag disappeared. Now an error message will be printed and
|
|
|
+ no data is written in this case.
|
|
|
+
|
|
|
+2007-06-23 18:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, util.c, util.h:
|
|
|
+
|
|
|
+ fixing another possible memory leak
|
|
|
+
|
|
|
+2007-06-23 17:39 robert
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/parse.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/id3tag.h, libmp3lame/util.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Some simplifications on ID3 tag usage:
|
|
|
+ - specifying an unlisted ID3v1 genre does not count as an error anymore, it is mapped to "Other" and passed as-is to an ID3v2 genre tag
|
|
|
+ - an ID3 track argument is passed directly to an ID3v2 TRCK tag, allowing for example "002/012"
|
|
|
+
|
|
|
+2007-06-23 15:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, util.c:
|
|
|
+
|
|
|
+ Now ID3 tag are local copies of given parameters. This allows to pass strings located on the program stack and you don't have to think about the lifetime of your strings you pass as arguments.
|
|
|
+
|
|
|
+2007-06-23 13:27 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ Bug fix: Nyaochi's "ID3v2 extension" patches introduced some memory leaks
|
|
|
+
|
|
|
+2007-06-04 22:31 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ ups: moved history entry "TLEN bug" up into correct list
|
|
|
+
|
|
|
+2007-06-04 22:25 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ added: bugfix TLEN computation
|
|
|
+
|
|
|
+2007-06-04 22:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ bug fix: [ 1730875 ] TLEN calculation wrong
|
|
|
+ fixing the calculation of "playlength in ms" written into the ID3v2 tag TLEN
|
|
|
+
|
|
|
+2007-05-25 03:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ VBR_NEW: more tuned 'out of bits' strategy
|
|
|
+
|
|
|
+2007-05-24 13:26 bouvigne
|
|
|
+
|
|
|
+ * doc/html/contributors.html, doc/html/history.html,
|
|
|
+ doc/html/id3.html, doc/man/lame.1, frontend/parse.c:
|
|
|
+
|
|
|
+ support for total tracks count in the frontend (id3 tags)
|
|
|
+
|
|
|
+2007-05-24 13:10 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ adding a total track count should add an id3 V2 tag
|
|
|
+
|
|
|
+2007-05-24 12:58 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html, doc/html/id3.html, frontend/main.c,
|
|
|
+ frontend/parse.c, frontend/parse.h, include/lame.h,
|
|
|
+ libmp3lame/id3tag.c, libmp3lame/id3tag.h:
|
|
|
+
|
|
|
+ Albumart (APIC ID3v2.3 frame) patch by Nyaochi
|
|
|
+
|
|
|
+2007-05-24 12:29 bouvigne
|
|
|
+
|
|
|
+ * doc/html/contributors.html, doc/html/history.html,
|
|
|
+ doc/html/id3.html, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/id3tag.c, libmp3lame/id3tag.h:
|
|
|
+
|
|
|
+ Ability to set user-defined ID3v2.3 frame (patch from Nyaochi)
|
|
|
+
|
|
|
+2007-05-23 14:44 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, history.html, index.html:
|
|
|
+
|
|
|
+ Updated history
|
|
|
+
|
|
|
+2007-05-22 10:10 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, version.h:
|
|
|
+
|
|
|
+ ok, now the real bug fix, forget the last commit:
|
|
|
+ the ABR routine did not apply format specific bitrate constrains when allocating bits; now it does
|
|
|
+
|
|
|
+2007-05-22 08:39 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ bug fix: reduce side was given a too large 'max bits' parameter, resulting in assertion aborts
|
|
|
+
|
|
|
+2007-05-21 22:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ bug fix for feature request:
|
|
|
+ "adjust user min/max bitrate if outside of allowed range (ex: -V9 -B320)
|
|
|
+ Requested by Benski"
|
|
|
+
|
|
|
+ Some input files with unusual sample frequencies couldn't be encoded at CBR anymore, no matter what resample/bitrate options where passed to LAME.
|
|
|
+ (Testsample: FX319.WAV)
|
|
|
+
|
|
|
+2007-05-20 18:07 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, util.h, vbrquantize.c,
|
|
|
+ version.h:
|
|
|
+
|
|
|
+ VBR_NEW: 'out of bits' situation improved
|
|
|
+
|
|
|
+2007-05-17 22:25 robert
|
|
|
+
|
|
|
+ * ACM/ACM.cpp, libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Bugs item #1693461: fixing memory leaks in LAME ACM
|
|
|
+
|
|
|
+2007-05-16 02:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ we are now at 3.98 beta 1 (of many more to come)
|
|
|
+
|
|
|
+2007-05-16 01:30 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ - some code clean-up
|
|
|
+ - bug fix: in rare cases 'on_pe' returned target bits violating the 4095 bit
|
|
|
+ maximum constrain for a granule
|
|
|
+ - VBR-NEW: modified strategy to handle 'out of bits' cases
|
|
|
+
|
|
|
+2007-05-13 18:31 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, bitstream.h, encoder.c,
|
|
|
+ id3tag.c, lame_global_flags.h, util.h, version.h:
|
|
|
+
|
|
|
+ bug fix: [ 1711980 ] LAME writes invalid Xing header when ID3 tags exist
|
|
|
+
|
|
|
+2007-03-12 21:56 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ adjust user min/max bitrate if outside of allowed range (ex: -V9 -B320)
|
|
|
+
|
|
|
+ Requested by Benski
|
|
|
+
|
|
|
+2007-01-13 18:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.h:
|
|
|
+
|
|
|
+ bug fix.
|
|
|
+ bug tracker entry: [ 1634092 ] encoder.c doesn't compile with --disable-brhist
|
|
|
+
|
|
|
+2007-01-13 17:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c:
|
|
|
+
|
|
|
+ bug fix.
|
|
|
+ bug tracker entry: [ 1634092 ] encoder.c doesn't compile with --disable-brhist
|
|
|
+
|
|
|
+2007-01-09 23:10 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ adding vector/xmm_quantize_sub.c
|
|
|
+
|
|
|
+2007-01-09 22:24 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc8.vcproj:
|
|
|
+
|
|
|
+ directory x86_64 -> vector
|
|
|
+
|
|
|
+2007-01-09 12:02 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, mpglib_interface.c, psymodel.c:
|
|
|
+
|
|
|
+ fix the easy warnings
|
|
|
+
|
|
|
+2007-01-09 10:31 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ include the right intrinsics header and only if we need it
|
|
|
+
|
|
|
+2007-01-09 10:29 aleidinger
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ use the code in the vector directory
|
|
|
+
|
|
|
+2007-01-09 10:25 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/ddk/Makefile.in, ACM/tinyxml/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, dshow/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, mac/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2007-01-09 10:23 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ the quoting does not work out as expected, remove it
|
|
|
+
|
|
|
+2007-01-09 10:22 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c:
|
|
|
+
|
|
|
+ remove the CPUCCODE check, it is not needed anymore
|
|
|
+
|
|
|
+2007-01-09 10:21 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2007-01-09 10:20 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Use the vector lib on amd64 and x86.
|
|
|
+
|
|
|
+ This only works with gcc when -msse is specified in CFLAGS at configure
|
|
|
+ time. Currently I get a sigbus with gcc 3.4.6 with the vector lib.
|
|
|
+
|
|
|
+ Remove the HAVE_GTK define, it is not used anymore.
|
|
|
+
|
|
|
+2007-01-09 10:18 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ add the vector lib and remove the x86_64 part
|
|
|
+
|
|
|
+2007-01-09 10:15 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/vector/: Makefile.am, Makefile.in, lame_intrin.h,
|
|
|
+ xmm_quantize_sub.c:
|
|
|
+
|
|
|
+ this is a copy of the x86_64 parts with modified automake stuff
|
|
|
+
|
|
|
+2007-01-07 21:28 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ do not build legacy BLame DLL on make target all
|
|
|
+
|
|
|
+2007-01-07 20:00 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2007-01-07 20:00 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ fftsse.nas is used now.
|
|
|
+
|
|
|
+2007-01-07 18:03 robert
|
|
|
+
|
|
|
+ * lame_vc6.dsw, frontend/lame_vc6.dsp, frontend/mp3x_vc6.dsp,
|
|
|
+ libmp3lame/libmp3lame_dll_vc6.dsp, libmp3lame/libmp3lame_vc6.dsp,
|
|
|
+ mpglib/mpglib_vc6.dsp:
|
|
|
+
|
|
|
+ VC6 project files updated, added project to generate Libmp3lame-dynamic.lib/dll
|
|
|
+
|
|
|
+2007-01-07 14:51 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ Makefile with some basic Libmp3lame-dynamic.lib generation ability
|
|
|
+
|
|
|
+2007-01-07 14:31 robert
|
|
|
+
|
|
|
+ * include/lame.def:
|
|
|
+
|
|
|
+ export definition for Libmp3lame-dynamic.lib
|
|
|
+
|
|
|
+2007-01-07 14:30 robert
|
|
|
+
|
|
|
+ * libmp3lame/fft.c, Makefile.unix, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/lame.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+ adding FFTSSE assembler code to the HAVE_NASM conditional code
|
|
|
+
|
|
|
+2007-01-07 14:28 robert
|
|
|
+
|
|
|
+ * .cvsignore, lame_clients_vc6.dsw, frontend/.cvsignore:
|
|
|
+
|
|
|
+ collecting all LAME client projects in lame_clients_vc6.dsw workspace.
|
|
|
+
|
|
|
+2007-01-07 14:24 robert
|
|
|
+
|
|
|
+ * dshow/: dshow.dsp, README:
|
|
|
+
|
|
|
+ DirectShow Filter links against Libmp3lame-dynamic.lib now
|
|
|
+
|
|
|
+2007-01-07 14:23 robert
|
|
|
+
|
|
|
+ * Dll/LameDll_vc6.dsp:
|
|
|
+
|
|
|
+ BLAME DLL links against Libmp3lame-dynamic.lib now
|
|
|
+
|
|
|
+2007-01-07 14:21 robert
|
|
|
+
|
|
|
+ * ACM/: lameACM_vc6.dsp, ADbg/ADbg.dsp, tinyxml/tinyxml.dsp:
|
|
|
+
|
|
|
+ ACM links against Libmp3lame-dynamic.lib now
|
|
|
+
|
|
|
+2006-12-28 21:56 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ we are now at 3.98a11
|
|
|
+
|
|
|
+2006-12-28 21:49 robert
|
|
|
+
|
|
|
+ * dshow/dshow.dsp:
|
|
|
+
|
|
|
+ we are now at 3.98a11
|
|
|
+
|
|
|
+2006-12-28 21:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ we are now at 3.98a11
|
|
|
+
|
|
|
+2006-12-28 21:41 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ update history
|
|
|
+
|
|
|
+2006-12-28 20:41 robert
|
|
|
+
|
|
|
+ * dshow/: Encoder.cpp, Encoder.h, Property.rc, dshow.dsp,
|
|
|
+ dshow.dsw:
|
|
|
+
|
|
|
+ DirectShow filter uses LAME Library API now
|
|
|
+
|
|
|
+2006-12-27 22:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ small change in the bitreservoir handling, enable the old
|
|
|
+ --strictly-enforce-ISO switch again
|
|
|
+
|
|
|
+2006-12-27 22:09 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updating history entries
|
|
|
+
|
|
|
+2006-12-25 21:37 robert
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.h, ACMStream.cpp, ACMStream.h,
|
|
|
+ AEncodeProperties.cpp, DecodeStream.h, acm.rc, lameACM_vc6.dsp,
|
|
|
+ main.cpp:
|
|
|
+
|
|
|
+ some changes, now I can compile the ACM stuff at least
|
|
|
+
|
|
|
+2006-12-25 16:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ relaxing the FhG bitreservoir restriction a little bit:
|
|
|
+ at 320 kbps it seems to be possible to use the reservoir if we limit it to almost the size of bits used for sideinfo
|
|
|
+
|
|
|
+2006-12-21 09:15 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, ACM/ADbg/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, mac/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in, ACM/ddk/Makefile.in, ACM/tinyxml/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2006-12-21 09:14 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ Handle CPU specific C code in a generic way.
|
|
|
+
|
|
|
+2006-12-21 09:09 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ Quote some parts in case directory names contain spaces.
|
|
|
+
|
|
|
+2006-12-21 09:07 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4, config.h.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2006-12-21 09:04 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Additional stuff for x86_64. First cut...
|
|
|
+
|
|
|
+2006-12-21 09:03 aleidinger
|
|
|
+
|
|
|
+ * acinclude.m4:
|
|
|
+
|
|
|
+ Properly quote some parts according to the new rules auf aclocal.
|
|
|
+
|
|
|
+2006-12-21 09:00 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c:
|
|
|
+
|
|
|
+ On x86 we also have the xmmintrin header, but we don't use such code there.
|
|
|
+ So not only check for the header, but also for a CPUCCODE define. This may
|
|
|
+ be refined later depending on further inline C code showing up or not.
|
|
|
+
|
|
|
+2006-12-21 02:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, version.h:
|
|
|
+
|
|
|
+ we are now at patch level 10
|
|
|
+
|
|
|
+2006-12-21 02:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fixing some divide by zero error
|
|
|
+
|
|
|
+2006-12-20 00:17 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, parse.c:
|
|
|
+
|
|
|
+ let LAME be more strict when it comes to unrecognized program options or unsupported input file formats
|
|
|
+
|
|
|
+2006-12-19 18:50 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc8.vcproj:
|
|
|
+
|
|
|
+ include paths
|
|
|
+
|
|
|
+2006-12-19 01:23 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ add some help text entries
|
|
|
+
|
|
|
+2006-12-19 01:23 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ disabling temporal masking effect by default for vbr-mtrh, it works against other tunings in this mode
|
|
|
+
|
|
|
+2006-12-18 23:11 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fixing some index problems in convolution loops
|
|
|
+
|
|
|
+2006-12-17 23:21 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ we are at 3.98 alpha 9
|
|
|
+
|
|
|
+2006-12-17 21:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fixing two possible out of range index errors accessing fftenergy array
|
|
|
+ for GPSYCHO too
|
|
|
+
|
|
|
+2006-12-17 20:53 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h:
|
|
|
+
|
|
|
+ fixing two possible out of range index errors accessing fftenergy array
|
|
|
+
|
|
|
+ convert partition to scalefac:
|
|
|
+ as we replaced ISO tables with own calculations we forgot to add proper
|
|
|
+ weightening for the convolution band where the transition from one scalefactor
|
|
|
+ to th next scalefactor happens. Now added.
|
|
|
+
|
|
|
+2006-12-17 20:49 robert
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ assert didn't match valid input range: bitrate 8 - 640 kbps
|
|
|
+
|
|
|
+2006-12-15 22:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ we are now at 3.98 alpha 8
|
|
|
+
|
|
|
+2006-12-15 22:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ 2 bug fixes
|
|
|
+ a) in some cases we did access uninitialized data in conversion from partition bands to scalefac bands
|
|
|
+ b) in nsspy-code the conversion from partition to scalefac bands for short blocks did not match the long block case, nor gpsycho.
|
|
|
+
|
|
|
+2006-12-07 10:50 robert
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ disabling the "process affinity kludge"
|
|
|
+
|
|
|
+2006-11-27 20:28 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ - removed unused function parameter nVbrScale in function PutVbrTag
|
|
|
+
|
|
|
+2006-11-20 20:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h:
|
|
|
+
|
|
|
+ - removed unused function parameter nVbrScale in function PutVbrTag
|
|
|
+ - reduced compilation warnings
|
|
|
+
|
|
|
+2006-11-15 02:25 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ bug fix: [ 1596306 ] lame 3.97: "fatal error during initialization" with this wav
|
|
|
+
|
|
|
+ an invalid MPEG samplerate was returned by optimum_samplefreq function
|
|
|
+
|
|
|
+2006-11-15 02:21 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fixing compile problem with quantize_sub.c
|
|
|
+
|
|
|
+2006-11-12 11:44 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2006-11-11 17:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: libmp3lame_vc8.vcproj, quantize.c:
|
|
|
+
|
|
|
+ intrinsics functions are now in a separate directory (as in v4)
|
|
|
+
|
|
|
+2006-11-11 17:32 bouvigne
|
|
|
+
|
|
|
+ * frontend/mp3x_vc8.vcproj:
|
|
|
+
|
|
|
+ bring back mp3x to life (vc8)
|
|
|
+
|
|
|
+2006-11-11 17:14 bouvigne
|
|
|
+
|
|
|
+ * README.WINGTK, lame_vc8.sln, Dll/LameDll_vc8.vcproj,
|
|
|
+ frontend/lame_vc8.vcproj, libmp3lame/libmp3lame_vc8.vcproj,
|
|
|
+ mpglib/mpglib_vc8.vcproj:
|
|
|
+
|
|
|
+ bring back mp3x to life (vc8)
|
|
|
+
|
|
|
+2006-11-08 01:53 robert
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c, main.h, parse.c:
|
|
|
+
|
|
|
+ feature request: [ 1588283 ] Flushing output stream in lame.exe
|
|
|
+
|
|
|
+ 'flush' option added
|
|
|
+
|
|
|
+2006-11-07 01:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, id3tag.c, lame_global_flags.h,
|
|
|
+ util.c:
|
|
|
+
|
|
|
+ fixing some compiler warnings, removing some unused lame_global_flags elements
|
|
|
+
|
|
|
+2006-11-07 00:36 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/quantize.c, frontend/parse.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ removing dead code:
|
|
|
+ side channel sparsing didn't work as hoped
|
|
|
+
|
|
|
+2006-11-06 22:39 robert
|
|
|
+
|
|
|
+ * frontend/: brhist.c, get_audio.c, parse.c:
|
|
|
+
|
|
|
+ eliminating some compiler warnings
|
|
|
+
|
|
|
+2006-11-05 18:54 robert
|
|
|
+
|
|
|
+ * frontend/console.c:
|
|
|
+
|
|
|
+ bug tracker item:
|
|
|
+ [ 1585942 ] lame not --silent when TERM not set
|
|
|
+
|
|
|
+ in case LAME was build with TERMCAP defined and no TERM environment is
|
|
|
+ defined, now we do not issue an error message and silently fallback to the default
|
|
|
+ behaviour as if LAME was compiled without TERMCAP defined.
|
|
|
+
|
|
|
+2006-11-05 17:49 robert
|
|
|
+
|
|
|
+ * frontend/timestatus.c:
|
|
|
+
|
|
|
+ include string header file added
|
|
|
+ unused variable removed in encoder_progress_end
|
|
|
+
|
|
|
+2006-11-05 16:08 robert
|
|
|
+
|
|
|
+ * frontend/: main.c, timestatus.c, timestatus.h:
|
|
|
+
|
|
|
+ refactoring progress display code out of encoding loop
|
|
|
+ it's located in timestatus.c now
|
|
|
+
|
|
|
+ Windows specific:
|
|
|
+ fixed parameter type for SetProcessAffinityMask
|
|
|
+ Gabriel: do we need similar things for Win64 too?
|
|
|
+
|
|
|
+2006-11-05 13:37 robert
|
|
|
+
|
|
|
+ * frontend/console.c:
|
|
|
+
|
|
|
+ dead code removed
|
|
|
+
|
|
|
+2006-11-05 02:30 robert
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc8.vcproj:
|
|
|
+
|
|
|
+ using fftsse.nas
|
|
|
+
|
|
|
+2006-11-05 01:55 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ using fftsse.nas
|
|
|
+
|
|
|
+2006-11-04 18:59 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix, frontend/parse.c, libmp3lame/fft.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/version.h,
|
|
|
+ libmp3lame/i386/fft3dn.nas, libmp3lame/i386/fftsse.nas,
|
|
|
+ libmp3lame/i386/nasm.h:
|
|
|
+
|
|
|
+ we are now at patch level 7
|
|
|
+
|
|
|
+ changes in lame frontend switches
|
|
|
+ -k removed,
|
|
|
+ call lowpass and highpass if you need to change them
|
|
|
+ --short/noshort/allshort - degraded into DEVELOPER ONLY switches
|
|
|
+ normal users shouldn't use them
|
|
|
+ -X -Z degraded to DEVELOPER ONLY switches
|
|
|
+ -X is too tough to communicate to end users
|
|
|
+ -Z isn't used actualy
|
|
|
+
|
|
|
+ fft3dnow and fftsse nasm code taken from LAME4 branch
|
|
|
+ but not added to the configure stuff/VC project files
|
|
|
+
|
|
|
+2006-10-18 20:29 bouvigne
|
|
|
+
|
|
|
+ * Dll/LameDll_vc8.vcproj:
|
|
|
+
|
|
|
+ added back the .def config
|
|
|
+
|
|
|
+2006-10-05 21:07 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ error in a test (noticed by Robert)
|
|
|
+
|
|
|
+2006-09-30 19:55 kylev
|
|
|
+
|
|
|
+ * lame.spec.in:
|
|
|
+
|
|
|
+ we distribute a .gz, not a .bz2, and there really isn't a public URL for the file
|
|
|
+
|
|
|
+2006-09-30 15:35 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Only check for sndfile if it is requested.
|
|
|
+
|
|
|
+2006-09-30 15:35 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, Dll/Makefile.in, frontend/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, mpglib/Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2006-09-30 09:17 bouvigne
|
|
|
+
|
|
|
+ * Makefile.am, Dll/Makefile.am, frontend/Makefile.am,
|
|
|
+ libmp3lame/Makefile.am, mpglib/Makefile.am:
|
|
|
+
|
|
|
+ updated the .am files to change vc7 to vc8
|
|
|
+
|
|
|
+2006-09-24 16:17 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updated history
|
|
|
+
|
|
|
+2006-09-23 22:02 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h (lame3_97):
|
|
|
+
|
|
|
+ 3.97 release
|
|
|
+
|
|
|
+2006-09-23 21:46 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ release 3.97
|
|
|
+
|
|
|
+2006-09-23 19:30 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2006-09-23 19:29 aleidinger
|
|
|
+
|
|
|
+ * config.h.in, configure.in:
|
|
|
+
|
|
|
+ check for xmmintrin.h
|
|
|
+
|
|
|
+2006-09-23 08:42 bouvigne
|
|
|
+
|
|
|
+ * configMS.h (lame3_97):
|
|
|
+
|
|
|
+ borland config (from main branch)
|
|
|
+
|
|
|
+2006-09-23 08:25 bouvigne
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c (lame3_97), BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ fix in boolean comparison for Delphi progs (bug #1536751)
|
|
|
+
|
|
|
+2006-09-23 08:01 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: history.html, index.html (lame3_97):
|
|
|
+
|
|
|
+ 3.97
|
|
|
+
|
|
|
+2006-09-22 19:18 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update from CVS history
|
|
|
+
|
|
|
+2006-09-22 18:51 aleidinger
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ Borland C seems to follow the lead of MSC.
|
|
|
+
|
|
|
+ Bug ID: 1563522
|
|
|
+
|
|
|
+2006-09-10 14:25 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/util.c:
|
|
|
+
|
|
|
+ restrict mpeg 2.5 to 64kbps
|
|
|
+
|
|
|
+2006-09-03 15:07 bouvigne
|
|
|
+
|
|
|
+ * lame_vc7.sln, Dll/LameDll_vc7.vcproj, frontend/lame_vc7.vcproj,
|
|
|
+ frontend/mp3x_vc7.vcproj, libmp3lame/libmp3lame_vc7.vcproj,
|
|
|
+ mpglib/mpglib_vc7.vcproj:
|
|
|
+
|
|
|
+ removed unmaintained VC7 project files
|
|
|
+
|
|
|
+2006-08-18 18:22 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/version.h (lame3_97):
|
|
|
+
|
|
|
+ backported the workaround against short block detection issue
|
|
|
+
|
|
|
+2006-08-06 16:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update ATH adjustment algorithm.
|
|
|
+ - if the block type is short, do not use ATH adjustment with equal pressure
|
|
|
+ curve, because the curve is not exact for impulse-like signal.
|
|
|
+
|
|
|
+2006-07-30 13:53 bouvigne
|
|
|
+
|
|
|
+ * configMS.h, libmp3lame/util.c:
|
|
|
+
|
|
|
+ enable SSE code when using x64
|
|
|
+
|
|
|
+2006-07-30 09:51 bouvigne
|
|
|
+
|
|
|
+ * lame_vc8.sln, Dll/LameDll_vc8.vcproj, frontend/lame_vc8.vcproj,
|
|
|
+ libmp3lame/libmp3lame_vc8.vcproj, mpglib/mpglib_vc8.vcproj:
|
|
|
+
|
|
|
+ x64 builds
|
|
|
+
|
|
|
+2006-07-30 09:32 bouvigne
|
|
|
+
|
|
|
+ * Dll/LameDll_vc8.vcproj:
|
|
|
+
|
|
|
+ updated project
|
|
|
+
|
|
|
+2006-07-30 09:11 bouvigne
|
|
|
+
|
|
|
+ * lame_vc8.sln, Dll/LameDll_vc8.vcproj:
|
|
|
+
|
|
|
+ added lame DLL VC8 project
|
|
|
+
|
|
|
+2006-07-14 16:06 bouvigne
|
|
|
+
|
|
|
+ * lame_vc8.sln, frontend/lame_vc8.vcproj,
|
|
|
+ libmp3lame/libmp3lame_vc8.vcproj, mpglib/mpglib_vc8.vcproj:
|
|
|
+
|
|
|
+ VC8 projects
|
|
|
+
|
|
|
+2006-07-14 15:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ slight change in the short block detection safety threshold
|
|
|
+
|
|
|
+2006-06-28 23:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ full outer loop search disabled because of audible distortions it may generate
|
|
|
+
|
|
|
+2006-06-28 21:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ normalizing the spreading function (vbr-new)
|
|
|
+
|
|
|
+2006-06-24 15:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize_pvt.c, version.h:
|
|
|
+
|
|
|
+ enabling the conditional RH_ATHAA_FIX code for vbr-new
|
|
|
+ we are now at patch level 6
|
|
|
+
|
|
|
+2006-06-24 01:57 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ tuning ATHAA_FIX for high quality VBR new presets
|
|
|
+
|
|
|
+2006-06-23 23:40 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.c, vbrquantize.c:
|
|
|
+
|
|
|
+ tuning ATHAA_FIX for midrange VBR new presets
|
|
|
+
|
|
|
+2006-06-23 23:09 robert
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ always compile in assertions for alpha builds
|
|
|
+
|
|
|
+2006-06-23 23:06 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ updating LibSndFile support, it's used by default now
|
|
|
+
|
|
|
+2006-06-23 20:52 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump the patchlevel for the updated sndfile support
|
|
|
+
|
|
|
+2006-06-23 20:49 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ document the updated libsndfile support
|
|
|
+
|
|
|
+2006-06-23 20:46 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, configure, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2006-06-23 20:40 aleidinger
|
|
|
+
|
|
|
+ * frontend/get_audio.c, configure.in, frontend/Makefile.am:
|
|
|
+
|
|
|
+ Add support for a recent sndfile library.
|
|
|
+
|
|
|
+ Submitted by: Erik de Castro Lopo <erikd@mega-nerd.com> (sndfile author)
|
|
|
+
|
|
|
+2006-06-18 23:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ developer only switch "--tune x" mow modifies current mask_adjust settings
|
|
|
+ instead of assigning x to it
|
|
|
+
|
|
|
+2006-06-18 21:32 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/quantize.h:
|
|
|
+
|
|
|
+ adding RH_TEST_ATHAA_FIX to the Makefile config RH
|
|
|
+ matching declaration and implementation of trancate_smallsspectrums
|
|
|
+
|
|
|
+2006-06-18 20:49 robert
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ fixing asserts
|
|
|
+
|
|
|
+2006-06-18 20:48 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ bugfix: in NSPSY highpass filter, out of bounds access in fircoef
|
|
|
+ bugfix: loss of fraction in equal loudness weighting
|
|
|
+
|
|
|
+2006-06-18 19:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ small update to the ATHAA problem fix
|
|
|
+
|
|
|
+2006-06-18 18:16 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/machine.h, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ trying to fix ATHAA problem for low volume files
|
|
|
+ to enable the code, one has to define RH_TEST_ATHAA_FIX at compile time
|
|
|
+
|
|
|
+2006-06-18 16:45 robert
|
|
|
+
|
|
|
+ * frontend/gtkanal.c:
|
|
|
+
|
|
|
+ needs console.h
|
|
|
+
|
|
|
+2006-06-18 16:44 robert
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ fixed assertion
|
|
|
+
|
|
|
+2006-06-16 00:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c, libmp3lame/util.h, mpglib/interface.c:
|
|
|
+
|
|
|
+ few more include dependencies sorted
|
|
|
+
|
|
|
+2006-06-15 23:51 robert
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, frontend/mp3x.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/VbrTag.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/fft.c, libmp3lame/fft.h,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/gain_analysis.h,
|
|
|
+ libmp3lame/id3tag.c, libmp3lame/id3tag.h, libmp3lame/l3side.h,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/lameerror.h,
|
|
|
+ libmp3lame/machine.h, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/newmdct.c, libmp3lame/newmdct.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/reservoir.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/set_get.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h, mpglib/interface.c,
|
|
|
+ mpglib/layer3.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ some more header dependencies, indentation
|
|
|
+
|
|
|
+2006-06-15 23:07 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.h, bitstream.c, bitstream.h, encoder.c,
|
|
|
+ encoder.h, fft.c, fft.h, gain_analysis.c, gain_analysis.h,
|
|
|
+ lame.c, libmp3lame_vc6.dsp, machine.h, mpglib_interface.c,
|
|
|
+ newmdct.c, presets.c, psymodel.c, psymodel.h, quantize.c,
|
|
|
+ quantize.h, quantize_pvt.c, quantize_pvt.h, reservoir.c,
|
|
|
+ reservoir.h, tables.c, takehiro.c, util.c, util.h, vbrquantize.c,
|
|
|
+ vbrquantize.h, version.c, version.h:
|
|
|
+
|
|
|
+ making arguments and variables const where possible
|
|
|
+
|
|
|
+2006-06-15 16:03 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h, bitstream.c, bitstream.h,
|
|
|
+ encoder.c, encoder.h, fft.c, fft.h, gain_analysis.h, id3tag.c,
|
|
|
+ id3tag.h, l3side.h, lame-analysis.h, lame.c, lame_global_flags.h,
|
|
|
+ machine.h, mpglib_interface.c, newmdct.c, presets.c, psymodel.c,
|
|
|
+ psymodel.h, quantize.c, quantize.h, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, reservoir.c, set_get.c, set_get.h, tables.c,
|
|
|
+ tables.h, takehiro.c, util.c, util.h, vbrquantize.c, version.c:
|
|
|
+
|
|
|
+ tried to avoid includes within include headers to make dependencies more obvious
|
|
|
+
|
|
|
+2006-06-03 13:34 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ Add nearly a year of history.
|
|
|
+
|
|
|
+2006-06-03 13:14 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ add todays history
|
|
|
+
|
|
|
+2006-06-03 13:12 aleidinger
|
|
|
+
|
|
|
+ * ltconfig, mkinstalldirs, stamp-h.in:
|
|
|
+
|
|
|
+ Remove obsolete files (at least after the use of the new autotools,
|
|
|
+ they are not created anymore).
|
|
|
+
|
|
|
+2006-06-03 13:11 aleidinger
|
|
|
+
|
|
|
+ * configure, config.h.in:
|
|
|
+
|
|
|
+ Update to:
|
|
|
+ - libtool 1.5.22
|
|
|
+ - automake 1.9
|
|
|
+ - autoconf 2.59
|
|
|
+
|
|
|
+2006-06-03 13:07 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am, Makefile.am.global, configure.in,
|
|
|
+ aclocal.m4, ltmain.sh, Makefile.in, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ Update to:
|
|
|
+ - libtool 1.5.22
|
|
|
+ - automake 1.9
|
|
|
+ - autoconf 2.59
|
|
|
+
|
|
|
+2006-06-03 13:03 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ - Fix bug introduced in last revision.
|
|
|
+ - Don't segfault in lame_close() in case of an error on initialisation.
|
|
|
+
|
|
|
+2006-06-03 11:41 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Plug some memory leaks in the error case.
|
|
|
+
|
|
|
+ Noticed by: Christophe Fergeau <teuf@users.sf.net>
|
|
|
+ SF-Bug: 1443630
|
|
|
+
|
|
|
+2006-06-03 11:05 aleidinger
|
|
|
+
|
|
|
+ * lame.spec.in:
|
|
|
+
|
|
|
+ - Remove requirements for specific gcc versions, since modern ones "just work".
|
|
|
+ - Remove out-dated hyper-optimizations (some of which weren't valid compiler
|
|
|
+ flags anymore).
|
|
|
+ - Update to current RPM techniques and macros (inspired by freshrpms.net spec).
|
|
|
+
|
|
|
+ Submitted by: Kyle VanderBeek <kylev@kylev.com>
|
|
|
+ SF-Patch: 1488468
|
|
|
+
|
|
|
+2006-05-04 19:50 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: reservoir.c, version.h:
|
|
|
+
|
|
|
+ restrict max mp3 buf to solve compatibility issue with FhG directshow filter
|
|
|
+
|
|
|
+2006-05-04 19:43 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ attack detection: workaround against "low freq" periodic signals (like trumpet)
|
|
|
+
|
|
|
+2006-04-16 12:18 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2006-04-16 09:02 takehiro
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ better socket library configuration.
|
|
|
+
|
|
|
+2006-04-16 08:23 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better socket function configuration.
|
|
|
+
|
|
|
+2006-04-16 07:06 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure.in:
|
|
|
+
|
|
|
+ remove winsock check. It seems we do not need it anymore.
|
|
|
+
|
|
|
+2006-04-09 16:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/.cvsignore (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ignore pkgconfig file.
|
|
|
+
|
|
|
+2006-04-09 16:11 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, configure, configure.in, testcase.mp3,
|
|
|
+ ACM/Makefile.in, ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/libmp3lame.pc.in,
|
|
|
+ libmp3lame/i386/Makefile.in, mac/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for pkgconfig support
|
|
|
+
|
|
|
+2006-04-08 11:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tirivial hack of huffman coding with ESC code.
|
|
|
+
|
|
|
+2006-04-08 11:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ add alignment macro for not gcc environment
|
|
|
+
|
|
|
+2006-04-08 09:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress magic numbers
|
|
|
+
|
|
|
+2006-04-08 07:46 takehiro
|
|
|
+
|
|
|
+ * mpglib/: common.c, interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress warnings
|
|
|
+
|
|
|
+2006-04-08 07:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, set_get.c, set_get.h, tags.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress warnings
|
|
|
+
|
|
|
+2006-04-08 07:45 takehiro
|
|
|
+
|
|
|
+ * frontend/: gtkanal.c, mp3x.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress singed/unsigned warnings with gcc4.x
|
|
|
+
|
|
|
+2006-04-08 07:45 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ add one more warning option
|
|
|
+
|
|
|
+2006-04-08 07:44 takehiro
|
|
|
+
|
|
|
+ * doc/html/id3.html (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typos
|
|
|
+
|
|
|
+2006-04-08 07:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, gain_analysis.c, quantize.c, util.c,
|
|
|
+ util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix singed/unsigned warning with gcc4.x
|
|
|
+
|
|
|
+2006-04-08 07:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix alignment error when gcc4.x with SSE enabled build
|
|
|
+
|
|
|
+2006-04-08 07:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typos in genre list.
|
|
|
+ suppress signed/unsigned warining with gcc4.x
|
|
|
+
|
|
|
+2006-04-08 07:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ fix genre tag spelling as reported by CrazySoul <hicrazysoul at gmail com>
|
|
|
+
|
|
|
+2006-04-08 07:08 takehiro
|
|
|
+
|
|
|
+ * doc/html/id3.html:
|
|
|
+
|
|
|
+ fix spelling as reported by CrazySoul <hicrazysoul at gmail com>
|
|
|
+
|
|
|
+2006-02-18 16:35 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ remove redundant description.
|
|
|
+
|
|
|
+2006-02-18 16:35 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ fix decoding problem when the output is stdout, reported by john.edwards33
|
|
|
+ (sf.net bugid #1430719)
|
|
|
+
|
|
|
+2006-02-03 06:52 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/README:
|
|
|
+
|
|
|
+ typo fix
|
|
|
+
|
|
|
+2006-02-02 21:04 robert
|
|
|
+
|
|
|
+ * frontend/parse.c (lame3_97):
|
|
|
+
|
|
|
+ "console_printf" replaced by "printf"
|
|
|
+
|
|
|
+2006-01-30 15:41 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fix error message when unsupported format AIFF file.
|
|
|
+ (related bugid #1414515,
|
|
|
+ http://sourceforge.net/tracker/index.php?func=detail&aid=1414515&group_id=290&atid=100290
|
|
|
+ )
|
|
|
+
|
|
|
+2006-01-22 17:52 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/encoder.c, libmp3lame/lame-analysis.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/util.h, libmp3lame/version.h:
|
|
|
+
|
|
|
+ bug fixes: psy code used long block ATH in short block case
|
|
|
+ workaround: quantization routines of new vbr code failed on strong tonal
|
|
|
+ samples, due to over optimistic masking promises from psy model
|
|
|
+
|
|
|
+2006-01-21 16:39 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for RIFF-wave MP3 file.
|
|
|
+
|
|
|
+2006-01-21 16:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c (lame3_97):
|
|
|
+
|
|
|
+ backport of rev 1.28
|
|
|
+ - patch #1379187, "id3tag_write_v2 doesn't allocate enough memory for track"
|
|
|
+
|
|
|
+2006-01-21 13:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ patch #1379187, "id3tag_write_v2 doesn't allocate enough memory for track"
|
|
|
+
|
|
|
+2005-12-21 21:40 robert
|
|
|
+
|
|
|
+ * frontend/: parse.c (lame3_97), parse.c:
|
|
|
+
|
|
|
+ bug fix: implementation of the priority commandline switch did not what
|
|
|
+ the documentation says (windows only)
|
|
|
+
|
|
|
+2005-12-18 18:49 robert
|
|
|
+
|
|
|
+ * frontend/: brhist.c, main.c (lame3_97):
|
|
|
+
|
|
|
+ fixing some display glitch for very long input files
|
|
|
+
|
|
|
+2005-12-18 18:39 robert
|
|
|
+
|
|
|
+ * Makefile.unix, configMS.h (lame3_97):
|
|
|
+
|
|
|
+ fixing some gcc 4.0.2 compiler issues to get LAME compiled again
|
|
|
+
|
|
|
+2005-12-18 18:26 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ fixing display glitch with very long files
|
|
|
+
|
|
|
+2005-12-05 15:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ fix id3v2 genre tag problem, reported by wylda@volny.
|
|
|
+ now LAME won't crash with "--id3v2-only --tg 14".
|
|
|
+
|
|
|
+2005-11-29 21:21 robert
|
|
|
+
|
|
|
+ * frontend/: mp3rtp.c, mp3x.c:
|
|
|
+
|
|
|
+ commit was pending, needed for John33's decoding patch
|
|
|
+
|
|
|
+2005-11-29 19:49 robert
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updating history
|
|
|
+
|
|
|
+2005-11-28 10:09 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/: Encoder.h, Mpegac.cpp, Mpegac.h, PropPage.cpp,
|
|
|
+ PropPage.h, PropPage_adv.cpp, PropPage_adv.h, Property.rc,
|
|
|
+ README, iaudioprops.h, resource.h:
|
|
|
+
|
|
|
+ Property page update - moved "set duration" check box to the advanced page, added "allow sample overlap" check box (uncheck it if downstream filter is Avi Mux, otherwise use it for better video/audio synchronization - especially when capturing). Copying terms update (README file)
|
|
|
+
|
|
|
+2005-11-27 15:02 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c, libmp3lame/encoder.c, libmp3lame/fft.c,
|
|
|
+ libmp3lame/lame.c, doc/html/history.html, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/presets.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c, doc/man/lame.1, frontend/parse.c:
|
|
|
+
|
|
|
+ merge from 3.97 branch
|
|
|
+
|
|
|
+2005-11-27 14:47 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/gain_analysis.c (lame3_97):
|
|
|
+
|
|
|
+ hack against replayGain slowness on silent parts
|
|
|
+
|
|
|
+2005-11-27 10:20 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (lame3_97):
|
|
|
+
|
|
|
+ fixed Xing/Info tag parsing
|
|
|
+
|
|
|
+2005-11-26 18:43 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h (lame3_97):
|
|
|
+
|
|
|
+ 3.97b2
|
|
|
+
|
|
|
+2005-11-26 18:43 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html (lame3_97):
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2005-11-26 18:37 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: reservoir.c, set_get.c (lame3_97):
|
|
|
+
|
|
|
+ reinstated bit reservoir for 320kbps
|
|
|
+
|
|
|
+2005-11-26 14:21 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c (lame3_97):
|
|
|
+
|
|
|
+ slight change of athaa in V5
|
|
|
+
|
|
|
+2005-11-26 14:19 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c (lame3_97):
|
|
|
+
|
|
|
+ restored availability of athaa-sensitivity in command line frontend,
|
|
|
+ as it was available in 3.96 release
|
|
|
+
|
|
|
+2005-11-22 22:15 robert
|
|
|
+
|
|
|
+ * frontend/: console.c, console.h, get_audio.c, get_audio.h,
|
|
|
+ gtkanal.c, lametime.c, main.c, main.h, parse.c, rtp.c:
|
|
|
+
|
|
|
+ John33's lame decoding fix
|
|
|
+
|
|
|
+2005-11-20 14:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix built problem on Sun Studio 10, reported by Moinak Ghosh
|
|
|
+
|
|
|
+2005-11-20 14:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ fix built problem with Sun Studio 10, reported by Moinak Ghosh
|
|
|
+
|
|
|
+2005-11-20 14:08 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, encoder.c, fft.c, lame.c,
|
|
|
+ mpglib_interface.c, newmdct.c, presets.c, psymodel.c, quantize.c,
|
|
|
+ quantize_pvt.c, reservoir.c, set_get.c, takehiro.c, util.c,
|
|
|
+ vbrquantize.c (lame3_97):
|
|
|
+
|
|
|
+ updated copyrights
|
|
|
+
|
|
|
+2005-11-12 18:52 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ speedup of silent parts analysis
|
|
|
+
|
|
|
+2005-11-12 18:33 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history from 3.97 branch
|
|
|
+
|
|
|
+2005-11-12 18:21 bouvigne
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ added console.c
|
|
|
+
|
|
|
+2005-11-09 18:56 aleidinger
|
|
|
+
|
|
|
+ * frontend/rtp.c:
|
|
|
+
|
|
|
+ Fix bug #1349332
|
|
|
+
|
|
|
+2005-11-09 18:40 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ Fix bug #1351021.
|
|
|
+
|
|
|
+2005-11-06 17:41 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/lame.c, libmp3lame/quantize.c
|
|
|
+ (lame3_97):
|
|
|
+
|
|
|
+ fixes from main branch
|
|
|
+
|
|
|
+2005-11-05 16:35 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ add todays work
|
|
|
+
|
|
|
+2005-11-05 16:20 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, id3tag.h:
|
|
|
+
|
|
|
+ Add support for total number of tracks per album.
|
|
|
+
|
|
|
+ Submitted by: Kyle VanderBeek <kylev@users.sourceforge.>
|
|
|
+
|
|
|
+ While I'm here add some abort() calls in case we overflow some arrays
|
|
|
+ (this is only compile tested, so pass me the pointy hat if it fails).
|
|
|
+
|
|
|
+2005-11-05 15:54 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ Add id3v2 TLEN support.
|
|
|
+
|
|
|
+ Submitted by: Linus Walleij <snirkel@users.sourceforge.>
|
|
|
+
|
|
|
+2005-11-05 15:52 aleidinger
|
|
|
+
|
|
|
+ * frontend/console.c:
|
|
|
+
|
|
|
+ some compilers really want the void nowadays...
|
|
|
+
|
|
|
+2005-11-05 15:51 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-11-05 15:49 aleidinger
|
|
|
+
|
|
|
+ * frontend/console.h:
|
|
|
+
|
|
|
+ make some pseudo prototypes to real prototypes (fixes gcc warnings)
|
|
|
+
|
|
|
+2005-11-05 15:48 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ console.[ch] is now mandatory, so build it
|
|
|
+
|
|
|
+2005-11-05 15:47 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ remove redundant function prototypes (we need only one prototype)
|
|
|
+
|
|
|
+2005-11-01 20:17 robert
|
|
|
+
|
|
|
+ * frontend/console.c:
|
|
|
+
|
|
|
+ bug fix: FILE pointer may be NULL for DEBUGF
|
|
|
+
|
|
|
+2005-11-01 13:54 robert
|
|
|
+
|
|
|
+ * frontend/: mp3rtp.c, rtp.c:
|
|
|
+
|
|
|
+ getting mp3rtp working again
|
|
|
+
|
|
|
+2005-11-01 13:10 robert
|
|
|
+
|
|
|
+ * frontend/mp3x.c:
|
|
|
+
|
|
|
+ replacing (f)printf by console_printf, error_printf and report_printf. fixes the problem that some messages would be send to stdout instead of stderr. added internal switch '--debug-file <debugfile.txt>', allows to debug the code more comfortably by writing DEBUGF(xyz) at code hot spots.
|
|
|
+
|
|
|
+2005-11-01 13:01 robert
|
|
|
+
|
|
|
+ * frontend/: .indent.pro, amiga_mpega.c, brhist.c, brhist.h,
|
|
|
+ console.c, console.h, get_audio.c, get_audio.h, gpkplotting.c,
|
|
|
+ gpkplotting.h, gtkanal.c, gtkanal.h, lame_vc6.dsp,
|
|
|
+ lame_vc7.vcproj, lametime.c, lametime.h, main.c, main.h,
|
|
|
+ mp3rtp.c, mp3x.c, mp3x_vc6.dsp, mp3x_vc7.vcproj, parse.c,
|
|
|
+ parse.h, portableio.c, portableio.h, rtp.c, rtp.h, timestatus.c,
|
|
|
+ timestatus.h:
|
|
|
+
|
|
|
+ replacing (f)printf by console_printf, error_printf and report_printf. fixes the problem that some messages would be send to stdout instead of stderr. added internal switch '--debug-file <debugfile.txt>', allows to debug the code more comfortably by writing DEBUGF(xyz) at code hot spots.
|
|
|
+
|
|
|
+2005-11-01 12:51 robert
|
|
|
+
|
|
|
+ * Makefile.unix, configMS.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2005-10-31 13:02 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fixed bug 1227632
|
|
|
+
|
|
|
+2005-10-31 13:01 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed bug 1337556
|
|
|
+
|
|
|
+2005-10-31 13:00 bouvigne
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ spelling of Takehiro's name
|
|
|
+
|
|
|
+2005-10-10 07:05 rbrito
|
|
|
+
|
|
|
+ * COPYING, debian/changelog, debian/copyright, debian/rules,
|
|
|
+ doc/man/lame.1:
|
|
|
+
|
|
|
+ Updated manpage to include accented characters;
|
|
|
+ Updated debian packaging;
|
|
|
+ Updated documentation to include the new FSF address.
|
|
|
+
|
|
|
+2005-10-01 09:03 takehiro
|
|
|
+
|
|
|
+ * lame.spec.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update configure options
|
|
|
+
|
|
|
+2005-09-29 21:21 robert
|
|
|
+
|
|
|
+ * libmp3lame/i386/: fft3dn.nas (lame3_97), fft3dn.nas:
|
|
|
+
|
|
|
+ taken from lame4 branch:
|
|
|
+ fix possible link problem on cygwin
|
|
|
+
|
|
|
+2005-09-25 22:09 glessard
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ GCC 4 on OS X was choking on line 615.
|
|
|
+ Given the assignment on line 630, clearly 'work' isn't a pointer to an array
|
|
|
+ of constants anyway.
|
|
|
+
|
|
|
+2005-09-24 10:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress warnings for YASM.
|
|
|
+
|
|
|
+2005-09-24 10:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/nasm.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added LINUX detection for non-executable stack suuport.
|
|
|
+
|
|
|
+2005-09-24 09:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify drain_into_ancillary()
|
|
|
+
|
|
|
+2005-09-24 08:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small optimization
|
|
|
+
|
|
|
+2005-09-24 08:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed window shape when mixed_block_flag is enabled.
|
|
|
+
|
|
|
+2005-09-24 08:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Now LAME4 does not use MMX when SSE2 is available.
|
|
|
+
|
|
|
+2005-09-24 07:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added TODO as comments
|
|
|
+
|
|
|
+2005-09-22 16:00 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-09-22 15:48 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix when without nasm
|
|
|
+
|
|
|
+2005-09-22 14:03 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ i*86-linux detection for NASM code not to mark "exectable stack"
|
|
|
+
|
|
|
+2005-09-22 13:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cache gfc->bitidx value.
|
|
|
+
|
|
|
+2005-09-20 19:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ fix wrong typing
|
|
|
+
|
|
|
+2005-09-20 19:41 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c, vbrquantize.h:
|
|
|
+
|
|
|
+ moved loop from quantize.c to vbrquantize.c
|
|
|
+
|
|
|
+2005-09-20 19:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/: util.h, util.c:
|
|
|
+
|
|
|
+ malloc with n-bytes alignment
|
|
|
+
|
|
|
+2005-09-20 09:19 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ added internal developer switch to select between ISO and x^3/4 quantization
|
|
|
+
|
|
|
+ --quantization-type n n=0: no change, n=1: ISO, n=2: x^3/4
|
|
|
+
|
|
|
+2005-09-18 22:57 robert
|
|
|
+
|
|
|
+ * libmp3lame/: vbrquantize.c, vbrquantize.h, version.h:
|
|
|
+
|
|
|
+ vbr new noise shaping: let lame abort in exceptional cases
|
|
|
+
|
|
|
+ now on alpha 2
|
|
|
+
|
|
|
+2005-09-18 21:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, quantize.c, quantize.h, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ vbr-new: bug fix for "searchGlobalStepSizeMax"
|
|
|
+
|
|
|
+ demangling vbr_old and vbr_new code
|
|
|
+
|
|
|
+2005-09-14 17:24 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up assembler code support.
|
|
|
+ - nasmw support on cygwin.
|
|
|
+ - clean up yasm support, as I decided not to use yasm on x86-64.
|
|
|
+ - do not set "not exectable stack" flag not on linux environment.
|
|
|
+
|
|
|
+2005-09-13 15:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ code clean up
|
|
|
+
|
|
|
+2005-09-12 15:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better region division point for lossless coding.
|
|
|
+
|
|
|
+2005-09-12 01:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ code clean up.
|
|
|
+
|
|
|
+2005-09-11 17:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix assertion failure at lossless coding.
|
|
|
+
|
|
|
+2005-09-11 17:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, tables.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more efficient lossless coding when without brute force search.
|
|
|
+ And it makes little speed improvement when with brute force search.
|
|
|
+
|
|
|
+2005-09-11 10:20 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ welcome to 3.98
|
|
|
+
|
|
|
+2005-09-11 09:57 bouvigne
|
|
|
+
|
|
|
+ * lame_vc7.sln:
|
|
|
+
|
|
|
+ missing file
|
|
|
+
|
|
|
+2005-09-11 09:14 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ 3.97b
|
|
|
+
|
|
|
+2005-09-11 07:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ experimental SSE2 support for calc_sfb_noise_fast.
|
|
|
+ but because it slows down the VBR encoding on Celeron-M, it is not enabled by
|
|
|
+ default.
|
|
|
+
|
|
|
+2005-09-10 17:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more efficient lossless coding, especially for low bitrate.
|
|
|
+
|
|
|
+2005-09-08 22:57 takehiro
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ fixed style.
|
|
|
+
|
|
|
+2005-09-08 22:57 takehiro
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ added my changes for 3.97.
|
|
|
+
|
|
|
+2005-09-08 02:44 rbrito
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ Fixed typo.
|
|
|
+
|
|
|
+2005-09-07 21:15 bouvigne
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase for 3.97b1
|
|
|
+
|
|
|
+2005-09-06 18:24 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ typo
|
|
|
+
|
|
|
+2005-09-06 15:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix assertion failure in lossless coding.
|
|
|
+
|
|
|
+2005-09-05 21:24 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: history.html, index.html:
|
|
|
+
|
|
|
+ updated history for 3.97b
|
|
|
+
|
|
|
+2005-09-05 20:49 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ -Vx short help
|
|
|
+
|
|
|
+2005-09-05 04:29 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, rules:
|
|
|
+
|
|
|
+ Update generation of package with full optimization, now that compilation with GCC 4 works.
|
|
|
+
|
|
|
+2005-09-05 01:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ always use adaptive cutoff
|
|
|
+
|
|
|
+2005-09-05 01:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized calc_sfb_noise_fast().
|
|
|
+ Exit the loop as soon as it detect the audible noise.
|
|
|
+
|
|
|
+2005-09-04 19:52 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ Update with recent history.
|
|
|
+
|
|
|
+2005-09-04 19:45 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ Regen.
|
|
|
+
|
|
|
+2005-09-04 19:35 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ Add the bits for largefile support.
|
|
|
+
|
|
|
+ Submitted by: Diego "Flameeyes" Pettenò <flameeyes@gentoo.org>
|
|
|
+ Bug ID: 1271744
|
|
|
+
|
|
|
+2005-09-04 19:11 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Remove some flags which gcc 4.x doesn't understand anymore.
|
|
|
+
|
|
|
+ Noticed by: Rogério Brito
|
|
|
+
|
|
|
+2005-09-04 19:05 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4, config.h.in, Makefile.in, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ Regen.
|
|
|
+
|
|
|
+2005-09-04 19:05 aleidinger
|
|
|
+
|
|
|
+ * depcomp, install-sh, ltmain.sh, missing, mkinstalldirs,
|
|
|
+ frontend/depcomp, libmp3lame/depcomp, misc/depcomp,
|
|
|
+ mpglib/depcomp:
|
|
|
+
|
|
|
+ Update to recent autotools.
|
|
|
+
|
|
|
+2005-09-04 19:02 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ Play catchup with the autotools.
|
|
|
+
|
|
|
+2005-09-04 18:54 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Initialize autoconf correctly (with lame mailinglist address).
|
|
|
+
|
|
|
+2005-09-04 16:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix adptive threshold calculation.
|
|
|
+
|
|
|
+2005-09-04 12:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ little bit better lossless coding
|
|
|
+
|
|
|
+2005-09-04 11:52 rbrito
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ Fixed typo in manpage.
|
|
|
+
|
|
|
+2005-09-04 07:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better skip method for not audible scalefactor band.
|
|
|
+
|
|
|
+2005-09-04 06:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not calculate not audible scalefactor band.
|
|
|
+
|
|
|
+2005-09-04 06:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ forgot to commit when adding sfb energy caching. sorry.
|
|
|
+
|
|
|
+2005-09-04 03:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ caching sfb energy = sum of xr^2
|
|
|
+
|
|
|
+2005-09-04 03:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress conditional jump
|
|
|
+
|
|
|
+2005-09-04 02:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better pipelining and use of pshufd in ix_max_SSE2
|
|
|
+
|
|
|
+2005-09-04 02:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ SSE2 version of ix_max()
|
|
|
+
|
|
|
+2005-09-04 02:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2005-09-03 15:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up coding.
|
|
|
+
|
|
|
+2005-09-03 14:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed parameter of xrmax_MMX()
|
|
|
+
|
|
|
+2005-09-03 13:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2005-09-03 13:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added sumofsqr_SSE() for ia32
|
|
|
+
|
|
|
+2005-09-03 13:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use aligned memory access
|
|
|
+
|
|
|
+2005-09-03 12:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use SSE register for data backup.
|
|
|
+
|
|
|
+2005-09-03 12:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ xrmax_SSE() support on x86_64
|
|
|
+
|
|
|
+2005-09-03 11:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ SSE version of xrmax()
|
|
|
+
|
|
|
+2005-09-02 18:09 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fixed a stupid bug with --preset medium/standard/extreme
|
|
|
+
|
|
|
+2005-09-02 17:16 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed default setting of replaygain analysis, "enable fast" -> "disable all".
|
|
|
+
|
|
|
+2005-09-01 18:12 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ 320kbps cbr was flagged as "non optimal" in the info header
|
|
|
+
|
|
|
+2005-08-31 16:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c, libmp3lame/lame-analysis.h,
|
|
|
+ frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ display how many bits used in the "large value" region and count1 region.
|
|
|
+
|
|
|
+2005-08-28 17:30 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Changed the way "--preset xxx" is handled,
|
|
|
+ as I've seen many users passing "--preset standard --vbr-new".
|
|
|
+ Presets are now evaluated during initialisation, so this kind of command
|
|
|
+ line now properly works.
|
|
|
+
|
|
|
+2005-08-28 17:02 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, Makefile.MSVC, libmp3lame/version.c,
|
|
|
+ libmp3lame/version.h, frontend/parse.c:
|
|
|
+
|
|
|
+ 64bits build from within win64 platform sdk
|
|
|
+
|
|
|
+2005-08-28 12:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use 128bit constants
|
|
|
+
|
|
|
+2005-08-28 12:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better pipelining
|
|
|
+
|
|
|
+2005-08-27 12:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use cos(2x) = cos(x)*cos(x) - sin(x)*sin(x) = 1 - 2*sin(x)*sin(x)
|
|
|
+
|
|
|
+2005-08-27 08:25 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ fix for configure problem reported by Steven P. Ulrick.
|
|
|
+
|
|
|
+2005-08-27 08:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up.
|
|
|
+
|
|
|
+2005-08-27 07:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up counter register usage
|
|
|
+
|
|
|
+2005-08-25 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress table size
|
|
|
+
|
|
|
+2005-08-25 12:14 takehiro
|
|
|
+
|
|
|
+ * debian/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ follow the file name change.
|
|
|
+
|
|
|
+2005-08-23 15:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new tonality -> masking ratio conversion method and masking ratio limitation
|
|
|
+ in the lower frequency region.
|
|
|
+
|
|
|
+2005-08-23 14:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c, newmdct.c, psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ rename internal variable name, start_sfb_* -> max_sfb_*
|
|
|
+ update verbose print of internal setting.
|
|
|
+
|
|
|
+2005-08-22 16:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not call best_scalefac_store() when no noise shaping, becase in such case
|
|
|
+ all the scalefac values are always zero.
|
|
|
+
|
|
|
+2005-08-22 15:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not calculate MDCT beyond cutoff even when adaptive cutoff is enabled.
|
|
|
+
|
|
|
+2005-08-22 13:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ display internal setting for "adaptive lowpass cutoff"
|
|
|
+
|
|
|
+2005-08-22 13:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "optimal setting" flag is always cleared when the input file is below 32kH
|
|
|
+
|
|
|
+2005-08-22 13:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not process filtering when no filter enabled.
|
|
|
+
|
|
|
+2005-08-21 17:32 bouvigne
|
|
|
+
|
|
|
+ * Makefile.am, ACM/Makefile.am, ACM/lameACM_vc7.vcproj,
|
|
|
+ ACM/ADbg/ADbg_vc7.vcproj, ACM/ADbg/Makefile.am,
|
|
|
+ ACM/tinyxml/Makefile.am, ACM/tinyxml/tinyxml_vc7.vcproj,
|
|
|
+ Dll/LameDll_vc7.vcproj, Dll/Makefile.am, frontend/Makefile.am,
|
|
|
+ frontend/lame_vc7.vcproj, frontend/mp3x_vc7.vcproj,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/libmp3lame_vc7.vcproj,
|
|
|
+ mpglib/Makefile.am, mpglib/mpglib_vc7.vcproj:
|
|
|
+
|
|
|
+ added project files for VC7
|
|
|
+
|
|
|
+2005-08-21 17:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use adaptive cutoff when no lowpass filter setting ("-k" option)
|
|
|
+
|
|
|
+2005-08-21 15:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix default cutoff setting when adaptive cutoff.
|
|
|
+
|
|
|
+2005-08-21 14:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c, psymodel.c, quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ adaptive cutoff frequency calculation.
|
|
|
+ very experimental and not works correctly (of course is not enabled by default)
|
|
|
+
|
|
|
+2005-08-21 08:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revive -q settings for VBR/ABR
|
|
|
+
|
|
|
+2005-08-21 08:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: fftsse.nas, quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up
|
|
|
+
|
|
|
+2005-08-21 06:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up x86_64 code.
|
|
|
+
|
|
|
+2005-08-21 06:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use loopalign instead of align
|
|
|
+
|
|
|
+2005-08-21 05:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use movlps instead of movups
|
|
|
+
|
|
|
+2005-08-21 05:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2005-08-21 04:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: choose_table.nas, quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small asm-coding hack.
|
|
|
+
|
|
|
+2005-08-21 03:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, tags.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Support generic genre name like "MyOriginalGenre" (bugid #1265218 @ sf.net)
|
|
|
+
|
|
|
+2005-08-20 18:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fftsse.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up.
|
|
|
+
|
|
|
+2005-08-20 18:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more support for SSE on x86_64
|
|
|
+
|
|
|
+2005-08-20 18:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ASM code support for x86_64 environment (only tested with FedoraCore3@cf.sf.net)
|
|
|
+
|
|
|
+2005-08-20 17:48 bouvigne
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ typo
|
|
|
+
|
|
|
+2005-08-20 16:47 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ auto* things for x86_64 related files.
|
|
|
+
|
|
|
+2005-08-20 14:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/ssesub.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused files/dirs
|
|
|
+
|
|
|
+2005-08-20 13:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove redundant operation and fix comments.
|
|
|
+
|
|
|
+2005-08-20 11:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ modification related to asm version of lr2ms (forgot to commit. oops)
|
|
|
+
|
|
|
+2005-08-20 09:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ SSE version of LR -> MS. gains 1% speed.
|
|
|
+
|
|
|
+2005-08-20 08:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2005-08-16 07:56 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control:
|
|
|
+
|
|
|
+ Make libmp3lame0 provide and replace liblame0, not conflict with it.
|
|
|
+
|
|
|
+2005-08-16 07:11 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, libmp3lame0-dev.files:
|
|
|
+
|
|
|
+ Fixed development package to not include shared libraries.
|
|
|
+ Other misc fixes.
|
|
|
+
|
|
|
+ Yet more to come.
|
|
|
+
|
|
|
+2005-08-16 01:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized pow075() for generic CPU.
|
|
|
+ remove C++ style comments.
|
|
|
+
|
|
|
+2005-08-15 04:25 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, liblame0-dev.docs,
|
|
|
+ liblame0-dev.files, liblame0.files, libmp3lame0-dev.docs,
|
|
|
+ libmp3lame0-dev.files, libmp3lame0.files, rules:
|
|
|
+
|
|
|
+ Update Debian packaging so that the library packages follow the SONAME
|
|
|
+ rules.
|
|
|
+
|
|
|
+ Also incorporate some changes from Christian Marillat's packages in the
|
|
|
+ basic lame package.
|
|
|
+
|
|
|
+ More changes to come soon.
|
|
|
+
|
|
|
+2005-08-14 07:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2005-08-13 14:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize quad-code writing routine.
|
|
|
+
|
|
|
+2005-08-13 12:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ move the comments at more suitable place.
|
|
|
+
|
|
|
+2005-08-13 12:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimizations.
|
|
|
+
|
|
|
+2005-08-13 09:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ faster count bits for quad-code region.
|
|
|
+
|
|
|
+2005-08-11 14:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce memory access by caching data to be written.
|
|
|
+
|
|
|
+2005-08-10 15:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ caching huffman code to be written to reduce bitwise operation.
|
|
|
+
|
|
|
+2005-08-10 14:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more pruning at lossless coding. same result, faster calculation.
|
|
|
+
|
|
|
+2005-08-08 17:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more pruning of lossless coding.
|
|
|
+
|
|
|
+2005-08-08 16:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize speed of lossless coding with better pruning.
|
|
|
+
|
|
|
+2005-08-07 14:07 takehiro
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ when the input is raw, the input file will be treated as native endian.
|
|
|
+ (bugid 1158189)
|
|
|
+
|
|
|
+2005-08-07 13:24 bouvigne
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ update of stereo modes description
|
|
|
+
|
|
|
+2005-08-07 12:34 takehiro
|
|
|
+
|
|
|
+ * configure, aclocal.m4 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-08-07 10:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ surpress memcpy
|
|
|
+
|
|
|
+2005-08-07 09:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix debug build
|
|
|
+
|
|
|
+2005-08-06 17:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce table size.
|
|
|
+
|
|
|
+2005-08-06 17:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ surpress warnings
|
|
|
+
|
|
|
+2005-08-06 17:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments
|
|
|
+
|
|
|
+2005-08-06 14:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo.
|
|
|
+
|
|
|
+2005-08-06 06:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, i386/ssesub.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2005-08-06 06:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, tables.c, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup and suppress memory usage when SMALL_CACHE and IEEE754
|
|
|
+
|
|
|
+2005-08-06 04:46 takehiro
|
|
|
+
|
|
|
+ * frontend/timestatus.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix --nohist switch.
|
|
|
+
|
|
|
+2005-08-05 15:22 takehiro
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ added "per sample" for the description of --bitwidth option. (bugid #1158196)
|
|
|
+
|
|
|
+2005-08-05 09:22 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/: Mpegac.cpp, Mpegac.h:
|
|
|
+
|
|
|
+ Another timestamp fix. Added additional resynchronization points (now there are 4 resynch points) in order to implement absolutely accurate in-out synchronization
|
|
|
+
|
|
|
+2005-08-04 15:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MPEG2 Layer3 VBR encoding (correct form of rev.1.178.2.223).
|
|
|
+
|
|
|
+2005-08-04 14:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix short block encoding. It may select the subblock gain which makes quantized
|
|
|
+ values larger than the IXMAX.
|
|
|
+
|
|
|
+2005-08-04 14:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert last (rev.1.178.2.223) changes.
|
|
|
+
|
|
|
+2005-08-04 14:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use preflag when MPEG2
|
|
|
+
|
|
|
+2005-08-04 11:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for MPEG2 VBR coding. Still MPEG2-VBR needs many tweaking.
|
|
|
+
|
|
|
+2005-08-04 06:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial simplification.
|
|
|
+
|
|
|
+2005-08-04 02:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix bitrate histgram display when mono.
|
|
|
+
|
|
|
+2005-08-04 01:42 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, rules:
|
|
|
+
|
|
|
+ Updates for Debian packaging.
|
|
|
+
|
|
|
+2005-08-04 01:40 rbrito
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ Documentation of switches: --{un,}signed and --{big,little}-endian.
|
|
|
+
|
|
|
+2005-08-03 14:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress warnings on 64bit environment.
|
|
|
+
|
|
|
+2005-08-03 14:04 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more clean up when with --nohist or --silent.
|
|
|
+
|
|
|
+2005-08-03 07:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/nasm.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Add magic words from libflac to tell LAME does not need exectable stack.
|
|
|
+
|
|
|
+2005-08-02 13:30 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix brhist display when CBR
|
|
|
+
|
|
|
+2005-08-01 17:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comments
|
|
|
+
|
|
|
+2005-08-01 15:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more MAX_BITS off-by-one fixes, including comments.
|
|
|
+
|
|
|
+2005-08-01 13:10 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/: Mpegac.cpp, Property.rc:
|
|
|
+
|
|
|
+ Output timestamps fix. There was a serious bug when input audio samples had time gaps between each other - DirectShow timestamps for output samples were calculated wrong in this case
|
|
|
+
|
|
|
+2005-08-01 07:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix off by one of MAX_BITS.
|
|
|
+
|
|
|
+2005-08-01 06:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress table size.
|
|
|
+
|
|
|
+2005-07-30 16:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use 4096 bits/granule limits when not strict ISO mode.
|
|
|
+
|
|
|
+2005-07-28 13:05 rbrito
|
|
|
+
|
|
|
+ * doc/html/: basic.html, contributors.html, examples.html,
|
|
|
+ history.html, id3.html, switchs.html:
|
|
|
+
|
|
|
+ Minor spelling corrections and other fixes to documentation.
|
|
|
+
|
|
|
+2005-07-28 13:02 rbrito
|
|
|
+
|
|
|
+ * debian/rules:
|
|
|
+
|
|
|
+ Safe version for compilation with GCC 4.
|
|
|
+
|
|
|
+2005-07-27 21:49 rbrito
|
|
|
+
|
|
|
+ * doc/html/: presets.html, switchs.html:
|
|
|
+
|
|
|
+ Spelling fixes for documentation.
|
|
|
+
|
|
|
+2005-07-27 21:38 rbrito
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ Include description of the "medium" preset in the manpage.
|
|
|
+
|
|
|
+ Fix some spelling errors on the manpage.
|
|
|
+
|
|
|
+2005-07-27 08:43 rbrito
|
|
|
+
|
|
|
+ * debian/changelog, debian/control, debian/lame.manpages,
|
|
|
+ debian/rules, doc/man/lame.1:
|
|
|
+
|
|
|
+ Small fixes for lame manpage to make lintian happy. More updates to come.
|
|
|
+
|
|
|
+2005-07-27 07:41 rbrito
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ Preparation for the new beta release. More changes to come.
|
|
|
+
|
|
|
+2005-07-26 23:31 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure.in, frontend/main.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ experimental patch to autodetect UTF-8 ID3v2 tag by Edmund GRIMLEY EVANS.
|
|
|
+
|
|
|
+2005-07-26 13:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix 4096bits limits for one _granule_ when VBR.
|
|
|
+ old code mistook it for one _channel and granule_.
|
|
|
+
|
|
|
+2005-07-24 16:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress warnings
|
|
|
+
|
|
|
+2005-07-24 16:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, util.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added lr2ms() function and use it. This is the preparation for future asm-optimizations.
|
|
|
+
|
|
|
+2005-07-24 16:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed reservoir limitation setup.
|
|
|
+
|
|
|
+2005-07-24 16:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added some comments arround the bit reservoir.
|
|
|
+
|
|
|
+2005-07-24 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2005-07-24 16:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ SSE2 version of quntize_ISO (from gogo)
|
|
|
+
|
|
|
+2005-07-24 13:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix bit/byte confusion.
|
|
|
+
|
|
|
+2005-07-20 14:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed compilation problem on some OS which has a "trancate"
|
|
|
+
|
|
|
+2005-07-20 14:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comments.
|
|
|
+
|
|
|
+2005-07-16 08:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed tarck tag ID.
|
|
|
+
|
|
|
+2005-07-16 08:04 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ID3 tag update.
|
|
|
+ - merged UTF-8 patch from egrimleyevans
|
|
|
+ (http://sourceforge.net/tracker/index.php?func=detail&aid=1192706&group_id=290&atid=300290)
|
|
|
+
|
|
|
+ - Fixed ID3v1 track number tag. When the track number is larger than 255, it was recoded as "track number % 256" in the ID3v1.
|
|
|
+
|
|
|
+ - Changed internal track number representation to char* from int. It may allow
|
|
|
+ to use "leading zero" track number in ID3v2 tag, like "01/23".
|
|
|
+
|
|
|
+2005-07-16 07:30 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "--ignore-tag-errors" to the usage message
|
|
|
+
|
|
|
+2005-07-10 16:13 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, version.h:
|
|
|
+
|
|
|
+ alpha 11: update of abr/cbr 160-320
|
|
|
+
|
|
|
+2005-06-29 12:26 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/: Encoder.cpp, PropPage.cpp, PropPage_adv.cpp, Property.rc:
|
|
|
+
|
|
|
+ Joint / Standard stereo selection fix. Got rid of automatic joint stereo encoding when the bit rate is relatively low, now it's up to the user
|
|
|
+
|
|
|
+2005-06-25 08:14 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/: Encoder.h, Property.rc, aboutprp.cpp, .cvsignore:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2005-06-24 10:03 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/: .cvsignore, Encoder.cpp, Encoder.h, Mpegac.cpp,
|
|
|
+ Mpegac.def, Mpegac.h, PropPage.cpp, PropPage.h, PropPage_adv.cpp,
|
|
|
+ PropPage_adv.h, Property.rc, README, REG.CPP, UIDS.H,
|
|
|
+ aboutprp.cpp, aboutprp.h, dshow.dsp, dshow.dsw, iaudioprops.h,
|
|
|
+ resource.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2005-06-24 09:37 vitaly-ivanov
|
|
|
+
|
|
|
+ * dshow/REG.H:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2005-06-04 16:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.am, Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for configure with --disable-shared.
|
|
|
+
|
|
|
+2005-05-29 16:41 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, configure, ltmain.sh, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with automake1.9.5
|
|
|
+
|
|
|
+2005-05-29 16:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ psymodel parameter tuning (1)
|
|
|
+
|
|
|
+2005-05-29 16:10 takehiro
|
|
|
+
|
|
|
+ * debian/: changelog, control:
|
|
|
+
|
|
|
+ fixed version number (upstream -> downstream)
|
|
|
+
|
|
|
+ patch from Jack, from
|
|
|
+ http://sourceforge.net/tracker/index.php?func=detail&aid=1201172&group_id=290&atid=100290
|
|
|
+
|
|
|
+2005-05-29 15:59 takehiro
|
|
|
+
|
|
|
+ * debian/rules (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added files to remove when clean.
|
|
|
+
|
|
|
+2005-05-29 14:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, takehiro.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix sing handling.
|
|
|
+ It somtime makes assertion failure on MMX2 supported machines.
|
|
|
+
|
|
|
+2005-05-29 14:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized init_global_gain(), by initializing gi->count1, gi->big_values
|
|
|
+ only when it is "really" needed.
|
|
|
+
|
|
|
+2005-05-25 14:17 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, parse.c:
|
|
|
+
|
|
|
+ fixed output message even when "--silent"
|
|
|
+ (bug #1145932)
|
|
|
+
|
|
|
+2005-05-25 13:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix format strings to print out the "float" value.
|
|
|
+ (bug #1207470)
|
|
|
+
|
|
|
+2005-05-25 13:47 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ removed -Z option description, which has no effects currently.
|
|
|
+
|
|
|
+2005-05-21 09:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress magic number.
|
|
|
+
|
|
|
+2005-05-20 14:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up the new workarround for the frequency resolution
|
|
|
+ in the lower frequency.
|
|
|
+
|
|
|
+2005-05-17 15:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Do not calculate the simultaneous masking in the lower frequency, where the
|
|
|
+ frequency resolution is not sufficient.
|
|
|
+
|
|
|
+ This is a temporaly code. This should be done by changing the spread function.
|
|
|
+
|
|
|
+2005-05-14 17:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ dirty hack arround truncate()
|
|
|
+
|
|
|
+2005-05-14 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce division by changing log(x/y) -> log(x) - log(y), part 2.
|
|
|
+ supress magic numbers.
|
|
|
+
|
|
|
+2005-05-14 16:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix assertion failure when a quantized value exceeds IXMAX(8206)
|
|
|
+
|
|
|
+2005-05-14 13:47 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-05-14 13:16 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove some optimization options which is not supported by gcc4.
|
|
|
+
|
|
|
+2005-05-14 12:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix debug built problem on the machine without memset()
|
|
|
+
|
|
|
+2005-05-14 08:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed log(x/y) as log(x)-log(y), when FAST_LOG.
|
|
|
+
|
|
|
+2005-05-14 06:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix built problem when USE_IEEE754_HACK but not USE_FAST_LOG.
|
|
|
+
|
|
|
+2005-05-14 03:43 takehiro
|
|
|
+
|
|
|
+ * debian/: changelog, control (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ patch from Jack (jablko), including the bug report #1201172
|
|
|
+
|
|
|
+2005-05-12 17:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress magic numbers
|
|
|
+
|
|
|
+2005-05-11 15:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ for better portability, do not use "long long", use uint64_t instead.
|
|
|
+
|
|
|
+2005-05-11 15:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused portion of window coefs.
|
|
|
+
|
|
|
+2005-05-11 15:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimizing mask_add(), part 2.
|
|
|
+ - faster log() -> trncate() calculation for IEEE754 HACK.
|
|
|
+
|
|
|
+2005-05-11 14:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimizing mask_add() (part 1)
|
|
|
+
|
|
|
+2005-05-10 17:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, machine.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimizing PE calculation.
|
|
|
+
|
|
|
+2005-05-10 17:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, machine.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use integer calculation @ fast_log2().
|
|
|
+ This is a preparation for farther speed optimizations.
|
|
|
+
|
|
|
+2005-05-06 01:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo.
|
|
|
+
|
|
|
+2005-05-04 17:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2005-05-04 17:01 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen by hand.
|
|
|
+
|
|
|
+2005-05-04 17:00 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - do not use "-march" option for the case of cross build.
|
|
|
+ - added comments about SPARC + IEEE754 hack
|
|
|
+
|
|
|
+2005-05-04 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update x^(3/4) hack.
|
|
|
+ - use IEEE754 HACK version of fabs()
|
|
|
+ - better "digital silent" detection. not use sum, but use maximum.
|
|
|
+
|
|
|
+2005-05-04 16:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ common expression reduction.
|
|
|
+
|
|
|
+2005-04-26 16:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix selection of the band to increase the scalefactor, when all the band have no
|
|
|
+ audible noise.
|
|
|
+
|
|
|
+2005-04-25 16:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix handling of SCALEFAC_ANYTHING_GOES in calc_noise().
|
|
|
+ This sometimes makes assertion failure when with --substep option.
|
|
|
+
|
|
|
+2005-04-24 10:28 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it skips clipping when with --decode option.
|
|
|
+
|
|
|
+2005-04-23 18:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up.
|
|
|
+
|
|
|
+2005-04-23 18:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Handmade aprox. code to calculate x^(3/4) for IEEE754 machines.
|
|
|
+ On MacOSX + G4, the speed gain is arround 14% !
|
|
|
+
|
|
|
+2005-04-23 15:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress warnings
|
|
|
+
|
|
|
+2005-04-23 15:11 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/gtkanal.c, frontend/main.c, include/lame.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use floating values for the data between frontend and encoding core.
|
|
|
+
|
|
|
+2005-04-23 10:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prevent to re-initialization.
|
|
|
+
|
|
|
+2005-04-23 10:08 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ add error check for lame_decoe_init()
|
|
|
+ fix comment.
|
|
|
+
|
|
|
+2005-04-23 09:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up
|
|
|
+
|
|
|
+2005-04-23 09:56 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up endianness.
|
|
|
+ fix mp3 decoding.
|
|
|
+
|
|
|
+2005-04-23 08:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning masking parameter balance for long/short blocks.
|
|
|
+
|
|
|
+2005-04-23 08:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix memory copy size in CBR_2nd_iteration().
|
|
|
+ This bug causes assertion failure when CBR with -h option.
|
|
|
+
|
|
|
+2005-04-23 08:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce memory copy size.
|
|
|
+
|
|
|
+2005-04-23 07:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ little bit better initial value for quantization factor search.
|
|
|
+
|
|
|
+2005-04-23 07:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce memory copy size.
|
|
|
+
|
|
|
+2005-04-22 17:39 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress warnings with GCC4.0
|
|
|
+
|
|
|
+2005-04-21 16:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, stupid bug in loop counter... sorry.
|
|
|
+
|
|
|
+2005-04-21 15:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ improve the spreading function for the lower frequency,
|
|
|
+ where the resolution of frequency is not sufficient for phsycho-analysis.
|
|
|
+
|
|
|
+2005-04-21 15:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up.
|
|
|
+
|
|
|
+2005-04-21 15:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ verbose the configuration message.
|
|
|
+
|
|
|
+2005-04-17 17:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up arround lame_print_internals()
|
|
|
+
|
|
|
+2005-04-17 16:16 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c, main.h, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up endianness detection and configuration.
|
|
|
+
|
|
|
+2005-04-17 15:49 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up MAX_U_32_NUM definition
|
|
|
+
|
|
|
+2005-04-17 15:42 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general clean up.
|
|
|
+
|
|
|
+2005-04-17 15:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix assertion failure when CBR encoding.
|
|
|
+
|
|
|
+2005-04-17 12:49 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up options.
|
|
|
+ - make some options as experimental.
|
|
|
+ - fix floating point/integer argument.
|
|
|
+
|
|
|
+2005-04-17 11:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized best_huffman_divide(), by removing needless call of choose_table().
|
|
|
+
|
|
|
+2005-04-16 15:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general clean up.
|
|
|
+ - supress magic numbers
|
|
|
+ - use putbits16() instead of putbits24(), where it can.
|
|
|
+ - trivial loop counter optimization
|
|
|
+
|
|
|
+2005-04-16 13:55 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ATH value adjustment for M/S channels.
|
|
|
+
|
|
|
+2005-04-16 13:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c, frontend/brhist.c, frontend/main.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress warnings
|
|
|
+
|
|
|
+2005-04-16 10:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce conditional jumps
|
|
|
+
|
|
|
+2005-04-16 10:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added (FLOAT) cast in fast_log() macros.
|
|
|
+
|
|
|
+2005-04-13 14:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, I disabled the new code...
|
|
|
+
|
|
|
+2005-04-13 14:11 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more fix for the delay.
|
|
|
+
|
|
|
+2005-04-13 13:50 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix frame delay
|
|
|
+
|
|
|
+2005-04-13 13:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize lossless coding efficiency and speed (mainly for low bitrate).
|
|
|
+
|
|
|
+2005-04-09 17:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized bitstream copy code.
|
|
|
+
|
|
|
+2005-04-09 17:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more reduction of needless divide point search in best_huffman_divide()
|
|
|
+
|
|
|
+2005-04-09 09:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prevent needless search of best_huffman_divide().
|
|
|
+
|
|
|
+2005-04-04 01:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize best_scalefac_store()
|
|
|
+ - only call noquant_count_bits() when it is really needed.
|
|
|
+ - skip the band with the SCALEFAC_ANYTHING_GOES.
|
|
|
+
|
|
|
+2005-04-03 18:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ little bit better lossless coding.
|
|
|
+
|
|
|
+2005-04-03 18:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make assertion condition strictly.
|
|
|
+
|
|
|
+2005-04-03 17:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more off by one... oops.
|
|
|
+
|
|
|
+2005-04-03 17:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix off-by-one bug.
|
|
|
+
|
|
|
+2005-04-03 12:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use the theoretical minimum value of xr34.
|
|
|
+
|
|
|
+2005-04-03 11:57 takehiro
|
|
|
+
|
|
|
+ * frontend/: gtkanal.c, mp3x.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix (part of) mp3x display delay problem
|
|
|
+
|
|
|
+2005-04-03 11:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix table selection
|
|
|
+
|
|
|
+2005-04-03 05:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce calling ixmax() and simplify count_bits()
|
|
|
+
|
|
|
+2005-04-02 18:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ potential fix for floating point exception when analysing MPEG2 Layer3 encoding by mp3x.
|
|
|
+
|
|
|
+2005-04-02 17:06 takehiro
|
|
|
+
|
|
|
+ * frontend/timestatus.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce calling GetRealTime()
|
|
|
+
|
|
|
+2005-04-02 16:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Try to find the better quantization factor in the higher frequncy band,
|
|
|
+ even when it fails to encode without the noise in the lower frequency band.
|
|
|
+
|
|
|
+2005-04-02 16:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the loop condition.
|
|
|
+
|
|
|
+2005-04-02 14:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use putbits24(), where the length to write is lesser than 18.
|
|
|
+
|
|
|
+2005-04-02 14:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix off-by-one bug in best_huffman_divide()
|
|
|
+
|
|
|
+2005-04-02 12:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments and reduce the table size.
|
|
|
+
|
|
|
+2005-04-02 12:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify cont_bit_noESC_from4() and add comments.
|
|
|
+
|
|
|
+2005-04-02 11:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove needless memory clear.
|
|
|
+
|
|
|
+2005-04-02 07:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Now alpha 14.
|
|
|
+ - Dramatical VBR speed improvement.
|
|
|
+ 10-20% on typical archtecture (i86, Alpha, Sparc), and 95% on G4.
|
|
|
+ CBR also gains but it is little (2% on the typical arch, 30% on G4).
|
|
|
+ - New and improved ATH level autoadjustment.
|
|
|
+ - Use subblock gain more (CBR and VBR).
|
|
|
+ - Fix quantization bug in count1 region, which causes annoying noise in high-freq.
|
|
|
+
|
|
|
+2005-04-02 07:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress magic numbers.
|
|
|
+
|
|
|
+2005-03-29 15:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize.c, tables.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress magic numbers.
|
|
|
+
|
|
|
+2005-03-28 17:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ it seems thmath.h decreases spped very much on Alpha system.
|
|
|
+
|
|
|
+2005-03-28 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix debug/release build is reverted and warnings
|
|
|
+
|
|
|
+2005-03-28 16:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix built on 64bit machines (I checked it on Alpha and AMD64)
|
|
|
+
|
|
|
+2005-03-28 09:44 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ adjust message width
|
|
|
+
|
|
|
+2005-03-28 03:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix SCALEFAC_ANYTHING_GOES bug finally! now it gains speed improvement arround 15%.
|
|
|
+
|
|
|
+ and fix count1 region quantization.
|
|
|
+
|
|
|
+2005-03-28 03:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added alignment check when debug build.
|
|
|
+
|
|
|
+2005-03-27 17:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix treatment of scale factor band with "anything goes".
|
|
|
+ But it seems there're still bugs arround it.
|
|
|
+
|
|
|
+2005-03-27 16:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize.c, quantize_pvt.h, tables.c,
|
|
|
+ tables.h, takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it may use preflag on short blocks.
|
|
|
+ use integer value of quantization adjustments.
|
|
|
+
|
|
|
+2005-03-27 15:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments one more.
|
|
|
+
|
|
|
+2005-03-27 11:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed comments
|
|
|
+
|
|
|
+2005-03-27 09:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ code clean up.
|
|
|
+
|
|
|
+2005-03-26 19:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comment
|
|
|
+
|
|
|
+2005-03-26 19:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not call scale_bitcounter() to check the scalefac values is valid or not.
|
|
|
+ (spped up arround 1.5%)
|
|
|
+
|
|
|
+2005-03-26 19:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it recognize (scalefac=SCALEFAC_ANYTHING_GOES) + (subblock gain = 2) as
|
|
|
+ not an amplified band.
|
|
|
+
|
|
|
+2005-03-26 10:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress magic numbers
|
|
|
+
|
|
|
+2005-03-26 09:48 takehiro
|
|
|
+
|
|
|
+ * frontend/: main.c, timestatus.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce calling lame_get_frameNum()
|
|
|
+
|
|
|
+2005-03-23 03:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use subblock_gain more when VBR.
|
|
|
+
|
|
|
+2005-03-23 03:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup
|
|
|
+
|
|
|
+2005-03-22 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, takehiro.c, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make scfsi_band[] as static variable.
|
|
|
+
|
|
|
+2005-03-22 13:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove gabages.
|
|
|
+ oops...
|
|
|
+
|
|
|
+2005-03-22 13:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.h, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more precise ROUNDFAC definition.
|
|
|
+
|
|
|
+2005-03-22 07:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix built problem on old (not C99) compilers.
|
|
|
+
|
|
|
+2005-03-21 16:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce memory copy size.
|
|
|
+
|
|
|
+2005-03-21 14:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Fix loop variable initialization.
|
|
|
+ This will fix decreasing bitrate too much on VBR.
|
|
|
+
|
|
|
+ Zerofy "not audible" region at first to increase the speed.
|
|
|
+
|
|
|
+2005-03-20 17:28 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, presets.c, quantize.c,
|
|
|
+ quantize.h:
|
|
|
+
|
|
|
+ allow masking adjustements in ABR/CBR
|
|
|
+
|
|
|
+2005-03-19 18:34 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ alpha 10
|
|
|
+
|
|
|
+2005-03-19 17:51 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ updated vbr 0/1/2/3 presets
|
|
|
+
|
|
|
+2005-03-19 16:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MPEG2/Layer3 encoding.
|
|
|
+
|
|
|
+2005-03-19 16:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2005-03-19 16:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ try to use "preflag" more often.
|
|
|
+
|
|
|
+2005-03-19 15:04 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ also use nssfb21 in short blocks
|
|
|
+
|
|
|
+2005-03-19 15:03 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ typo
|
|
|
+
|
|
|
+2005-03-19 14:44 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ updated psfb21 analog silence detection
|
|
|
+
|
|
|
+2005-03-19 10:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ improve (lossless) scalefactor compression
|
|
|
+
|
|
|
+2005-03-19 09:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress magic numbers
|
|
|
+
|
|
|
+2005-03-19 08:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce table size.
|
|
|
+
|
|
|
+2005-03-19 08:21 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-19 08:08 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix CPU specific optimization option.
|
|
|
+
|
|
|
+2005-03-19 07:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2005-03-18 16:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, machine.h, psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sign bit hack for IEEE754
|
|
|
+
|
|
|
+2005-03-18 16:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify
|
|
|
+
|
|
|
+2005-03-18 13:24 takehiro
|
|
|
+
|
|
|
+ * debian/: control, rules (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the HEAD.
|
|
|
+
|
|
|
+2005-03-18 05:26 rbrito
|
|
|
+
|
|
|
+ * debian/changelog, debian/control, debian/rules, doc/man/lame.1:
|
|
|
+
|
|
|
+ Slight modifications to debian packaging (with more to come).
|
|
|
+ Minor changes to the frontend manpage.
|
|
|
+
|
|
|
+2005-03-17 16:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added (FLOAT) cast (I hope this is last).
|
|
|
+
|
|
|
+2005-03-17 16:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, lame.c, psymodel.c, quantize.c,
|
|
|
+ tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "(FLOAT)" cast
|
|
|
+ remove redundant #include
|
|
|
+
|
|
|
+2005-03-17 15:03 takehiro
|
|
|
+
|
|
|
+ * frontend/rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem on cygwin.
|
|
|
+
|
|
|
+2005-03-17 14:34 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-17 14:28 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not check the winsocket.
|
|
|
+ this is the preparation for fixing bugid #1164417
|
|
|
+
|
|
|
+2005-03-16 16:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ IEEE754 hack for quantizing 0/1 region.
|
|
|
+
|
|
|
+2005-03-16 14:53 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-16 14:52 takehiro
|
|
|
+
|
|
|
+ * configure.in, libmp3lame/machine.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ check tgmath.h and use it.
|
|
|
+
|
|
|
+2005-03-15 16:31 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not output error message when with --silent.
|
|
|
+
|
|
|
+2005-03-15 15:49 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen.
|
|
|
+
|
|
|
+2005-03-15 15:48 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ play with compiler options on G4. I've got 14% gain from it.
|
|
|
+
|
|
|
+2005-03-15 15:37 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress warning.
|
|
|
+
|
|
|
+2005-03-15 00:26 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ yet another -Y thing: calc_xmin does not compute upto max_nonzero_coeff
|
|
|
+ in the -Y case.
|
|
|
+
|
|
|
+2005-03-14 22:32 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ bugfix for vbr-new when sub block gain violates IXMAXVAL constrain in -Y case
|
|
|
+
|
|
|
+2005-03-14 21:53 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ removed an assert in calc_noise_core_c
|
|
|
+ cod_info->count1 == 0 seems to be a common case
|
|
|
+
|
|
|
+2005-03-14 15:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up.
|
|
|
+
|
|
|
+2005-03-14 14:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Separate preflag check from scale bit counting.
|
|
|
+ It changes preflag, but it is undesirable for VBR encoding.
|
|
|
+
|
|
|
+2005-03-14 14:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ IEEE754 hack for quantization in count1 region.
|
|
|
+
|
|
|
+2005-03-14 13:31 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ display 'LR+i' as '%' character.
|
|
|
+
|
|
|
+2005-03-13 17:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ removing placebo -bx from fast presets
|
|
|
+ it's a placebo with vbr-old too, but keep it that way a little bit longer
|
|
|
+
|
|
|
+2005-03-13 17:14 takehiro
|
|
|
+
|
|
|
+ * configure.in, configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ yasm needs -m amd64 to output the elf64 objects.
|
|
|
+
|
|
|
+2005-03-13 17:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: cpua.nas, nasm.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now it can be compiled on x86-64 linux (FC3). but still remains lot of work...
|
|
|
+
|
|
|
+2005-03-13 17:01 robert
|
|
|
+
|
|
|
+ * frontend/mp3x.c:
|
|
|
+
|
|
|
+ forgot to commit this one, removed unused parameter from usage parameter list
|
|
|
+
|
|
|
+2005-03-13 14:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, set_get.c, version.c, version.h:
|
|
|
+
|
|
|
+ removing unused ATH auto adjust types. JDs is now the only one
|
|
|
+
|
|
|
+2005-03-13 14:43 robert
|
|
|
+
|
|
|
+ * ACM/ACM.cpp:
|
|
|
+
|
|
|
+ version
|
|
|
+
|
|
|
+2005-03-13 14:42 robert
|
|
|
+
|
|
|
+ * frontend/: main.c, parse.c, parse.h:
|
|
|
+
|
|
|
+ print helptext for internal switches only when internal switches are available
|
|
|
+
|
|
|
+2005-03-13 12:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.am, Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed include path option, -i -> -I
|
|
|
+
|
|
|
+2005-03-13 12:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, i386/Makefile.am, i386/Makefile.in,
|
|
|
+ i386/cpu_feat.nas, i386/cpua.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed CPU feature detection code (which is from GOGO3),
|
|
|
+ because the old one uses pushad/popad which is not supported on x86-64.
|
|
|
+
|
|
|
+2005-03-13 10:16 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-13 10:15 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added yasm check, to prepare for asm code on i86_64.
|
|
|
+
|
|
|
+2005-03-12 23:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ vbr-new: fixing the -Y bug, that sfb21 wasn't quantized at all
|
|
|
+
|
|
|
+2005-03-12 20:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify scfsi[] flag.
|
|
|
+
|
|
|
+2005-03-12 20:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up "(double)" cast.
|
|
|
+
|
|
|
+2005-03-12 18:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops. too much optimized... gi->scalefac[0] may be lesser than 0.
|
|
|
+
|
|
|
+2005-03-12 17:39 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix: q2 and higher were NOT enabling substep shaping 2
|
|
|
+
|
|
|
+2005-03-12 17:38 bouvigne
|
|
|
+
|
|
|
+ * mpglib/mpg123.h:
|
|
|
+
|
|
|
+ fix for replaygain-accurate
|
|
|
+
|
|
|
+2005-03-12 17:17 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "stupid" message when -S
|
|
|
+ (bugid #1145932)
|
|
|
+
|
|
|
+2005-03-12 13:58 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ follow variable type change
|
|
|
+
|
|
|
+2005-03-12 13:54 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added ppc directory
|
|
|
+
|
|
|
+2005-03-12 12:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.h, quantize_pvt.h, tables.c,
|
|
|
+ tables.h, takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce variable size and changed these order, to archive better cache performance.
|
|
|
+
|
|
|
+2005-03-11 19:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h, quantize.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "(FLOAT)" cast.
|
|
|
+
|
|
|
+2005-03-11 17:45 takehiro
|
|
|
+
|
|
|
+ * mpglib/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-11 17:44 takehiro
|
|
|
+
|
|
|
+ * mpglib/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added layer[123].h to the distribution.
|
|
|
+
|
|
|
+2005-03-11 17:18 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, ACM/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/ddk/Makefile.in, ACM/tinyxml/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, dshow/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, mac/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with the latest gtk.m4
|
|
|
+
|
|
|
+2005-03-11 16:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use max value of loudness.
|
|
|
+
|
|
|
+2005-03-11 16:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix a comment
|
|
|
+
|
|
|
+2005-03-11 15:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ATH value should be always same value whatever the value of ATHAdjustLimit is.
|
|
|
+
|
|
|
+2005-03-11 15:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, version.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ implement tonality-aware ATH adjustment.
|
|
|
+
|
|
|
+2005-03-11 15:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ enlarge ATH adjustment range to clarify the flaw of ATH adjustment algorithm.
|
|
|
+
|
|
|
+2005-03-11 13:58 takehiro
|
|
|
+
|
|
|
+ * debian/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen... soryy I made it on cygwin...
|
|
|
+
|
|
|
+2005-03-11 11:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, newmdct.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "(FLOAT)" cast.
|
|
|
+
|
|
|
+2005-03-11 10:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove C++ style comments
|
|
|
+
|
|
|
+2005-03-11 10:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make sfBandIndex[] as static.
|
|
|
+
|
|
|
+2005-03-11 10:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem when without decoder (--disable-decoder)
|
|
|
+
|
|
|
+2005-03-11 09:41 takehiro
|
|
|
+
|
|
|
+ * configMS.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem with Makefile.unix
|
|
|
+
|
|
|
+2005-03-11 09:40 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress warnings when without decoder (--disable-decoder)
|
|
|
+
|
|
|
+2005-03-11 09:40 takehiro
|
|
|
+
|
|
|
+ * frontend/: brhist.c, brhist.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make Console_IO as static.
|
|
|
+
|
|
|
+2005-03-11 09:38 takehiro
|
|
|
+
|
|
|
+ * Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ TAKEHIRO_IEEE754_HACK -> USE_IEEE754_HACK
|
|
|
+
|
|
|
+2005-03-11 09:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove redundant pragma. this one is declared in configMS.h
|
|
|
+
|
|
|
+2005-03-11 03:06 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-11 03:05 takehiro
|
|
|
+
|
|
|
+ * ACM/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused file
|
|
|
+
|
|
|
+2005-03-08 23:07 robert
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/parse.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ removing some unused member of lame_internal_flags structure
|
|
|
+
|
|
|
+2005-03-06 18:59 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ faster noquant_count_bits
|
|
|
+
|
|
|
+2005-03-06 16:56 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2005-03-06 16:17 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, version.h:
|
|
|
+
|
|
|
+ updated V3 and V2 presets
|
|
|
+
|
|
|
+2005-03-06 13:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed 2.0f -> (FLOAT)2.0, for --enable-all-double
|
|
|
+
|
|
|
+2005-03-05 18:26 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ slightly faster quantization (not totally sure if it is really faster)
|
|
|
+
|
|
|
+ Also fixed a severe bug in ISO quantization when not using the IEEE hack
|
|
|
+
|
|
|
+2005-03-05 13:45 bouvigne
|
|
|
+
|
|
|
+ * configMS.h, libmp3lame/lame.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ update of the intrinsics coding style
|
|
|
+
|
|
|
+2005-03-05 12:40 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ minor speed increase in calc_noise
|
|
|
+
|
|
|
+2005-03-03 17:01 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix IS ratio display.
|
|
|
+
|
|
|
+2005-03-03 16:59 takehiro
|
|
|
+
|
|
|
+ * frontend/: main.c, timestatus.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ print out histgram even when CBR encoding.
|
|
|
+
|
|
|
+2005-03-02 17:50 takehiro
|
|
|
+
|
|
|
+ * config.h.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-02 17:46 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix --enable-double-float does not work at all.
|
|
|
+
|
|
|
+2005-03-02 17:01 takehiro
|
|
|
+
|
|
|
+ * config.h.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ the previous one contains gabages... regen.
|
|
|
+
|
|
|
+2005-03-02 16:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix debug build on some non-x86 linux machines.
|
|
|
+
|
|
|
+2005-03-02 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for some 64bit machines (ie. Alpha)
|
|
|
+
|
|
|
+2005-03-02 15:35 takehiro
|
|
|
+
|
|
|
+ * configure, config.h.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-03-01 16:59 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ add check for vecLib/vDSP.h, to prepare for Altivec optimization.
|
|
|
+
|
|
|
+2005-02-28 22:45 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, quantize_pvt.h, util.h:
|
|
|
+
|
|
|
+ calc_noise is back to the C version
|
|
|
+
|
|
|
+2005-02-28 16:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ some IEEE754 hack for the CPU with small cache.
|
|
|
+
|
|
|
+2005-02-27 22:03 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ calc_noise:
|
|
|
+ fixed an assertion failure in frames with no big_values
|
|
|
+
|
|
|
+2005-02-27 20:43 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, quantize_pvt.h, util.h:
|
|
|
+
|
|
|
+ sse version of calc_noise (speedup is very small)
|
|
|
+
|
|
|
+2005-02-27 17:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it sometimes fail to encode the short block.
|
|
|
+
|
|
|
+2005-02-27 15:08 bouvigne
|
|
|
+
|
|
|
+ * configMS.h, libmp3lame/quantize.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ slightly faster init_xrpow_core_sse
|
|
|
+
|
|
|
+2005-02-27 14:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now alpha13
|
|
|
+
|
|
|
+ - replaygain radio/accurate is implemented.
|
|
|
+ * including replaygain support even when the input is mp3 file.
|
|
|
+ this is not supported on the current LAME3.x
|
|
|
+
|
|
|
+ - support "TLEN" ID3v2 tag.
|
|
|
+
|
|
|
+ - fix frame # estimation when the input is mp3.
|
|
|
+
|
|
|
+ - fix VBR tag infomation leakage.
|
|
|
+
|
|
|
+ - fix mpeg1 layer1,2 decoder bug.
|
|
|
+
|
|
|
+ - Robert's new eye candy for the frontend.
|
|
|
+
|
|
|
+ - one more reentrant work for the MP3 decoder
|
|
|
+
|
|
|
+ - SSE version of FFT, done by Gilad Raichshtain
|
|
|
+
|
|
|
+ - small optimizations. but replaygain makes it slow down much,
|
|
|
+ the optimizations are hidden by it...
|
|
|
+
|
|
|
+ - some PPC code added from Robert Stiles and Hans-Peter Dusel.
|
|
|
+ But not work at all, at least currently.
|
|
|
+
|
|
|
+2005-02-27 14:16 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the main branch.
|
|
|
+ - Robert's new eye candy.
|
|
|
+
|
|
|
+2005-02-26 14:06 takehiro
|
|
|
+
|
|
|
+ * frontend/: brhist.c, main.c, main.h, parse.c, timestatus.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix duplicated variable of "brhist"
|
|
|
+
|
|
|
+2005-02-26 09:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added TLEN tag when id3v2 tag is used.
|
|
|
+ (RFE #1064076)
|
|
|
+
|
|
|
+2005-02-26 06:21 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fix mp3 frame # estimation (bugid #934072).
|
|
|
+
|
|
|
+2005-02-26 05:41 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix # of mp3 frames estimation (bugid #934072).
|
|
|
+
|
|
|
+2005-02-25 19:01 bouvigne
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ intrinsics support for ICL
|
|
|
+
|
|
|
+2005-02-25 01:21 robert
|
|
|
+
|
|
|
+ * frontend/: brhist.c, timestatus.c:
|
|
|
+
|
|
|
+ RH_HIST: don't print unused channel modes and block types
|
|
|
+
|
|
|
+2005-02-24 00:27 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ fix scrolling problem I introduced with the last commit
|
|
|
+
|
|
|
+2005-02-23 17:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ slightly faster calc_noise
|
|
|
+
|
|
|
+2005-02-22 02:06 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Compile time option to enable GPSYCHO like block type switching in NSPSYTUNE.
|
|
|
+ Due to differences in convolution, the switching does not happen exactly
|
|
|
+ as in GPSYCHO. (disabled by default, edit psymodel.c to activate)
|
|
|
+
|
|
|
+2005-02-19 22:47 robert
|
|
|
+
|
|
|
+ * frontend/: brhist.c, brhist.h, main.c:
|
|
|
+
|
|
|
+ some statistics about block type distribution
|
|
|
+
|
|
|
+2005-02-19 18:48 bouvigne
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ conditionnal intrinsics support for MSVC (probably also works for ICL)
|
|
|
+
|
|
|
+2005-02-19 15:32 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ util.h:
|
|
|
+
|
|
|
+ SSE intrinsic version of init_xrpow
|
|
|
+ It is now using 1% of total time (using 4% in the standard version)
|
|
|
+
|
|
|
+2005-02-15 06:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for old compilers.
|
|
|
+
|
|
|
+2005-02-14 17:01 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added MP3 transcoding TODO.
|
|
|
+
|
|
|
+2005-02-14 15:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c, testcase.mp3
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix information leakage when VBR tag write out.
|
|
|
+
|
|
|
+2005-02-14 15:14 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, testcase.mp3
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added tag itself to test when "make test"
|
|
|
+
|
|
|
+2005-02-14 13:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it crashes with floating point exception when without --clipdetect option.
|
|
|
+
|
|
|
+2005-02-14 13:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.h, tags.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make the clip detection work.
|
|
|
+
|
|
|
+2005-02-14 13:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use "double"
|
|
|
+
|
|
|
+2005-02-14 12:58 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2005-02-14 12:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up.
|
|
|
+ - remove duplicated pragma.
|
|
|
+ - do not unroll manually.
|
|
|
+
|
|
|
+2005-02-13 16:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make it reentrant.
|
|
|
+
|
|
|
+2005-02-13 14:42 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ minor speedup
|
|
|
+
|
|
|
+2005-02-12 16:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, enbugged...
|
|
|
+ now --replaygain-accurate runs (at least it does not crash).
|
|
|
+
|
|
|
+2005-02-12 16:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix decoder initialization when --replaygain-accurate.
|
|
|
+
|
|
|
+2005-02-12 16:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup
|
|
|
+
|
|
|
+2005-02-12 15:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for --replaygain-accurate. only preparation. not works.
|
|
|
+
|
|
|
+2005-02-12 15:58 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added/cleaned up the replaygain related APIs.
|
|
|
+
|
|
|
+2005-02-12 08:32 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ replaygain support (1)
|
|
|
+ - fast replaygain now works.
|
|
|
+
|
|
|
+2005-02-09 01:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ code simplification
|
|
|
+
|
|
|
+2005-02-08 11:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mingw build problem, as is done on the main branch by Robert.
|
|
|
+
|
|
|
+2005-02-07 22:02 robert
|
|
|
+
|
|
|
+ * configure.in, libmp3lame/Makefile.am, libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ fixing mingw32 configure problems
|
|
|
+
|
|
|
+2005-02-07 13:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added (FLOAT) cast to the floating point constants.(one more)
|
|
|
+
|
|
|
+2005-02-07 12:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce malloc/free as is done in the main branch by Robert.
|
|
|
+
|
|
|
+2005-02-06 23:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c, vbrquantize.h:
|
|
|
+
|
|
|
+ some MSVC warning level 4 issues resolved
|
|
|
+
|
|
|
+2005-02-06 20:23 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ resolved compiler warnings
|
|
|
+
|
|
|
+2005-02-06 19:49 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, machine.h, quantize_pvt.c, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ lame.c: fixed lost break in lame_init_parms
|
|
|
+ reduced calloc/free calls (where called once per frame, now once per run)
|
|
|
+ machine.h: removed IIPOW20
|
|
|
+ util.c, util.h: removed VBR_t, added in_buffer_[0/1] to lame_internal_flags
|
|
|
+ vbrquantize.c: fixed some small rounding problem in quantize routines
|
|
|
+
|
|
|
+2005-02-05 14:14 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ eleminating dead code
|
|
|
+ expanding preprocessor defines
|
|
|
+ works probably not with GPsycho anymore, but NSPSYTUNE only (G.not tested)
|
|
|
+ doesn't try to use 126 bits at minimum per granule anymore, less bloating
|
|
|
+ on mono like signals where the difference signal is almost zero.
|
|
|
+
|
|
|
+2005-02-05 13:32 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bumped alpha
|
|
|
+
|
|
|
+2005-02-05 13:31 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ enabled ath adjustment for abr/cbr
|
|
|
+
|
|
|
+2005-02-04 18:34 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ sorry, I shouldn't have commited this one
|
|
|
+
|
|
|
+2005-02-02 04:35 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove comma, which is not allowed in C++ (but allowed in C)
|
|
|
+
|
|
|
+2005-02-02 04:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce warning when with "-W" option.
|
|
|
+
|
|
|
+2005-02-01 10:29 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c, takehiro.c:
|
|
|
+
|
|
|
+ reduced warnings
|
|
|
+
|
|
|
+2005-01-30 22:31 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ scalefactor allocation should work now as expected
|
|
|
+
|
|
|
+2005-01-30 22:27 robert
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ off by one bug:
|
|
|
+ we do access iipow20 by values in [0,Q_MAX2] inclusive,
|
|
|
+ that makes Q_MAX2+1 entries in total
|
|
|
+
|
|
|
+2005-01-30 19:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ there's no GPSYCHO.
|
|
|
+
|
|
|
+2005-01-30 19:13 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-01-30 19:13 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix automatic CPU specific optimization on cygwin.
|
|
|
+
|
|
|
+2005-01-30 18:01 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen.
|
|
|
+
|
|
|
+2005-01-30 18:00 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ hope this will fix the build failure on MinGW + NASM
|
|
|
+
|
|
|
+2005-01-30 16:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize the layout of the coefficients for resampling.
|
|
|
+
|
|
|
+2005-01-30 15:51 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it outputs message even when with --silent.
|
|
|
+
|
|
|
+2005-01-30 14:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added cast to the floating point constants (one more)
|
|
|
+
|
|
|
+2005-01-30 14:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added cast to floating point constants.
|
|
|
+
|
|
|
+2005-01-30 12:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use bit-consumption to estimate the "goodness" of quantization,
|
|
|
+ as is done in LAME 3.x.
|
|
|
+
|
|
|
+2005-01-29 19:40 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ updated vbr presets 9 to 4
|
|
|
+
|
|
|
+2005-01-29 18:42 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ fixed a crash
|
|
|
+
|
|
|
+2005-01-29 18:11 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, quantize_pvt.h, takehiro.c:
|
|
|
+
|
|
|
+ quantize_xrpow: also re-use previously computed data in short blocks
|
|
|
+
|
|
|
+2005-01-25 21:47 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ X9: more bits into reservoir
|
|
|
+
|
|
|
+2005-01-23 18:07 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added replaygain/nogap API
|
|
|
+ added replaygain commandline option.
|
|
|
+
|
|
|
+2005-01-23 18:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2005-01-23 18:06 takehiro
|
|
|
+
|
|
|
+ * HACKING (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update current state.
|
|
|
+
|
|
|
+2005-01-23 16:25 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ oops, quantize_xrpow optimization has been accidentally disabled in november
|
|
|
+
|
|
|
+2005-01-23 14:27 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ reinstated old q1 (increase only 1 sf per iteration)
|
|
|
+
|
|
|
+2005-01-22 18:15 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ problem with q1 and q0 finally found.
|
|
|
+ I am unable to trace it prior to "the big 3.94 merge".
|
|
|
+
|
|
|
+2005-01-22 09:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tags.c, tags.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for unsigned/singed comparison warning.
|
|
|
+
|
|
|
+2005-01-20 17:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc6.dsp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added fftsse.nas support
|
|
|
+ /\\ - \\/
|
|
|
+
|
|
|
+2005-01-20 17:07 takehiro
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ support SSE version of FFT.
|
|
|
+
|
|
|
+2005-01-20 16:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ to clarify the relationship of "if-then-else" and suppress warnings from gcc,
|
|
|
+ added braces.
|
|
|
+
|
|
|
+2005-01-20 16:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.am, Makefile.in, choose_table.nas,
|
|
|
+ fftsse.nas, ffttbl.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up. remove unused code and tables, and update comments.
|
|
|
+
|
|
|
+2005-01-20 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2005-01-20 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2005-01-19 16:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, i386/Makefile.am, i386/Makefile.in,
|
|
|
+ i386/fftsse.nas, i386/ffttbl.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ patched version of FHT_SSE (by Gilad Raichshtain).
|
|
|
+ and support code for it (by me).
|
|
|
+
|
|
|
+2005-01-18 07:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c, frontend/get_audio.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ suppress warnings on MSVC6
|
|
|
+
|
|
|
+2005-01-16 18:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c, libmp3lame/lame.c, mpglib/interface.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for when --disable-decoder
|
|
|
+
|
|
|
+2005-01-16 18:12 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added prototype declaration of decode_init_for_replaygain()
|
|
|
+
|
|
|
+2005-01-16 18:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix memory leak when RG used. This is enbugged by the previos commit.
|
|
|
+
|
|
|
+2005-01-16 18:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c, mpglib_interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for ReplayGain merge.
|
|
|
+
|
|
|
+2005-01-15 18:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ to prevent a floating point exception, add a limit to retry.
|
|
|
+
|
|
|
+2005-01-15 18:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2005-01-15 17:15 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use libsndfile when input is unknown RIFF-wave format
|
|
|
+
|
|
|
+2005-01-15 14:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc6.dsp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ libmp3lame/version.c was removed.
|
|
|
+
|
|
|
+2005-01-15 14:08 takehiro
|
|
|
+
|
|
|
+ * .cvsignore (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added configure-stamp
|
|
|
+
|
|
|
+2005-01-15 14:07 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update frontend TODO.
|
|
|
+
|
|
|
+2005-01-15 14:02 takehiro
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ libmp3lame/version.c was removed.
|
|
|
+
|
|
|
+2005-01-15 12:56 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2005-01-15 12:56 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ always use libsndfile if it is found.
|
|
|
+
|
|
|
+2005-01-15 12:30 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3 input....oops.
|
|
|
+
|
|
|
+2005-01-15 12:27 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix endianness of RIFF wave PCM.
|
|
|
+
|
|
|
+2005-01-15 12:05 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, gtkanal.c, main.c, main.h,
|
|
|
+ parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleaning up LIBSNDFILE, part 3.
|
|
|
+
|
|
|
+ use libsndfile only when the frontend does not know how to handle the
|
|
|
+ input file format.
|
|
|
+
|
|
|
+2005-01-15 10:54 takehiro
|
|
|
+
|
|
|
+ * frontend/rtp.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make them static
|
|
|
+
|
|
|
+2005-01-15 10:53 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make those which can be static as static.
|
|
|
+
|
|
|
+2005-01-15 09:43 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up arround libsndfile, part 2.
|
|
|
+
|
|
|
+2005-01-15 09:30 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ part of cleaning up LIBSNDFILE
|
|
|
+
|
|
|
+2005-01-15 07:25 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, gtkanal.c, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up MPEG Layer 1,2,3 input
|
|
|
+
|
|
|
+2005-01-13 19:18 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2005-01-13 19:17 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ use bits in quant_comp
|
|
|
+
|
|
|
+2005-01-13 18:54 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ updated ath values for abr/cbr
|
|
|
+
|
|
|
+2005-01-13 18:20 bouvigne
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/lame-analysis.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/quantize_pvt.h:
|
|
|
+
|
|
|
+ Replaced X9 by the former X10 (ssd).
|
|
|
+ The abr/cbr modes are using this comparison
|
|
|
+
|
|
|
+2005-01-13 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix rounding of bitrate calculation
|
|
|
+
|
|
|
+2005-01-12 18:24 takehiro
|
|
|
+
|
|
|
+ * mpglib/: common.c, layer1.c, layer2.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ patches from the latest debian package, including some boundary check code.
|
|
|
+
|
|
|
+2005-01-10 17:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed one function name, iteration_loop -> CBR_iteration_loop
|
|
|
+
|
|
|
+2005-01-10 17:11 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it always output the banner even when with --silent/--quiet.
|
|
|
+
|
|
|
+2005-01-10 14:48 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ testcase for alpha12
|
|
|
+
|
|
|
+2005-01-10 13:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove outdated comments
|
|
|
+
|
|
|
+2005-01-10 13:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update alpha version and psymodel version
|
|
|
+ - fix too much slow down with higher VBR quality (like -V0)
|
|
|
+ - changed long/short block switching code.
|
|
|
+
|
|
|
+2005-01-10 13:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed VBR strategy to prevent "slow down" when the higher quality (like -V0)
|
|
|
+ is selected.
|
|
|
+
|
|
|
+ When we cannot encode the frame without noticible distortion with the allowed
|
|
|
+ bitrate, simply encode the frame with the highest allowed bitrate.
|
|
|
+
|
|
|
+2005-01-10 13:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it abort when higher VBR. enbug at the previous comit. sorry.
|
|
|
+
|
|
|
+2005-01-10 12:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ for better error message
|
|
|
+
|
|
|
+2005-01-10 12:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better use of "anything goes" scalefactor band when VBR.
|
|
|
+ faster and smaller bitrate without any quality regression (theoretically)
|
|
|
+
|
|
|
+2005-01-10 10:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed block switching to use "sum" of energy in subblocks,
|
|
|
+ instead of their "max".
|
|
|
+
|
|
|
+ and improve comments.
|
|
|
+
|
|
|
+2005-01-10 09:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ seems it cannot build on Linux and some Unix.
|
|
|
+ to fix this, I changed max() -> Max().
|
|
|
+
|
|
|
+2005-01-09 17:31 bouvigne
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/lame-analysis.h:
|
|
|
+
|
|
|
+ display SSD in mp3x
|
|
|
+
|
|
|
+2005-01-09 17:31 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ do not compute noise if best quant has no distorted band and current quant
|
|
|
+ is bigger than the best one
|
|
|
+
|
|
|
+2005-01-09 09:19 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.h, gtkanal.c, mp3x.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic changes (fix comments and so on)
|
|
|
+
|
|
|
+2005-01-09 09:14 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up, mainly fixing comments
|
|
|
+
|
|
|
+2005-01-09 09:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in, set_get.c, version.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merged version.c into set_get.c and fixed comments (there's no GPSYCHO support)
|
|
|
+
|
|
|
+2005-01-08 11:47 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bumped alpha
|
|
|
+
|
|
|
+2005-01-08 11:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ limited ATH effect in short blocks.
|
|
|
+ This is fundamentally wrong, but otherwise it produces bad quality
|
|
|
+
|
|
|
+2005-01-08 10:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h:
|
|
|
+
|
|
|
+ updated VBR presets to match the cbr/abr changes
|
|
|
+ (also corrected the --cbr behavior)
|
|
|
+
|
|
|
+2005-01-08 10:56 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2005-01-05 14:23 takehiro
|
|
|
+
|
|
|
+ * frontend/: main.c, main.h, mp3x.c, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove "lame_XXX" function to separate name space
|
|
|
+
|
|
|
+2005-01-05 11:08 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated. BTW, it seems plusv site is vanished...
|
|
|
+
|
|
|
+2005-01-01 18:19 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ adjust spacing
|
|
|
+
|
|
|
+2004-12-31 14:42 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c, main.h, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more clean up arround get_audio
|
|
|
+
|
|
|
+2004-12-31 14:33 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify
|
|
|
+
|
|
|
+2004-12-31 12:22 takehiro
|
|
|
+
|
|
|
+ * frontend/.cvsignore (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added mp3rtp to ignore
|
|
|
+
|
|
|
+2004-12-31 12:07 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ merge 1.73.2.34 -> 1.73.2.35
|
|
|
+ fix it outputs CR even when --silent/--quiet
|
|
|
+ (bug #973302)
|
|
|
+
|
|
|
+2004-12-31 11:56 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it outputs CR even when --silent/--quiet
|
|
|
+ (bug #973302)
|
|
|
+
|
|
|
+2004-12-31 11:26 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c:
|
|
|
+
|
|
|
+ fix buffer overrun(same in my experimental branch).
|
|
|
+
|
|
|
+2004-12-31 11:23 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix buffer overrun(related to bug #1036590)
|
|
|
+
|
|
|
+ # but still it does not work correctly
|
|
|
+
|
|
|
+2004-12-31 07:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ adjust ABR quality/bitrate control
|
|
|
+
|
|
|
+2004-12-27 16:13 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ cbr/abr: adjusted lowpass
|
|
|
+
|
|
|
+2004-12-27 15:32 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ abr/cbr: adjusted m/s and short/long
|
|
|
+
|
|
|
+2004-12-27 10:03 takehiro
|
|
|
+
|
|
|
+ * config.h.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added for large(>2GB) file support.
|
|
|
+
|
|
|
+2004-12-19 18:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix scalefactor band region... oops.
|
|
|
+
|
|
|
+2004-12-19 18:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix the calculation of scalefactor value when VBR.
|
|
|
+
|
|
|
+ In the band whose allowed noise threshold is very high, we do not need to
|
|
|
+ encode the quantized values. Now LAME uses it properly.
|
|
|
+
|
|
|
+2004-12-19 17:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added parenthis to avoid some side effects.
|
|
|
+
|
|
|
+2004-12-13 18:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed the order of members to localize the write access of memory.
|
|
|
+
|
|
|
+2004-12-13 18:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added hard limits of threshold for ABR, to prevent too much degration
|
|
|
+
|
|
|
+2004-12-13 17:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it sometimes slows down too much.
|
|
|
+
|
|
|
+2004-12-13 17:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ change threshold for short blocks same as that of long blocks.
|
|
|
+
|
|
|
+2004-12-13 17:04 takehiro
|
|
|
+
|
|
|
+ * config.h.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ TAKEHIRO_IEEE754 -> USE_IEEE754
|
|
|
+
|
|
|
+2004-12-13 15:09 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-12-13 14:01 takehiro
|
|
|
+
|
|
|
+ * DEFINES, Makefile.MSVC, configMS.h, configure.in,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/machine.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/tables.h, libmp3lame/takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ TAKEHIRO_IEEE754_HACK -> USE_IEEE754_HACK
|
|
|
+
|
|
|
+2004-12-13 14:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed a commet.
|
|
|
+
|
|
|
+2004-12-13 12:40 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MPEG2 decoding, from foobar2k
|
|
|
+
|
|
|
+2004-12-12 18:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use MDCT filter in -q5 and the better.
|
|
|
+
|
|
|
+2004-12-12 17:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2004-12-12 17:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix table value initialization.
|
|
|
+
|
|
|
+2004-12-12 17:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix filtering not working completely... oops.
|
|
|
+
|
|
|
+2004-12-12 10:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comment
|
|
|
+
|
|
|
+2004-12-12 10:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c, newmdct.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new filtering algorithm. Better resolution (110Hz @ fs=44.1kHz)
|
|
|
+ and "not" slow much.
|
|
|
+
|
|
|
+ but not enabled by default.
|
|
|
+
|
|
|
+2004-12-12 08:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/ssesub.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ test implementation of SSE support with imtrinsic.
|
|
|
+
|
|
|
+ TODO:
|
|
|
+ - how to build it and configure support ?
|
|
|
+ - need more functions to implement.
|
|
|
+
|
|
|
+2004-12-10 17:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization in lossless coding.
|
|
|
+
|
|
|
+2004-12-10 02:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c, tables.c, i386/choose_table.nas,
|
|
|
+ i386/cpu_feat.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ MMX2 support
|
|
|
+
|
|
|
+2004-12-10 00:21 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-12-09 17:36 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic changes & reduce warnings.
|
|
|
+
|
|
|
+2004-12-09 17:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ MMX version of xr_max()
|
|
|
+ make VBR/ABR 1% faster.
|
|
|
+
|
|
|
+2004-12-09 17:05 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merge from main branch.
|
|
|
+ - changed words; "default: foobar" -> "default=foobar"
|
|
|
+ - enable bitrate histogram by default
|
|
|
+
|
|
|
+2004-12-05 18:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix encoding failure of velvet.wav with CBR 128
|
|
|
+
|
|
|
+2004-12-05 18:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic change
|
|
|
+
|
|
|
+2004-12-05 17:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ considering the shape of window function when long/short block switching.
|
|
|
+
|
|
|
+2004-12-05 12:18 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with "tag fixed" version.
|
|
|
+
|
|
|
+2004-12-05 12:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VBR(LAME) tag contains a gabage.
|
|
|
+
|
|
|
+2004-12-02 16:29 takehiro
|
|
|
+
|
|
|
+ * frontend/.indent.pro, libmp3lame/.indent.pro, misc/.indent.pro
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ I think no one uses .indent.pro
|
|
|
+ so I remove them.
|
|
|
+
|
|
|
+2004-12-02 16:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better threshold controll for ABR.
|
|
|
+
|
|
|
+2004-11-30 19:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it may overflow
|
|
|
+
|
|
|
+2004-11-30 18:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ VBR speed optimization
|
|
|
+
|
|
|
+2004-11-30 18:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix assertion
|
|
|
+
|
|
|
+2004-11-30 18:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimization by changing table values.
|
|
|
+
|
|
|
+2004-11-30 10:19 takehiro
|
|
|
+
|
|
|
+ * configMS.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for MSVC "inline" keyword
|
|
|
+
|
|
|
+2004-11-30 09:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ precalculate width information
|
|
|
+
|
|
|
+2004-11-30 08:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c, quantize.c, quantize_pvt.h,
|
|
|
+ takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ table size reduction
|
|
|
+
|
|
|
+2004-11-30 08:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up.
|
|
|
+
|
|
|
+2004-11-30 07:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ generalized signbits encoding hack for IEEE754
|
|
|
+
|
|
|
+2004-11-30 07:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ IEEE754 hack for sign bit.
|
|
|
+
|
|
|
+2004-11-30 07:41 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix decoding... oops...
|
|
|
+
|
|
|
+2004-11-30 01:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup
|
|
|
+
|
|
|
+2004-11-30 01:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning VBR scalefactor prediction and fix treatment of almost silent scalefactor.
|
|
|
+
|
|
|
+2004-11-29 23:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fix ATHlower is always "0".
|
|
|
+
|
|
|
+2004-11-29 18:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments
|
|
|
+
|
|
|
+2004-11-29 18:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed VBR scalefactor prediction method.
|
|
|
+ use "previous" scalefactor's values as predicted value.
|
|
|
+
|
|
|
+2004-11-29 16:46 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for out of memory.
|
|
|
+
|
|
|
+2004-11-29 04:51 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definitions
|
|
|
+
|
|
|
+2004-11-29 04:51 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove console.h
|
|
|
+
|
|
|
+2004-11-28 19:10 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, quantize_pvt.h, takehiro.c:
|
|
|
+
|
|
|
+ some FLOAT -> int
|
|
|
+
|
|
|
+2004-11-28 19:09 takehiro
|
|
|
+
|
|
|
+ * frontend/: Makefile.am, Makefile.in, console.c, console.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused files.
|
|
|
+
|
|
|
+2004-11-28 18:21 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ added brancket to fix bugid#1003342 on sf.net
|
|
|
+
|
|
|
+2004-11-28 17:15 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/parse.c, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ "-s" option is now prior to the frequency data in .wav file header.
|
|
|
+
|
|
|
+2004-11-28 15:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed double constants into FLOAT type
|
|
|
+
|
|
|
+2004-11-28 14:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, mpglib_interface.c, quantize.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ To optimize more, changed sign of gfc->width[] (now they are minus value)
|
|
|
+
|
|
|
+2004-11-28 14:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2004-11-28 14:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2004-11-28 14:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now ABR is based on VBR, so the -q setting has no meaning.
|
|
|
+
|
|
|
+2004-11-28 13:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed table type int -> char, to avoid cache line conflict.
|
|
|
+
|
|
|
+2004-11-28 13:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ little bit optimizing
|
|
|
+
|
|
|
+2004-11-28 12:58 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-11-28 12:57 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops... use "-mcpu" and "-mtune" by checking gcc version.
|
|
|
+
|
|
|
+2004-11-28 11:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use calculation instead of table.
|
|
|
+ (encoding results may be different from previous versions, but that's "lossless" difference)
|
|
|
+
|
|
|
+2004-11-28 11:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make them static
|
|
|
+
|
|
|
+2004-11-28 10:33 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed -mcpu -> -mtune, because newer gcc doesn't like -mcpu.
|
|
|
+
|
|
|
+2004-11-28 08:47 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-11-28 08:47 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed optimization option
|
|
|
+
|
|
|
+2004-11-27 19:43 takehiro
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.in, Makefile.unix, aclocal.m4, configure,
|
|
|
+ ACM/Makefile.in, ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.am, frontend/Makefile.in,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/lame_vc6.dsp, frontend/main.c, frontend/mp3rtp.c,
|
|
|
+ frontend/mp3x_vc6.dsp, frontend/portableio.c,
|
|
|
+ frontend/portableio.h, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove portableio.[ch]
|
|
|
+ use automake 1.9.2 to regen the auto* stuffs.
|
|
|
+
|
|
|
+2004-11-27 17:28 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, portableio.c, portableio.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove Read32BitsHighLow()
|
|
|
+
|
|
|
+2004-11-27 17:21 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix file size reading
|
|
|
+
|
|
|
+2004-11-27 17:21 takehiro
|
|
|
+
|
|
|
+ * frontend/: portableio.c, portableio.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused functions.
|
|
|
+
|
|
|
+2004-11-27 09:57 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove AIFF support from LAME standard input code.
|
|
|
+ if you need an AIFF support, use libsndfile instead.
|
|
|
+
|
|
|
+2004-11-23 18:38 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in, frontend/get_audio.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ support libsndfile 1.0.x
|
|
|
+ (and remove support that of 0.x)
|
|
|
+
|
|
|
+2004-11-23 15:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization.
|
|
|
+
|
|
|
+2004-11-23 15:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - ABR quality adjustment.
|
|
|
+ (oops, I forget to commit in the previous one)
|
|
|
+
|
|
|
+2004-11-23 15:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, encoder.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - ABR quality adjustment (little bit).
|
|
|
+ - manually inlining finish_VBR_coding()
|
|
|
+
|
|
|
+2004-11-23 09:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ supress magic numbers
|
|
|
+
|
|
|
+2004-11-23 08:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization by reducing branch.
|
|
|
+
|
|
|
+2004-11-21 18:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now alpha 11, including new ABR
|
|
|
+
|
|
|
+2004-11-21 18:45 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up
|
|
|
+
|
|
|
+2004-11-21 18:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ brand new ABR algorith.
|
|
|
+ - simply adjust the psycho-threshold by checking (target bitrate) vs.
|
|
|
+ (current bitrate)
|
|
|
+
|
|
|
+2004-11-21 18:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VBR tag is completely messed up!
|
|
|
+
|
|
|
+2004-11-21 12:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.h, lame.c, psymodel.c,
|
|
|
+ quantize.c, quantize_pvt.h, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the initialization of gr_info[][]
|
|
|
+
|
|
|
+2004-11-21 12:26 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic change
|
|
|
+
|
|
|
+2004-11-21 12:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed comments
|
|
|
+
|
|
|
+2004-11-21 12:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize in the case of width = 2.
|
|
|
+
|
|
|
+2004-11-21 10:45 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use 32bit input even when MP3 decoding, to prepare better precision mp3 decoder.
|
|
|
+ remove "get_audio16()" function, because now it is not needed at all.
|
|
|
+
|
|
|
+2004-11-20 18:43 takehiro
|
|
|
+
|
|
|
+ * frontend/: gtkanal.c, main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ To make mp3x use 32bit integer encoding interface.
|
|
|
+ Because it has used 16bit interface, it could not analyze the 32bit input data.
|
|
|
+ Now it is fixed.
|
|
|
+
|
|
|
+2004-11-20 11:49 takehiro
|
|
|
+
|
|
|
+ * frontend/gpkplotting.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merge from main branch.
|
|
|
+ - more explicit display of noise values
|
|
|
+
|
|
|
+2004-11-17 19:54 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, util.h:
|
|
|
+
|
|
|
+ noise shaping type 3:
|
|
|
+ amplify bands within 50% of distortion,
|
|
|
+ then refine by amplifying the most distorted band
|
|
|
+
|
|
|
+2004-10-24 14:26 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2004-10-24 14:25 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ reworked -q values:
|
|
|
+ noise_shaping_amp 2 removed
|
|
|
+ full Huffman search removed in q0
|
|
|
+ full outer loop search enabled in q0
|
|
|
+
|
|
|
+2004-10-24 14:21 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, util.h:
|
|
|
+
|
|
|
+ full outer loop search:
|
|
|
+ allows to search for better quantization until global_gain==255
|
|
|
+
|
|
|
+2004-09-18 10:20 takehiro
|
|
|
+
|
|
|
+ * ACM/ACM.cpp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main branch (r1.17)
|
|
|
+ - fix by Dmitriy Startsev
|
|
|
+
|
|
|
+2004-09-18 10:09 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix bug item #1003342
|
|
|
+
|
|
|
+2004-08-19 19:49 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ added 3.96.1
|
|
|
+
|
|
|
+2004-08-19 19:36 bouvigne
|
|
|
+
|
|
|
+ * doc/html/modes.html:
|
|
|
+
|
|
|
+ spelling, clarifications
|
|
|
+
|
|
|
+2004-07-28 20:33 robert
|
|
|
+
|
|
|
+ * configure, configure.in (RELEASE__3_96-bugfix-branch):
|
|
|
+
|
|
|
+ updating configure to version number 3.96.1
|
|
|
+
|
|
|
+2004-07-21 18:59 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: history.html, index.html
|
|
|
+ (RELEASE__3_96-bugfix-branch):
|
|
|
+
|
|
|
+ updated for 3.96.1
|
|
|
+
|
|
|
+2004-07-21 18:52 bouvigne
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACMStream.cpp, acm.rc
|
|
|
+ (RELEASE__3_96-bugfix-branch):
|
|
|
+
|
|
|
+ sync fixes from main branch
|
|
|
+
|
|
|
+2004-07-21 18:46 bouvigne
|
|
|
+
|
|
|
+ * ACM/ACM.cpp:
|
|
|
+
|
|
|
+ fix by Dmitriy Startsev
|
|
|
+
|
|
|
+2004-07-11 18:12 bouvigne
|
|
|
+
|
|
|
+ * ACM/acm.rc:
|
|
|
+
|
|
|
+ updated version number because of recent fixes
|
|
|
+
|
|
|
+2004-07-11 18:11 bouvigne
|
|
|
+
|
|
|
+ * ACM/ACMStream.cpp:
|
|
|
+
|
|
|
+ fixed a potential crash
|
|
|
+
|
|
|
+2004-07-11 18:05 bouvigne
|
|
|
+
|
|
|
+ * ACM/ACM.cpp:
|
|
|
+
|
|
|
+ Should fix the display issue under win95
|
|
|
+
|
|
|
+2004-07-11 17:11 bouvigne
|
|
|
+
|
|
|
+ * ACM/ACM.cpp:
|
|
|
+
|
|
|
+ fix crash when used through directshow.
|
|
|
+ It still does not work in this configuration, but at least it does not crash anymore.
|
|
|
+
|
|
|
+2004-06-27 19:32 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (RELEASE__3_96-bugfix-branch):
|
|
|
+
|
|
|
+ fixed short block detection using mid and side channels
|
|
|
+
|
|
|
+2004-06-27 13:02 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fixed short block detection using mid and side channels
|
|
|
+
|
|
|
+2004-06-26 17:08 robert
|
|
|
+
|
|
|
+ * Makefile.unix, ACM/ACM.cpp, libmp3lame/gain_analysis.c,
|
|
|
+ libmp3lame/gain_analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h
|
|
|
+ (RELEASE__3_96-bugfix-branch):
|
|
|
+
|
|
|
+ back porting some bug fixes into 3.96 stable branch
|
|
|
+
|
|
|
+ patch by takehiro:
|
|
|
+
|
|
|
+ fix bug id 921798
|
|
|
+ http://sourceforge.net/tracker/index.php?func=detail&aid=921798&group_id=290&atid=100290
|
|
|
+
|
|
|
+ This is reported as bug for "BCC", but it may happen for every compiler.
|
|
|
+
|
|
|
+ patch by olcios:
|
|
|
+
|
|
|
+ A better fix for the FP x86 problem. Provided by Andrew Church. Modified by olcios.
|
|
|
+
|
|
|
+ patch by bouvigne:
|
|
|
+
|
|
|
+ restored use of padding when not using bit reservoir
|
|
|
+
|
|
|
+ patch by robert:
|
|
|
+
|
|
|
+ bug fix for lame crashing occasionally when using --vbr-new
|
|
|
+
|
|
|
+2004-06-26 15:35 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ lame_encode_frame_init
|
|
|
+
|
|
|
+2004-06-20 17:28 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ restored use of padding when not using bit reservoir
|
|
|
+
|
|
|
+2004-06-18 19:15 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, l3side.h, lame.c,
|
|
|
+ mpglib_interface.c, newmdct.c, psymodel.c, quantize.c,
|
|
|
+ quantize_pvt.c, quantize_pvt.h, reservoir.c, takehiro.c, util.c,
|
|
|
+ VbrTag.c, util.h, vbrquantize.c, vbrquantize.h, version.h:
|
|
|
+
|
|
|
+ FLOAT8 -> FLOAT
|
|
|
+
|
|
|
+2004-06-06 15:31 bouvigne
|
|
|
+
|
|
|
+ * frontend/: gpkplotting.c, gtkanal.c:
|
|
|
+
|
|
|
+ more explicit display of noise values
|
|
|
+
|
|
|
+2004-06-06 14:15 bouvigne
|
|
|
+
|
|
|
+ * frontend/gtkanal.c:
|
|
|
+
|
|
|
+ display more scalefactor band splitting lines.
|
|
|
+ (as in exp branch)
|
|
|
+
|
|
|
+2004-06-06 09:48 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-06-05 15:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ small speedup: init_xrpow only up to max non-zero coeff
|
|
|
+
|
|
|
+2004-05-31 17:35 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ reduced the number of calls to quantization function
|
|
|
+
|
|
|
+2004-05-27 23:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ now at 3.97 alpha 2
|
|
|
+
|
|
|
+2004-05-27 23:52 robert
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ bug fix for lame crashing occasionally when using --vbr-new
|
|
|
+ PS: scalefactor allocation is still not optimal
|
|
|
+
|
|
|
+2004-05-26 21:37 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ fixed a stupid bug
|
|
|
+
|
|
|
+2004-05-26 21:04 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ fixed a bug in quantize_xrpow, but it is still crashing
|
|
|
+ Oddly, cbr/abr are working fine, and low vbr settings are also working fine.
|
|
|
+ -V2 is not working
|
|
|
+
|
|
|
+2004-05-23 13:16 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, quantize_pvt.h, takehiro.c, util.h:
|
|
|
+
|
|
|
+ Use function pointer to select between quantization methods.
|
|
|
+ This should ease plugin of vectorized versions
|
|
|
+
|
|
|
+2004-05-23 12:47 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ factorized code which is selecting which lines to quantize
|
|
|
+
|
|
|
+2004-05-23 12:43 bouvigne
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ version
|
|
|
+
|
|
|
+2004-05-23 06:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, tables.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make some tables as static
|
|
|
+
|
|
|
+2004-05-23 04:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: choose_table.nas, fft3dn.nas, quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix possible link problem on cygwin
|
|
|
+
|
|
|
+2004-05-22 16:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix cygwin build
|
|
|
+
|
|
|
+2004-05-22 14:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, quantize_pvt.h, tables.c, takehiro.c,
|
|
|
+ i386/choose_table.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce MMX code, because C code is faster than asm one :p
|
|
|
+ and trivial coding tweaks.
|
|
|
+
|
|
|
+2004-05-22 14:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimization by reducing conditional jumps
|
|
|
+
|
|
|
+2004-05-22 13:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimization by changing multiply -> shift
|
|
|
+
|
|
|
+2004-05-22 10:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ faster choose_table_*() implimentation. use cached value of ix_max().
|
|
|
+
|
|
|
+2004-05-22 09:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed choose_table_*() API, for further optimizations.
|
|
|
+
|
|
|
+2004-05-16 16:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ choose_from2 is only used when table=1 or 3.
|
|
|
+
|
|
|
+2004-05-16 16:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added ReplayGain tag output.
|
|
|
+
|
|
|
+2004-05-16 16:49 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/encoder.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/tags.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Changed API of tag-output function making it possible to return the error code.
|
|
|
+ and clean up arround tag output code.
|
|
|
+
|
|
|
+2004-05-16 16:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-05-16 16:46 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c, portableio.c, portableio.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-05-16 12:48 takehiro
|
|
|
+
|
|
|
+ * Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ to follow that amiga_mpega.c is removed.
|
|
|
+
|
|
|
+2004-05-16 12:47 takehiro
|
|
|
+
|
|
|
+ * frontend/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-05-15 13:06 takehiro
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/libmp3lame_vc6.dsp
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added gain_analysis.[ch]
|
|
|
+
|
|
|
+2004-05-15 13:04 takehiro
|
|
|
+
|
|
|
+ * ACM/LameACM.inf (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ (very experimental thing) added "register/unregister program"
|
|
|
+
|
|
|
+2004-05-15 13:03 takehiro
|
|
|
+
|
|
|
+ * ACM/TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ it always "preset" so the itmes are removed.
|
|
|
+
|
|
|
+2004-05-15 12:58 takehiro
|
|
|
+
|
|
|
+ * Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix testcase
|
|
|
+ added gain_analysis
|
|
|
+
|
|
|
+2004-05-15 10:37 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-05-15 10:09 takehiro
|
|
|
+
|
|
|
+ * frontend/: Makefile.am, amiga_mpega.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use amiga_mpega.c. use mpg123 instead.
|
|
|
+
|
|
|
+2004-05-15 08:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.h, gain_analysis.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added replaygain calculation code.
|
|
|
+ (but not enabled yet)
|
|
|
+
|
|
|
+2004-05-14 19:29 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/ddk/Makefile.in, ACM/tinyxml/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, dshow/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, mac/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen with new auto* version
|
|
|
+
|
|
|
+2004-05-14 19:26 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen with new auto* version
|
|
|
+
|
|
|
+2004-05-14 19:22 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ regen with new auto* version
|
|
|
+
|
|
|
+2004-05-14 19:20 aleidinger
|
|
|
+
|
|
|
+ * frontend/depcomp, libmp3lame/depcomp, mpglib/depcomp, depcomp,
|
|
|
+ install-sh, missing:
|
|
|
+
|
|
|
+ update to a new version
|
|
|
+
|
|
|
+2004-05-14 19:12 aleidinger
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ update it to have a more sane number
|
|
|
+
|
|
|
+2004-05-14 19:11 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ Tell the users that they do not have to care about the output of make test.
|
|
|
+
|
|
|
+2004-05-14 17:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-05-14 17:11 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce warning
|
|
|
+
|
|
|
+2004-05-14 16:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added gain_analysis.[ch]
|
|
|
+
|
|
|
+2004-05-05 06:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, mpglib_interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ free the decoding work area of replaygain analysis.
|
|
|
+
|
|
|
+2004-05-05 06:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix memory leakage when it uses decoding functions.
|
|
|
+
|
|
|
+2004-05-05 06:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, gain_analysis.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the latest version
|
|
|
+
|
|
|
+2004-05-05 06:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for the machine without memset()
|
|
|
+
|
|
|
+2004-05-05 06:23 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for the machine without memset()
|
|
|
+
|
|
|
+2004-05-05 06:22 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more AIFF cleanup
|
|
|
+
|
|
|
+2004-05-05 06:18 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, portableio.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up AIFF related code. but still it cannot read AIFF file...
|
|
|
+
|
|
|
+2004-05-05 06:02 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c, mp3rtp.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce warning
|
|
|
+
|
|
|
+2004-05-05 05:55 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove AMIGA_MPEG support.
|
|
|
+ use mpg123 instead.
|
|
|
+
|
|
|
+2004-04-25 13:08 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "stop/plot" button working.
|
|
|
+ Thanx reporting, Gaby.
|
|
|
+
|
|
|
+2004-04-25 12:42 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix obvious bugs...
|
|
|
+
|
|
|
+2004-04-25 12:33 bouvigne
|
|
|
+
|
|
|
+ * frontend/gtkanal.c:
|
|
|
+
|
|
|
+ fixed mp3x monopolizing processor in its idle loop
|
|
|
+
|
|
|
+2004-04-25 10:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merged into lame.c
|
|
|
+
|
|
|
+2004-04-25 10:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, libmp3lame_vc6.dsp
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-04-25 09:47 takehiro
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix, frontend/brhist.c, include/lame.h,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merged encoder.c into lame.c.
|
|
|
+
|
|
|
+ remove lame_bitrate_kpbs(). use bitrate_table[][] directly instead of it.
|
|
|
+
|
|
|
+2004-04-25 09:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce memory usage by moving maxXR[] from gi to gfc.
|
|
|
+
|
|
|
+2004-04-25 06:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fix bug id 921798
|
|
|
+ http://sourceforge.net/tracker/index.php?func=detail&aid=921798&group_id=290&atid=100290
|
|
|
+
|
|
|
+ This is reported as bug for "BCC", but it may happen for every compiler.
|
|
|
+
|
|
|
+2004-04-24 18:29 olcios
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.h:
|
|
|
+
|
|
|
+ changed some constants' types to long
|
|
|
+
|
|
|
+2004-04-24 17:47 olcios
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, gain_analysis.h:
|
|
|
+
|
|
|
+ A better fix for the FP x86 problem. Provided by Andrew Church. Modified by olcios.
|
|
|
+
|
|
|
+2004-04-24 17:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it access to the log2tab[LARGE_BITS]
|
|
|
+
|
|
|
+2004-04-24 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it always use the bit pressure algorith for short blocks on long blocks.
|
|
|
+
|
|
|
+2004-04-24 16:42 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove one mp3x TODO item (but still many TODOs about mp3x...)
|
|
|
+
|
|
|
+2004-04-24 16:33 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, include/lame.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c, libmp3lame/tags.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more error code clean up.
|
|
|
+
|
|
|
+2004-04-24 16:31 takehiro
|
|
|
+
|
|
|
+ * mpglib/: interface.c, layer3.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic change and comment style fix.
|
|
|
+
|
|
|
+2004-04-24 16:30 takehiro
|
|
|
+
|
|
|
+ * mpglib/mpglib.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ patch from Dmitriy Startsev.
|
|
|
+ (yes, this is from Dmitriy... sorry)
|
|
|
+
|
|
|
+2004-04-24 16:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ to check the "free-ed memory access"
|
|
|
+
|
|
|
+2004-04-24 16:26 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x cannot displays short mp3 file (it segfaults).
|
|
|
+
|
|
|
+2004-04-24 13:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix flush code
|
|
|
+
|
|
|
+2004-04-24 13:09 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update error code.
|
|
|
+
|
|
|
+2004-04-24 11:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.h, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments and cosmetic change
|
|
|
+
|
|
|
+2004-04-24 10:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c, tags.c, tags.h, util.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix CRC calculation
|
|
|
+ remove redundant include
|
|
|
+ added some comments about flushing
|
|
|
+
|
|
|
+2004-04-24 10:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove commnts, which are the same as in lame.h
|
|
|
+
|
|
|
+2004-04-24 10:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c, libmp3lame/quantize.c, include/lame.h,
|
|
|
+ libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-04-18 18:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, tables.c, tags.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up arround VBR Tag frame size.
|
|
|
+ clean up arround "POSTDELAY"
|
|
|
+
|
|
|
+2004-04-18 17:30 takehiro
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ follow the filename changes
|
|
|
+
|
|
|
+2004-04-18 17:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem on Linux
|
|
|
+
|
|
|
+2004-04-18 17:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc6.dsp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ follow the file name change.
|
|
|
+
|
|
|
+2004-04-18 17:10 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove redundant include
|
|
|
+
|
|
|
+2004-04-18 17:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-04-18 17:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, VbrTag.c, VbrTag.h, bitstream.c,
|
|
|
+ bitstream.h, encoder.c, id3tag.c, id3tag.h, lame.c, tags.c,
|
|
|
+ tags.h, util.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merged "VbrTag.c" and "id3tag.c" into one (tags.c)
|
|
|
+ merged "VbrTag.h" and "id3tag.h" into one (tags.h)
|
|
|
+ simplify the CRC related code.
|
|
|
+
|
|
|
+2004-04-18 12:59 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mpglib problem. The patch is from Kristian Hermansen.
|
|
|
+ (forwarded by Dmitriy Startsev)
|
|
|
+
|
|
|
+2004-04-18 12:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, bitstream.h, encoder.c,
|
|
|
+ encoder.h, id3tag.c, id3tag.h, lame.c, newmdct.c, psymodel.c,
|
|
|
+ quantize_pvt.h, tables.c, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ * large clean up arround Tags and Header.
|
|
|
+ - directly output the Tags/Headers instead of using add_dummy_byte()
|
|
|
+
|
|
|
+ reduce memory usage by using "union"
|
|
|
+
|
|
|
+2004-04-18 11:42 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added MP3X bug as TODO.
|
|
|
+
|
|
|
+2004-04-18 11:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, encoder.c, encoder.h, lame.c,
|
|
|
+ newmdct.c, psymodel.c, quantize.c, tables.c, takehiro.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up lame_t structure.
|
|
|
+
|
|
|
+2004-04-18 10:32 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MP3X monopolizing the processor in its idle loop.
|
|
|
+
|
|
|
+2004-04-14 22:15 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, mpglib/common.c, mpglib/common.h,
|
|
|
+ mpglib/dct64_i386.c, mpglib/decode_i386.c, mpglib/interface.c,
|
|
|
+ mpglib/layer1.c, mpglib/layer2.c, mpglib/layer2.h,
|
|
|
+ mpglib/layer3.c, mpglib/layer3.h, mpglib/mpg123.h,
|
|
|
+ mpglib/mpglib.h, mpglib/tabinit.c:
|
|
|
+
|
|
|
+ fixing the decoding issue with the reported "Christmas" song.
|
|
|
+ I've taken Takehiro's modifications and getting the same output
|
|
|
+ as he does on his 4.0 branch. Imho this is not the best solution
|
|
|
+ to the given problem, but it works for now.
|
|
|
+
|
|
|
+2004-04-14 16:48 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem reported by PAN-san.
|
|
|
+
|
|
|
+2004-04-13 17:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix fatal bug in scalefactor value lossless coding.
|
|
|
+
|
|
|
+2004-04-12 12:29 aleidinger
|
|
|
+
|
|
|
+ * debian/lame.docs:
|
|
|
+
|
|
|
+ PRESETS.draft does not exists anymore.
|
|
|
+
|
|
|
+2004-04-11 18:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ adjust ATH adjustment.
|
|
|
+
|
|
|
+2004-04-11 18:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "1 sample" delay
|
|
|
+
|
|
|
+2004-04-11 17:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x FFT energy display.
|
|
|
+
|
|
|
+2004-04-11 15:39 glessard
|
|
|
+
|
|
|
+ * frontend/main.c, include/lame.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ Added two sets of set/get functions to the API. They modify and read the
|
|
|
+ nogap_total and nogap_current variables of the internal_flags struct.
|
|
|
+ Added calls to these functions to the gapless-encoding loop of the frontend.
|
|
|
+
|
|
|
+2004-04-11 15:06 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2004-04-11 15:04 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-04-11 15:00 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ Add some missing LARGEFILE pieces. This patch is also in the generated
|
|
|
+ lame-3.96 tarball, it just enters the CVS repository for 3.97 for
|
|
|
+ organizational reasons.
|
|
|
+
|
|
|
+2004-04-11 14:58 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Welcome to lame 3.97.
|
|
|
+
|
|
|
+2004-04-11 14:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, encoder.h, lame.c, set_get.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merged gfc->num_channels & gfc->channels_in
|
|
|
+ some trivial clean up.
|
|
|
+
|
|
|
+2004-04-11 13:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c, libmp3lame/encoder.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/tables.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, include/lame.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed error/debug/normal message output code.
|
|
|
+
|
|
|
+2004-04-11 13:10 takehiro
|
|
|
+
|
|
|
+ * debian/: changelog, lame.docs, rules
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated for lame4
|
|
|
+
|
|
|
+2004-04-11 13:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, encoder.h, lame.c, mpglib_interface.c,
|
|
|
+ tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up the members of structure lame_t.
|
|
|
+
|
|
|
+2004-04-11 13:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem when --disable-analysis-hook
|
|
|
+
|
|
|
+2004-04-11 13:05 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ 3.97a1
|
|
|
+
|
|
|
+2004-04-11 13:03 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ release 3.96
|
|
|
+
|
|
|
+2004-04-11 13:03 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-04-11 13:02 bouvigne
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ updated debian changelog
|
|
|
+
|
|
|
+2004-04-11 13:01 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ use X9 to select abr/cbr quantization,
|
|
|
+ use sfscale up to 160kbps
|
|
|
+
|
|
|
+2004-04-11 12:50 bouvigne
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ manually updated Makefile.in
|
|
|
+
|
|
|
+2004-04-11 12:12 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen (by hand)
|
|
|
+
|
|
|
+2004-04-11 12:10 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix confusion arround "decoder" and "decode"
|
|
|
+
|
|
|
+2004-04-11 11:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame-analysis.h, frontend/gtkanal.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-04-11 11:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, encoder.h, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more fix for "very the beginig samples"
|
|
|
+
|
|
|
+2004-04-11 11:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it sometimes goes into infinite loop when with i-stereo.
|
|
|
+
|
|
|
+2004-04-10 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x display delay.
|
|
|
+
|
|
|
+2004-04-10 16:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove redandunt code.
|
|
|
+
|
|
|
+2004-04-10 16:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, encoder.h, lame.c, newmdct.c, psymodel.c,
|
|
|
+ quantize.c, set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "start" delay and reduce buffer size.
|
|
|
+ still there's known bugs in mp3x and the tail part encoding.
|
|
|
+
|
|
|
+2004-04-10 16:15 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix trivial bug when stereo input
|
|
|
+
|
|
|
+2004-04-10 15:43 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, gtkanal.c, lametime.c,
|
|
|
+ lametime.h, main.c, mp3rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ frontend code fix and clean up.
|
|
|
+ - fix it cut the beginning 17 samples when input is .wav file.
|
|
|
+ - fix function names. remove "lame_" prefix from the functions which is not
|
|
|
+ LAME API.
|
|
|
+ - and some trivial clean up.
|
|
|
+
|
|
|
+2004-04-10 13:23 takehiro
|
|
|
+
|
|
|
+ * frontend/gpkplotting.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition
|
|
|
+
|
|
|
+2004-04-10 12:08 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clarify the comment
|
|
|
+
|
|
|
+2004-04-04 15:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce POSTDELAY when MPEG2 layer3
|
|
|
+
|
|
|
+2004-04-04 12:49 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/set_get.c, libmp3lame/tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ rename ns-(bass|alto|treble) options and their implementation.
|
|
|
+
|
|
|
+2004-04-04 12:45 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ always support MPEG1.
|
|
|
+
|
|
|
+2004-04-04 12:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-04-04 11:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2004-04-04 11:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, machine.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ include file clean up.
|
|
|
+
|
|
|
+2004-04-04 11:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ replace snprintf() with strncat() and so on, for some old systems.
|
|
|
+
|
|
|
+2004-04-03 19:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ work arround for short blocks with i-stereo bug.
|
|
|
+ and some simplification of i-stereo code.
|
|
|
+
|
|
|
+2004-04-03 19:25 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ display more scalefactor band splitting lines.
|
|
|
+
|
|
|
+2004-04-03 17:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix uninitialized memory access (found by valgrind).
|
|
|
+
|
|
|
+2004-04-03 17:28 bouvigne
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/lame-analysis.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/quantize_pvt.h:
|
|
|
+
|
|
|
+ Add X9 quantization selection method.
|
|
|
+ It increases applaud.wav substancially.
|
|
|
+ Not enabled by default
|
|
|
+
|
|
|
+2004-04-03 17:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ try to find better scalefactor combination when i-stereo.
|
|
|
+
|
|
|
+2004-04-03 17:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove one condition which is always stisfied.
|
|
|
+
|
|
|
+2004-04-03 13:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better bit allocation when substep noise shaping.
|
|
|
+
|
|
|
+2004-04-02 16:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "all even" hack.
|
|
|
+
|
|
|
+2004-04-02 15:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better bit allocation for CBR.
|
|
|
+ - increase bit allocation on start/end blocks, where the effect of
|
|
|
+ best_huffman_divide() is very weak.
|
|
|
+ - increase bit allocation when --substep is enabled.
|
|
|
+
|
|
|
+ some trivial clean up.
|
|
|
+
|
|
|
+2004-03-30 15:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it sometimes crashes with -q0 or -q1 + CBR
|
|
|
+
|
|
|
+2004-03-28 16:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial simplification
|
|
|
+
|
|
|
+2004-03-28 13:11 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ 3.96 beta 2
|
|
|
+
|
|
|
+2004-03-28 13:10 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-03-28 13:10 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ updated minimal bitrate for V1 and V2
|
|
|
+
|
|
|
+2004-03-28 12:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce array size
|
|
|
+
|
|
|
+2004-03-28 12:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, encoder.h, lame.c,
|
|
|
+ quantize.c, tables.c, tables.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ warning fix, cleanup, and cosmetic change.
|
|
|
+
|
|
|
+2004-03-28 12:16 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ there is already VC6 project file. We (maybe) need .net project/solution file.
|
|
|
+
|
|
|
+2004-03-28 11:29 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3x.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove lame_encode_finish() API
|
|
|
+
|
|
|
+2004-03-28 11:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed mixed block statics
|
|
|
+ trivial optimization/clean up
|
|
|
+
|
|
|
+2004-03-27 17:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - use calc_sfb_noise() and calc_sfb_noise_fast() do not return minus value.
|
|
|
+ - little better CBR_2nd_bitalloc()
|
|
|
+
|
|
|
+2004-03-27 14:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce table size.
|
|
|
+
|
|
|
+2004-03-27 14:49 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warnings
|
|
|
+
|
|
|
+2004-03-27 12:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-03-27 11:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplification arround huffman code output
|
|
|
+
|
|
|
+2004-03-27 09:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, quantize.c, quantize_pvt.h, tables.c,
|
|
|
+ takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up. fix warning and trivial optimizations.
|
|
|
+
|
|
|
+2004-03-27 08:31 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2004-03-27 07:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, tables.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the code arround huffman coding with the escape sequence.
|
|
|
+
|
|
|
+2004-03-23 22:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c, Makefile.unix:
|
|
|
+
|
|
|
+ rewritten vbr-new
|
|
|
+
|
|
|
+ the scalefactor allocation functions take into account now, that some
|
|
|
+ minimal scalefactor has to be used (the less IXMAX_VAL case)
|
|
|
+
|
|
|
+ the output of vbr-new is not bit identical to previous ones, but the
|
|
|
+ code is much more straight forward now.
|
|
|
+
|
|
|
+2004-03-23 22:11 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ patch for resampling code, found by Takehiro
|
|
|
+
|
|
|
+ this patch removes some unneccessary integer rounding
|
|
|
+ resulting mp3s where bit identical, but resampling is faster now
|
|
|
+
|
|
|
+2004-03-23 03:07 olcios
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fixed a compile-time issue in --longhelp
|
|
|
+
|
|
|
+2004-03-23 01:57 olcios
|
|
|
+
|
|
|
+ * USAGE, doc/html/switchs.html, doc/man/lame.1, frontend/main.c,
|
|
|
+ frontend/parse.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ 1. added --noreplaygain switch that disables RG 2. added --replaygain-fast switch that complements --replaygain-accurate. The new switch is enabled by default in the frontend. 3. Made RG analysis no longer default in libmp3lib. RG can still be fully controlled via the libmp3lib interface, but for other interfaces, like DLL or ACM, that provide no RG control, RG analysis is now _disabled_. 4. updated documentation
|
|
|
+
|
|
|
+2004-03-21 17:53 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/VbrTag.c, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/version.c, mpglib/interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more API clean up and cosmetic changes.
|
|
|
+
|
|
|
+2004-03-21 17:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ faster float comparison when FLOAT is float.
|
|
|
+ some cosmetic changes
|
|
|
+
|
|
|
+2004-03-21 17:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/machine.h, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h, libmp3lame/takehiro.c, mpglib/interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up APIs and variable names (to fix warnings when -Wshadow)
|
|
|
+
|
|
|
+2004-03-21 16:27 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/machine.h,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/version.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-03-21 15:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, psymodel.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up arround IEEE754 hack.
|
|
|
+
|
|
|
+2004-03-21 15:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, encoder.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused "nogap" related variables.
|
|
|
+
|
|
|
+2004-03-21 15:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, encoder.c, encoder.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix invalid vbr header output when ABR.
|
|
|
+ merge gfc->frameNum and gfc->nVbrNumFrames.
|
|
|
+
|
|
|
+2004-03-21 14:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, psymodel.c, psymodel.h, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove magic numbers
|
|
|
+
|
|
|
+2004-03-21 14:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ header file style/comment fix.
|
|
|
+
|
|
|
+2004-03-21 14:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-03-21 14:31 takehiro
|
|
|
+
|
|
|
+ * mpglib/: layer3.c, mpg123.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2004-03-21 14:31 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove obsolete API.
|
|
|
+
|
|
|
+2004-03-21 13:51 takehiro
|
|
|
+
|
|
|
+ * ACM/DecodeStream.h, frontend/gtkanal.c, frontend/mp3x.c,
|
|
|
+ frontend/parse.c, libmp3lame/VbrTag.c, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize.h, libmp3lame/set_get.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/version.c, mpglib/layer3.c,
|
|
|
+ mpglib/mpglib.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up header files.
|
|
|
+
|
|
|
+2004-03-21 13:00 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new testcase
|
|
|
+
|
|
|
+2004-03-21 12:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up APIs of set_frame_pinfo()
|
|
|
+
|
|
|
+2004-03-21 12:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, set_get.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up arround buffer flush.
|
|
|
+ and remove "mf_samples_to_encode" from lame_t.
|
|
|
+
|
|
|
+2004-03-21 12:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2004-03-21 11:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, quantize.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up and "possible" bug of resampling code.
|
|
|
+ - calculate resampling value with "sample_t" instead of "int".
|
|
|
+ - moved resampling initialization code into tables.c
|
|
|
+
|
|
|
+2004-03-21 10:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, remove gabage...
|
|
|
+
|
|
|
+2004-03-21 10:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, psymodel.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up internal APIs
|
|
|
+
|
|
|
+2004-03-21 10:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix prototype declaration, to clarify all the ASM code cannot run when FLOAT!=float
|
|
|
+
|
|
|
+2004-03-21 07:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ header file clean up (I hope it works...)
|
|
|
+
|
|
|
+2004-03-21 07:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use calloc in lame_encode_* functions.
|
|
|
+ and moved some functions for better conjunctions.
|
|
|
+
|
|
|
+2004-03-21 07:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-03-21 05:08 takehiro
|
|
|
+
|
|
|
+ * ACM/main.cpp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem on mingw
|
|
|
+
|
|
|
+2004-03-20 17:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ move fill_buffer() function and make it static and bit optimizing.
|
|
|
+
|
|
|
+2004-03-20 16:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, util.h, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Faster quantization code, based on the ideas from the main line (done by Gaby).
|
|
|
+ about 2% faster on VBR. The same algorithm can be applied to the CBR, but
|
|
|
+ currently is not.
|
|
|
+
|
|
|
+2004-03-19 22:09 olcios
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ changed the pre-processor condition related to the x86's extended FP bug when compiled by GCC with optimizations
|
|
|
+
|
|
|
+2004-03-19 18:18 olcios
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ improved comment
|
|
|
+
|
|
|
+2004-03-19 13:17 olcios
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ workaround for the gcc ceil() bug when compiled with optimizations
|
|
|
+
|
|
|
+2004-03-18 22:00 olcios
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.h:
|
|
|
+
|
|
|
+ fixed compile-time problem with uint32_t on gcc
|
|
|
+
|
|
|
+2004-03-18 16:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix uninitialized memory access.
|
|
|
+
|
|
|
+2004-03-18 14:27 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, gain_analysis.h:
|
|
|
+
|
|
|
+ Replace Uint32_t and Int32_t with uint32_t and int32_t. There are only few
|
|
|
+ instances of them used, so there's no need to typedef new types for them.
|
|
|
+
|
|
|
+ I hope this fixes problems on OSX reported on lame-dev.
|
|
|
+
|
|
|
+ While I'm here, fix a cast (rgData->sampleWindow is long, not int).
|
|
|
+
|
|
|
+2004-03-17 18:56 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, gain_analysis.c, gain_analysis.h,
|
|
|
+ lame.c:
|
|
|
+
|
|
|
+ - remove config.h (prerequisite) include from gain_analysis.h
|
|
|
+ - make sure prerequisites get included in every file before gain_analysis.h
|
|
|
+
|
|
|
+2004-03-14 18:22 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.h:
|
|
|
+
|
|
|
+ solved the potential data type problem
|
|
|
+
|
|
|
+2004-03-14 17:13 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/VbrTag.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/id3tag.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/set_get.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ mpglib/layer3.c, mpglib/mpg123.h, mpglib/tabinit.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic changes.
|
|
|
+
|
|
|
+2004-03-14 16:19 takehiro
|
|
|
+
|
|
|
+ * ACM/readme.txt (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch
|
|
|
+
|
|
|
+2004-03-14 16:18 takehiro
|
|
|
+
|
|
|
+ * ACM/ACMStream.cpp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch.
|
|
|
+
|
|
|
+2004-03-14 16:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc6.dsp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MSVC6+NASM compilation
|
|
|
+
|
|
|
+2004-03-14 16:00 takehiro
|
|
|
+
|
|
|
+ * ACM/main.cpp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, I removed too much.
|
|
|
+
|
|
|
+2004-03-14 13:47 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.h, libmp3lame/bitstream.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/takehiro.c, libmp3lame/util.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic and reduce warnings
|
|
|
+
|
|
|
+2004-03-14 12:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.h, machine.h, psymodel.c, quantize_pvt.h,
|
|
|
+ tables.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem on vanilla(without ICC) VC6.
|
|
|
+ better ATH handling for psymodel
|
|
|
+ and some minor cosmetic change
|
|
|
+
|
|
|
+2004-03-14 12:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-03-14 12:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, gain_analysis.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ backport from the main branch.
|
|
|
+ (only copied. not working currently).
|
|
|
+
|
|
|
+2004-03-14 11:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better 8kHz/128kbps bit allocation.
|
|
|
+
|
|
|
+2004-03-14 06:17 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch (fix freeformat decoding bug done by Robert Hegemann)
|
|
|
+
|
|
|
+2004-03-13 14:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix a warning.
|
|
|
+
|
|
|
+2004-03-13 13:00 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem on VC6+debug mode
|
|
|
+
|
|
|
+2004-03-13 12:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc6.dsp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem on VC6
|
|
|
+
|
|
|
+2004-03-11 23:43 olcios
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ fixed a bug related to the usage of mpglib when decoding on the fly
|
|
|
+
|
|
|
+2004-03-11 19:35 olcios
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed compile-time problem when mpglib is disabled
|
|
|
+
|
|
|
+2004-03-10 20:49 robert
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-03-10 00:50 robert
|
|
|
+
|
|
|
+ * mpglib/interface.c:
|
|
|
+
|
|
|
+ patch for freeformat decoding bug
|
|
|
+
|
|
|
+2004-03-09 19:04 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ typo
|
|
|
+
|
|
|
+2004-03-09 00:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ found a sample which did not give bit identical result with the previous
|
|
|
+ patch. found out why and corrected it, so now the results for
|
|
|
+ find_scalefac_ave_[x34|ISO] are identical to the original code,
|
|
|
+ but --preset fast standard is ~7 percent faster now.
|
|
|
+
|
|
|
+2004-03-08 04:13 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer1.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix layer1 compilation problem.
|
|
|
+
|
|
|
+2004-03-08 04:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused label
|
|
|
+
|
|
|
+2004-03-08 04:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix alignment work and build problem with icl(MS-Windows)
|
|
|
+
|
|
|
+2004-03-08 00:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ faster "find_scalefac_ave_[x34|ISO]":
|
|
|
+ this patch gave bit identical results on all tested samples compared to
|
|
|
+ previous version, so I'm pretty much confident that I don't introduce
|
|
|
+ a new bug here.
|
|
|
+ the speeding up of this functions results in an overall speed increase of
|
|
|
+ almost 7 percent for --preset fast standard
|
|
|
+
|
|
|
+2004-03-07 23:55 robert
|
|
|
+
|
|
|
+ * Makefile.unix, Makefile.MSVC:
|
|
|
+
|
|
|
+ in case of single precision (FLOAT8==float) we have to make sure that
|
|
|
+ the mpglib uses REAL==float too. otherwise the decoder will moan about
|
|
|
+ too small buffers
|
|
|
+
|
|
|
+2004-03-07 14:18 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ no Xing-VBR header except layer 3
|
|
|
+
|
|
|
+2004-03-06 17:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it ignores --scale option.
|
|
|
+
|
|
|
+2004-03-06 17:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fft3dn.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove Japanese comments.
|
|
|
+
|
|
|
+2004-03-06 16:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.h, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert the last psymodel change, and implement the better way to archive
|
|
|
+ more precise frequency analysis in the lower frequency region. This is
|
|
|
+ done by changing frequency -> bark conversion equation.
|
|
|
+
|
|
|
+2004-03-06 16:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove Jananese comments.
|
|
|
+
|
|
|
+2004-03-06 15:36 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ entering beta stage
|
|
|
+
|
|
|
+2004-03-06 15:34 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-03-01 22:21 robert
|
|
|
+
|
|
|
+ * configMS.h, libmp3lame/version.h:
|
|
|
+
|
|
|
+ we are now at 3.96 alpha 4
|
|
|
+
|
|
|
+2004-03-01 22:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ bug fix: the highly optimized loops did an off by one access resulting
|
|
|
+ in often invalid energy and threshold calculations. (both psy models
|
|
|
+ affected). added a workaround and some assertions.
|
|
|
+
|
|
|
+2004-03-01 15:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for testcase... (oops, simple mistake)
|
|
|
+
|
|
|
+2004-02-29 19:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, takehiro.c:
|
|
|
+
|
|
|
+ fixing the "huffman decode overrun" and "mp3x problem"
|
|
|
+
|
|
|
+2004-02-29 18:20 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, history.html:
|
|
|
+
|
|
|
+ no message
|
|
|
+
|
|
|
+2004-02-29 18:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for 8kHz with 128kbps.
|
|
|
+
|
|
|
+2004-02-29 17:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better partitioning for psymodel calculation (very much experimental!)
|
|
|
+
|
|
|
+2004-02-29 17:17 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer1.c:
|
|
|
+
|
|
|
+ fix layer1 decoding bug
|
|
|
+
|
|
|
+2004-02-29 17:16 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer1.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix monural file decoding bug in layer1, reported by Goran Markovic.
|
|
|
+
|
|
|
+2004-02-26 17:20 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fixed Layer2 decoding bug reported by Goran Markovic
|
|
|
+
|
|
|
+2004-02-26 16:31 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed Layer2 decoding issue, reported by Goran Markovic.
|
|
|
+
|
|
|
+2004-02-25 22:10 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ fixing some aliasing problem in fastlog2 calculation
|
|
|
+
|
|
|
+2004-02-25 21:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ getting rid of a warning about a function being defined but not used
|
|
|
+
|
|
|
+2004-02-25 21:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ fixing code relying on compiler implementation details
|
|
|
+
|
|
|
+2004-02-25 21:41 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/VbrTag.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.c:
|
|
|
+
|
|
|
+ getting rid of some compiler warnings:
|
|
|
+ - about too long string constants
|
|
|
+ - about C++ stylish comments
|
|
|
+ there is still a warning about the use of a C99 hexadecimal floating
|
|
|
+ constant in portableio.c. will this compile on older C-compilers?
|
|
|
+
|
|
|
+2004-02-24 02:18 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ testcase with new huffman coding.
|
|
|
+
|
|
|
+2004-02-24 01:57 olcios
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed a bug with --resample and ReplayGain analysis of input data. With certain parameters the data sent to analysis was mangled (some samples missing, some doubled, some in the wrong order). With most natural music the error wasn't vast (below 1dB), but with e.g. a sine wave the gain error was audible.
|
|
|
+
|
|
|
+2004-02-23 19:48 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.h:
|
|
|
+
|
|
|
+ now works under gcc, but I am not sure about the typedefs on different platforms.
|
|
|
+
|
|
|
+2004-02-23 18:53 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.h, util.h:
|
|
|
+
|
|
|
+ moved replaygain_t to gain_analysis.h
|
|
|
+
|
|
|
+2004-02-23 14:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ improve lossless coding when all the quantized values in the same scalefactor band are even number.
|
|
|
+
|
|
|
+2004-02-22 21:17 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, gain_analysis.c, gain_analysis.h,
|
|
|
+ lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ made ReplayGain reentrant
|
|
|
+
|
|
|
+2004-02-22 21:16 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ yet another "usefullsize" bug (found by passing the python tests)
|
|
|
+
|
|
|
+2004-02-22 21:14 bouvigne
|
|
|
+
|
|
|
+ * test/: CBRABR.op, VBR.op, misc.op, shortCBRABR.op, shortVBR.op:
|
|
|
+
|
|
|
+ Updated test files.
|
|
|
+ As the cbr/abr and vbr ones are quite long, I also added some short ones.
|
|
|
+
|
|
|
+2004-02-17 00:37 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ bug fix: in mono mode all block type where of short type due to forced
|
|
|
+ block type coupling
|
|
|
+
|
|
|
+2004-02-16 21:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ bug fix by John Edwards (48 kHz replay gain segmentation fault)
|
|
|
+
|
|
|
+2004-02-15 21:39 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, vbrquantize.c:
|
|
|
+
|
|
|
+ standard ISO quantization for vbr-mtrh
|
|
|
+
|
|
|
+2004-02-15 19:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, takehiro.c:
|
|
|
+
|
|
|
+ bug fix: usefullsize may become negativ due to some optimizations
|
|
|
+
|
|
|
+2004-02-15 13:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sprintf -> snprintf and some trivial clean up.
|
|
|
+
|
|
|
+2004-02-15 01:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ a simple -V9 -f line lets LAME crash,
|
|
|
+ there seems to be something wrong with scalefactor width
|
|
|
+ at least my inserted assertions indicate this
|
|
|
+
|
|
|
+2004-02-10 02:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ try to make some use of max_nonzero_coeff in vbr-mtrh
|
|
|
+
|
|
|
+2004-02-08 21:58 takehiro
|
|
|
+
|
|
|
+ * frontend/: brhist.c, get_audio.c, get_audio.h, gtkanal.c,
|
|
|
+ lame.dsp, main.c, mp3rtp.c, parse.c, timestatus.c, timestatus.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ misc clean ups.
|
|
|
+ - gfp/gfc things
|
|
|
+ - mp3 decoding patch from Dmitriy Startsev
|
|
|
+ - remove an old file
|
|
|
+
|
|
|
+2004-02-08 21:57 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ mp3 decoding patch from Dmitriy Startsev
|
|
|
+
|
|
|
+2004-02-08 19:00 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ reduced the number of short blocks
|
|
|
+
|
|
|
+2004-02-08 14:08 bouvigne
|
|
|
+
|
|
|
+ * Makefile.am, lame.dsw:
|
|
|
+
|
|
|
+ removed old workspace
|
|
|
+
|
|
|
+2004-02-08 12:44 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ inverted a while statement, some int ->unsigned.
|
|
|
+ I hope that they will be safe this time.
|
|
|
+
|
|
|
+2004-02-08 03:10 robert
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ sorry Gabriel, reverting your signed->unsigned patch due to exceptions
|
|
|
+ while encoding awe32_20sec.wav using --preset standard
|
|
|
+
|
|
|
+2004-02-08 03:06 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ sorry Gabriel, reverting your signed->unsigned patch because of
|
|
|
+ exceptions in awe32_20sec.wav using --preset standard
|
|
|
+
|
|
|
+2004-02-08 03:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ bug fix: scalefactors may have been read from uninitialized memory
|
|
|
+
|
|
|
+2004-02-08 02:12 robert
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ calculating xrpow_max for vbr_mtrh too
|
|
|
+
|
|
|
+2004-02-07 19:38 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ some int -> unsigned int
|
|
|
+
|
|
|
+2004-02-06 16:56 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c, mpglib/interface.c:
|
|
|
+
|
|
|
+ mp3 decoding patch from Dmitriy Startsev
|
|
|
+
|
|
|
+2004-02-04 20:17 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha because of the fixed crash
|
|
|
+
|
|
|
+2004-02-04 20:16 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ fixed a crash in quantize_xrpow occuring when using low bitrates (32kbps)
|
|
|
+
|
|
|
+2004-02-02 15:20 olcios
|
|
|
+
|
|
|
+ * USAGE, doc/html/switchs.html:
|
|
|
+
|
|
|
+ reworded the RG part. Discussed with: Alexander Leidinger
|
|
|
+
|
|
|
+2004-02-02 14:17 olcios
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ oops, committed an experimental file, reverting back to 1.80
|
|
|
+
|
|
|
+2004-02-02 13:28 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-02-02 13:25 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Add a check for 64 bit off_t's ("LARGEFILE" support).
|
|
|
+
|
|
|
+ This may not be enough as lame uses ints and longs where other types
|
|
|
+ may be more correct, but it may work in some cases.
|
|
|
+
|
|
|
+ HOWTO provided by: Dan Nelson <dnelson@allantgroup.com>
|
|
|
+
|
|
|
+2004-02-02 13:02 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ - reformatted the replaygain part (less than 80 characters per line)
|
|
|
+ - reworded some parts
|
|
|
+ - add a note about the decoder requierement for the --decode,
|
|
|
+ --replaygain-accurate and --clipdetect options
|
|
|
+
|
|
|
+ Discussed with: Aleksander Korzynski
|
|
|
+
|
|
|
+2004-02-02 12:58 aleidinger
|
|
|
+
|
|
|
+ * config.h.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-02-02 12:57 aleidinger
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ Add the DECODE_ON_THE_FLY define in the HAVE_MPGLIB case.
|
|
|
+
|
|
|
+2004-02-02 12:57 aleidinger
|
|
|
+
|
|
|
+ * configure.in, include/lame.h:
|
|
|
+
|
|
|
+ - enable bitrate histogram by default
|
|
|
+ discussed with Gabriel in Sept. 03
|
|
|
+
|
|
|
+ - define DECODE_ON_THE_FLY for the replaygain feature in the HAVE_MPGLIB
|
|
|
+ case too (moved from include/lame.h, I think it's cleaner this way)
|
|
|
+ discussed with Aleksander Korzynski
|
|
|
+
|
|
|
+2004-02-02 12:38 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ Patch from Ti Kan <ti@amb.org>:
|
|
|
+ ---snip---
|
|
|
+ Below is a patch to make Lame 3.95.1 compile and run on AIX, HP-UX,
|
|
|
+ IRIX, Solaris, UnixWare, SCO Open Server and SunOS 4.1.x.
|
|
|
+
|
|
|
+ The change involves the call to snprintf() in libmp3lame/id3tag.c.,
|
|
|
+ but snprintf() is not available on many of these platforms. I know
|
|
|
+ that in general replacing snprintf() with sprintf() removes a layer
|
|
|
+ of string buffer overflow protection, but in this case it should
|
|
|
+ be safe because the size of string is bounded.
|
|
|
+ ---snip---
|
|
|
+
|
|
|
+2004-01-31 20:05 olcios
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/main.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ disabled peak sample detection when LAME tag is not written into the file
|
|
|
+
|
|
|
+2004-01-29 16:39 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-01-29 16:31 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha because of the fixed crashes
|
|
|
+
|
|
|
+2004-01-29 16:26 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ fixed bug #886989
|
|
|
+
|
|
|
+2004-01-26 14:00 olcios
|
|
|
+
|
|
|
+ * USAGE, doc/html/switchs.html, doc/man/lame.1, frontend/parse.c:
|
|
|
+
|
|
|
+ updated documentation and --longhelp on RG
|
|
|
+
|
|
|
+2004-01-26 12:05 olcios
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/VbrTag.c, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/lame.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ removed ReportLameTagProgress (it is not LAME API). Fixed --replaygain-accurate and --clipdetect.
|
|
|
+
|
|
|
+2004-01-25 10:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix a bug when the malloc is failed.
|
|
|
+
|
|
|
+2004-01-25 10:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix id3v2 tag output
|
|
|
+
|
|
|
+2004-01-25 10:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.h, id3tag.c, id3tag.h, quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-01-25 08:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix total track number buffer overrun bug.
|
|
|
+
|
|
|
+2004-01-25 08:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused prototype
|
|
|
+
|
|
|
+2004-01-25 08:33 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/id3tag.c, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ total track ID3 tag, requested at sf.net (Request ID #630803)
|
|
|
+ http://sourceforge.net/tracker/index.php?func=detail&aid=630803&group_id=290&atid=350290
|
|
|
+
|
|
|
+2004-01-25 08:30 takehiro
|
|
|
+
|
|
|
+ * lame_vc6.dsw (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the main branch.(related mp3x projects)
|
|
|
+
|
|
|
+2004-01-25 08:28 takehiro
|
|
|
+
|
|
|
+ * frontend/lame.dsw (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove old files.
|
|
|
+
|
|
|
+2004-01-25 05:45 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added message about "--preset medium"
|
|
|
+
|
|
|
+2004-01-24 17:37 takehiro
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.h, ACMStream.cpp, ACMStream.h,
|
|
|
+ AEncodeProperties.cpp, DecodeStream.cpp, main.cpp
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem(I hope...)
|
|
|
+
|
|
|
+2004-01-24 17:31 takehiro
|
|
|
+
|
|
|
+ * frontend/main.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync the main branch.
|
|
|
+ - include limits.h only when there's the header.
|
|
|
+
|
|
|
+2004-01-24 17:28 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the main branch.
|
|
|
+ - remove message output during reading AIFF file.
|
|
|
+
|
|
|
+2004-01-21 13:50 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in, Dll/Makefile.in,
|
|
|
+ frontend/Makefile.in, libmp3lame/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-21 13:48 aleidinger
|
|
|
+
|
|
|
+ * frontend/main.h:
|
|
|
+
|
|
|
+ only include limits.h if it is present on the system
|
|
|
+
|
|
|
+2004-01-21 10:17 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ missing {} in last fix
|
|
|
+
|
|
|
+2004-01-21 09:41 bouvigne
|
|
|
+
|
|
|
+ * ACM/ACM.dsw, ACM/Makefile.am, ACM/lameACM.dsp, Makefile.B32,
|
|
|
+ Makefile.DJGPP, Makefile.am, PRESETS.draft, README.B32,
|
|
|
+ README.DJGPP, Dll/Example.dsp, Dll/Example.dsw,
|
|
|
+ Dll/MP3EncDll.dsp, Dll/MP3EncDll.dsw, Dll/Makefile.am,
|
|
|
+ frontend/Makefile.am, frontend/lame.dsp, frontend/lame.dsw,
|
|
|
+ frontend/mp3x.dsp, frontend/mp3x.dsw, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/libmp3lame.dsp, mpglib/Makefile.am, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ removed old unmaintained files
|
|
|
+
|
|
|
+2004-01-20 18:41 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fixed a crash:
|
|
|
+ sometimes quantization could overflow because of big xr_pow values
|
|
|
+
|
|
|
+2004-01-20 17:04 takehiro
|
|
|
+
|
|
|
+ * Dll/Makefile.mingw32 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused include path
|
|
|
+
|
|
|
+2004-01-20 16:24 takehiro
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h, Example.cpp,
|
|
|
+ Makefile.mingw32 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ DLL build and minor message fix. but we may need API fix, too...
|
|
|
+
|
|
|
+2004-01-20 06:22 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not include "internal" header file.
|
|
|
+
|
|
|
+2004-01-18 15:54 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-18 15:52 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure.in, mac/Precompile_Common.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove ieee754_float64_t
|
|
|
+
|
|
|
+2004-01-18 13:51 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ mp3x: fix mean bits display when mono or mpeg2
|
|
|
+
|
|
|
+2004-01-18 13:48 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make it sure not to call "experimental" switches when it is not DEBUG mode or ALPHA version.
|
|
|
+
|
|
|
+2004-01-18 13:21 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2004-01-18 12:52 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, PRESETS.draft, lame.dsw, ACM/ACM.dsw,
|
|
|
+ ACM/Makefile.am, ACM/Makefile.in, ACM/lameACM.dsp,
|
|
|
+ Dll/Example.dsp, Dll/Example.dsw, Dll/MP3EncDll.dsp,
|
|
|
+ Dll/MP3EncDll.dsw, Dll/Makefile.am, Dll/Makefile.in,
|
|
|
+ frontend/Makefile.am, frontend/Makefile.in, frontend/mp3x.dsp,
|
|
|
+ frontend/mp3x.dsw, frontend/mp3x_vc6.dsp, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/libmp3lame.dsp,
|
|
|
+ mpglib/Makefile.am, mpglib/Makefile.in, mpglib/mpglib.dsp
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove all the outdated files.
|
|
|
+ copied mp3x_vc6.dsp from main branch.
|
|
|
+
|
|
|
+2004-01-18 12:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-18 12:47 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-18 12:47 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure.in, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h, libmp3lame/takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ replace "unsigned long long" -> "uint64_t"
|
|
|
+
|
|
|
+2004-01-18 12:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-17 18:33 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/bitstream.c, mpglib/interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ moved VBR header related code. now the vbr header structure is in lame.h.
|
|
|
+ This means applications can use the VBR header information via it.
|
|
|
+
|
|
|
+2004-01-17 18:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame-analysis.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition
|
|
|
+
|
|
|
+2004-01-17 18:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-17 18:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix assert() condition.
|
|
|
+ remove unused function.
|
|
|
+
|
|
|
+2004-01-17 18:08 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/VbrTag.c, libmp3lame/VbrTag.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove ReportLameTagProgress(). it is not LAME API at all...
|
|
|
+
|
|
|
+2004-01-17 18:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-17 17:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame.c, machine.h, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ include file clean up.
|
|
|
+
|
|
|
+2004-01-17 17:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c, mpglib/interface.c,
|
|
|
+ mpglib/interface.h, mpglib/mpglib.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed InitMP3() and ExitMP3() API.
|
|
|
+
|
|
|
+2004-01-17 17:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove freegfc() prototype
|
|
|
+
|
|
|
+2004-01-17 17:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify freegfc()
|
|
|
+
|
|
|
+2004-01-17 17:04 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/console.c, frontend/get_audio.c,
|
|
|
+ frontend/gpkplotting.c, frontend/gtkanal.c, frontend/main.c,
|
|
|
+ frontend/mp3rtp.c, frontend/rtp.c, include/lame.h,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/machine.h,
|
|
|
+ libmp3lame/mpglib_interface.c, mpglib/common.c,
|
|
|
+ mpglib/decode_i386.c, mpglib/interface.c, mpglib/layer1.c,
|
|
|
+ mpglib/layer2.c, mpglib/layer3.c, mpglib/mpg123.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ renamed "stereo" -> "channels" to make things more clear.
|
|
|
+ remove unused definitions.
|
|
|
+
|
|
|
+2004-01-17 14:25 takehiro
|
|
|
+
|
|
|
+ * README.B32, README.DJGPP (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ too much old. removed.
|
|
|
+
|
|
|
+2004-01-17 14:23 takehiro
|
|
|
+
|
|
|
+ * API, HACKING, ACM/ACMStream.h, ACM/DecodeStream.h,
|
|
|
+ Dll/BladeMP3EncDLL.c, Dll/Makefile.mingw32, dshow/Encoder.h,
|
|
|
+ frontend/brhist.c, frontend/brhist.h, frontend/get_audio.c,
|
|
|
+ frontend/get_audio.h, frontend/gtkanal.c, frontend/gtkanal.h,
|
|
|
+ frontend/main.c, frontend/mp3rtp.c, frontend/mp3x.c,
|
|
|
+ frontend/parse.c, frontend/parse.h, frontend/timestatus.c,
|
|
|
+ frontend/timestatus.h, include/lame.h, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/VbrTag.c, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/id3tag.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/libmp3lame_vc6.dsp,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize.h, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/set_get.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ mpglib/Makefile.am, mpglib/Makefile.in, mpglib/common.c,
|
|
|
+ mpglib/common.h, mpglib/dct64_i386.c, mpglib/decode_i386.c,
|
|
|
+ mpglib/interface.c, mpglib/interface.h, mpglib/layer1.c,
|
|
|
+ mpglib/layer1.h, mpglib/layer2.c, mpglib/layer2.h,
|
|
|
+ mpglib/layer3.c, mpglib/layer3.h, mpglib/mpg123.h,
|
|
|
+ mpglib/mpglib.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Large API clean up.
|
|
|
+ To make MP3 decoding function reentrant, we need to replace the all API...
|
|
|
+
|
|
|
+ all the variables are now marked as "INTERNAL" and applications cannot
|
|
|
+ access them directly.
|
|
|
+
|
|
|
+ "lame_global_flags" structure is removed. Use "lame_t" instead.
|
|
|
+
|
|
|
+2004-01-17 14:11 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ They are too much outdated. removed.
|
|
|
+
|
|
|
+2004-01-17 11:34 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure.in, frontend/brhist.c,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/gpkplotting.c, frontend/gtkanal.c, frontend/main.c,
|
|
|
+ frontend/main.h, frontend/parse.c, frontend/portableio.c,
|
|
|
+ libmp3lame/mpglib_interface.c, mac/Precompile_Common.h,
|
|
|
+ mpglib/common.c, mpglib/interface.c, mpglib/layer2.c,
|
|
|
+ mpglib/layer3.c, mpglib/mpg123.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup. remove unused functions/definitions.
|
|
|
+
|
|
|
+2004-01-17 10:51 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2004-01-17 10:45 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix usage message of --priority
|
|
|
+
|
|
|
+2004-01-17 10:17 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, frontend/parse.c,
|
|
|
+ frontend/portableio.c, frontend/portableio.h, include/lame.h,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/lame.c, libmp3lame/tables.c,
|
|
|
+ mpglib/common.c, mpglib/common.h, mpglib/tabinit.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused code and old APIs.
|
|
|
+ make some functions/arrays static.
|
|
|
+
|
|
|
+2004-01-17 09:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it does not write id3v2 at all.
|
|
|
+ make bitrate table static.
|
|
|
+
|
|
|
+2004-01-15 19:05 aleidinger
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ We should not need errno... introduced in the last commit, remove it.
|
|
|
+
|
|
|
+2004-01-15 19:04 aleidinger
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Different fix for the priority parsing bug, uses less code.
|
|
|
+
|
|
|
+ Tested by: Gabriel
|
|
|
+
|
|
|
+2004-01-15 13:54 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html, ACM/TODO, doc/html/index.html,
|
|
|
+ doc/html/switchs.html:
|
|
|
+
|
|
|
+ doc, history
|
|
|
+
|
|
|
+2004-01-15 11:15 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ made lame.h identical with or without DECODE_ON_THE_FLY.
|
|
|
+ made gfp identical with or without DECODE_ON_THE_FLY.
|
|
|
+
|
|
|
+2004-01-15 01:24 olcios
|
|
|
+
|
|
|
+ * USAGE, frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ changed the behaviour of --clipdetect to force RG analysis on decoded data (not input data). Updated --longhelp and documentation
|
|
|
+
|
|
|
+2004-01-14 14:38 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ minor code change in mask_add
|
|
|
+
|
|
|
+2004-01-14 14:16 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ minor code change in mask_add
|
|
|
+
|
|
|
+2004-01-13 19:23 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ isnumber ->is_number
|
|
|
+
|
|
|
+2004-01-13 18:35 glessard
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ Removed a spurious fprintf that occurred during AIFF-C decoding.
|
|
|
+
|
|
|
+2004-01-13 17:36 bouvigne
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ ReplayGain ->89dB
|
|
|
+
|
|
|
+2004-01-13 17:30 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fix mp3 decoding...
|
|
|
+
|
|
|
+2004-01-13 13:30 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fixed issue when --priority is not followed by a number but by another
|
|
|
+ argument.
|
|
|
+
|
|
|
+ Btw, the situation is the same with a lot of other settings.
|
|
|
+
|
|
|
+2004-01-13 12:36 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ 3.96a1
|
|
|
+
|
|
|
+2004-01-12 18:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ bit better diveding point of huffman coding.
|
|
|
+
|
|
|
+2004-01-12 17:23 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2004-01-12 16:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, set_get.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ implement lame_set_maskingadjust() and lame_set_maskingadjust_short() as is in LAME3.x branch.
|
|
|
+
|
|
|
+ get_XX functions are not yet coded.
|
|
|
+
|
|
|
+2004-01-12 16:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, set_get.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it ignores --athlower and --athcurve option (always use default setting)
|
|
|
+ and clean up ATH related functions.
|
|
|
+
|
|
|
+2004-01-12 14:49 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better mp3 file header analysis (and bugfix).
|
|
|
+
|
|
|
+2004-01-12 13:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ consider subblock position when calculating the PE value
|
|
|
+ (usually, subblock 3 needs more bits than subblock 1)
|
|
|
+
|
|
|
+2004-01-12 13:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-12 09:03 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-01-12 08:59 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ changed RG level to 89dB
|
|
|
+
|
|
|
+2004-01-12 08:42 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ back into 3.95 because of the fixed crash
|
|
|
+
|
|
|
+2004-01-12 08:41 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ fixed a potential crash with fast vbr (introduced by myself)
|
|
|
+
|
|
|
+2004-01-12 07:17 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "--sameblock" option, to help the playback problems on some buggy decoders.(like some DVD/CD-R mp3 player)
|
|
|
+
|
|
|
+2004-01-12 06:50 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up quality setting.
|
|
|
+
|
|
|
+2004-01-11 15:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for short block i-stereo band mis-selection.
|
|
|
+
|
|
|
+2004-01-11 15:01 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ small cleanup in the lowpass/samplefreq selection code
|
|
|
+
|
|
|
+2004-01-11 14:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ quick fix for i-stereo. it accidentially uses i-stereo on the scalefactor
|
|
|
+ where we do not want to use (and where we do not set the direction).
|
|
|
+
|
|
|
+2004-01-11 14:04 takehiro
|
|
|
+
|
|
|
+ * config.h.in, configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-11 13:37 takehiro
|
|
|
+
|
|
|
+ * configure.in, mac/Precompile_Common.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove IEEE854_float80
|
|
|
+
|
|
|
+2004-01-11 12:46 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-11 12:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix the fatal reservoir usage bug.
|
|
|
+ - meaning of "--nores" was opposite.
|
|
|
+ - it does not use reservoir at all when VBR.
|
|
|
+
|
|
|
+2004-01-11 12:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix Tag problem when CBR.
|
|
|
+
|
|
|
+2004-01-11 12:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-11 11:56 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ rtp cannot send vbr header.
|
|
|
+
|
|
|
+2004-01-11 11:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make PutLameVBR() as static
|
|
|
+
|
|
|
+2004-01-11 11:22 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-11 11:20 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Welcome to 3.96.
|
|
|
+
|
|
|
+2004-01-11 10:21 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ We are now in 3.96
|
|
|
+
|
|
|
+2004-01-11 10:03 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ignore the MPEG header whose layer is not same as the filename.
|
|
|
+
|
|
|
+2004-01-11 09:56 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem with libsndfile.
|
|
|
+
|
|
|
+2004-01-11 02:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused tables.
|
|
|
+
|
|
|
+2004-01-11 01:19 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/tables.c, libmp3lame/tables.h,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ choose from 4 code table when ixmax = 2, 3, ..., 7
|
|
|
+
|
|
|
+2004-01-10 22:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-10 21:20 olcios
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ cosmetic
|
|
|
+
|
|
|
+2004-01-10 20:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x sometimes crashes.
|
|
|
+
|
|
|
+2004-01-10 20:31 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen by hand
|
|
|
+
|
|
|
+2004-01-10 20:29 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.unix, config.h.in, configure.in,
|
|
|
+ frontend/mp3x.dsp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove symbol HAVE_GTK
|
|
|
+
|
|
|
+2004-01-10 20:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-01-10 20:16 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3x.c, libmp3lame/lame.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/set_get.h, mpglib/layer3.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up and fix analyzer hook related code.
|
|
|
+
|
|
|
+2004-01-10 20:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2004-01-10 19:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, tables.h, takehiro.c,
|
|
|
+ i386/choose_table.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up huffman coding tables.
|
|
|
+
|
|
|
+2004-01-10 19:24 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/bitstream.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ little bit better huffman coding when ix_max = 2
|
|
|
+
|
|
|
+2004-01-10 18:25 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/tables.c, libmp3lame/tables.h,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ little bit better huffman coding when ix_max is 1.
|
|
|
+
|
|
|
+2004-01-10 17:28 olcios
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ cosmetic change
|
|
|
+
|
|
|
+2004-01-10 16:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix the display of lowpass fileter config.
|
|
|
+
|
|
|
+2004-01-10 16:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ main line merge.
|
|
|
+ - Gaby's VBRtag fix (do not include the vbr header into the vbr seek table as it breaks a player).
|
|
|
+
|
|
|
+2004-01-10 15:57 takehiro
|
|
|
+
|
|
|
+ * ACM/ACMStream.cpp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ main line merge
|
|
|
+ - Gaby's buffer size fix.
|
|
|
+
|
|
|
+2004-01-10 12:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added one more error check.
|
|
|
+
|
|
|
+2004-01-10 12:31 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2004-01-10 12:29 aleidinger
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ testcase for 3.95
|
|
|
+
|
|
|
+2004-01-10 12:29 takehiro
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ added mpglib fix
|
|
|
+
|
|
|
+2004-01-10 12:18 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update CVS history
|
|
|
+
|
|
|
+2004-01-10 12:13 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ Preperation for 3.95 RELEASE.
|
|
|
+
|
|
|
+ Please notify me and Gabriel in case you change something from this
|
|
|
+ point in time upto the 3.96 version bump.
|
|
|
+
|
|
|
+2004-01-10 12:10 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ faster on PPC
|
|
|
+
|
|
|
+2004-01-10 12:03 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/util.h:
|
|
|
+
|
|
|
+ do not use FastLog implicitely
|
|
|
+
|
|
|
+2004-01-10 12:02 aleidinger
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ explicit use of FastLog
|
|
|
+
|
|
|
+2004-01-10 11:42 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-10 11:35 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - use the IEEE 754 hack and FastLog on x86 and PPC only
|
|
|
+ - make the use of FastLog explicit
|
|
|
+
|
|
|
+ PPC performance:
|
|
|
+ 1GHz G4
|
|
|
+ "Standard" : 396 s (100%)
|
|
|
+ FastLog : 371 s ( 93%)
|
|
|
+ FastLog, 754 : 365 s ( 92%)
|
|
|
+ 754 : 388 s ( 98%)
|
|
|
+
|
|
|
+ 2GHz G5 (dual), cbr, vbr
|
|
|
+ "Standard" : 166 s (100%), 328 s (100%)
|
|
|
+ FastLog : 169 s (102%), 338 s (102%)
|
|
|
+ FastLog, 754 : 148 s ( 90%), 288 s ( 88%)
|
|
|
+ 754 : 145 s ( 87%), 279 s ( 85%)
|
|
|
+
|
|
|
+ On a G5 we shouldn't use FastLog (I assume highly optimized for G5 log*()
|
|
|
+ routines in the standard math library), but configure doesn't know ATM how
|
|
|
+ do check for a G5.
|
|
|
+
|
|
|
+2004-01-10 10:38 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ backport from my experimental branch to fix the crash when invalid input.
|
|
|
+
|
|
|
+2004-01-10 10:27 takehiro
|
|
|
+
|
|
|
+ * mpglib/: common.c, interface.c, layer1.c, layer3.c:
|
|
|
+
|
|
|
+ backport from my experimenhtal branch, to fix the crash when invalid input.
|
|
|
+
|
|
|
+2004-01-10 09:55 takehiro
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ effetc->affect reported at sf.net (BugID #867502)
|
|
|
+
|
|
|
+2004-01-08 19:55 olcios
|
|
|
+
|
|
|
+ * libmp3lame/gain_analysis.c:
|
|
|
+
|
|
|
+ comment update (clarification)
|
|
|
+
|
|
|
+2004-01-08 19:14 olcios
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ Removed --replaygain from USAGE, because it had been defaulted and the option removed from LAME. Updated information on --replaygain-accurate.
|
|
|
+
|
|
|
+2004-01-08 15:58 bouvigne
|
|
|
+
|
|
|
+ * configMS.h, doc/html/history.html, doc/html/index.html:
|
|
|
+
|
|
|
+ predicted release date: January 11th
|
|
|
+
|
|
|
+2004-01-07 17:58 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-07 17:57 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ Add mp3x_vc6.dsp.
|
|
|
+
|
|
|
+ Requested by: Gabriel
|
|
|
+
|
|
|
+2004-01-07 17:35 bouvigne
|
|
|
+
|
|
|
+ * README.WINGTK, lame_vc6.dsw, frontend/lame_vc6.dsp,
|
|
|
+ frontend/mp3x_vc6.dsp, libmp3lame/libmp3lame_vc6.dsp,
|
|
|
+ mpglib/mpglib_vc6.dsp:
|
|
|
+
|
|
|
+ added back mp3x to the VC6 projects
|
|
|
+
|
|
|
+2004-01-07 15:57 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-07 15:51 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - bump version to 3.95
|
|
|
+ - disable layer1 decoding by default
|
|
|
+ - reword the layer options and some option descriptions
|
|
|
+ - enable the use of the fast log function on every CPU (for x86 this
|
|
|
+ is implicit by the ieee hack)
|
|
|
+
|
|
|
+2004-01-07 15:26 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ add the fast log option
|
|
|
+
|
|
|
+2004-01-07 13:26 bouvigne
|
|
|
+
|
|
|
+ * mpglib/mpglib_vc6.dsp:
|
|
|
+
|
|
|
+ disable layer I
|
|
|
+
|
|
|
+2004-01-06 14:38 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2004-01-06 13:53 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ do not include the vbr header into the vbr seek table as it breaks a player
|
|
|
+
|
|
|
+2004-01-05 18:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix ABR bitrate
|
|
|
+ changed VBR quality <-> compression ratio mapping.
|
|
|
+ changed gfc->masking_lower setting
|
|
|
+
|
|
|
+2004-01-05 17:51 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix a warning.
|
|
|
+ reduce prefetch length.
|
|
|
+
|
|
|
+2004-01-05 16:25 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-01-05 16:19 bouvigne
|
|
|
+
|
|
|
+ * ACM/ACMStream.cpp:
|
|
|
+
|
|
|
+ fixed a buffer requirement error
|
|
|
+
|
|
|
+2004-01-05 09:45 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: l3side.h, quantize.c, takehiro.c:
|
|
|
+
|
|
|
+ faster count_bits
|
|
|
+
|
|
|
+2004-01-05 07:35 takehiro
|
|
|
+
|
|
|
+ * mpglib/common.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more fix for seg.fault
|
|
|
+
|
|
|
+2004-01-05 07:30 takehiro
|
|
|
+
|
|
|
+ * mpglib/common.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix seg.fault (not good way, indeed)
|
|
|
+
|
|
|
+2004-01-05 07:16 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo and disable LAYER1 decoding by default.
|
|
|
+
|
|
|
+2004-01-05 07:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in, configure
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2004-01-05 07:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem
|
|
|
+
|
|
|
+2004-01-05 06:47 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more strict syncword check when no LAYER1/2 support.
|
|
|
+
|
|
|
+2004-01-04 19:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ finished fixing mono encoding (initialization problem of inter-channel masking value)
|
|
|
+ remove useless code in stereo->mono mix down.
|
|
|
+ fix ATH adjustment code initialization.
|
|
|
+
|
|
|
+2004-01-04 17:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mono-mode bitrate selection.
|
|
|
+
|
|
|
+2004-01-04 15:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix the condition to use freeformat or not.
|
|
|
+
|
|
|
+2004-01-04 11:04 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ corrected -k
|
|
|
+
|
|
|
+2004-01-03 17:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up and fix comments.
|
|
|
+
|
|
|
+2004-01-03 16:47 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2004-01-03 16:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix possible highpass filter display problem.
|
|
|
+
|
|
|
+2004-01-03 16:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed short block switching threshold for 8/16 kbps.
|
|
|
+
|
|
|
+2004-01-03 04:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "FATAL" typo.
|
|
|
+ some code clean up.
|
|
|
+
|
|
|
+2004-01-03 04:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for mono encoding.
|
|
|
+
|
|
|
+2004-01-02 19:53 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ changed quality mapping
|
|
|
+
|
|
|
+2004-01-02 19:51 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ faster count_bits
|
|
|
+
|
|
|
+2004-01-02 19:49 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ Faster quantizations
|
|
|
+ Only 5% speedup when using Takehiro's ieee754 hack, but about 60%
|
|
|
+ speedup otherwise. (Should please Mac users)
|
|
|
+
|
|
|
+2004-01-02 09:02 takehiro
|
|
|
+
|
|
|
+ * mpglib/common.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ check emphasis bits in mpeg header.
|
|
|
+
|
|
|
+2004-01-01 17:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning on mingw (and probabry VC)
|
|
|
+
|
|
|
+2004-01-01 17:51 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed function name, lame_decode_fromfile -> decode_fromfile because it is not LAME standard API.
|
|
|
+
|
|
|
+2004-01-01 17:23 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer1.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix stereo value handling.
|
|
|
+
|
|
|
+2004-01-01 15:22 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix location where emphasis is recorded.
|
|
|
+
|
|
|
+2004-01-01 15:21 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for better MP3 header detection.
|
|
|
+
|
|
|
+2003-12-31 19:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix assertion condition.
|
|
|
+ fix i-stereo bit usage counting.
|
|
|
+
|
|
|
+2003-12-31 04:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-12-30 19:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up.(code to check the MAX_BITS is moved)
|
|
|
+
|
|
|
+2003-12-30 18:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ok, new years present.
|
|
|
+ here goes alpha10!
|
|
|
+
|
|
|
+2003-12-30 18:47 takehiro
|
|
|
+
|
|
|
+ * ACM/ddk/.cvsignore (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added to ignore Makefile
|
|
|
+
|
|
|
+2003-12-30 18:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it makes invalid mp3 file when 320kbps.
|
|
|
+
|
|
|
+2003-12-30 18:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added one more check.
|
|
|
+ trivial coding clean up.
|
|
|
+
|
|
|
+2003-12-30 17:12 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, configure, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/ddk/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with automake1.7.9, autoconf 2.59 on cygwin.
|
|
|
+
|
|
|
+2003-12-30 13:03 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up.
|
|
|
+
|
|
|
+2003-12-30 12:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix masking_lower hadling
|
|
|
+
|
|
|
+2003-12-30 12:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not store FFT value when not using analyzer
|
|
|
+
|
|
|
+2003-12-30 10:23 takehiro
|
|
|
+
|
|
|
+ * configure, ACM/Makefile.in, ACM/ddk/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-12-30 10:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2003-12-29 18:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ hadling masking_lower is moved to quantize.c from psymodel.c
|
|
|
+ fix bug in threshold calculation of short block last sfb.
|
|
|
+ better intensity stereo band selection.(do not use IS at lower frequency)
|
|
|
+ fix comments
|
|
|
+
|
|
|
+2003-12-29 18:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ omit MDCT calculation beyond cutoff.
|
|
|
+ The gain(for MDCT) is arround 15% when 18kHz cutoff.
|
|
|
+
|
|
|
+2003-12-29 08:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: set_get.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reservoir size fix for 320kbps over.
|
|
|
+
|
|
|
+2003-12-29 08:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added one error check.
|
|
|
+
|
|
|
+2003-12-28 15:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix reservoir max size configuration.
|
|
|
+
|
|
|
+2003-12-28 13:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix free format detection. 320kbps is not always free format.
|
|
|
+
|
|
|
+2003-12-28 12:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MPEG2 scalefactor output.
|
|
|
+
|
|
|
+2003-12-28 12:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better error detection for debug mode.
|
|
|
+
|
|
|
+2003-12-28 12:11 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix -k option.
|
|
|
+
|
|
|
+2003-12-28 11:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2003-12-28 11:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h, quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ many cosmetic change and clean up.
|
|
|
+
|
|
|
+2003-12-27 17:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use more fine resolution infomation for block switching.
|
|
|
+
|
|
|
+2003-12-27 14:55 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update testcase
|
|
|
+ clean up psymodel.c
|
|
|
+
|
|
|
+2003-12-27 14:24 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/tables.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now psymodel version 0.91-3
|
|
|
+ - new ATH adjustment.
|
|
|
+ * ATH adjustment per channel, not per granule.
|
|
|
+ - display ATH adjustment value in mp3x.
|
|
|
+ - new long/short block switching code.
|
|
|
+ * now it is aware of post masking.
|
|
|
+ * switch to short block when post echo may happen.
|
|
|
+ - better long->short masking (threshold/energy) conversion.
|
|
|
+
|
|
|
+2003-12-23 10:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added one comment.
|
|
|
+
|
|
|
+2003-12-23 10:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up.
|
|
|
+
|
|
|
+2003-12-23 10:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning/fixing norm[] values of the spreading function.
|
|
|
+
|
|
|
+2003-12-22 16:36 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2003-12-22 09:44 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ reduced warnings
|
|
|
+
|
|
|
+2003-12-21 18:41 bouvigne
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c, parse.c:
|
|
|
+
|
|
|
+ reduced warnings
|
|
|
+
|
|
|
+2003-12-21 18:14 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, psymodel.h, quantize.c,
|
|
|
+ quantize_pvt.c, quantize_pvt.h, util.h:
|
|
|
+
|
|
|
+ FLOAT8 -> FLOAT
|
|
|
+
|
|
|
+2003-12-21 16:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ safer threshold calculation arround attack detected position.
|
|
|
+
|
|
|
+2003-12-21 15:12 takehiro
|
|
|
+
|
|
|
+ * configure.in, ACM/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added ACM/ddk directory
|
|
|
+
|
|
|
+2003-12-21 15:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comment as is done in main line.
|
|
|
+
|
|
|
+2003-12-21 15:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix short block ATH scaling and masking threshold.
|
|
|
+
|
|
|
+2003-12-21 13:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, lame.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - temporal masking aware short/long block switching.
|
|
|
+ - tuning reduce side value.
|
|
|
+ - fixed long->short block threshold conversion factor.
|
|
|
+ - fixed array declaration bug in short block threshold calculation.
|
|
|
+
|
|
|
+2003-12-21 12:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, presets.c, psymodel.c,
|
|
|
+ psymodel.h, quantize.c, quantize.h, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, util.h:
|
|
|
+
|
|
|
+ FLOAT8 -> FLOAT
|
|
|
+
|
|
|
+2003-12-21 12:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove bval_width[] related code.
|
|
|
+
|
|
|
+2003-12-21 12:25 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix 8kbps decode bug (backport from main line)
|
|
|
+
|
|
|
+2003-12-21 10:16 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c, psymodel.c, util.c, util.h:
|
|
|
+
|
|
|
+ FLOAT8 -> FLOAT
|
|
|
+
|
|
|
+2003-12-20 14:48 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fixed calc_interchannel_masking when encoding to mono
|
|
|
+
|
|
|
+2003-12-20 14:33 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed lowpass value for high bitrate vbr profiles
|
|
|
+
|
|
|
+2003-12-20 14:31 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ Using 3.95 as version number.
|
|
|
+ We will decide latter what to choose about version numbers
|
|
|
+
|
|
|
+2003-12-19 13:55 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ Moved back to 3.94b in order to not have some 3.95b spreading on the web.
|
|
|
+ We now have to decide if we should go in the 3.94release direction or in the 3.95b direction
|
|
|
+
|
|
|
+2003-12-18 18:47 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ welcome in 3.95
|
|
|
+
|
|
|
+2003-12-18 17:13 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ ChangeLog for 3.94b.
|
|
|
+
|
|
|
+2003-12-18 15:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ 3.94b
|
|
|
+
|
|
|
+2003-12-18 12:54 aleidinger
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ Takehiro noticed a bug in the pipe fix, it results in a click sound at
|
|
|
+ the end of the encoding of BlackBirds.wav.
|
|
|
+
|
|
|
+ This fix is a merge from the experimental branch and doesn't seem to be
|
|
|
+ harmful while encoding over a pipe, but I'm not sure if I was able to
|
|
|
+ reproduce the situation where the original fix was needed.
|
|
|
+
|
|
|
+ I've tested:
|
|
|
+ mkfifo pipetest
|
|
|
+ lame -preset 96 pipetest pipetest.mp3
|
|
|
+ other shell: cat wav >pipetest
|
|
|
+
|
|
|
+2003-12-17 18:45 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ help
|
|
|
+
|
|
|
+2003-12-17 11:52 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ updated comment regarding spreading function
|
|
|
+
|
|
|
+2003-12-15 17:07 bouvigne
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ fixed 8kHz decoding
|
|
|
+
|
|
|
+2003-12-15 11:48 takehiro
|
|
|
+
|
|
|
+ * ACM/ddk/: Makefile.am, Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main line
|
|
|
+
|
|
|
+2003-12-14 17:56 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added some new items.
|
|
|
+ - highpass filter for psycho-analysis.
|
|
|
+ - temporal-masking-aware block switching.
|
|
|
+
|
|
|
+2003-12-14 17:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up s3_func() (no results difference)
|
|
|
+ remove normalization and bark width consideration.
|
|
|
+ # hehe, it's now obvious to see which frequency makes strong masking :p
|
|
|
+
|
|
|
+2003-12-12 18:22 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ coding style update.
|
|
|
+ check the INFO sub-chunk in LIST chunk.
|
|
|
+
|
|
|
+2003-12-12 18:21 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it treat the chunk after data chunk as part of data chunk.
|
|
|
+
|
|
|
+2003-12-12 17:24 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial style update (including comment style, etc).
|
|
|
+
|
|
|
+2003-12-12 16:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove nb_1 from gfc.
|
|
|
+
|
|
|
+2003-12-12 16:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix last change (oops, I checked-in the wrong version...)
|
|
|
+
|
|
|
+2003-12-12 16:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix bit reservoir handling when looooooooow bit rate.
|
|
|
+
|
|
|
+2003-12-12 14:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-12-12 14:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added error check code.
|
|
|
+
|
|
|
+2003-12-12 13:29 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up variables in gfc and gfp.
|
|
|
+
|
|
|
+2003-12-09 17:22 olcios
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Fixed typo.
|
|
|
+
|
|
|
+2003-12-09 17:19 olcios
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Fixed an error message.
|
|
|
+
|
|
|
+2003-12-09 16:08 aleidinger
|
|
|
+
|
|
|
+ * ACM/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-12-09 16:01 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-12-09 15:51 aleidinger
|
|
|
+
|
|
|
+ * ACM/ddk/Makefile.in:
|
|
|
+
|
|
|
+ Add the autoconf Makefile.
|
|
|
+
|
|
|
+2003-12-09 15:49 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Add the ACM/ddk subdirectory.
|
|
|
+
|
|
|
+2003-12-09 15:49 aleidinger
|
|
|
+
|
|
|
+ * ACM/Makefile.am:
|
|
|
+
|
|
|
+ Add the ddk subdirectory.
|
|
|
+
|
|
|
+2003-12-09 15:48 aleidinger
|
|
|
+
|
|
|
+ * ACM/ddk/Makefile.am:
|
|
|
+
|
|
|
+ Add an automake Makefile.
|
|
|
+
|
|
|
+2003-12-09 15:06 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ Bump alpha
|
|
|
+
|
|
|
+2003-12-09 15:05 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ do not display --r3mix in help
|
|
|
+
|
|
|
+2003-12-09 15:03 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ 3.94 release date?
|
|
|
+
|
|
|
+2003-12-09 14:59 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: basic.html, examples.html, history.html, index.html,
|
|
|
+ modes.html, presets.html, switchs.html:
|
|
|
+
|
|
|
+ 3.94 documentation
|
|
|
+
|
|
|
+2003-12-08 16:52 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Use integer format for ReplayGain peak value
|
|
|
+
|
|
|
+2003-12-06 20:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization.
|
|
|
+
|
|
|
+2003-12-06 20:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make best_huffman_divide() as static.
|
|
|
+ make it do not call best_huffman_divide() twice when vbr.
|
|
|
+
|
|
|
+2003-12-06 19:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning of quantize_sfb_3DN() prototype declaration.
|
|
|
+ fix pseudo half step bug on 3DNow!/SSE machines.
|
|
|
+
|
|
|
+2003-12-06 17:17 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove experimental switches from context structure.
|
|
|
+
|
|
|
+2003-12-06 13:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-12-06 11:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce subblock gain value.
|
|
|
+
|
|
|
+2003-12-06 07:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ VBR code update.
|
|
|
+ - fixed sf value range limit(not fatal, but possible quality degrade in higher VBR quality mode).
|
|
|
+ - adjust the initiail value of scalefactor search for speed up(arround 1 or 2%).CVS: ----------------------------------------------------------------------
|
|
|
+
|
|
|
+2003-12-05 12:49 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ add missing "
|
|
|
+
|
|
|
+2003-12-04 12:26 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ nasm -> NASM fix
|
|
|
+
|
|
|
+2003-12-03 16:35 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed short block noise estimation (max noise -> sum noise).
|
|
|
+
|
|
|
+2003-12-03 15:32 takehiro
|
|
|
+
|
|
|
+ * frontend/rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main line.
|
|
|
+
|
|
|
+2003-12-03 03:09 olcios
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ comments / doc
|
|
|
+
|
|
|
+2003-12-03 02:18 olcios
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c:
|
|
|
+
|
|
|
+ Brought back the possibility to run lame_decode_init() more than once
|
|
|
+
|
|
|
+2003-12-03 01:44 olcios
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ Made it impossible to simultaneously use mp3 input and decoding on the fly.
|
|
|
+
|
|
|
+2003-12-01 17:45 takehiro
|
|
|
+
|
|
|
+ * configure, Dll/Makefile.in, frontend/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-12-01 17:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ backport Alex's dirty hack, which is less dirty than mine :)
|
|
|
+
|
|
|
+2003-12-01 17:43 takehiro
|
|
|
+
|
|
|
+ * ltmain.sh (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ replaced the one from libtool 1.5
|
|
|
+
|
|
|
+2003-12-01 15:45 takehiro
|
|
|
+
|
|
|
+ * frontend/depcomp, libmp3lame/depcomp, misc/depcomp,
|
|
|
+ mpglib/depcomp (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed unused file (build system uses ../depcomp)
|
|
|
+
|
|
|
+2003-11-29 12:14 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2003-11-29 12:10 aleidinger
|
|
|
+
|
|
|
+ * test/cvscheck.sh:
|
|
|
+
|
|
|
+ add the automated test script which mt used to run every day
|
|
|
+
|
|
|
+2003-11-29 12:09 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen with autoconf 2.57
|
|
|
+
|
|
|
+2003-11-29 12:06 aleidinger
|
|
|
+
|
|
|
+ * ACM/Makefile.in, ACM/ADbg/Makefile.in, ACM/tinyxml/Makefile.in,
|
|
|
+ Dll/Makefile.in, Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen with automake 1.7
|
|
|
+
|
|
|
+2003-11-29 12:05 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - Check for some features a little bit earlier.
|
|
|
+ - Fix a AC_DEFINE so the newer tools don't moan.
|
|
|
+
|
|
|
+2003-11-29 12:03 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ HACK HACK HACK, UGLY UGLY HACK!
|
|
|
+
|
|
|
+ make this work with libtool 1.5
|
|
|
+
|
|
|
+ If anybody knows how do this in a more sane way, please teach me how to
|
|
|
+ do it.
|
|
|
+
|
|
|
+2003-11-29 12:01 aleidinger
|
|
|
+
|
|
|
+ * ltmain.sh:
|
|
|
+
|
|
|
+ update with libtool 1.5 version
|
|
|
+
|
|
|
+2003-11-29 12:00 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ update with newer autotools
|
|
|
+
|
|
|
+2003-11-29 11:59 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ add some missing undefs
|
|
|
+
|
|
|
+2003-11-29 11:16 aleidinger
|
|
|
+
|
|
|
+ * frontend/rtp.c:
|
|
|
+
|
|
|
+ fix some errors which are new with gcc 3.x
|
|
|
+
|
|
|
+2003-11-29 09:49 aleidinger
|
|
|
+
|
|
|
+ * frontend/depcomp, libmp3lame/depcomp, mpglib/depcomp:
|
|
|
+
|
|
|
+ use the ones provided by automake 1.7
|
|
|
+
|
|
|
+2003-11-29 09:45 aleidinger
|
|
|
+
|
|
|
+ * missing, mkinstalldirs, depcomp, install-sh:
|
|
|
+
|
|
|
+ use the ones provided by automake 1.7
|
|
|
+
|
|
|
+2003-11-29 09:44 aleidinger
|
|
|
+
|
|
|
+ * config.guess, config.sub:
|
|
|
+
|
|
|
+ use the ones provided with libtool 1.5
|
|
|
+
|
|
|
+2003-11-28 18:23 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/lame.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up bitrate histgram code.
|
|
|
+
|
|
|
+2003-11-28 17:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c, quantize.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition (resample_t)
|
|
|
+ rename Bit_stream_struct -> bit_stream_t
|
|
|
+
|
|
|
+2003-11-28 17:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c, lame_global_flags.h, set_get.c,
|
|
|
+ tables.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ move and rename "gfp->exp_nspsytune" => "gfc->nsPsy.tune"
|
|
|
+
|
|
|
+2003-11-28 17:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove "ath_over" from III_psy_ratio
|
|
|
+
|
|
|
+2003-11-28 17:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make lame_decode1_headersB_clipchoice() as static
|
|
|
+
|
|
|
+2003-11-28 16:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused code
|
|
|
+
|
|
|
+2003-11-28 16:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, util.h, i386/cpu_feat.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the CPU feature detection code.
|
|
|
+
|
|
|
+2003-11-28 16:42 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ divide TODO item about encoding quality problem into 2 piece.
|
|
|
+
|
|
|
+2003-11-28 16:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments.
|
|
|
+
|
|
|
+2003-11-28 16:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2003-11-28 16:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+ simplify the code.
|
|
|
+
|
|
|
+2003-11-28 16:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch (lowpass adjustment when mono)
|
|
|
+ and trivial clean up.
|
|
|
+
|
|
|
+2003-11-28 16:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition
|
|
|
+
|
|
|
+2003-11-28 16:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use reservoir when -q 9
|
|
|
+
|
|
|
+2003-11-28 15:58 takehiro
|
|
|
+
|
|
|
+ * USAGE (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove documents about removed options
|
|
|
+
|
|
|
+2003-11-28 15:53 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up VBR finish code and remove "-F" option.
|
|
|
+ LAME always use VBR_hard_min now.
|
|
|
+
|
|
|
+ The option is quite "FAQ"ed and hacky/dirty work arround to conceal
|
|
|
+ the psymodel flaw.
|
|
|
+
|
|
|
+2003-11-28 15:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed ResvFrameBegin() arguments.
|
|
|
+
|
|
|
+2003-11-28 15:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, encoder.c, quantize.c, quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up pinfo setting code (for analyzer)
|
|
|
+
|
|
|
+2003-11-28 15:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial simplification.
|
|
|
+
|
|
|
+2003-11-28 15:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make gcd() as static.
|
|
|
+
|
|
|
+2003-11-28 15:02 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ resampling code bug is fixed.
|
|
|
+
|
|
|
+2003-11-28 15:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make fill_buffer_resample as static function.
|
|
|
+ fix the bug in resampling (like from 44099 to 44100) and remove work arround code.
|
|
|
+
|
|
|
+2003-11-28 14:27 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ Disabled replaygain decode because it crashes when using mp3 input
|
|
|
+
|
|
|
+2003-11-28 12:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the loudness approx code.
|
|
|
+
|
|
|
+2003-11-27 12:27 takehiro
|
|
|
+
|
|
|
+ * ACM/ddk/msacmdrv.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with mainline
|
|
|
+
|
|
|
+2003-11-27 12:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, bitstream.h, tables.c,
|
|
|
+ takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the function interfaces.
|
|
|
+ remove unused definitions.
|
|
|
+ trivial style update.
|
|
|
+
|
|
|
+2003-11-27 08:24 bouvigne
|
|
|
+
|
|
|
+ * ACM/: readme.txt, ddk/msacmdrv.h:
|
|
|
+
|
|
|
+ Allow compilation of ACM codec without Microsoft platform DDK
|
|
|
+
|
|
|
+2003-11-26 13:06 bouvigne
|
|
|
+
|
|
|
+ * lame_vc6.dsw:
|
|
|
+
|
|
|
+ Updated ACM dependencies
|
|
|
+
|
|
|
+2003-11-25 17:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2003-11-25 17:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ loop hoisting: loop for writing sideinfo and loop for writing part2/part2_3 is now integrated.
|
|
|
+
|
|
|
+2003-11-25 17:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2003-11-25 17:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix byte/bit confusion.
|
|
|
+
|
|
|
+2003-11-25 16:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not write magic strings in the post drain part.
|
|
|
+
|
|
|
+2003-11-25 16:48 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix,
|
|
|
+ config.h.in, configure, configure.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update build-system related files for new asm code.
|
|
|
+ (I hope they runs correctly)
|
|
|
+
|
|
|
+2003-11-25 16:43 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/encoder.c, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x block-type display
|
|
|
+
|
|
|
+2003-11-25 15:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ psymodel.h is not system header file.
|
|
|
+
|
|
|
+2003-11-25 15:52 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove priority setting code.
|
|
|
+ we already have a --priority switch on Windows environment, so we do not
|
|
|
+ need it.
|
|
|
+
|
|
|
+2003-11-25 15:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more...
|
|
|
+
|
|
|
+2003-11-25 15:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, bitstream.h, quantize.c, tables.c,
|
|
|
+ util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more simplification arround bit stream write out code.
|
|
|
+
|
|
|
+2003-11-24 18:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up bitstream write out code.
|
|
|
+ - header(side info) output code is now very simplified.
|
|
|
+ - variable length bitstream output code is now simple and fast.
|
|
|
+
|
|
|
+2003-11-24 17:05 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Do not compute ReplayGain when not using vbr header
|
|
|
+
|
|
|
+2003-11-24 16:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the bitstream output code.
|
|
|
+
|
|
|
+2003-11-24 14:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added SSE version of quantize_ISO()
|
|
|
+
|
|
|
+2003-11-24 13:52 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Reduced bandwith when encoding in mono
|
|
|
+
|
|
|
+2003-11-24 13:39 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Fixed low bitrates lowpass and sampling rate values
|
|
|
+ (I probably broke it recently)
|
|
|
+
|
|
|
+2003-11-23 20:13 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame-analysis.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update mp3x display (arround block switching parameter).
|
|
|
+
|
|
|
+2003-11-23 20:05 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/VbrTag.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/set_get.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remvoe unused features and variables
|
|
|
+ - ms_sparsing()
|
|
|
+ - tune()
|
|
|
+
|
|
|
+2003-11-23 19:47 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/set_get.h, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now it always uses same short block switching threshold for L/R/M channel and S channel.
|
|
|
+
|
|
|
+2003-11-23 19:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-11-23 19:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ short block threshold tuning.
|
|
|
+ (of course, need more...)
|
|
|
+
|
|
|
+2003-11-23 11:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up mode extension update code.
|
|
|
+
|
|
|
+2003-11-23 10:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify bitstream writing code.
|
|
|
+
|
|
|
+2003-11-23 10:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up.
|
|
|
+
|
|
|
+2003-11-23 10:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments and comment out the unused definitions.
|
|
|
+
|
|
|
+2003-11-23 10:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-11-23 10:03 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix and simplify the usage message.
|
|
|
+
|
|
|
+2003-11-23 09:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up block type update code
|
|
|
+
|
|
|
+2003-11-23 09:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-11-23 09:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for MPEG2.5 (for the case band width = 2)
|
|
|
+
|
|
|
+2003-11-23 09:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up writing table-id code.
|
|
|
+
|
|
|
+2003-11-23 09:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-11-23 08:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fft3dn.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused code.
|
|
|
+
|
|
|
+2003-11-22 19:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize bitstream output code.
|
|
|
+
|
|
|
+2003-11-22 19:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: fft.nas, ffttbl.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused files
|
|
|
+
|
|
|
+2003-11-22 19:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.am, Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused extra-dist files
|
|
|
+
|
|
|
+2003-11-22 18:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize writeheader()
|
|
|
+
|
|
|
+2003-11-22 18:39 takehiro
|
|
|
+
|
|
|
+ * ACM/TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2003-11-22 18:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ 3DNow! version of count1 region quantization
|
|
|
+
|
|
|
+2003-11-22 18:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix message.
|
|
|
+
|
|
|
+2003-11-22 18:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-11-22 18:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added version string to SSE and E3DNow.
|
|
|
+
|
|
|
+2003-11-22 17:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix ABR mode sometimes uses 640kbps (!)
|
|
|
+
|
|
|
+2003-11-22 17:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, tables.c, i386/fft3dn.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ E3DNow! version of fht()
|
|
|
+
|
|
|
+2003-11-22 17:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial cleanup
|
|
|
+
|
|
|
+2003-11-22 13:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up and merge CBR/ABR code.
|
|
|
+
|
|
|
+2003-11-22 13:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ 3DNow! version of quantize_ISO()
|
|
|
+
|
|
|
+2003-11-22 13:03 takehiro
|
|
|
+
|
|
|
+ * Dll/Example_vc6.dsw (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch
|
|
|
+ - Corrected the dll example project
|
|
|
+
|
|
|
+2003-11-22 09:03 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2003-11-22 08:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning and build problem
|
|
|
+
|
|
|
+2003-11-22 07:57 takehiro
|
|
|
+
|
|
|
+ * Dll/MP3export.pas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch.
|
|
|
+ - fix calling convention
|
|
|
+
|
|
|
+2003-11-22 07:56 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.def (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added some interface.
|
|
|
+
|
|
|
+2003-11-22 07:55 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch
|
|
|
+ - display issue fix.
|
|
|
+
|
|
|
+2003-11-22 07:51 takehiro
|
|
|
+
|
|
|
+ * Dll/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch.
|
|
|
+ - added files for vc6 and mingw.
|
|
|
+
|
|
|
+2003-11-21 17:07 bouvigne
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Display issues
|
|
|
+
|
|
|
+2003-11-21 17:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ 3DNow! version of quantization.
|
|
|
+ and some asm code optimization/clean up.
|
|
|
+
|
|
|
+2003-11-21 16:50 bouvigne
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Minor corrections
|
|
|
+
|
|
|
+2003-11-20 16:04 bouvigne
|
|
|
+
|
|
|
+ * Dll/MP3export.pas:
|
|
|
+
|
|
|
+ Fixed calling convention
|
|
|
+
|
|
|
+2003-11-20 13:30 bouvigne
|
|
|
+
|
|
|
+ * Dll/Example_vc6.dsw:
|
|
|
+
|
|
|
+ Corrected the dll example project
|
|
|
+
|
|
|
+2003-11-20 11:16 bouvigne
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ Changed some Vorbis messages
|
|
|
+
|
|
|
+2003-11-20 11:08 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ Removed mode_automs
|
|
|
+
|
|
|
+2003-11-20 10:57 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: fft.c, lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ Removed CPU_features.i387
|
|
|
+
|
|
|
+2003-11-20 10:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ Aliased r3mix to vbr-mtrh V3
|
|
|
+
|
|
|
+2003-11-19 13:00 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ anihilated streaming/radio/portable named presets, leaving only the -Vx
|
|
|
+
|
|
|
+2003-11-18 16:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2003-11-18 16:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new reservoir handling code for ABR.
|
|
|
+
|
|
|
+2003-11-18 15:37 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/bitstream.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the sign hadling code.
|
|
|
+
|
|
|
+2003-11-18 15:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the error check code.
|
|
|
+
|
|
|
+2003-11-18 15:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize self check code.
|
|
|
+
|
|
|
+2003-11-18 14:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ For better/faster encoding, narrowen the frequency region when lower -q.
|
|
|
+
|
|
|
+2003-11-18 13:59 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2003-11-18 13:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix bit overflow when i-stereo
|
|
|
+ tuning CBR bit allocation (on_pe() function)
|
|
|
+ clean up finish_iteratio_one().
|
|
|
+
|
|
|
+2003-11-18 13:20 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ low vbr-mtrh presets
|
|
|
+
|
|
|
+2003-11-18 12:52 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-11-18 12:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix CBR_2nd_bitalloc() (it may makes invalid mp3 frame).
|
|
|
+ remapping -q setting. old -q2 is now -q1
|
|
|
+ enable CBR_2nd_bitalloc() when -q 0,1 and 2
|
|
|
+
|
|
|
+2003-11-18 12:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-11-18 12:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new CBR bit allocation/reservoir handling code.
|
|
|
+ still need tuning (there remains some killer samples),
|
|
|
+ but usually brings better result.
|
|
|
+
|
|
|
+2003-11-17 02:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix substep noise shaping.
|
|
|
+
|
|
|
+2003-11-16 18:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix possible bit counting bug when CBR and higher -q option.
|
|
|
+
|
|
|
+2003-11-16 18:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not display the CPU have i387.
|
|
|
+
|
|
|
+2003-11-16 17:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2003-11-16 17:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x display.
|
|
|
+
|
|
|
+2003-11-16 16:11 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix ID3v2 tag length when --keeptag.
|
|
|
+
|
|
|
+2003-11-16 12:43 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now --keeptag keeps ID3v2 tag when transcoding.
|
|
|
+
|
|
|
+2003-11-16 11:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, machine.h, psymodel.c, set_get.c, tables.c,
|
|
|
+ util.c, util.h, version.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comment style (// -> /* */)
|
|
|
+
|
|
|
+2003-11-16 11:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization.
|
|
|
+
|
|
|
+2003-11-16 10:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix one more l3_enc initialization
|
|
|
+
|
|
|
+2003-11-16 10:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix segmentation fault especially when higher VBR quality like -V0.
|
|
|
+
|
|
|
+2003-11-16 10:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix trivial(but fatal) bug in short block threshold calculation loop...
|
|
|
+
|
|
|
+2003-11-16 10:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix count1 bit-counting (we must zered all zero region because we use 4-stride in count1 region).
|
|
|
+
|
|
|
+2003-11-16 09:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix i-stereo+VBR fails to encode (internal buffer inconsistency).
|
|
|
+
|
|
|
+2003-11-15 18:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize Huffmancode() by dividing it into tableindex > 15 or not.
|
|
|
+
|
|
|
+2003-11-15 18:14 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-11-15 17:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2003-11-15 17:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.h, takehiro.c,
|
|
|
+ util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ always use quantize_best() except init_globalgain().
|
|
|
+ and some code clean up.
|
|
|
+
|
|
|
+2003-11-15 11:21 takehiro
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-11-15 11:14 takehiro
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ fix migw build(as is done in the experimental branch)
|
|
|
+
|
|
|
+2003-11-15 10:50 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fix ambiguous message (Bug ID #830035)
|
|
|
+
|
|
|
+2003-11-14 16:13 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ use presets by default when using vbr-mtrh
|
|
|
+
|
|
|
+2003-11-14 13:24 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ vbr-mtrh high vbr presets
|
|
|
+
|
|
|
+2003-11-12 17:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ check and display if the CPU supports Extended 3DNow!
|
|
|
+ (no E3DNow! code available yet.)
|
|
|
+
|
|
|
+2003-11-12 15:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem for newer NASM ...
|
|
|
+
|
|
|
+2003-11-12 06:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem (on some old nasm)
|
|
|
+
|
|
|
+2003-11-12 06:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/cpu_feat.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem
|
|
|
+
|
|
|
+2003-11-11 04:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/cpu_feat.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added Extended 3DNow! check code.
|
|
|
+
|
|
|
+2003-11-11 04:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.c, util.h,
|
|
|
+ i386/cpu_feat.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch (SIMD->SSE change)
|
|
|
+
|
|
|
+2003-11-10 15:41 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: fft.c, lame.c, util.c, util.h, i386/cpu_feat.nas:
|
|
|
+
|
|
|
+ SIMD->SSE
|
|
|
+
|
|
|
+2003-11-10 15:31 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c:
|
|
|
+
|
|
|
+ Add missing values for vbr_rh -Vx scale
|
|
|
+
|
|
|
+2003-11-10 15:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fft3dn.nas:
|
|
|
+
|
|
|
+ fix cygwin build (with nasm)
|
|
|
+
|
|
|
+2003-11-10 15:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/fft3dn.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix cygwin build with nasm
|
|
|
+
|
|
|
+2003-11-10 14:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c:
|
|
|
+
|
|
|
+ fix lowpass values for low vbr presets
|
|
|
+
|
|
|
+2003-11-10 12:06 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, set_get.c:
|
|
|
+
|
|
|
+ Use presets by default when using vbr_rh
|
|
|
+
|
|
|
+2003-11-09 17:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2003-11-09 17:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, tables.c, tables.h, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ 3DNow! version of calc_sfb_noise() (for CBR/VBR/ABR)
|
|
|
+ and simplify the look up table structure.
|
|
|
+
|
|
|
+2003-11-09 15:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ 3DNow! version of calc_sfb_noise_fast() (for VBR)
|
|
|
+
|
|
|
+2003-11-09 14:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not call CBR_2nd_bitalloc() when -q >= 6.
|
|
|
+ sometimes it results in an invalid mp3 file.
|
|
|
+
|
|
|
+2003-11-09 14:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert some part of 1.110.2.190->1.110.2.191.
|
|
|
+
|
|
|
+2003-11-09 09:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ 3DNow! version of calc_noise()
|
|
|
+
|
|
|
+2003-11-09 09:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-11-09 07:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove fftsse, fftfpu related code.
|
|
|
+
|
|
|
+2003-11-09 06:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ always use -q 5 when VBR because VBR mode needs -q 5
|
|
|
+ (higher -q setting makes no output change and lower -q setting sometimes makes it to encode invalid mp3 file)
|
|
|
+
|
|
|
+2003-11-08 17:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert part of last change, because it may seg-faults when -q 6,7,8,9
|
|
|
+
|
|
|
+2003-11-08 17:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c, i386/choose_table.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed quantization code. Now it quantizes >8191+15 values into 8191+15.
|
|
|
+
|
|
|
+2003-11-08 17:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix precision problem.
|
|
|
+
|
|
|
+2003-11-08 16:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ VBR code cleanup and fix minor bug
|
|
|
+ - when there's not enough bits, it may decrease bitrate too much.
|
|
|
+
|
|
|
+2003-11-08 07:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: fftfpu.nas, fftsse.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ I cannot make it work and run faster than compiler output. so I removed.
|
|
|
+
|
|
|
+2003-11-07 16:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial code clean up
|
|
|
+
|
|
|
+2003-11-07 16:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimization
|
|
|
+ - precalc adjusted ATH and use them when mask_add()
|
|
|
+
|
|
|
+2003-11-07 14:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize asm code by dirty hack
|
|
|
+
|
|
|
+2003-11-07 14:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization(loop hoist)
|
|
|
+
|
|
|
+2003-11-07 14:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VBR mode...
|
|
|
+
|
|
|
+2003-11-06 17:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix trivial bug when non-nasm case
|
|
|
+
|
|
|
+2003-11-06 17:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix substep shaping.
|
|
|
+
|
|
|
+2003-11-06 17:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - prevent "double ATH handling" problem.
|
|
|
+ - new xr^(3/4) code for 3DNow! (From the latest gogo)
|
|
|
+ - added multiplication function to sumofsqr_3DN()
|
|
|
+
|
|
|
+2003-11-05 17:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize calc_noise() at "0 or 1" region
|
|
|
+
|
|
|
+2003-11-05 14:03 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, psymodel.c:
|
|
|
+
|
|
|
+ Use Vx scale for presets
|
|
|
+
|
|
|
+2003-11-03 23:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix subblock_gain is not used(it ignores the switch).
|
|
|
+ added ugly optimization arround calc_sfb_noise() and calc_sfb_noise_fast().
|
|
|
+
|
|
|
+2003-11-03 22:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up substep shaping code bit.
|
|
|
+
|
|
|
+2003-11-03 18:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use 3DNow! more.
|
|
|
+
|
|
|
+2003-11-03 18:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial bug fix...
|
|
|
+
|
|
|
+2003-11-03 18:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it always uses substep noise shaping (it ignore the option) when VBR.
|
|
|
+
|
|
|
+2003-11-03 18:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added pow075_3DN (3DNow! version of calculating xr^(3/4))
|
|
|
+ added "sum x^2" code for 3DNow! and use it.
|
|
|
+
|
|
|
+2003-11-03 17:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ considering the Fourier analysis limitation, it should estimate loudness
|
|
|
+ of lower frequency region when ATH adjustment.
|
|
|
+
|
|
|
+2003-11-03 15:00 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c:
|
|
|
+
|
|
|
+ allow vbr presets to not be enforced (preparative work before defaulting)
|
|
|
+
|
|
|
+2003-11-03 14:04 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix infinite loop when short blocks. (oops, trivial bug...)
|
|
|
+
|
|
|
+2003-11-02 12:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize.c, quantize_pvt.h, takehiro.c,
|
|
|
+ util.h, i386/quantSSE.nas (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Precalculate the fabs(xr).
|
|
|
+ moved xr34[] and absxr[](=fabs(xr)) into gfc.
|
|
|
+ better alignment work for the compiler not support "align".
|
|
|
+
|
|
|
+2003-11-01 20:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more comments update and clean up
|
|
|
+
|
|
|
+2003-11-01 19:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize substep noise shaping (trancate_smallspectrums())
|
|
|
+ and count_bits() related code.
|
|
|
+
|
|
|
+2003-11-01 19:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up(fix comments and misleading variable names).
|
|
|
+
|
|
|
+2003-11-01 19:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more clean up.
|
|
|
+
|
|
|
+2003-11-01 18:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up the comments
|
|
|
+
|
|
|
+2003-11-01 18:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more coding style and comment clean up.
|
|
|
+ do not quantize all the band in CBR_2nd_bitalloc(). this increase the speed and fix bug when -q6,7,8
|
|
|
+
|
|
|
+2003-11-01 18:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, quantize.c, tables.c, tables.h,
|
|
|
+ takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general code clean up
|
|
|
+ reduce division in calc_noise()
|
|
|
+
|
|
|
+2003-11-01 14:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix bug in sfb21 handling code(it mistook dB scale and real scale).
|
|
|
+
|
|
|
+2003-11-01 12:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ coding clean up
|
|
|
+
|
|
|
+2003-10-30 15:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize quantization of "must be quantized to 0 or 1" region.
|
|
|
+
|
|
|
+2003-10-30 15:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added new setting, "-q 6"
|
|
|
+
|
|
|
+2003-10-30 14:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix small quantization bug in VBR.
|
|
|
+
|
|
|
+2003-10-30 14:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix low bitrate and intensity stereo.
|
|
|
+
|
|
|
+2003-10-30 13:09 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Moved replaygain analysis after resampling. It was causing problems when
|
|
|
+ used with non standard sampling frequencies.
|
|
|
+
|
|
|
+2003-10-27 15:57 takehiro
|
|
|
+
|
|
|
+ * configure.in, configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added to use TAKEHIRO_IEEE754_HACK on AMD64 machines.
|
|
|
+
|
|
|
+2003-10-26 17:58 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-10-26 16:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update -q mapping and comment.
|
|
|
+ now -q0/-q1 is same as -q2 (-h)
|
|
|
+
|
|
|
+2003-10-26 16:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more alignment work.
|
|
|
+
|
|
|
+2003-10-26 16:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize calc_noise(). as in main branch, it re-uses the previous
|
|
|
+ calc_noise result where its scalefactor value is not changed
|
|
|
+
|
|
|
+2003-10-26 15:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "SIMD (asm used)" message
|
|
|
+
|
|
|
+2003-10-26 15:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, machine.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more alignment work.
|
|
|
+
|
|
|
+2003-10-26 14:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ alignment work
|
|
|
+
|
|
|
+2003-10-26 14:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c, util.h, i386/Makefile.am,
|
|
|
+ i386/Makefile.in, i386/nasm.h, i386/quantSSE.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ SSE version of calculate xr^(3/4), from gogo-no-coda.
|
|
|
+
|
|
|
+2003-10-26 14:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization.
|
|
|
+
|
|
|
+2003-10-26 12:44 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update substep noise shaping.
|
|
|
+ - pseudo half step is now default when -q 0 to 4.
|
|
|
+ - in VBR mode, use substep noise shaping if 320kbps is not enough.
|
|
|
+ - changed behaivior of --substep option (see the usage message)
|
|
|
+
|
|
|
+2003-10-26 11:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more generalized optimization by using gfc->xrMaxNum.
|
|
|
+ - we can also use it now with VBR.
|
|
|
+
|
|
|
+2003-10-26 11:27 takehiro
|
|
|
+
|
|
|
+ * frontend/mp3x.c, include/lame.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem...
|
|
|
+
|
|
|
+2003-10-26 07:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use adjust_global_gain() function when pseudohalf step noise shaping.
|
|
|
+ fix it sometimes exceed the global_gain limit.
|
|
|
+
|
|
|
+2003-10-26 07:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem when with DECODE_ON_THE_FLY
|
|
|
+
|
|
|
+2003-10-26 07:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix when subblock_gain or scalefactor_scale is used.
|
|
|
+
|
|
|
+2003-10-25 20:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ re-quantizing only on the sfb where "distortion" is found. (faster !)
|
|
|
+
|
|
|
+ revert "double"->"FLOAT" conversion.
|
|
|
+ - it makes some problems on the machine of which FLOAT is REALLY FLOAT
|
|
|
+ (only 32it precision)
|
|
|
+
|
|
|
+2003-10-25 19:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize/debug gi->xrNumMax usage.
|
|
|
+
|
|
|
+2003-10-25 19:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added loop break code by looking the noise in sfb21 because there's no sfb value and we can do nothing with it.
|
|
|
+
|
|
|
+2003-10-25 19:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ off by one of max bitrate in VBR.
|
|
|
+
|
|
|
+2003-10-25 19:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, bitstream.h, encoder.c, lame.c,
|
|
|
+ set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up
|
|
|
+
|
|
|
+2003-10-25 19:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VBR/ABR with --nores encode.
|
|
|
+
|
|
|
+ and clean up reservoir code.
|
|
|
+
|
|
|
+2003-10-25 19:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VbrInit code.
|
|
|
+
|
|
|
+2003-10-25 18:12 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix dependency (remove reservoir.c)
|
|
|
+
|
|
|
+2003-10-25 18:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, lame_global_flags.h,
|
|
|
+ mpglib_interface.c, psymodel.c, quantize.c, quantize.h,
|
|
|
+ set_get.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ analysis hook code clean up.
|
|
|
+
|
|
|
+2003-10-25 18:10 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added decoder thread unsafe problem.
|
|
|
+
|
|
|
+2003-10-25 18:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem
|
|
|
+
|
|
|
+2003-10-25 15:52 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in, libmp3lame/machine.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove --enable-all-float option from configure, and make --enable-double-float instead.
|
|
|
+
|
|
|
+2003-10-25 07:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ faster calc_noise() by using max number of xr.
|
|
|
+
|
|
|
+2003-10-25 07:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, tables.c, takehiro.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ precise number of max xr for long blocks. (faster CBR/ABR)
|
|
|
+ code clean up.
|
|
|
+
|
|
|
+2003-10-25 06:31 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added mp3x bug.
|
|
|
+
|
|
|
+2003-10-23 12:09 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets
|
|
|
+
|
|
|
+2003-10-22 16:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, takehiro.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ count bits/quantization optimization.
|
|
|
+ - do not quantize/search all zero region where obviously all zero region.
|
|
|
+ (use previous quantization result to determine the region)
|
|
|
+
|
|
|
+2003-10-22 13:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition
|
|
|
+
|
|
|
+2003-10-22 10:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed "double" -> "FLOAT"
|
|
|
+
|
|
|
+2003-10-22 10:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix sometimes preflag does not decrease the bitrate.
|
|
|
+
|
|
|
+2003-10-22 10:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-10-22 08:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ fix assertion failure reported by Gabriel.
|
|
|
+
|
|
|
+2003-10-22 07:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ better debug message
|
|
|
+
|
|
|
+2003-10-22 07:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: libmp3lame.dsp, libmp3lame_vc6.dsp
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update for reservoir code clean up.
|
|
|
+
|
|
|
+2003-10-21 16:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, bitstream.h, id3tag.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more clean up
|
|
|
+
|
|
|
+2003-10-21 16:31 takehiro
|
|
|
+
|
|
|
+ * DEFINES, TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ NEW_DRAIN is now defaulted and it solves wmp6.4 problem
|
|
|
+
|
|
|
+2003-10-21 16:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove duplicated error check
|
|
|
+ make NEW_DRAIN as default
|
|
|
+ code clean up.
|
|
|
+
|
|
|
+2003-10-21 09:05 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: set_get.c, set_get.h, vbrquantize.c:
|
|
|
+
|
|
|
+ cleanup
|
|
|
+
|
|
|
+2003-10-20 16:10 olcios
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Added the word "Radio" to the description of the ReplayGain contribution, as it is actually the "Radio" ReplayGain that is computed.
|
|
|
+
|
|
|
+2003-10-20 15:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h, encoder.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up VBRTAG related code.
|
|
|
+ - now the tag is same when --freeformat 128 and when -b 128
|
|
|
+ - do not make seek table when CBR
|
|
|
+
|
|
|
+2003-10-20 13:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in, VbrTag.c, bitstream.c,
|
|
|
+ quantize.c, quantize_pvt.h, reservoir.c, reservoir.h, tables.c,
|
|
|
+ util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large clean up arround reservoir related code
|
|
|
+
|
|
|
+2003-10-20 12:30 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2003-10-20 11:08 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2003-10-20 07:20 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ fixed build problem
|
|
|
+
|
|
|
+2003-10-19 23:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments.
|
|
|
+
|
|
|
+2003-10-19 17:19 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2003-10-19 17:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the short block noise calculation.
|
|
|
+
|
|
|
+2003-10-19 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VBR when i-stereo and completely mono.
|
|
|
+
|
|
|
+2003-10-19 14:14 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2003-10-19 14:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, mpglib_interface.c, newmdct.c,
|
|
|
+ quantize.c, tables.c, util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove FLOAT8 at all.
|
|
|
+
|
|
|
+2003-10-19 14:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ "floating" scalefactor optimization when preflag is enabled.
|
|
|
+
|
|
|
+2003-10-19 13:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, quantize.c, tables.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MPEG2 Layer3 scalefactor store code.
|
|
|
+ - fix i-stereo mode.
|
|
|
+ - fix preflag usage.
|
|
|
+
|
|
|
+2003-10-19 13:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused member
|
|
|
+
|
|
|
+2003-10-19 12:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Fix subband filtering initialization code.
|
|
|
+ I hope this solves "very the 1st frame" problem.
|
|
|
+
|
|
|
+2003-10-19 12:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use preflag when MPEG2
|
|
|
+ added istereo bitstream output code when MPEG2
|
|
|
+ (only output code. not support at the bit-allocation).
|
|
|
+
|
|
|
+2003-10-19 11:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, I checked in the wrong version ...
|
|
|
+
|
|
|
+2003-10-19 11:39 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2003-10-19 11:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, newmdct.c, psymodel.c, psymodel.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix very the 1st frame encoding.
|
|
|
+ at least MPEG2 Layer3 works, but still there's problem...
|
|
|
+
|
|
|
+2003-10-19 06:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning when not HAVE_GTK
|
|
|
+
|
|
|
+2003-10-19 04:45 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated and renumbered.
|
|
|
+
|
|
|
+2003-10-19 04:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix max sfb value when preflag+IS
|
|
|
+
|
|
|
+2003-10-19 04:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comment
|
|
|
+
|
|
|
+2003-10-18 18:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, tables.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small clean ups and remove outdated comments.
|
|
|
+
|
|
|
+2003-10-18 17:19 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use always max_noise as the noise estimation and remove the "quantcomp" selection
|
|
|
+
|
|
|
+2003-10-18 16:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up and simplify bin_search_StepSize().
|
|
|
+
|
|
|
+2003-10-18 16:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, quantize.c, reservoir.c, reservoir.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for NEW_DRAIN
|
|
|
+ fix for target bitrate display in mp3x
|
|
|
+ and code clean up.
|
|
|
+
|
|
|
+2003-10-18 16:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small clean up
|
|
|
+
|
|
|
+2003-10-18 16:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ widen the scalefactor search range when VBR.
|
|
|
+ and use previous frame information to find the scalefactor.
|
|
|
+
|
|
|
+2003-10-18 13:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h, bitstream.c, lame.c, psymodel.c,
|
|
|
+ quantize.c, util.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warnings
|
|
|
+
|
|
|
+2003-10-18 13:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ short block threshold tuning.
|
|
|
+
|
|
|
+2003-10-18 12:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it sometimes drains too much bits into the ancillary.
|
|
|
+
|
|
|
+2003-10-18 10:42 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added quality problem.
|
|
|
+
|
|
|
+2003-10-17 14:39 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ One more speedup in calc_noise, but the function is now a little messy
|
|
|
+
|
|
|
+2003-10-17 13:50 bouvigne
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ updated version number
|
|
|
+
|
|
|
+2003-10-17 11:49 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ Speedup calc_noise (about 5-10%) by re-using noise values per sfb between
|
|
|
+ successive calls
|
|
|
+
|
|
|
+2003-10-16 15:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning short block masking threshold calculation.
|
|
|
+
|
|
|
+2003-10-16 15:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.h, newmdct.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the block type update code.
|
|
|
+
|
|
|
+2003-10-16 15:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial coding clean up.
|
|
|
+
|
|
|
+2003-10-16 13:26 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, presets.c:
|
|
|
+
|
|
|
+ Put preset used in tag even when just using -b or --abr
|
|
|
+
|
|
|
+2003-10-16 12:55 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ fixed a Lame header bug:
|
|
|
+ -b xxx --preset yyy was putting xxx as minimum bitrate value in the
|
|
|
+ tag instead of the value defined in the preset yyy
|
|
|
+
|
|
|
+2003-10-16 01:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning when not DEBUG mode
|
|
|
+
|
|
|
+2003-10-16 01:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more cleanup
|
|
|
+
|
|
|
+2003-10-14 17:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame-analysis.h, psymodel.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more general code clean up.
|
|
|
+
|
|
|
+2003-10-14 17:37 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/reservoir.c,
|
|
|
+ libmp3lame/reservoir.h, libmp3lame/tables.c, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general clean up.
|
|
|
+
|
|
|
+2003-10-14 16:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ write down "i-stereo used or not" to LAME tag.
|
|
|
+
|
|
|
+2003-10-14 16:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove automs code
|
|
|
+
|
|
|
+2003-10-14 16:54 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove lame_(set|get)_automs
|
|
|
+ remove "-m a" option
|
|
|
+
|
|
|
+ simplify when no psymodel case (but it has bug in reservoir handling.)
|
|
|
+
|
|
|
+2003-10-14 16:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ compress "floating" scalefactors
|
|
|
+
|
|
|
+2003-10-14 12:56 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ treat "LR-i" as same as "LR" when display LR/MS history bar.
|
|
|
+
|
|
|
+2003-10-14 12:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix MS_MD_LR_LR will never be selected ...
|
|
|
+
|
|
|
+2003-10-14 12:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update mode/block type selection (mode_ext) code.
|
|
|
+ - now it uses "START-STOP" block type transition.
|
|
|
+ - istereo selection code is now simplified.
|
|
|
+ - and small general code clean ups.
|
|
|
+
|
|
|
+2003-10-13 17:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up istereo related code.
|
|
|
+
|
|
|
+2003-10-13 17:52 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix testcase failure when not HAVE_GTK
|
|
|
+
|
|
|
+2003-10-13 17:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x sometime assertion failure.
|
|
|
+
|
|
|
+2003-10-13 17:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it forgot to reset the istereo usage sfb when LR_I -> LR_MS
|
|
|
+
|
|
|
+2003-10-13 15:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ widen the sf search range on short block.
|
|
|
+ some code clean up.
|
|
|
+
|
|
|
+2003-10-13 15:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning tonality estimation of "middle" frequency area.
|
|
|
+
|
|
|
+2003-10-13 15:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up VBR code.
|
|
|
+
|
|
|
+2003-10-13 13:50 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update with alpha 9
|
|
|
+
|
|
|
+2003-10-13 13:48 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ nuke ".raw" from output filename.
|
|
|
+ fix possible buffer overrun.
|
|
|
+
|
|
|
+2003-10-13 13:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use substep noise shaping even when short block.
|
|
|
+ do not substep noise shaping on digital silent channel.
|
|
|
+
|
|
|
+2003-10-13 13:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ init code optimization (do not calculate xr^(3/4) beyond cutoff).
|
|
|
+
|
|
|
+2003-10-13 13:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use same ath adjustment code for VBR/CBR/ABR
|
|
|
+
|
|
|
+2003-10-13 11:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix LR-i stereo selection on short blocks. (I forgot to commit this in alpha9)
|
|
|
+
|
|
|
+2003-10-13 11:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comment.
|
|
|
+
|
|
|
+2003-10-13 10:20 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/version.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ here goes alpha9
|
|
|
+
|
|
|
+2003-10-13 10:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, quantize.c, quantize_pvt.h,
|
|
|
+ takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up preflag/istereo code.
|
|
|
+
|
|
|
+2003-10-13 10:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more fix about i-stereo aging bug.
|
|
|
+
|
|
|
+2003-10-13 09:53 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix --allshort and --shortthreshold
|
|
|
+
|
|
|
+2003-10-11 20:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed variable name, cod_info_w -> gi_w
|
|
|
+
|
|
|
+2003-10-11 20:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use best_scalefac when istereo.
|
|
|
+
|
|
|
+2003-10-11 19:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up ATH adjustment code.
|
|
|
+
|
|
|
+2003-10-11 19:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use athAdjust()
|
|
|
+
|
|
|
+2003-10-11 19:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for "START-STOP" sequence.
|
|
|
+
|
|
|
+2003-10-11 15:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix i-stereo aging bug.
|
|
|
+
|
|
|
+2003-10-11 14:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, psymodel.h, quantize.c,
|
|
|
+ quantize.h, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization (more and more)
|
|
|
+
|
|
|
+2003-10-11 13:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2003-10-11 13:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-10-11 13:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use subblock_gain and scalefac_scale when i-stereo and CBR/ABR.
|
|
|
+
|
|
|
+2003-10-11 13:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ i-stereo with VBR.
|
|
|
+
|
|
|
+2003-10-11 11:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ work arround for mono-input problem when istereo.
|
|
|
+
|
|
|
+2003-10-11 11:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix cutoff when i-stereo enabled but not using istereo frame.
|
|
|
+
|
|
|
+2003-10-11 11:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make check_istereo() to be aware of the cutoff.
|
|
|
+
|
|
|
+2003-10-11 10:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix off by one bug in loop_break()
|
|
|
+
|
|
|
+2003-10-11 10:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix off by one bug in PE calculation (and some code clean up).
|
|
|
+
|
|
|
+2003-10-06 05:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ istereo selection code optimization
|
|
|
+
|
|
|
+2003-10-06 04:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix scalefactor breakage when istereo case
|
|
|
+
|
|
|
+2003-10-05 18:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce istereo usage ratio.
|
|
|
+
|
|
|
+2003-10-05 18:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small clean up
|
|
|
+
|
|
|
+2003-10-05 17:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main branch
|
|
|
+ - Gaby's freeformat vbrtag fix(rev 1.67->1.68).
|
|
|
+
|
|
|
+2003-10-05 17:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix LR-i mode selection.
|
|
|
+
|
|
|
+2003-10-05 17:05 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/gtkanal.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general mp3x cleanup.
|
|
|
+
|
|
|
+2003-10-05 16:36 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove magic numbers
|
|
|
+
|
|
|
+2003-10-05 14:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ pe -> bit-allocation update.(revert old one)
|
|
|
+
|
|
|
+2003-10-05 13:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix when almost mono input.
|
|
|
+
|
|
|
+2003-10-05 13:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more --athonly hack.
|
|
|
+
|
|
|
+2003-10-05 13:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify calc_xmin when "ATH only".
|
|
|
+
|
|
|
+2003-10-05 12:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix sfb buffer overrun when i-stereo.
|
|
|
+
|
|
|
+2003-10-05 11:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update the algorithm to select the sfb where it uses i-stereo.
|
|
|
+
|
|
|
+2003-10-05 10:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix short block cutoff sfb calculation.
|
|
|
+
|
|
|
+2003-10-04 18:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small optimization
|
|
|
+ - noise calculation in "all zero" region.
|
|
|
+ - sfb21 shaping aware loop_break()
|
|
|
+
|
|
|
+2003-10-04 18:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small clean up
|
|
|
+
|
|
|
+2003-10-04 16:57 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ VBR quality over 9 (not tuned yet at all).
|
|
|
+
|
|
|
+2003-10-04 16:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, util.h, encoder.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make it default to do noise shaping in sfb21.
|
|
|
+ cutoff-aware PE(perceptual entropy) calculation.
|
|
|
+
|
|
|
+2003-10-02 09:25 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fix build problem.(I made a mistake when back porting ...)
|
|
|
+
|
|
|
+2003-10-01 16:13 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem
|
|
|
+
|
|
|
+2003-09-29 17:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tonality estimation tuning ... still need more.
|
|
|
+
|
|
|
+2003-09-29 14:00 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-09-29 00:35 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2003-09-28 16:44 takehiro
|
|
|
+
|
|
|
+ * configMS.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix version
|
|
|
+
|
|
|
+2003-09-28 16:42 takehiro
|
|
|
+
|
|
|
+ * USAGE (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small update.
|
|
|
+
|
|
|
+2003-09-28 16:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ re-enable scfsi usage.
|
|
|
+
|
|
|
+2003-09-28 16:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use scalefactor() macro more.
|
|
|
+
|
|
|
+2003-09-28 16:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tonality estimation fix #1
|
|
|
+ - safer tonality estimation at lower frequency.
|
|
|
+ - tuned sine wave (arround 20Hz) with the option "-v --substep 1"
|
|
|
+
|
|
|
+ - we still need tuning sine wave arround 1kHz.
|
|
|
+
|
|
|
+2003-09-27 18:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ "smoothing" the istereo/narrow-stereo/reduce-side values for default setting.
|
|
|
+ and code clean up.
|
|
|
+
|
|
|
+2003-09-27 18:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ many small clean up.
|
|
|
+
|
|
|
+ and mp3x update.
|
|
|
+ - display number of scalefactor bands with a distortion.
|
|
|
+ - display total noise.
|
|
|
+
|
|
|
+2003-09-27 17:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix display of istereo-ratio and reduce-side factor
|
|
|
+
|
|
|
+2003-09-27 17:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame-analysis.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition
|
|
|
+
|
|
|
+2003-09-27 17:14 takehiro
|
|
|
+
|
|
|
+ * INSTALL (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated for LAME4
|
|
|
+ - remove outdated compile time options including configure option.
|
|
|
+
|
|
|
+2003-09-27 15:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix narrow stereo default setting bug.
|
|
|
+
|
|
|
+2003-09-27 13:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ It assumes the noise is monotonic function of the scalefactor, but it is not true.
|
|
|
+ To fix it, I added CBR_2nd_bitalloc() function.
|
|
|
+
|
|
|
+2003-09-27 13:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "%" display.
|
|
|
+
|
|
|
+2003-09-27 09:58 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added --reduce-side option
|
|
|
+
|
|
|
+ added to display side-channel pe reduction factor and narrowen stereo factor,
|
|
|
+ when --verbose.
|
|
|
+
|
|
|
+2003-09-27 08:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize.c, set_get.c,
|
|
|
+ set_get.h, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce_ratio option to control MS/LR ratio.
|
|
|
+ need more tuning.
|
|
|
+
|
|
|
+2003-09-27 06:16 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ added priority control on WIN32, backport from experimental branch.
|
|
|
+
|
|
|
+2003-09-26 13:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove outdated comment.
|
|
|
+
|
|
|
+2003-09-26 03:50 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2003-09-25 16:27 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/set_get.h, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - added --narrowen-stereo option
|
|
|
+ - use narrowen stereo default when lower than 90kbps.
|
|
|
+
|
|
|
+2003-09-25 15:54 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added priority control option on MS-Windows.
|
|
|
+ (request #649324 @ sf.net)
|
|
|
+
|
|
|
+2003-09-25 13:21 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen by hand.
|
|
|
+
|
|
|
+2003-09-25 13:21 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2003-09-25 13:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix automake bug by hand (work arround)
|
|
|
+
|
|
|
+2003-09-24 23:18 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, config.guess, config.sub, configure,
|
|
|
+ depcomp, install-sh, missing, mkinstalldirs, ACM/Makefile.in,
|
|
|
+ ACM/ADbg/Makefile.in, ACM/tinyxml/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, dshow/Makefile.in, frontend/Makefile.in,
|
|
|
+ frontend/rtp.c, include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, mac/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with aclocl-1.7, automake-1.7, autoconf-2.57
|
|
|
+
|
|
|
+2003-09-24 23:15 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fixed mingw build.
|
|
|
+ - socket patch from leighsmith, patch ID #809315 @ sf.net
|
|
|
+
|
|
|
+ socket function is not mandatory when mp3rtp is not built.
|
|
|
+ - bug report from gadibergman, Bug ID #809678 @ sf.net
|
|
|
+
|
|
|
+2003-09-23 18:29 takehiro
|
|
|
+
|
|
|
+ * DEFINES (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ updated
|
|
|
+
|
|
|
+2003-09-23 18:04 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ it sometime goes into infinite loop when imcomplete wave file...
|
|
|
+
|
|
|
+2003-09-23 17:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "narrow stereo image" function.
|
|
|
+ I will add new "right" switch to enable it, but till then,
|
|
|
+ use -X n (0<n<128) option to enable it.
|
|
|
+
|
|
|
+ larger n makes narrowen the stereo image more.
|
|
|
+ This helps quality at lower bitrate (arround 64kbps).
|
|
|
+ My recomendation is "-b 64 -X 30".
|
|
|
+
|
|
|
+2003-09-23 16:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition.
|
|
|
+
|
|
|
+2003-09-23 15:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial coding clean up.
|
|
|
+
|
|
|
+2003-09-23 15:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new sfb21 treatment hack to make it faster.
|
|
|
+
|
|
|
+2003-09-23 12:37 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update.
|
|
|
+
|
|
|
+2003-09-21 18:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning CBR/ABR preset bit.
|
|
|
+
|
|
|
+2003-09-21 16:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ bump up to alpha8.
|
|
|
+
|
|
|
+2003-09-21 16:16 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-09-21 16:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert "bitrate cutdown" code in VBR_2nd()
|
|
|
+
|
|
|
+2003-09-21 16:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it sometimes uses range over sfb value.
|
|
|
+
|
|
|
+2003-09-21 15:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused definition and array object.
|
|
|
+
|
|
|
+2003-09-21 15:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove redundant initialization
|
|
|
+ added one more sanity check.
|
|
|
+
|
|
|
+2003-09-21 10:29 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen (by hand :p)
|
|
|
+
|
|
|
+2003-09-21 10:26 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ treat gcc 3.3.x same as 3.2.x
|
|
|
+
|
|
|
+2003-09-12 13:00 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/set_get.c, include/lame.h,
|
|
|
+ libmp3lame/set_get.h, libmp3lame/util.h, frontend/parse.c:
|
|
|
+
|
|
|
+ --psymodel 1/2 (gpsycho is 1 and nspsytune is 2)
|
|
|
+
|
|
|
+2003-08-31 15:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ it should not check sfb21 noise differently.
|
|
|
+
|
|
|
+2003-08-31 09:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove "reduce bitrate" function from VBR_2nd_bitalloc,
|
|
|
+ which is redundant (it will be done in the VBR_3rd_bitalloc).
|
|
|
+
|
|
|
+2003-08-31 09:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix noise shaping stop criteria when we need sfb21 noise shaping.
|
|
|
+
|
|
|
+2003-08-31 09:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added new macro "scalefactor()" to simplify the code.
|
|
|
+
|
|
|
+2003-08-31 08:53 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix null pointer access reported by Andreas Westfeld
|
|
|
+
|
|
|
+2003-08-20 16:45 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed CBR settings bug
|
|
|
+ (introduced by me)
|
|
|
+
|
|
|
+2003-08-20 16:16 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ fixed an assertion failure on lame_get_interChRatio
|
|
|
+ (introduced by me)
|
|
|
+
|
|
|
+2003-08-17 18:09 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-08-17 18:07 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main branch (type handling and socket function detection)
|
|
|
+
|
|
|
+2003-08-17 08:12 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch (pipe input support)
|
|
|
+
|
|
|
+2003-08-16 10:36 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ add entry for the named pipe bug
|
|
|
+
|
|
|
+2003-08-16 10:26 aleidinger
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ Work around a bug which shows up if the input is a FIFO.
|
|
|
+
|
|
|
+ Tested by: Ville Herva <vherva@niksula.hut.fi>
|
|
|
+
|
|
|
+2003-08-10 12:48 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/set_get.h:
|
|
|
+
|
|
|
+ use presets by default for abr/cbr
|
|
|
+
|
|
|
+2003-08-10 10:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-08-10 10:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: libmp3lame.dsp, libmp3lame_vc6.dsp
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new interface to change internal flags
|
|
|
+
|
|
|
+2003-08-10 10:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new interface to change internal flags.
|
|
|
+
|
|
|
+2003-08-10 10:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/set_get.c, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/set_get.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main branch and fix comments.
|
|
|
+ - changed API name
|
|
|
+ - hidden "internal" flags when stable release (when it will be...)
|
|
|
+
|
|
|
+2003-08-10 10:03 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comment.
|
|
|
+
|
|
|
+2003-08-10 10:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it may use i-stereo at sfb21.
|
|
|
+
|
|
|
+2003-08-10 10:00 takehiro
|
|
|
+
|
|
|
+ * debian/: control, copyright, lame.docs, lame.files, rules
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main branch, except changelog itself.
|
|
|
+
|
|
|
+2003-08-09 18:55 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for when there's no LIST chunk.
|
|
|
+
|
|
|
+2003-08-09 12:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning one more.
|
|
|
+
|
|
|
+2003-08-09 12:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix aliasing warning
|
|
|
+
|
|
|
+2003-08-09 11:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added definition for MSVC (as Gabriel did in main branch)
|
|
|
+
|
|
|
+2003-07-16 01:29 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, copyright, lame.docs, lame.files,
|
|
|
+ rules:
|
|
|
+
|
|
|
+ Updated debian packaging.
|
|
|
+
|
|
|
+2003-07-13 10:11 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ RIFF->ID3Tag conversion patch from Charlie Lenahan <CLenahan at fortresstech dot com>
|
|
|
+
|
|
|
+2003-07-11 16:35 aleidinger
|
|
|
+
|
|
|
+ * doc/html/id3.html, doc/man/lame.1, frontend/parse.c:
|
|
|
+
|
|
|
+ Add --ignore-tag-errors, mostly submitted by Adam Luter
|
|
|
+ <Adam.Luter@matchwave.com>.
|
|
|
+
|
|
|
+2003-06-29 15:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert the latest psymodel update...
|
|
|
+
|
|
|
+2003-06-15 16:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial coding style update (comment style change, // ... -> /* ... */ )
|
|
|
+
|
|
|
+2003-06-15 16:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not output unused information to avoid any confusion.
|
|
|
+
|
|
|
+2003-06-15 15:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix almost all the VBR infinite loop problem (I hope)
|
|
|
+
|
|
|
+ general code simplification
|
|
|
+
|
|
|
+2003-06-14 17:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplified VBR code.
|
|
|
+
|
|
|
+2003-06-14 17:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the VBR code.
|
|
|
+
|
|
|
+ fix more infinite loop in VBR, but still ....
|
|
|
+
|
|
|
+2003-06-14 14:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix method 2 of substep shaping.
|
|
|
+ added VBR_3rd_bitalloc() to reduce bitrate little bit.
|
|
|
+
|
|
|
+2003-06-14 14:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more safer tonality estimation in lower frequency, especially for human voice.
|
|
|
+
|
|
|
+2003-06-14 14:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial simplification
|
|
|
+
|
|
|
+2003-06-14 09:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix compilation problem on MSVC reported by Yaroslav Efimov
|
|
|
+
|
|
|
+2003-06-14 07:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix possible VBR infinite loop... but there are still problems.
|
|
|
+
|
|
|
+2003-06-08 18:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VBR code assumes noise<->scalefactor is a monotonic function.
|
|
|
+
|
|
|
+ some trivial style update
|
|
|
+
|
|
|
+2003-06-08 17:05 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove nspsytune2
|
|
|
+
|
|
|
+2003-06-08 16:58 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ always use ATH adaptive adjustment
|
|
|
+
|
|
|
+2003-06-08 16:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up
|
|
|
+
|
|
|
+2003-06-08 16:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ experimental LR-i check code (not enabled yet)
|
|
|
+
|
|
|
+2003-06-04 17:47 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main branch
|
|
|
+
|
|
|
+2003-06-04 17:42 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ fix quality setting API(patch for BugID 746439 at sf.net, reported by mikokong).
|
|
|
+
|
|
|
+2003-06-01 18:22 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-06-01 18:22 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ add new private header
|
|
|
+
|
|
|
+2003-06-01 17:20 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/libmp3lame_vc6.dsp,
|
|
|
+ libmp3lame/presets.c, libmp3lame/set_get.c, libmp3lame/set_get.h:
|
|
|
+
|
|
|
+ private header for internal set/get interfaces
|
|
|
+
|
|
|
+2003-06-01 16:12 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ let's use snprintf, with a define for msvc
|
|
|
+
|
|
|
+2003-06-01 12:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial simplification
|
|
|
+
|
|
|
+2003-06-01 12:25 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added --is-ratio switches to set the is-ratio.
|
|
|
+
|
|
|
+ remove descriptions about -X,-Y and -Z.
|
|
|
+
|
|
|
+2003-06-01 12:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added istereo-ratio to display.
|
|
|
+
|
|
|
+2003-06-01 12:19 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update TODOs and categorize them.
|
|
|
+
|
|
|
+2003-06-01 09:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning lower bitrate (arround 64kbps).
|
|
|
+ - improve pe -> bit allocation
|
|
|
+ - changed cutoff, short-threshold.
|
|
|
+
|
|
|
+2003-06-01 09:14 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ fix seek table for freeformat
|
|
|
+
|
|
|
+ There is still something strange because with
|
|
|
+ -b128 and
|
|
|
+ -b128 --freeformat
|
|
|
+ I do not get the same seek table
|
|
|
+
|
|
|
+2003-06-01 09:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ scfsi debug.
|
|
|
+ - it forgot to initialize scfsi flag when it changes "not istereo" frame to "istereo" frame.
|
|
|
+ - when scfsi is not used at all, do not re-calculate the how many bits are needed to store the scalefactors.
|
|
|
+
|
|
|
+2003-05-31 18:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ initialize gfc->l3_side.is_start_sfb_l/s in case not using istereo.
|
|
|
+
|
|
|
+2003-05-31 18:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not do the istereo related processes when dual stereo mode.
|
|
|
+
|
|
|
+2003-05-31 14:05 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ ID3 TAG of "Encoder name", backported from experimental branch.
|
|
|
+ Btw snprintf does not exist under msvc, so I used sprintf.
|
|
|
+
|
|
|
+2003-05-31 13:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the main branch (fix VBR tag when freeformat by Gabriel)
|
|
|
+
|
|
|
+2003-05-31 13:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ID3 TAG of "Encoder name".
|
|
|
+ This is based on the patch from danchr, at http://www.hydrogenaudio.org/index.php?act=ST&f=15&t=9858&
|
|
|
+
|
|
|
+2003-05-31 13:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not use istereo when "analog-monaural".
|
|
|
+
|
|
|
+2003-05-25 17:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix i-stereo frame timing delay.
|
|
|
+
|
|
|
+ do not use i-stereo when completely mono.
|
|
|
+
|
|
|
+2003-05-25 15:34 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ corrected the bitrate index of LAME tag in case of freeformat,
|
|
|
+ but the seek table is still wrong
|
|
|
+
|
|
|
+2003-05-25 13:21 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, debian/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-05-25 13:14 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, debian/Makefile.am
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ moved dist-hook, as is in the head branch.
|
|
|
+
|
|
|
+2003-05-25 13:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix initialization of "istereo used band" when istereo is not used at all.
|
|
|
+
|
|
|
+2003-05-25 13:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix istereo stereo image bug when mono.
|
|
|
+
|
|
|
+2003-05-25 12:28 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/tables.c, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ psymodel for i-stereo.
|
|
|
+ determine which sfb to use i-stereo by checking similarity of the masking/energy ratios.
|
|
|
+
|
|
|
+2003-05-25 07:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize CBR/VBR mode pe<->bit allocation
|
|
|
+
|
|
|
+ trivial simplification arround VBR.
|
|
|
+
|
|
|
+2003-05-25 03:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ i-stereo improvement.
|
|
|
+ - auto switching LR-i <=> MS-i
|
|
|
+ - i-stereo aware pe calculation
|
|
|
+
|
|
|
+2003-05-25 01:19 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added i-stereo frame count display.
|
|
|
+
|
|
|
+2003-05-25 00:59 takehiro
|
|
|
+
|
|
|
+ * TODO (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ slightly updated about i-stereo.
|
|
|
+
|
|
|
+2003-05-20 12:19 aleidinger
|
|
|
+
|
|
|
+ * debian/Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-05-20 12:17 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ remove gtk12-config
|
|
|
+
|
|
|
+2003-05-20 12:14 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, debian/Makefile.am:
|
|
|
+
|
|
|
+ move the dist-hook into the directory where the action happens
|
|
|
+
|
|
|
+2003-05-20 12:13 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ some enhancements for compiler problems and detection of the right size of some types
|
|
|
+
|
|
|
+2003-05-19 04:20 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-05-19 04:19 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, config.guess, config.sub, ltmain.sh,
|
|
|
+ ACM/Makefile.in, ACM/ADbg/Makefile.in, ACM/tinyxml/Makefile.in,
|
|
|
+ Dll/Makefile.in, debian/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mac/Makefile.in, misc/Makefile.in, mpglib/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with libtool-1.4.2/automake-1.5 to fix nasm enabled build
|
|
|
+
|
|
|
+2003-05-19 04:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix compilation problem on "old" compilers
|
|
|
+
|
|
|
+2003-05-19 04:09 takehiro
|
|
|
+
|
|
|
+ * .cvsignore (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added stamp-h?, remove stamp-h1
|
|
|
+
|
|
|
+2003-05-18 17:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, lame.c, lame_global_flags.h,
|
|
|
+ psymodel.c, quantize.c, tables.c, takehiro.c, util.h, version.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ initial support of intensity stereo for lower bitrate
|
|
|
+ it will be enabled when 64-112kbps by default.
|
|
|
+
|
|
|
+ now bump up the alpha7.
|
|
|
+
|
|
|
+2003-05-18 16:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ when NASM is not enabled, do not print message about "MMX" or "3dNow!"
|
|
|
+
|
|
|
+2003-05-18 15:05 takehiro
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ added chmod +x debian/rules when make dist.
|
|
|
+
|
|
|
+2003-05-18 15:03 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, misc/Makefile.am, misc/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ moved lame.bat
|
|
|
+ added "chmod +x debian/rules" when "make dist" to resolve BugID #578129
|
|
|
+
|
|
|
+2003-05-18 14:15 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ patch from sf.net, Dll compile with gcc.
|
|
|
+
|
|
|
+2003-05-18 07:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for the environment which "long" is 64bit.
|
|
|
+
|
|
|
+2003-05-18 03:45 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the opening message
|
|
|
+
|
|
|
+2003-05-18 02:35 takehiro
|
|
|
+
|
|
|
+ * frontend/: main.h, parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial change and fix warnings
|
|
|
+
|
|
|
+2003-05-18 02:34 takehiro
|
|
|
+
|
|
|
+ * config.guess (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, I overwrote the older file. revert.
|
|
|
+
|
|
|
+2003-05-18 02:31 takehiro
|
|
|
+
|
|
|
+ * config.sub (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, I overwrite the older file.
|
|
|
+
|
|
|
+2003-05-18 02:27 takehiro
|
|
|
+
|
|
|
+ * stamp-h.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed
|
|
|
+
|
|
|
+2003-05-18 02:21 takehiro
|
|
|
+
|
|
|
+ * USAGE (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove -d and --voice
|
|
|
+ changed recommended setting
|
|
|
+
|
|
|
+2003-05-17 18:49 takehiro
|
|
|
+
|
|
|
+ * frontend/: main.c, mp3x.c, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the startup messages
|
|
|
+ fix typo in warning mesage
|
|
|
+
|
|
|
+2003-05-17 18:35 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove all the presets
|
|
|
+
|
|
|
+2003-05-17 17:55 takehiro
|
|
|
+
|
|
|
+ * acconfig.h, ltconfig (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed
|
|
|
+
|
|
|
+2003-05-17 17:51 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-05-17 17:50 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub,
|
|
|
+ configure.in, ltmain.sh, ACM/Makefile.in, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, doc/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, mac/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with autoconf-2.54, automake-1.6, libtool-1.4
|
|
|
+
|
|
|
+2003-05-17 17:22 takehiro
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ BladeMP3EncDLL.h patch for GCC from sf.net
|
|
|
+
|
|
|
+2003-05-15 17:04 takehiro
|
|
|
+
|
|
|
+ * frontend/lametime.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Fix for SunOS 4, reported by Ti Kan.
|
|
|
+
|
|
|
+2003-05-15 17:02 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for sunos 4.x, reported by Ti Kan.
|
|
|
+
|
|
|
+2003-05-15 16:57 takehiro
|
|
|
+
|
|
|
+ * configure.in, frontend/brhist.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for BSDI, which does not have term.h (reported by Ti Kan)
|
|
|
+
|
|
|
+2003-05-15 16:55 takehiro
|
|
|
+
|
|
|
+ * lame.bat, misc/lame.bat (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ moved lame.bat into misc directory
|
|
|
+
|
|
|
+2003-05-15 15:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up.
|
|
|
+
|
|
|
+2003-05-15 15:08 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove set_preset_* functions public.
|
|
|
+
|
|
|
+2003-05-15 15:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new pseudo sfb21 ath handling code (of course, experimental)
|
|
|
+
|
|
|
+2003-05-15 14:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Partial fix of VBR code assuming the qunatizing noise always increase
|
|
|
+ when the scalefactor increase. This makes reduce bitrate arround 40kbps
|
|
|
+ with bloat_test.wav.
|
|
|
+
|
|
|
+ This fix is not perfect, because it still assumes the qunatizing noise always
|
|
|
+ decrease when the scalefactor decrease.
|
|
|
+
|
|
|
+2003-05-15 12:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update default short block threshold
|
|
|
+
|
|
|
+2003-05-15 12:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning MSFIX value with creaking.wav
|
|
|
+ simplified and ATH aware msfix() routine.
|
|
|
+
|
|
|
+2003-05-11 15:03 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ updated low bitrate presets.
|
|
|
+ Considering quality, we have:
|
|
|
+ ns1 comp1 > ns1 comp3 >ns2 comp3 >ns2 comp1
|
|
|
+
|
|
|
+2003-05-11 13:15 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ --sfscale, inhibited -Z
|
|
|
+
|
|
|
+2003-05-11 11:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplified calc_noise() and better_quant().
|
|
|
+
|
|
|
+ update comments.
|
|
|
+
|
|
|
+ tuning ABR/CBR 64/80/192/224 kbps.
|
|
|
+
|
|
|
+2003-05-11 10:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added comments on vbr code (from main branch).
|
|
|
+
|
|
|
+ trivial simplification in find_scalefac()
|
|
|
+
|
|
|
+ prepare for fixing VBR code assumes "quantize noise always decrease when
|
|
|
+ scalefactor decrease".
|
|
|
+
|
|
|
+2003-05-11 09:49 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/quantize.c, libmp3lame/set_get.c,
|
|
|
+ frontend/parse.c, include/lame.h, libmp3lame/util.h:
|
|
|
+
|
|
|
+ --sbgain
|
|
|
+
|
|
|
+2003-05-10 17:56 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/parse.c, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for -k option (reported by Robert. thanx)
|
|
|
+
|
|
|
+2003-05-09 14:06 aleidinger
|
|
|
+
|
|
|
+ * frontend/: main.c, lametime.c:
|
|
|
+
|
|
|
+ Fix on SunOs 4, Submitted by: Ti Kan <ti@amb.org>
|
|
|
+
|
|
|
+2003-05-09 13:44 aleidinger
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ fix on BSD/OS 3.x, Submitted by: Ti Kan <ti@amb.org>
|
|
|
+
|
|
|
+2003-05-09 13:14 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ re-enabling the psfb12 analog silence detection. This time, the coeffs should
|
|
|
+ be correct.
|
|
|
+ However, the coding gain is now quite small
|
|
|
+
|
|
|
+2003-05-08 12:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ I am disabling the code for psfb12 analog
|
|
|
+ silence detection, as it produces some kind of
|
|
|
+ dropouts. It probably means that there is a bug
|
|
|
+ somewhere inside.
|
|
|
+
|
|
|
+2003-05-04 15:36 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2003-05-04 15:35 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ working on presets
|
|
|
+
|
|
|
+2003-05-03 14:34 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ ability to set vbr smooth (for vbr-mtrh)
|
|
|
+
|
|
|
+2003-05-02 17:38 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ internal command line options only available in debug or in alpha.
|
|
|
+
|
|
|
+ This way we should not be worried again by users using non docummented options:
|
|
|
+ they will not be available for them
|
|
|
+
|
|
|
+2003-05-02 16:18 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ comments based on some mails exchanged with Robert
|
|
|
+
|
|
|
+2003-05-01 15:23 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ maskingadjust/maskingadjust_short available for vbr-mtrh
|
|
|
+
|
|
|
+2003-04-27 15:18 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, l3side.h, lame.c, quantize.c,
|
|
|
+ quantize_pvt.c, util.h:
|
|
|
+
|
|
|
+ Analog silence detection in partitionned sfb21 or sfb12 for short blocks
|
|
|
+
|
|
|
+2003-04-20 17:32 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ changed short block quantization comparison to method 0
|
|
|
+ for abr/cbr on medium bitrates (because of spahm, fatboy and the likes) ,
|
|
|
+ as suggested by Takehiro.
|
|
|
+
|
|
|
+2003-04-20 17:03 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2003-04-20 16:56 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ trivial coding change in psfb21_analogsilence
|
|
|
+
|
|
|
+2003-04-20 16:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ bump up alpha version
|
|
|
+
|
|
|
+2003-04-20 16:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ safer tonality estimation for lower frequency, for better human voice encoding.
|
|
|
+
|
|
|
+ prevent frequent much MS/LR switching.
|
|
|
+
|
|
|
+2003-04-20 16:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning ATH scaling.
|
|
|
+
|
|
|
+2003-04-20 15:57 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h, frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets (testing)
|
|
|
+
|
|
|
+2003-04-20 13:28 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ simplified prototype of FindNearestBitrate
|
|
|
+
|
|
|
+2003-04-20 12:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ preset insane is now aliased to preset 320
|
|
|
+
|
|
|
+2003-04-20 12:53 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h, frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ removed some old experimental presets
|
|
|
+
|
|
|
+2003-04-20 12:33 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c, libmp3lame/lame.c, libmp3lame/presets.c,
|
|
|
+ frontend/parse.c, libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ removed presetTune struct
|
|
|
+
|
|
|
+2003-04-19 16:34 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ fixed medium bitrates cbr/abr presets
|
|
|
+
|
|
|
+2003-04-19 10:19 bouvigne
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ updated the TODO file
|
|
|
+
|
|
|
+2003-04-12 13:47 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2003-04-12 10:20 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, include/lame.h, frontend/parse.c:
|
|
|
+
|
|
|
+ enable fast replaygain analysis by default
|
|
|
+ define DECODE_ON_THE_FLY if compiled with mpglib
|
|
|
+
|
|
|
+2003-04-07 10:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem
|
|
|
+
|
|
|
+2003-04-07 00:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial simplification
|
|
|
+
|
|
|
+2003-04-06 12:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix higher bitrate CBR/ABR preset
|
|
|
+ first attempt of tuning VBR preset
|
|
|
+
|
|
|
+ fix athaa_sensitivity display and code (there was some confusion arround dB/power)
|
|
|
+ fix warning of some compare.
|
|
|
+
|
|
|
+2003-04-06 12:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix masking handling code for pre-echo prevention works too much aggressively.
|
|
|
+
|
|
|
+2003-04-06 11:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning ATH value of MDCT region.
|
|
|
+
|
|
|
+2003-04-05 17:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added ATHlower to display when verbose mode.
|
|
|
+
|
|
|
+2003-04-05 17:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ improve short block "pre-surge" masking control.
|
|
|
+ and simplify the code.
|
|
|
+
|
|
|
+2003-04-05 17:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix 1st frame psycho analysis.
|
|
|
+
|
|
|
+2003-04-05 16:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update lower bitrate ABR/CBR preset.
|
|
|
+ remove outdated comments
|
|
|
+
|
|
|
+2003-03-31 16:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - remove long block pre-echo handling code (we don't need it when nspsytune).
|
|
|
+ - fix the lowpass filter index to determine L/R channnel long/short block switching.
|
|
|
+ - lower the lowpass filter index to determine long/short block.
|
|
|
+
|
|
|
+2003-03-30 15:11 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h, frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets portable/portable1
|
|
|
+
|
|
|
+2003-03-24 21:21 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2003-03-24 21:19 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h, frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets
|
|
|
+
|
|
|
+2003-03-24 20:32 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/set_get.c, libmp3lame/util.h,
|
|
|
+ include/lame.h, frontend/parse.c:
|
|
|
+
|
|
|
+ maskingadjust/maskingadjustshort for vbr-rh
|
|
|
+
|
|
|
+2003-03-18 15:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, encoder.c, util.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial coding change
|
|
|
+
|
|
|
+2003-03-16 18:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comments and clean up.
|
|
|
+
|
|
|
+2003-03-16 17:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new bs.totbit overflow handling strategy
|
|
|
+
|
|
|
+2003-03-16 17:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove quantize cmpare method 3 and 10.
|
|
|
+ update comments of over_noise and tot_noise.
|
|
|
+
|
|
|
+2003-03-16 17:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial coding style update
|
|
|
+
|
|
|
+2003-03-08 13:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - fix to work --quantcomp/--shortthreshold(it was ignored and LAME uses always the default)
|
|
|
+ - bit clean up resample.
|
|
|
+
|
|
|
+2003-03-08 10:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the inc_subblock_gain() by using table.
|
|
|
+
|
|
|
+2003-03-04 18:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, tables.c, tables.h,
|
|
|
+ takehiro.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large clean up arround bit stream code. much simple, faster and small.
|
|
|
+
|
|
|
+ fix and optimize MPEG2/2.5 scalefactor value recoding code
|
|
|
+ there's still some problem using table 1 and sometime makes invalid bitstream...
|
|
|
+
|
|
|
+2003-03-03 18:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, tables.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ MPEG2/2.5 scalefactor bit recording optimization.
|
|
|
+ - now it try to use table 1
|
|
|
+ - much simplified code.
|
|
|
+
|
|
|
+2003-03-03 18:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix gr_info initilization when MPEG2/2.5, short blocks.
|
|
|
+
|
|
|
+2003-03-03 17:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix best_huffman_divide() sometime fails the assertion.
|
|
|
+ do not use "extra" preflag when MPEG2/2.5 (it fails to record scalefactors)
|
|
|
+ simplify the scale_bitcount_lsf()
|
|
|
+
|
|
|
+2003-03-03 17:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large clean up and simplification.(result is not changed)
|
|
|
+
|
|
|
+2003-03-03 17:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general clean up and simplification.
|
|
|
+
|
|
|
+2003-03-03 17:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization (use shift instead of division)
|
|
|
+
|
|
|
+2003-03-03 10:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.h, tables.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ first attempt of block switching for not 44.1kHz.
|
|
|
+ - use "variable" lowpass index for "constant" lowpass frequency.
|
|
|
+
|
|
|
+2003-03-03 04:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning long/short threshold for arround 128kbps.
|
|
|
+ clean up scaling related code.
|
|
|
+
|
|
|
+2003-03-03 04:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2003-03-03 02:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert substep=2 tuning.
|
|
|
+
|
|
|
+2003-03-02 18:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ comment style update.
|
|
|
+ some code simplification
|
|
|
+
|
|
|
+2003-03-02 17:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial style change
|
|
|
+
|
|
|
+2003-03-02 17:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ all "cod_info" are changed "gi"
|
|
|
+ precisely change the scalefactor when substep = 2
|
|
|
+ simplify the pinfo calculation(for mp3x)
|
|
|
+
|
|
|
+2003-03-02 17:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ all "cod_info" is changed to "gi"
|
|
|
+ optimized best_huffman_divide() little.
|
|
|
+ update comments.
|
|
|
+
|
|
|
+2003-03-02 16:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ comment update
|
|
|
+
|
|
|
+2003-03-02 16:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuning trancation threshold used in pseudo half step method.
|
|
|
+ more simplication and comment updation.
|
|
|
+
|
|
|
+2003-03-02 16:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comments and simplification.
|
|
|
+ teration_finish_one() is moved from quantize.c to takehiro.c for better conjunction.
|
|
|
+
|
|
|
+2003-03-02 16:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, machine.h, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove IIPOW20() related macro/arrays, all of which are not used.
|
|
|
+
|
|
|
+2003-03-02 15:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more clean up and simplification.
|
|
|
+
|
|
|
+2003-03-02 15:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning.
|
|
|
+
|
|
|
+2003-03-02 15:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix prototype.
|
|
|
+
|
|
|
+2003-03-02 14:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.h, takehiro.c,
|
|
|
+ util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large simplification mainly arround scale_bitcount()
|
|
|
+
|
|
|
+2003-03-02 11:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: reservoir.c, reservoir.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed ResvAdjust() as macro.
|
|
|
+
|
|
|
+2003-03-02 11:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, id3tag.h, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the tag related header files.
|
|
|
+
|
|
|
+2003-03-02 11:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, takehiro.c, version.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ build problem fix when NASM is not enabled
|
|
|
+
|
|
|
+2003-03-02 11:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more initialization simplification.
|
|
|
+
|
|
|
+2003-03-02 11:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the default setting choosing method.
|
|
|
+ - use optimum_samplefreq() to determine the output sampling rate, as suggested
|
|
|
+ by Gabriel.
|
|
|
+ - use MMX_choose_table always if it uses NASM.
|
|
|
+
|
|
|
+2003-02-27 17:57 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc6.dsp:
|
|
|
+
|
|
|
+ fix MSVC build (replay gain)
|
|
|
+
|
|
|
+2003-02-27 17:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, l3side.h, lame.c, quantize.c,
|
|
|
+ quantize_pvt.c, quantize_pvt.h, util.c, util.h:
|
|
|
+
|
|
|
+ analog silence detection in partitionned sfb21
|
|
|
+
|
|
|
+2003-02-27 03:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ some substep=2 optimization.
|
|
|
+ - only do substep-shaping in the last quantization step.
|
|
|
+
|
|
|
+2003-02-27 03:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix amp_scalefac_bands loop exit condition.
|
|
|
+
|
|
|
+2003-02-27 03:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h, tables.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized little on the case not NASM enabled.
|
|
|
+
|
|
|
+2003-02-24 03:21 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more ABR/CBR default mode setting (use ABR/CBR preset)
|
|
|
+
|
|
|
+2003-02-23 18:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the mainline (average compression ratio of VBR mode).
|
|
|
+
|
|
|
+2003-02-23 18:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix quantize_xrpow_ISO() as same as in quantize_xrpow()
|
|
|
+
|
|
|
+2003-02-23 18:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix short block window ID initialization.
|
|
|
+
|
|
|
+2003-02-23 17:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: set_get.c, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ always uses abr/cbr preset, when abr/cbr coding.
|
|
|
+ The cutoff frequency is changed as is in the main branch.
|
|
|
+
|
|
|
+2003-02-23 16:30 olcios
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed bug with --resample and --replaygain (input data analysis)
|
|
|
+
|
|
|
+2003-02-23 16:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify amp_scalefac_bands()
|
|
|
+
|
|
|
+2003-02-23 16:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify inc_subblock_gain()
|
|
|
+
|
|
|
+2003-02-23 16:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix sfb21 does not quantize if some case.
|
|
|
+
|
|
|
+2003-02-23 10:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general clean up and optimization.
|
|
|
+ - amplify band selection cleanup
|
|
|
+ - skip amplify-method 1 when the max_noise is already lesser than 1.0
|
|
|
+ - clean up substep shaping in VBR mode
|
|
|
+
|
|
|
+2003-02-22 19:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new optimized noise shaping strategy.
|
|
|
+ start with "sparse" noise_shaping_amp method and retry with the finer method,
|
|
|
+ when we continuously failed.
|
|
|
+
|
|
|
+ This makes CBR/ABR coding quite faster.
|
|
|
+
|
|
|
+ comment style update.(// -> /* */)
|
|
|
+
|
|
|
+2003-02-22 19:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up init_gr_info
|
|
|
+
|
|
|
+2003-02-22 17:20 takehiro
|
|
|
+
|
|
|
+ * config.guess, config.sub (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the mainline.
|
|
|
+ - update config files (by CISC)
|
|
|
+
|
|
|
+2003-02-22 17:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix VBR code for new quantize strategy.
|
|
|
+
|
|
|
+2003-02-22 02:21 olcios
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix,
|
|
|
+ USAGE, configMS.h, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/gain_analysis.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ ReplayGain analysis of a single file (RadioGain)
|
|
|
+
|
|
|
+2003-02-21 15:54 cisc
|
|
|
+
|
|
|
+ * config.guess, config.sub:
|
|
|
+
|
|
|
+ Update to latest config files to support more hosts/targets.
|
|
|
+
|
|
|
+2003-02-21 04:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize.c, tables.c, tables.h,
|
|
|
+ takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new quantization strategy.
|
|
|
+ - the code handling quantization factor moved to quantize_xrpow() and
|
|
|
+ quantize_xrpow_ISO(). This is preparing for "quantizing only the scalefactor
|
|
|
+ band whose q-factor is changed" and so on.
|
|
|
+ - now xrpow[] is constant.
|
|
|
+
|
|
|
+2003-02-21 04:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up initialization
|
|
|
+
|
|
|
+2003-02-21 01:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: mpglib_interface.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync mainline.
|
|
|
+ - changed comment style (// -> /* */) by Robert.
|
|
|
+ - Extending mpglib by the option to return unclipped floating-point values of samples by olcios.
|
|
|
+
|
|
|
+2003-02-20 23:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized quantization
|
|
|
+ - remove QUANTFAC() macro.
|
|
|
+ - check the max value in quantization routine (loop hoisting)
|
|
|
+
|
|
|
+2003-02-20 22:43 takehiro
|
|
|
+
|
|
|
+ * mpglib/: common.c, decode_i386.c, decode_i386.h, huffman.h,
|
|
|
+ interface.c, interface.h, l2tables.h, layer1.c, layer2.c,
|
|
|
+ layer2.h, layer3.c, layer3.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync mainline.
|
|
|
+ - changed comment style (// -> /* */) by Robert.
|
|
|
+ - Extending mpglib by the option to return unclipped floating-point values of samples by olcios.
|
|
|
+
|
|
|
+2003-02-19 19:46 olcios
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c, libmp3lame/util.h,
|
|
|
+ mpglib/decode_i386.c, mpglib/decode_i386.h, mpglib/interface.c,
|
|
|
+ mpglib/interface.h, mpglib/layer3.c, mpglib/layer3.h:
|
|
|
+
|
|
|
+ Extending mpglib by the option to return unclipped floating-point values of samples.
|
|
|
+
|
|
|
+2003-02-19 16:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ATH related tuning for ABR/CBR preset.
|
|
|
+
|
|
|
+ ABR bit-allocation tuning on short blocks
|
|
|
+
|
|
|
+2003-02-19 12:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ fix comment style. ( // -> /* */ )
|
|
|
+
|
|
|
+2003-02-19 12:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup and ABR 128-160kbps shortthreshold change.
|
|
|
+
|
|
|
+2003-02-19 10:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comments
|
|
|
+
|
|
|
+2003-02-19 09:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove PE FIR filter. It does not work now.
|
|
|
+
|
|
|
+2003-02-18 14:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ on short blocks, use subblock gain first, instead of scalefac_scale
|
|
|
+
|
|
|
+2003-02-18 14:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update PE calculation and pe based bit allocation(CBR,ABR)
|
|
|
+ do not spend too much on short blocks.
|
|
|
+
|
|
|
+2003-02-18 14:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove SNR parameter (attack position aware masking calculation code will replace this).
|
|
|
+
|
|
|
+2003-02-18 01:11 olcios
|
|
|
+
|
|
|
+ * Makefile.DJGPP:
|
|
|
+
|
|
|
+ Workaround for a problem with make clean, regarding long filenames on some systems.
|
|
|
+
|
|
|
+2003-02-17 01:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix threshold at [SBMAX_s-1] of short blocks
|
|
|
+
|
|
|
+2003-02-16 19:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one and one more brand-new S(L-R) channel short block switching strategy
|
|
|
+
|
|
|
+2003-02-16 18:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up in bitpressure_strategy()
|
|
|
+
|
|
|
+2003-02-16 18:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix overflow in pulse-like signal detection.
|
|
|
+
|
|
|
+2003-02-16 18:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ cbr/abr presets (still not finished?)
|
|
|
+
|
|
|
+2003-02-16 18:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ATH value scaling clean up and one more revert short block strategy...
|
|
|
+
|
|
|
+2003-02-16 18:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up arround initialization of short blocks.
|
|
|
+
|
|
|
+2003-02-16 18:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial clean up in inc_scalefac_scale()
|
|
|
+
|
|
|
+2003-02-16 18:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better verbose mode printing
|
|
|
+
|
|
|
+2003-02-16 13:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ bump up alpha5
|
|
|
+
|
|
|
+2003-02-16 13:22 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update testcase
|
|
|
+
|
|
|
+2003-02-16 13:20 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/set_get.c, libmp3lame/tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ATH related code clean up (always use ATH type 4).
|
|
|
+
|
|
|
+2003-02-16 13:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better noise estimation
|
|
|
+
|
|
|
+2003-02-16 13:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimized calc_xmin()
|
|
|
+
|
|
|
+2003-02-16 08:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ PE calculation improvement (backported from experimental branch).
|
|
|
+ Better pe calculation for nspsytune. This brings
|
|
|
+ - better MS/LR switching
|
|
|
+ - better reservoir handling (brings better ABR/CBR result)
|
|
|
+
|
|
|
+ I hope the trouble on "SeriousTrouble.wav" is partially fixed (not perfect ?).
|
|
|
+
|
|
|
+2003-02-16 08:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.h:
|
|
|
+
|
|
|
+ fix build problem (calc_xmin() prototype fix)
|
|
|
+
|
|
|
+2003-02-16 08:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix one more subblock_gain handling code.
|
|
|
+
|
|
|
+2003-02-15 14:07 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ init max_nonzero_coeff to 575 instead of 0
|
|
|
+
|
|
|
+2003-02-14 17:41 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: l3side.h, quantize.c, quantize_pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ do not calc noise in upper 0 part
|
|
|
+
|
|
|
+2003-02-10 03:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix long->short masking threshold conversion (still experimental).
|
|
|
+ revert S(L-R) channel blocktype switching strategy.
|
|
|
+ 1st attempt of short block pre-echo prevention code(lessen masking before the surge on shortblocks, for preecho prevention).
|
|
|
+
|
|
|
+2003-02-10 03:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ verbose mode:added if it uses subblock gain or not.
|
|
|
+
|
|
|
+2003-02-09 18:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more tuning short block noise calculation
|
|
|
+ - max_noise handling fix.
|
|
|
+
|
|
|
+ changed quantcomp_s and quamtcomp
|
|
|
+ - use quantcomp_s only for short blocks. (do not use for start/end)
|
|
|
+
|
|
|
+2003-02-09 17:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ reduce memory copy in best_huffman_divide()
|
|
|
+
|
|
|
+2003-02-09 16:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, fix short block noise calculation...
|
|
|
+
|
|
|
+2003-02-09 16:41 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/lame-analysis.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed mp3x "surge intensity" display.
|
|
|
+
|
|
|
+ fix psymodel mis-enables the short blocks when MS stereo.
|
|
|
+
|
|
|
+ changed short blcok setting strategy on the S(L-R) channel.
|
|
|
+ Although this brings better LR/MS handling for fatboy.wav et.al., this is not true idea but work arround. we should get better ns_msfix().
|
|
|
+
|
|
|
+ simplify the surge detection in psymodel.c
|
|
|
+
|
|
|
+ added comments on psymodel.c for mp3x display and the window position.
|
|
|
+
|
|
|
+2003-02-09 16:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial simplification
|
|
|
+
|
|
|
+2003-02-09 16:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ new calc noise for short blocks.
|
|
|
+ it calculates the sum of noise in 3 subblocks at same frequency region.
|
|
|
+
|
|
|
+ I hope this makes --quantcomp hack obsolete.
|
|
|
+
|
|
|
+2003-02-09 15:19 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main: comments update by Mark.
|
|
|
+
|
|
|
+2003-02-09 12:36 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ revert speedup
|
|
|
+
|
|
|
+2003-02-09 01:25 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ added a comment about reading the file API
|
|
|
+
|
|
|
+2003-02-08 17:46 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, version.h:
|
|
|
+
|
|
|
+ presets
|
|
|
+
|
|
|
+2003-02-08 13:53 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ small speedup
|
|
|
+
|
|
|
+2003-02-08 09:51 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ trivial simplification
|
|
|
+
|
|
|
+2003-02-08 07:22 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main line: comments about lame_init()
|
|
|
+
|
|
|
+2003-02-07 18:17 bouvigne
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ KLEMM_44
|
|
|
+
|
|
|
+2003-02-06 20:04 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ updated comments about lame_init() from Kendrick Hamilton
|
|
|
+
|
|
|
+2003-02-06 06:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix analog silence detection
|
|
|
+
|
|
|
+2003-02-05 09:27 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-02-05 09:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix subband filtering (always mono...)
|
|
|
+
|
|
|
+2003-02-04 18:27 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix --keeptag option
|
|
|
+
|
|
|
+2003-02-04 17:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, trivial mistake...
|
|
|
+
|
|
|
+2003-02-04 17:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ some tuning arround attack threshold. not so far from good...
|
|
|
+
|
|
|
+2003-02-04 17:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, psymodel.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update comment and remove unused lines.
|
|
|
+
|
|
|
+2003-02-04 17:01 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/tables.c, libmp3lame/util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use subband filter sample to determine block type.
|
|
|
+ it still remains parameter tuning, but it works.
|
|
|
+
|
|
|
+2003-02-04 16:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, newmdct.c, newmdct.h, psymodel.c,
|
|
|
+ psymodel.h, tables.c, tables.h, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for using subband filtered samples to determine block switching.
|
|
|
+ This will archive faster, and better block switching.
|
|
|
+
|
|
|
+ And using this, we can get more precise short block threshold calculation, I hope.
|
|
|
+
|
|
|
+2003-02-04 16:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix comment and trivial optimization.
|
|
|
+
|
|
|
+2003-02-04 15:59 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2003-02-04 15:59 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ to avoid confusion, make version 4.00
|
|
|
+
|
|
|
+2003-02-04 15:01 takehiro
|
|
|
+
|
|
|
+ * frontend/: brhist.c, console.c, gtkanal.c, main.c, parse.c,
|
|
|
+ rtp.c, timestatus.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main
|
|
|
+ - comment fix // -> /* */
|
|
|
+ - nogap related updates
|
|
|
+
|
|
|
+2003-02-04 13:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/util.h, include/lame.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main.
|
|
|
+ - remove coding_t
|
|
|
+ - update comment
|
|
|
+
|
|
|
+2003-02-03 18:41 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused code
|
|
|
+
|
|
|
+2003-02-03 18:40 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head.
|
|
|
+
|
|
|
+2003-02-03 18:29 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.h, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added --keeptag option and clean up tag copy code.
|
|
|
+ currently it works only with ID3v1.
|
|
|
+
|
|
|
+2003-02-02 18:51 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha
|
|
|
+
|
|
|
+2003-02-02 18:50 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ include/lame.h, libmp3lame/presets.c, libmp3lame/set_get.c,
|
|
|
+ frontend/parse.c:
|
|
|
+
|
|
|
+ preset medium
|
|
|
+
|
|
|
+2003-02-02 17:30 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ keep id3tag when reencoding mp3(experimental).
|
|
|
+ 1. it sometimes mis-recognize the tag. (but this is the same behavior of madplay)
|
|
|
+ 2. we should add some option to enable/disable this function.
|
|
|
+
|
|
|
+ after 2 is solved, I will backport it to the head branch.
|
|
|
+
|
|
|
+2003-02-02 17:15 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, gtkanal.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial comment/style update
|
|
|
+
|
|
|
+2003-02-02 17:10 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ removed KLEMM_44
|
|
|
+
|
|
|
+2003-02-02 15:50 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.h:
|
|
|
+
|
|
|
+ removed useless structure (coding_t)
|
|
|
+
|
|
|
+2003-02-02 14:45 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets: standard should be fine, working on medium
|
|
|
+
|
|
|
+2003-02-02 10:15 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ comments regarding TMN and NMT (thank you Takehiro)
|
|
|
+
|
|
|
+2003-02-01 21:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, newmdct.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for subband filter output to determine long/short block switching.
|
|
|
+ - subband filtering in next frame.
|
|
|
+ - encode delay setting
|
|
|
+
|
|
|
+2003-02-01 20:06 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ precise error message about nspsytune2
|
|
|
+
|
|
|
+2003-02-01 11:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up and optimization.
|
|
|
+
|
|
|
+2003-01-30 12:13 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ bit better mp3 input file sync. but we need one more for Chris.mp3....
|
|
|
+
|
|
|
+2003-01-30 08:48 markt
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Formula for the amount of data that had to be in the buffer
|
|
|
+ before it could be encoded was incorrect. Old formula
|
|
|
+ (for the polyphase filterbank) was:
|
|
|
+
|
|
|
+ old formula: 286+576*(1+gfc->mode_gr) = 2014 (MPEG1)
|
|
|
+
|
|
|
+ Correct formula is: 512+framesize -32 = 1632
|
|
|
+
|
|
|
+ Best way to see this is to go through window_subband() in newmdct.c
|
|
|
+ It access samples x[32*i] through x[510+32*i] for i=0..17.
|
|
|
+
|
|
|
+ So our old condition was too conservative.
|
|
|
+
|
|
|
+ However, the FFT still requires 1904 samples, so the
|
|
|
+ net change is just to lower the requirement from 2014 to 1904.
|
|
|
+
|
|
|
+2003-01-28 03:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame-analysis.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem on not HAVE_GTK environment
|
|
|
+
|
|
|
+2003-01-28 00:29 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ short blocks are coupled, even in regular stereo mode.
|
|
|
+ This is to fix bugs reported in several different hardware decoders.
|
|
|
+ see comments in lame.c
|
|
|
+
|
|
|
+2003-01-27 12:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added comments ...
|
|
|
+
|
|
|
+2003-01-27 11:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ fix warning(added return value)
|
|
|
+
|
|
|
+2003-01-26 17:37 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ added ID3tag v2 skipping function.
|
|
|
+
|
|
|
+2003-01-26 12:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuned long block PE calculation parameter.
|
|
|
+
|
|
|
+2003-01-26 12:09 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bumped alpha
|
|
|
+
|
|
|
+2003-01-26 12:08 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets (under testing)
|
|
|
+
|
|
|
+2003-01-26 12:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ tuned short block PE calculation parameter.
|
|
|
+
|
|
|
+2003-01-26 11:31 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ verbose
|
|
|
+
|
|
|
+2003-01-26 10:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix wrong "const" declaration.
|
|
|
+
|
|
|
+2003-01-25 11:02 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c:
|
|
|
+
|
|
|
+ changed -q mapping
|
|
|
+
|
|
|
+2003-01-24 19:26 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2003-01-22 17:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix best_huffman_divide MPEG2 short block treatment.
|
|
|
+ This is the same bug in count_bits().
|
|
|
+
|
|
|
+2003-01-22 15:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove inner loop iteration limit (age) and some simple optimization.
|
|
|
+
|
|
|
+2003-01-21 02:45 takehiro
|
|
|
+
|
|
|
+ * frontend/: parse.c (takehiro-2002_05_07-experimental), parse.c:
|
|
|
+
|
|
|
+ added \n in --preset help
|
|
|
+
|
|
|
+2003-01-20 18:09 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets (under testing)
|
|
|
+
|
|
|
+2003-01-19 15:55 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets (under testing)
|
|
|
+
|
|
|
+2003-01-19 09:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix fatal bit-counting bug in MPEG2/2.5 short block.
|
|
|
+
|
|
|
+2003-01-19 06:30 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, type mismatch...
|
|
|
+
|
|
|
+2003-01-18 14:44 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added new API, lame_set_use_subblockgain() to set if it uses subblock gain or not.
|
|
|
+
|
|
|
+2003-01-18 14:42 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/quantize.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added "--sfscale" and "--sbgain" options.
|
|
|
+ This is replacement of old ambiguous "-Z" option.
|
|
|
+
|
|
|
+2003-01-13 16:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use --preset insane when --preset 320
|
|
|
+
|
|
|
+2003-01-13 13:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ 10th quantcomp method, based on 3rd method, but uses over_noise instead of tot_noise.
|
|
|
+
|
|
|
+2003-01-13 13:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix fatal bug which happens when the last partition is wider than the last scalefactor band.
|
|
|
+
|
|
|
+2003-01-13 11:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix "off by one" in short block masking calculation.
|
|
|
+
|
|
|
+2003-01-13 11:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use automatic resample even when ABR.
|
|
|
+
|
|
|
+2003-01-13 11:34 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed DEBUGF -> printf (to fix debug build).
|
|
|
+ vorbis removing related fix.
|
|
|
+
|
|
|
+2003-01-13 08:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops... fix auto short block switching threshold adjustment.
|
|
|
+
|
|
|
+2003-01-13 08:43 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops... fix --quantcomp option.
|
|
|
+
|
|
|
+2003-01-13 00:49 glessard
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c, main.h, parse.c:
|
|
|
+
|
|
|
+ NOGAP-related changes.
|
|
|
+ - added '-T' option to force VBR/INFO tag inclusion.
|
|
|
+ - moved a VBR/INFO tag inclusion decision to parse.c, eliminating the use
|
|
|
+ of a global variable across modules.
|
|
|
+ - fixed reading of multiple little-endian AIFF-C files in get_audio.c. For
|
|
|
+ those files, 'swapbytes' was getting toggled for each file opened in the
|
|
|
+ sequence, so only every other output file was correct.
|
|
|
+
|
|
|
+2003-01-12 15:18 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added --quantcomp option.
|
|
|
+
|
|
|
+2003-01-12 12:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame_global_flags.h, util.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head arround VbrTag.
|
|
|
+
|
|
|
+2003-01-12 12:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ABR/CBR preset sync with the head branch.
|
|
|
+
|
|
|
+2003-01-12 12:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial cleanup
|
|
|
+
|
|
|
+2003-01-11 18:40 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ low bitrates presets
|
|
|
+
|
|
|
+2003-01-11 17:56 markt
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame_global_flags.h, util.c:
|
|
|
+
|
|
|
+ reorganized VBR tag initialization code so that it
|
|
|
+ could be reset/initialized several times
|
|
|
+ (for use when encoding in nogap mode)
|
|
|
+
|
|
|
+2003-01-11 17:42 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame_global_flags.h:
|
|
|
+
|
|
|
+ removed comment within comment delimiter
|
|
|
+
|
|
|
+2003-01-11 17:41 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/lame_global_flags.h:
|
|
|
+
|
|
|
+ cleaned up some comments about VBR tags being written
|
|
|
+ to the mp3 file after internal data structures are free
|
|
|
+ (this has not been true for a long time)
|
|
|
+
|
|
|
+ na
|
|
|
+
|
|
|
+2003-01-11 15:43 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/presets.c:
|
|
|
+
|
|
|
+ low bitrates presets
|
|
|
+
|
|
|
+2003-01-11 13:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove an unused argument of VBR_iteration()
|
|
|
+
|
|
|
+2003-01-11 12:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mono ABR/VBR encoding
|
|
|
+
|
|
|
+2003-01-11 12:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix ath curve initialization.
|
|
|
+
|
|
|
+2003-01-11 12:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix config print code
|
|
|
+
|
|
|
+2003-01-11 11:10 takehiro
|
|
|
+
|
|
|
+ * frontend/rtp.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch
|
|
|
+ - Include alloca.h if neccessary. (by Alex)
|
|
|
+
|
|
|
+2003-01-11 11:09 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch
|
|
|
+ - GB's Ability to change ath4 shape independantly from vbr_q
|
|
|
+
|
|
|
+2003-01-11 11:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch (GB's change, "Add the Info frame to the number of frames reported by the Info/vbr tag")
|
|
|
+
|
|
|
+2003-01-11 11:07 takehiro
|
|
|
+
|
|
|
+ * USAGE (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update bit.
|
|
|
+
|
|
|
+2003-01-11 11:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use "safe" way of short block long->short threshold conversion
|
|
|
+ better ns_msfix by using the fatc that noise in sfb couldn't exceed its energy.
|
|
|
+ do not use ns_msfix when we used msfix.
|
|
|
+ do not long block msfix when the block IS short.
|
|
|
+
|
|
|
+2003-01-11 04:16 markt
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ in nogap mode, with VBR tags, we were calling init_bitstream()
|
|
|
+ (which resets VBR tag data) before writing the VBR tag data.
|
|
|
+ This is now fixed, but there is still a bug when initializing the
|
|
|
+ VBR data for the 2nd (or more) encoding in the nogap series.
|
|
|
+
|
|
|
+2003-01-10 21:22 markt
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ forgot a \n in the --longhelp documentation
|
|
|
+
|
|
|
+2003-01-10 20:18 markt
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ note that --voice option is obsolete
|
|
|
+
|
|
|
+2003-01-10 20:12 markt
|
|
|
+
|
|
|
+ * frontend/: main.c, main.h, parse.c:
|
|
|
+
|
|
|
+ added the "--nogaptags" option.
|
|
|
+
|
|
|
+ this will allow VBR tags even for gapless encoding.
|
|
|
+ The default behavoir is to disable tags for gapless encoding.
|
|
|
+
|
|
|
+2003-01-10 20:07 markt
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Updated the TOC calculation in the VBR tag to also count
|
|
|
+ the size of the VBR tag itself.
|
|
|
+
|
|
|
+ This is to make the VBR tag consistent with the recent change
|
|
|
+ in the VBR frame count (changed so that it also counts the
|
|
|
+ VBR tag as a frame)
|
|
|
+
|
|
|
+2003-01-10 19:06 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix usage message arround ns(-bass|-alto|-treble|-sfb21|msfix).
|
|
|
+
|
|
|
+2003-01-10 18:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial cleanup (when JOINT_STEREO and no-psymodel, it is always MS stereo)
|
|
|
+
|
|
|
+2003-01-10 18:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix some initilization when ABR.
|
|
|
+ (It seems ATH-adjust type 3 does not works fine with ABR mode ...)
|
|
|
+
|
|
|
+2003-01-05 16:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix compiling error(oops, trivial mistake...)
|
|
|
+
|
|
|
+2003-01-05 16:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - use ns-(bass|alto|treble|sfb21) in psymodel. And now ATH values are not
|
|
|
+ affected by these values.
|
|
|
+
|
|
|
+ - sfb21 aware pe(perceptual entropy) calculation. I hope it brings
|
|
|
+ better LR/MS switching, but CBR/ABR is now not good as it was because of this.
|
|
|
+ I'm afraid it needs overhaul....
|
|
|
+
|
|
|
+ - analog silence detection code is moved to pecalc_[ls] functions.
|
|
|
+
|
|
|
+2003-01-05 14:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed unused code
|
|
|
+
|
|
|
+2003-01-05 08:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more fix for inc_subblock_gain().
|
|
|
+ and some clean up.
|
|
|
+
|
|
|
+2003-01-05 08:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ pe calculation of over 16kHz region.
|
|
|
+
|
|
|
+2003-01-05 07:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame-analysis.h, quantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ move set_frame_pinfo() definition to fix mp3x built
|
|
|
+
|
|
|
+2003-01-05 07:21 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused code to fix mp3x built
|
|
|
+
|
|
|
+2003-01-05 04:28 takehiro
|
|
|
+
|
|
|
+ * DEFINES (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ completely updated (from Alex's comment).
|
|
|
+
|
|
|
+2003-01-05 04:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, quantize.c, reservoir.c,
|
|
|
+ reservoir.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - general clean up mainly arround reservoir.
|
|
|
+ - use faster and not exact quantizing method for the 1st step of VBR.
|
|
|
+ (It estimates scalefactor step roughly and not needed exactness)
|
|
|
+
|
|
|
+2003-01-05 03:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove u_char definition (sync head branch)
|
|
|
+
|
|
|
+2003-01-02 18:42 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ In psymodel_init set blocktype_old to NORM_TYPE because the VBR header is long blocks. This might be the problem encountered in some WMP 6.4
|
|
|
+
|
|
|
+2003-01-02 18:37 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Add the Info frame to the number of frames reported by the Info/vbr tag
|
|
|
+
|
|
|
+2003-01-02 18:30 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ reduced 63 warnings to 55 under visual c++. Those were mainly differences between function prototypes in declarations and implementations.
|
|
|
+
|
|
|
+2003-01-02 18:27 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h, frontend/parse.c,
|
|
|
+ include/lame.h:
|
|
|
+
|
|
|
+ Ability to change ath4 shape independantly from vbr_q
|
|
|
+
|
|
|
+2003-01-01 16:14 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ Removed u_char typedefs, u_char is not used in the tree (according to grep -r u_char).
|
|
|
+
|
|
|
+2003-01-01 16:12 aleidinger
|
|
|
+
|
|
|
+ * frontend/rtp.c:
|
|
|
+
|
|
|
+ Include alloca.h if neccessary.
|
|
|
+
|
|
|
+ Noticed by: Tomi Vainio <Tomi.Vainio@Sun.COM>
|
|
|
+
|
|
|
+2002-12-31 14:00 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/libmp3lame.dsp, libmp3lame/libmp3lame_vc6.dsp
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ vbrquantize.[ch] and quantize_pvt.c is merged into quantize.c
|
|
|
+
|
|
|
+2002-12-31 13:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, lame.c, lame_global_flags.h,
|
|
|
+ reservoir.c, tables.c, util.c, util.h, version.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general cleanup
|
|
|
+ gfp->VBR_mean_bitrate_kbps and gfp->brate is merged.
|
|
|
+
|
|
|
+ init_bit_stream_w is moved to lame.c from bitstream.c
|
|
|
+
|
|
|
+ FindNearestBitrate(), map2MP3Frequency(), SmpFrqIndex()
|
|
|
+ are moved to lame.c from util.c
|
|
|
+
|
|
|
+ fix VBR lowest/highest bitrate in mono-mode
|
|
|
+
|
|
|
+ now alpha 4
|
|
|
+
|
|
|
+2002-12-31 13:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c, vbrquantize.h,
|
|
|
+ quantize.h, quantize_pvt.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed analog silence related code in calc_xmin().
|
|
|
+
|
|
|
+ ABR/CBR code integration.
|
|
|
+ caller of init_outer_loop() and calc_xmin() is moved to outer_loop()
|
|
|
+
|
|
|
+ off by one fix of global_gain (from the mainline), in outer_loop()
|
|
|
+
|
|
|
+ new vbr code. but still needs more fix.
|
|
|
+ remove unused code in VBR_prepare()
|
|
|
+
|
|
|
+ vbrquantize.[ch] and quantize_pvt.c is merged into quantize.c
|
|
|
+
|
|
|
+ one more inc_subblock_gain() fix.
|
|
|
+
|
|
|
+2002-12-31 13:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ some cleanup arround pointer.
|
|
|
+
|
|
|
+ analog silence detection in psymodel.c.
|
|
|
+
|
|
|
+ skip short block FFT calculation of joint stereo, if it is not needed.
|
|
|
+
|
|
|
+2002-12-29 16:48 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/reservoir.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanups
|
|
|
+ - all vbr modes are into one.
|
|
|
+ - more initilization code organization
|
|
|
+
|
|
|
+ experimental tuning of short block switching threshold in ABR presets.
|
|
|
+
|
|
|
+2002-12-29 16:44 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update mainly due to long->short threshold convertion
|
|
|
+
|
|
|
+2002-12-29 09:09 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ follow new APIs
|
|
|
+
|
|
|
+2002-12-29 08:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, encoder.c, lame.c,
|
|
|
+ lame_global_flags.h, machine.h, psymodel.c, psymodel.h, tables.c,
|
|
|
+ tables.h, util.c, util.h, version.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ general cleanups
|
|
|
+ - removed KLEMM_44 (I plan to replace the resampling code with ssrc)
|
|
|
+ - VBR/CBR/ABR related initialization cleanup
|
|
|
+ - moved initialization related code in lame.c/util.c -> tables.c
|
|
|
+ - most of "preset" settings are defaulted.
|
|
|
+
|
|
|
+ experimenal tuning
|
|
|
+ - substep method and use_scalefac_scale setting are removed
|
|
|
+ from -q option mapping
|
|
|
+
|
|
|
+2002-12-29 08:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - simplify/removed not needed VBR code.
|
|
|
+ *** There is still problem which it assumes the quantization noise is
|
|
|
+ *** monotone function of the scalefactor(quantization factor).
|
|
|
+
|
|
|
+2002-12-29 08:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame-analysis.h, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - use athAdjust() always (in quantize.c)
|
|
|
+ - removed unused quantcomp_method
|
|
|
+
|
|
|
+2002-12-29 08:43 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ * follow API changes.
|
|
|
+ * clean up options.
|
|
|
+ added options
|
|
|
+ --shortthreshold
|
|
|
+ removed options
|
|
|
+ --r3mix, --phone, --voice, --radio, --tape, --cd, --studio,
|
|
|
+ --cwlimit, --nspsytune,
|
|
|
+ --vbr-old, --vbr-new, --vbr-mrth
|
|
|
+ --short
|
|
|
+ changed options
|
|
|
+ --allshort, --noshort (implemented by shortthreshold API)
|
|
|
+
|
|
|
+2002-12-29 08:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/libmp3lame_vc6.dsp, libmp3lame/presets.c,
|
|
|
+ libmp3lame/set_get.c, Makefile.DJGPP, Makefile.MSVC,
|
|
|
+ Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ presets.c is merged into set_get.c
|
|
|
+ API change
|
|
|
+ - CHANGED: expX -> "quantocomp_method"
|
|
|
+ - CHANGED: expZ -> "use_large_scalefac"
|
|
|
+ - REMOVED: cwlimit related APIs
|
|
|
+ - REMOVED: short blocks on/off/forced APIs
|
|
|
+ - NEW: short blocks switching threshold API
|
|
|
+
|
|
|
+2002-12-27 04:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ use ATH value as short block masking lower limit.
|
|
|
+
|
|
|
+2002-12-27 04:21 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ new option --shortthreshold and bump up version number(alpha 8)
|
|
|
+ and new psymodel version(0.90) for ATHadjust aware psymodel
|
|
|
+
|
|
|
+2002-12-27 04:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fix assertion failure (oops, my mistake in ATH handling change)
|
|
|
+
|
|
|
+2002-12-26 05:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, psymodel.h:
|
|
|
+
|
|
|
+ cleanup psymodel initialization preparing for --shortthreshold option.
|
|
|
+
|
|
|
+2002-12-25 12:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, set_get.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ ATH handling fix and simplification.
|
|
|
+ - use ATH adjust in ns_msfix(), mask_add(), and masking lower limit calculation.
|
|
|
+ - all ATH adjust related thresholding(ns_msfix, quantcompare and scalefac_scale) is removed.
|
|
|
+
|
|
|
+2002-12-21 07:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, quantize_pvt.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ masking_lower related fix for shortblock ATH handling and clean up.
|
|
|
+
|
|
|
+2002-12-21 07:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial style change
|
|
|
+
|
|
|
+2002-12-21 05:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization (when joint stereo, it is always STEREO and channels_out = 2)
|
|
|
+
|
|
|
+2002-12-21 05:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix it uses LR threshold for MS when -m f
|
|
|
+
|
|
|
+2002-12-21 05:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ zero prevention (adding 1e-37) is not needed.
|
|
|
+
|
|
|
+2002-12-21 04:55 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for removing vorbis support
|
|
|
+
|
|
|
+2002-12-21 04:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ short block ATH scaling fix.
|
|
|
+
|
|
|
+2002-12-18 16:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame_vc6.dsp:
|
|
|
+
|
|
|
+ removed tools.h
|
|
|
+
|
|
|
+2002-12-18 16:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in, debugscalefac.c, tools.c,
|
|
|
+ tools.h:
|
|
|
+
|
|
|
+ remove unused files and regen Makefile
|
|
|
+
|
|
|
+2002-12-16 19:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix inc_subblock_gain() to properly handle sfb12 (16kHz over region) MDCT coefs.
|
|
|
+
|
|
|
+2002-12-16 18:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ oops, I checked in the wrong version...
|
|
|
+
|
|
|
+2002-12-16 18:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix inc_subblock_gain() to properly handle sfb12 (16kHz over region) MDCT coefs.
|
|
|
+
|
|
|
+2002-12-16 18:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ initial attempt to long->short masking threshold conversion
|
|
|
+ fix FFT routine selection code.
|
|
|
+
|
|
|
+ adjust masking threshold scaling for VBR.
|
|
|
+
|
|
|
+ fix ATH handling for long block masking threshold.
|
|
|
+
|
|
|
+2002-12-16 18:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame-analysis.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ mp3x displays MS/LR masking pe difference
|
|
|
+
|
|
|
+2002-12-15 17:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup related removing vbr-old
|
|
|
+
|
|
|
+2002-12-15 17:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup related removing vbr-old
|
|
|
+
|
|
|
+2002-12-15 17:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame_global_flags.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove an unused variable
|
|
|
+
|
|
|
+2002-12-15 17:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix short block scaling for ATH handling
|
|
|
+
|
|
|
+2002-12-15 16:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix fatal short block ATH handling...
|
|
|
+
|
|
|
+2002-12-15 12:56 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, frontend/parse.c:
|
|
|
+
|
|
|
+ warning about alpha versions
|
|
|
+
|
|
|
+2002-12-15 11:59 takehiro
|
|
|
+
|
|
|
+ * ACM/ACMStream.cpp:
|
|
|
+
|
|
|
+ fix access violation when LAME failed to initilize.
|
|
|
+ I hope this fixes BUG ID 646894 (at sf.net).
|
|
|
+
|
|
|
+2002-12-15 11:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix warning (reported at sf.net by krick.)
|
|
|
+
|
|
|
+2002-12-15 11:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.h, takehiro.c:
|
|
|
+
|
|
|
+ fix warning (reported at sf.net by krick.
|
|
|
+
|
|
|
+2002-12-15 10:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove vbr-old and its presets
|
|
|
+
|
|
|
+2002-12-15 09:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ adjust masking threshold for new mask_add() strategy.
|
|
|
+
|
|
|
+2002-12-15 09:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix -q0 convined with --substep x option.
|
|
|
+
|
|
|
+2002-12-15 08:56 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix:
|
|
|
+
|
|
|
+ fix for vorbis support remove (I hope)
|
|
|
+
|
|
|
+2002-12-14 19:19 robert
|
|
|
+
|
|
|
+ * ChangeLog, Makefile.MSVC, lame.bat, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/quantize.c, libmp3lame/util.c,
|
|
|
+ misc/lame4dos.bat, misc/mlame:
|
|
|
+
|
|
|
+ removed my email address
|
|
|
+
|
|
|
+2002-12-14 18:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for ATH handling and short block VBR threshold.
|
|
|
+
|
|
|
+2002-12-14 17:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more fix for msfix and its comment.
|
|
|
+
|
|
|
+2002-12-14 11:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix better ns_msfix (and better MS/LR switching).
|
|
|
+
|
|
|
+2002-12-14 08:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix msfix for symmetric L/R treatment.
|
|
|
+
|
|
|
+2002-12-13 17:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ off by one fix for global_gain.
|
|
|
+
|
|
|
+2002-12-13 17:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, psymodel.c, quantize.c, set_get.c,
|
|
|
+ tables.c, util.h, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ATH adjustment related code cleanup (for mostly preset).
|
|
|
+ and possible fix for "global_gain > 255" (backport from mainline).
|
|
|
+
|
|
|
+2002-12-13 16:58 takehiro
|
|
|
+
|
|
|
+ * configure, frontend/main.h, libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ remove vorbis support and regen.
|
|
|
+
|
|
|
+2002-12-13 16:54 takehiro
|
|
|
+
|
|
|
+ * configure.in, config.h.in, frontend/get_audio.c, frontend/main.c,
|
|
|
+ frontend/parse.c, libmp3lame/Makefile.am, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ remove vorbis support.
|
|
|
+
|
|
|
+2002-12-13 14:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix for 64bit environment, reported by Tomi Vainio <Tomi.Vainio@Sun.COM>
|
|
|
+
|
|
|
+2002-12-09 19:00 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, version.h:
|
|
|
+
|
|
|
+ fixed the quant_comp problem (probably introduced by me)
|
|
|
+ so bump the alpha version number
|
|
|
+
|
|
|
+2002-12-08 17:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ now 3.94 alpha 6
|
|
|
+ - changed default block switching threshold
|
|
|
+ - fixed mpglib crash.
|
|
|
+
|
|
|
+2002-12-08 17:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ changed long/short block switching threshold.
|
|
|
+
|
|
|
+2002-12-08 17:23 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ new testcase for the new default cutoff frequency.
|
|
|
+
|
|
|
+2002-12-08 17:07 takehiro
|
|
|
+
|
|
|
+ * mpglib/interface.c:
|
|
|
+
|
|
|
+ null pointer check patch from Peter Pawlowski <peter at blorp dot com>, to prevent the random crash.
|
|
|
+
|
|
|
+2002-12-08 17:02 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.am,
|
|
|
+ Makefile.in, Makefile.unix, configMS.h, configure, configure.in,
|
|
|
+ testcase.mp3, frontend/brhist.c, frontend/brhist.h,
|
|
|
+ frontend/console.c, frontend/console.h, frontend/get_audio.c,
|
|
|
+ frontend/get_audio.h, frontend/gpkplotting.h, frontend/gtkanal.c,
|
|
|
+ frontend/gtkanal.h, frontend/lametime.c, frontend/lametime.h,
|
|
|
+ frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ frontend/parse.h, frontend/portableio.h, frontend/rtp.c,
|
|
|
+ frontend/rtp.h, frontend/timestatus.c, frontend/timestatus.h,
|
|
|
+ include/lame.h, libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/VbrTag.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/fft.c, libmp3lame/fft.h,
|
|
|
+ libmp3lame/gain_analysis.c, libmp3lame/gain_analysis.h,
|
|
|
+ libmp3lame/id3tag.h, libmp3lame/l3side.h,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/libmp3lame.dsp,
|
|
|
+ libmp3lame/machine.h, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/newmdct.c, libmp3lame/newmdct.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/reservoir.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/tables.c, libmp3lame/tables.h,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/vbrquantize.h,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h,
|
|
|
+ libmp3lame/vorbis_interface.c, libmp3lame/i386/Makefile.am,
|
|
|
+ libmp3lame/i386/Makefile.in, mpglib/common.c, mpglib/common.h,
|
|
|
+ mpglib/dct64_i386.h, mpglib/decode_i386.h, mpglib/huffman.h,
|
|
|
+ mpglib/interface.c, mpglib/interface.h, mpglib/l2tables.h,
|
|
|
+ mpglib/layer1.c, mpglib/layer1.h, mpglib/layer2.c,
|
|
|
+ mpglib/layer2.h, mpglib/layer3.c, mpglib/layer3.h,
|
|
|
+ mpglib/mpg123.h, mpglib/mpglib.h, mpglib/tabinit.h:
|
|
|
+
|
|
|
+ overwrite by takehiro_stable branch.
|
|
|
+
|
|
|
+2002-12-08 16:59 takehiro
|
|
|
+
|
|
|
+ * mac/.cvsignore:
|
|
|
+
|
|
|
+ added
|
|
|
+
|
|
|
+2002-12-02 20:26 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/presets.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c, include/lame.h, frontend/parse.c
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ quant_comp and quant_comp_short
|
|
|
+
|
|
|
+2002-12-01 17:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ now alpha4
|
|
|
+ - fix -q0 and -q1
|
|
|
+ - -X and -Z option update
|
|
|
+
|
|
|
+ I think we should "-X1,0" as default for ABR/CBR/VBR-old, including all presets. (except fast presets)
|
|
|
+ please test and tell your result.
|
|
|
+
|
|
|
+2002-12-01 17:43 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/quantize.c
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ added "-Z -1" to enable scalefactor scale only(disable subblock gain)
|
|
|
+
|
|
|
+2002-12-01 16:32 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update for 3.93.1
|
|
|
+
|
|
|
+2002-12-01 16:18 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-12-01 16:15 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ change version to 3.93.1
|
|
|
+
|
|
|
+2002-12-01 16:12 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-12-01 16:10 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ sync with webpages
|
|
|
+
|
|
|
+2002-12-01 16:06 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Check for socket() in libsocket if it isn't in libc so rtp can get compiled
|
|
|
+ on Solaris.
|
|
|
+
|
|
|
+ Noticed by: "Niki W. Waibel" <niki.waibel@gmx.net>
|
|
|
+
|
|
|
+ While I'm here, bail out if some other functions aren't there.
|
|
|
+
|
|
|
+2002-12-01 15:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix -q0 and -q1. This makes -q0 very very slow.
|
|
|
+
|
|
|
+2002-12-01 15:36 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/vbrquantize.c
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ now you can specify the method how to compare the quantization
|
|
|
+ for long/short block independently by -X option.(-X n,m)
|
|
|
+
|
|
|
+2002-12-01 13:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix comment
|
|
|
+
|
|
|
+2002-11-30 18:18 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ version
|
|
|
+
|
|
|
+2002-11-29 17:07 bouvigne
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.def:
|
|
|
+
|
|
|
+ dll exports
|
|
|
+
|
|
|
+2002-11-28 21:05 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: history.html, index.html:
|
|
|
+
|
|
|
+ docs
|
|
|
+
|
|
|
+2002-11-28 18:06 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ go back to 3.93
|
|
|
+
|
|
|
+2002-11-28 18:04 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ revert back q0 to q1 state (due to reports about quality problems)
|
|
|
+
|
|
|
+2002-11-26 15:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ alpha4 solves the fatal error in outer_loop(). it should not select the
|
|
|
+ data whose global_gain is greater than 255.
|
|
|
+
|
|
|
+2002-11-25 18:00 bouvigne
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ sync presets with the executable front-end and libmp3lame
|
|
|
+
|
|
|
+2002-11-25 01:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix build problem
|
|
|
+
|
|
|
+2002-11-24 18:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ Fix not to select the data whose global_gain is greater than 255.
|
|
|
+ and inner_loop() manual inlining.
|
|
|
+ This fix is based on the R.A.F.'s bug report at HA. Thanx R.A.F.
|
|
|
+
|
|
|
+2002-11-23 18:54 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ quick fix of nspsytune
|
|
|
+
|
|
|
+2002-11-17 16:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/.indent.pro (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ I forgot to sync this with the head branch.
|
|
|
+
|
|
|
+2002-11-17 16:34 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, configure, Dll/Makefile.in, libmp3lame/Makefile.in
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ regen (by hand :p)
|
|
|
+
|
|
|
+2002-11-17 16:33 takehiro
|
|
|
+
|
|
|
+ * ChangeLog, ChangeLog.header, Makefile.am, configure.in,
|
|
|
+ Dll/Makefile.am, libmp3lame/Makefile.am
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ sync with head branch (releasing 3.93 related things).
|
|
|
+
|
|
|
+2002-11-17 15:59 takehiro
|
|
|
+
|
|
|
+ * doc/html/history.html (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ copy from webpage/history.html
|
|
|
+
|
|
|
+2002-11-17 11:11 aleidinger
|
|
|
+
|
|
|
+ * configure.in, libmp3lame/version.h:
|
|
|
+
|
|
|
+ We are now at 3.94alpha...
|
|
|
+
|
|
|
+2002-11-17 10:41 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ Copy history from webpage.
|
|
|
+
|
|
|
+2002-11-17 10:29 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ ChangeLog for 3.93.
|
|
|
+
|
|
|
+2002-11-17 10:25 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.in, Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-11-17 10:24 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ Add lame.dsw.
|
|
|
+
|
|
|
+2002-11-17 10:23 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.am:
|
|
|
+
|
|
|
+ Oops... add missing backslash.
|
|
|
+
|
|
|
+2002-11-17 10:18 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.in, libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-11-17 10:16 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ Add gain_analysis.[ch] to the distributed files.
|
|
|
+
|
|
|
+2002-11-17 10:11 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.am:
|
|
|
+
|
|
|
+ Add some missing files.
|
|
|
+
|
|
|
+2002-11-17 10:09 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ gtk12-config -> gtk-config
|
|
|
+
|
|
|
+2002-11-17 10:05 aleidinger
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ "Official" testcase.mp3 for this release.
|
|
|
+
|
|
|
+2002-11-17 09:51 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog.header:
|
|
|
+
|
|
|
+ Add some information about branches.
|
|
|
+
|
|
|
+2002-11-17 09:46 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ We are at 3.93-RELEASE now...
|
|
|
+
|
|
|
+2002-11-17 09:45 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1, frontend/parse.c:
|
|
|
+
|
|
|
+ Warn about fast presets.
|
|
|
+
|
|
|
+2002-11-16 13:07 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove vorbis related things
|
|
|
+
|
|
|
+2002-11-16 12:44 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed vorbis related thing
|
|
|
+
|
|
|
+2002-11-16 10:07 bouvigne
|
|
|
+
|
|
|
+ * doc/html/presets.html:
|
|
|
+
|
|
|
+ warning about fast presets
|
|
|
+
|
|
|
+2002-11-13 20:56 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, util.c, util.h
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ change of the default lowpass values (will break testcases)
|
|
|
+
|
|
|
+2002-11-13 20:24 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c:
|
|
|
+
|
|
|
+ rollback of lowpass change before release
|
|
|
+
|
|
|
+2002-11-10 12:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for intensity-stereo.
|
|
|
+
|
|
|
+2002-11-10 12:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ some trivial optimizations and make some functions static.
|
|
|
+
|
|
|
+2002-11-10 12:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial macro fix
|
|
|
+
|
|
|
+2002-11-10 12:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize subband filter (lowpass/highpass).
|
|
|
+
|
|
|
+2002-11-10 12:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: choose_table.nas, fft3dn.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ align -> loopalign
|
|
|
+ better labeling
|
|
|
+
|
|
|
+2002-11-10 08:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - more db2pow() macro use
|
|
|
+ - remove traditional code(which do nothing)
|
|
|
+
|
|
|
+2002-11-10 08:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2002-11-10 07:55 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/parse.c, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/vorbis_interface.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove vorbis support, which is too much outdated.
|
|
|
+
|
|
|
+2002-11-10 07:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2002-11-09 18:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - optimize ATH handling in mask_add() by changing ATH.cb[] scaling.
|
|
|
+ - more faster long block masking threshold calculation.
|
|
|
+
|
|
|
+2002-11-09 18:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup START/STOP type bit calculation
|
|
|
+
|
|
|
+2002-11-09 18:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: choose_table.nas, nasm.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ some sync with GOGO.
|
|
|
+
|
|
|
+2002-11-09 12:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, machine.h, quantize.c, set_get.c,
|
|
|
+ tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up decibel -> power conversion
|
|
|
+
|
|
|
+2002-11-09 12:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up FFT related code.
|
|
|
+ more acculate condition check whether we need short block masking calculation.
|
|
|
+ FIR filter loop unrolling
|
|
|
+
|
|
|
+2002-11-07 18:47 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, util.c, util.h:
|
|
|
+
|
|
|
+ change of the default lowpass values (will break testcases)
|
|
|
+
|
|
|
+2002-11-04 16:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize long block masking ratio calculation (partition -> scalefactor band transformation)
|
|
|
+
|
|
|
+2002-11-04 16:49 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix short block masking calcultion(patition to scalefactor band transformation)
|
|
|
+ and trivial cleanups, as is always :)
|
|
|
+
|
|
|
+2002-11-04 16:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x FFT display.
|
|
|
+
|
|
|
+2002-11-04 15:56 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/encoder.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/version.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now here goes alpha 2.
|
|
|
+ - some trivial optimizaions and cleanups on psymodel.
|
|
|
+ - cleanup mp3x arround
|
|
|
+
|
|
|
+2002-11-04 13:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.h, encoder.c, lame-analysis.h, machine.h,
|
|
|
+ psymodel.c, psymodel.h, quantize.c, quantize.h, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, set_get.c, tables.c, takehiro.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large cleanup mainly arround psymodel (continue)
|
|
|
+ - removed all temporary masking related code, because now I found all the
|
|
|
+ temporal masking code is completely messed up.
|
|
|
+
|
|
|
+ - do not calculate short block masking ratio when it is not needed.
|
|
|
+
|
|
|
+ - mp3x FFT energy display fix.
|
|
|
+
|
|
|
+ - better perceptual entropy calculation, by using ATH.
|
|
|
+
|
|
|
+ - some include file clean up.
|
|
|
+
|
|
|
+ - some trivial code cleanup arround quantize/bit counting.
|
|
|
+
|
|
|
+2002-11-04 13:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix -q 4 setting.
|
|
|
+
|
|
|
+2002-11-04 13:48 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix FFT energy display.
|
|
|
+
|
|
|
+2002-11-03 17:56 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen with new psymodel, which increases encode delay.
|
|
|
+
|
|
|
+2002-11-03 17:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in, encoder.c, encoder.h,
|
|
|
+ l3side.h, lame-analysis.h, lame.c, lame_global_flags.h,
|
|
|
+ newmdct.c, psymodel.c, psymodel.h, quantize.c, quantize_pvt.h,
|
|
|
+ set_get.c, tables.c, takehiro.c, util.c, util.h, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large cleanup, mainly on PSYMODEL calculation.
|
|
|
+ - it calculates masking ratio/pe/tot_energy/block_type/frame_type next FRAME,
|
|
|
+ not next GRANULE. it increases the encoding delay, but code is very simple.
|
|
|
+
|
|
|
+ - "allow different block_type in each channel (L/R)" could be archived even
|
|
|
+ when joint stereo.
|
|
|
+
|
|
|
+ - l3side.h is merged into util.h
|
|
|
+
|
|
|
+ - MPEG2/2.5, mp3x's display may corrupt (not tested much).
|
|
|
+
|
|
|
+2002-11-03 17:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2002-11-03 17:22 takehiro
|
|
|
+
|
|
|
+ * frontend/: gpkplotting.c, gpkplotting.h, gtkanal.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for mp3x MDCT original value display
|
|
|
+
|
|
|
+2002-11-03 17:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix abr preset
|
|
|
+
|
|
|
+2002-11-03 16:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for not --enable-all-float
|
|
|
+
|
|
|
+2002-11-02 17:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial cleanup
|
|
|
+
|
|
|
+2002-11-02 17:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, presets.c, psymodel.c,
|
|
|
+ quantize.c, quantize_pvt.h, set_get.c, tables.c, util.h,
|
|
|
+ vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup arround preset.
|
|
|
+ - merged adaptive ATH and msfix parameter into "normal" setting.
|
|
|
+ - simplified how to compare the quantization/scalefactor.
|
|
|
+
|
|
|
+2002-11-02 17:26 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused prototype.
|
|
|
+
|
|
|
+2002-11-02 15:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, set_get.c, util.h, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove meaningless variables in preset modes.
|
|
|
+
|
|
|
+2002-11-02 12:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c, presets.c, quantize.c, tables.c,
|
|
|
+ util.c, util.h, vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - -q option remapping.
|
|
|
+ new very old(-3.92) old(3.93)
|
|
|
+ 9 8,9 8,9
|
|
|
+ 8 7 7
|
|
|
+ 7 5,6 5,6
|
|
|
+ 5,6 2,3,4 3,4
|
|
|
+ 4 2 + --substep 5 3 + --substep 5
|
|
|
+ 3 2 + --substep 7 3 + --substep 7
|
|
|
+ 2 cannot emulate 2 + --substep 7
|
|
|
+ 1 cannot emulate 1 + --substep 7
|
|
|
+ 0 cannot emulate 0 + --substep 7
|
|
|
+
|
|
|
+ - fast_log2() optimization and cleanup.
|
|
|
+
|
|
|
+2002-11-02 12:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ATH adjustment aware masking calculation in mask_add() and ms_fix().
|
|
|
+
|
|
|
+2002-10-31 14:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/tables.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial cleanup
|
|
|
+
|
|
|
+2002-10-31 14:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ some precision fix(maybe)
|
|
|
+
|
|
|
+2002-10-31 14:26 takehiro
|
|
|
+
|
|
|
+ * doc/html/presets.html (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with mainline and added some DM presets.
|
|
|
+
|
|
|
+2002-10-28 11:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.h, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ now psymodel never return error.
|
|
|
+
|
|
|
+2002-10-28 11:15 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/bitstream.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/l3side.h, libmp3lame/lame.c, libmp3lame/machine.h,
|
|
|
+ libmp3lame/newmdct.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize.h, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/quantize_pvt.h, libmp3lame/reservoir.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/tables.h, libmp3lame/takehiro.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/vbrquantize.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed FLOAT8 -> FLOAT (except one subband filter coefs, which is defined
|
|
|
+ as "double" in spec).
|
|
|
+
|
|
|
+2002-10-28 11:12 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mpglib crash bug, from Mathew Hendry.
|
|
|
+
|
|
|
+2002-10-28 11:09 takehiro
|
|
|
+
|
|
|
+ * frontend/portableio.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove cvs log.
|
|
|
+
|
|
|
+2002-10-28 10:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, psymodel.h, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused variables
|
|
|
+
|
|
|
+2002-10-28 10:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix long/short typo.
|
|
|
+
|
|
|
+2002-10-28 10:00 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ added new preset definition
|
|
|
+
|
|
|
+2002-10-27 14:37 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-27 14:36 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Forced commit: last commit was
- remove -funroll-loops as suggested in the nearby comment
Noticed by: takehiro
|
|
|
+
|
|
|
+2002-10-27 14:32 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ remove options as suggested in the nearby comment; Noticed by: takehiro
|
|
|
+
|
|
|
+2002-10-27 13:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, lame_global_flags.h, machine.h,
|
|
|
+ newmdct.c, newmdct.h, presets.c, psymodel.c, psymodel.h,
|
|
|
+ quantize.c, set_get.c, tables.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large update.
|
|
|
+ - sync mainline,
|
|
|
+ * side channel sparsing
|
|
|
+ * new presets, dm-radio and so on.
|
|
|
+ * blocktype histgram
|
|
|
+ * fix arround FLOAT_MAX
|
|
|
+ * tuning substep noise shaping start frequency
|
|
|
+
|
|
|
+ - large code simplification
|
|
|
+ * cod_info initialization code is moved to encoder.c
|
|
|
+ * faster psymodel calculation.
|
|
|
+
|
|
|
+2002-10-27 13:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync mainline
|
|
|
+ - fix arround sfb21 and smoothing method 2
|
|
|
+
|
|
|
+2002-10-27 13:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ To avoid confusing, named it as lame4.0
|
|
|
+
|
|
|
+2002-10-27 13:30 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c, main.h, mp3rtp.c,
|
|
|
+ mp3x.c, parse.c, parse.h, timestatus.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync mainline
|
|
|
+ - fix arround PATHNAMELEN
|
|
|
+ - new presets
|
|
|
+ - fix warnings
|
|
|
+ - fix --silent option
|
|
|
+ - new option "side channel sparsing"
|
|
|
+
|
|
|
+2002-10-27 13:29 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - sync mainline (block type histgram, build fix for cygwin)
|
|
|
+
|
|
|
+2002-10-27 13:26 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-27 13:26 takehiro
|
|
|
+
|
|
|
+ * configure.in, doc/html/Makefile.am, doc/html/Makefile.in,
|
|
|
+ doc/html/contributors.html, doc/html/index.html, doc/man/lame.1
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync mainline
|
|
|
+
|
|
|
+2002-10-27 12:19 robert
|
|
|
+
|
|
|
+ * frontend/portableio.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ do we need logging of cvs commits in source files?
|
|
|
+ small fixes in comments due to cvs log entries
|
|
|
+
|
|
|
+2002-10-27 08:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ bump up version number. alpha3 contains
|
|
|
+ - tuning substep noise shpaing (by me, Takehiro)
|
|
|
+ - added side channel sparsing (by Robert)
|
|
|
+
|
|
|
+2002-10-26 20:41 robert
|
|
|
+
|
|
|
+ * configMS.h, frontend/amiga_mpega.c, frontend/brhist.c,
|
|
|
+ frontend/brhist.h, frontend/console.c, frontend/console.h,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/gpkplotting.c, frontend/gpkplotting.h,
|
|
|
+ frontend/gtkanal.c, frontend/gtkanal.h, frontend/lametime.c,
|
|
|
+ frontend/lametime.h, frontend/main.c, frontend/main.h,
|
|
|
+ frontend/mp3rtp.c, frontend/mp3x.c, frontend/parse.c,
|
|
|
+ frontend/parse.h, frontend/portableio.c, frontend/portableio.h,
|
|
|
+ frontend/rtp.c, frontend/rtp.h, frontend/timestatus.c,
|
|
|
+ frontend/timestatus.h, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/VbrTag.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/debugscalefac.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/fft.c,
|
|
|
+ libmp3lame/fft.h, libmp3lame/gain_analysis.c,
|
|
|
+ libmp3lame/gain_analysis.h, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/id3tag.h, libmp3lame/l3side.h,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/machine.h,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/reservoir.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/tables.c, libmp3lame/tables.h,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/vbrquantize.h,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h,
|
|
|
+ libmp3lame/vorbis_interface.c, mpglib/common.c, mpglib/common.h,
|
|
|
+ mpglib/dct64_i386.c, mpglib/dct64_i386.h, mpglib/decode_i386.c,
|
|
|
+ mpglib/decode_i386.h, mpglib/huffman.h, mpglib/interface.c,
|
|
|
+ mpglib/interface.h, mpglib/l2tables.h, mpglib/layer1.c,
|
|
|
+ mpglib/layer1.h, mpglib/layer2.c, mpglib/layer2.h,
|
|
|
+ mpglib/layer3.c, mpglib/layer3.h, mpglib/mpg123.h,
|
|
|
+ mpglib/mpglib.h, mpglib/tabinit.c, mpglib/tabinit.h
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ changed C++ comments into C style comments for
|
|
|
+ configMS.h
|
|
|
+ include/*.h
|
|
|
+ frontend/*.[ch]
|
|
|
+ mpglib/*.[ch]
|
|
|
+ libmp3lame/*.[ch]
|
|
|
+
|
|
|
+2002-10-26 18:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-26 18:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, debugscalefac.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unused debugscalefac.c
|
|
|
+
|
|
|
+2002-10-26 18:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix build problem
|
|
|
+
|
|
|
+2002-10-26 16:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/presets.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ added interchannel masking to dm-radio-fast preset, too.
|
|
|
+
|
|
|
+2002-10-26 16:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/presets.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ lower bitrate adjustment and added inter-channel masking for dm-radio preset.
|
|
|
+
|
|
|
+2002-10-26 16:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ tuned substep-noise-shaping start frequency of short block (--substep 5).
|
|
|
+
|
|
|
+2002-10-26 12:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix for not C99 C compiler
|
|
|
+
|
|
|
+2002-10-26 12:29 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-26 12:29 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ sync with mainline and added fix for "-funroll-loops" bug on gcc3.0.*
|
|
|
+
|
|
|
+2002-10-26 12:20 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ sync mainline... --silent + input from stdin fix.
|
|
|
+
|
|
|
+2002-10-24 00:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/: vbrquantize.c (takehiro-stable-2002_10_15),
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ bug fix in vbr-new
|
|
|
+ possible division by zero
|
|
|
+
|
|
|
+2002-10-23 23:43 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ added mid/side channel sparsing
|
|
|
+ --ms-sparsing n | n=0 disable / n=1 mode 1 / n=2 mode 2
|
|
|
+ --ms-sparse_low x | default 9 dB
|
|
|
+ --ms-sparse_high x | default 3 dB
|
|
|
+
|
|
|
+2002-10-21 01:27 markt
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ truely silent when input is stdin patch committed
|
|
|
+
|
|
|
+2002-10-20 15:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix possible float exception
|
|
|
+
|
|
|
+2002-10-20 15:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/version.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ bump up the alpha2
|
|
|
+
|
|
|
+2002-10-20 15:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix minor boundary check and remove unused variable.
|
|
|
+
|
|
|
+2002-10-20 13:42 takehiro
|
|
|
+
|
|
|
+ * doc/: html/Makefile.am, html/Makefile.in, html/contributors.html,
|
|
|
+ html/index.html, html/presets.html, man/lame.1
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ sync with mainline
|
|
|
+
|
|
|
+2002-10-20 13:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ work arround of --substep for Tom's Diner.
|
|
|
+
|
|
|
+2002-10-20 13:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ faster mask_add()
|
|
|
+
|
|
|
+2002-10-20 12:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize_pvt.c, util.h
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ more optimized usage of FAST_LOG().
|
|
|
+
|
|
|
+2002-10-20 11:39 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/set_get.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ removed mixed block related switches, which is "not" as stable as releasing.
|
|
|
+ fix block type decision code when LR/MS change occurs.
|
|
|
+
|
|
|
+2002-10-20 08:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ float max should be arround 1e38 or so.
|
|
|
+
|
|
|
+2002-10-20 08:39 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/set_get.c
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ re-introduce the padding related functions/definitions for backward compatibility.
|
|
|
+
|
|
|
+2002-10-20 08:38 takehiro
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h, main.c, main.h, mp3rtp.c,
|
|
|
+ mp3x.c, parse.c, parse.h, timestatus.h
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ sync mainline.
|
|
|
+ - PATHLEN related fix.
|
|
|
+ - reduce warning.
|
|
|
+
|
|
|
+2002-10-20 08:37 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix for cygwin build.
|
|
|
+
|
|
|
+2002-10-20 07:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ improve attack detection and added release detection for L/S switching.
|
|
|
+
|
|
|
+2002-10-20 07:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix warning.
|
|
|
+
|
|
|
+2002-10-20 07:21 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/presets.c
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ added some presetes for syncing DM series.
|
|
|
+ fix --preset medium to use -q3, not -q2.
|
|
|
+
|
|
|
+2002-10-20 07:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ sync mainline. XXL is defaulted.
|
|
|
+
|
|
|
+2002-10-19 02:11 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ little bit prettier printing of block types stats
|
|
|
+
|
|
|
+2002-10-19 02:10 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ little bit prettier printing of block type stats
|
|
|
+
|
|
|
+2002-10-18 23:54 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c, libmp3lame/util.h
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ merger from main branch:
|
|
|
+ simple statistics of block types used (seeing with --brief / --verbose)
|
|
|
+
|
|
|
+2002-10-18 22:54 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ added some simple statistics about block types used:
|
|
|
+ added lame_block_type_hist() and lame_bitrate_block_type_hist() to API
|
|
|
+ using new switch --brief will show one line of percentage types used
|
|
|
+ using switch --verbose will show in more detail used block types
|
|
|
+
|
|
|
+2002-10-17 17:05 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ removed some unused functions
|
|
|
+
|
|
|
+2002-10-17 13:03 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ correct comment about *_bWriteVbrTag()
|
|
|
+
|
|
|
+2002-10-16 21:13 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ fixing compiler warnings (unused code removed), some clean up
|
|
|
+
|
|
|
+2002-10-16 18:01 bouvigne
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/parse.c,
|
|
|
+ frontend/parse.h, frontend/timestatus.h, include/lame.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ minor code cleanups in order to reduce warnings
|
|
|
+
|
|
|
+2002-10-15 22:45 robert
|
|
|
+
|
|
|
+ * frontend/main.h, libmp3lame/machine.h
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fixing Win32 issues
|
|
|
+
|
|
|
+2002-10-15 22:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, version.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ Takehiro I hope you don't mind, but I bump the version to 94 alpha 1
|
|
|
+ to avoid confusions if binaries are shown up at HA
|
|
|
+
|
|
|
+2002-10-15 21:29 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix for --vbr-new -Y crash
|
|
|
+ we have to calc xr34 for the whole range, for sfb21 too
|
|
|
+
|
|
|
+2002-10-15 19:16 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/psymodel.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ reenentrant fix for loudness approx.
|
|
|
+
|
|
|
+2002-10-15 17:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix short block with -X 0(vbr smooth method 1), especially for --r3mix.
|
|
|
+
|
|
|
+2002-10-15 16:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix short block with -X 0(vbr smooth method 1), especially for --r3mix.
|
|
|
+
|
|
|
+2002-10-15 15:39 takehiro
|
|
|
+
|
|
|
+ * frontend/main.h, libmp3lame/lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for no-GTK, and on windows (same as what I've done mainline).
|
|
|
+
|
|
|
+2002-10-15 15:37 takehiro
|
|
|
+
|
|
|
+ * frontend/main.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ ooops, I missed "n".
|
|
|
+
|
|
|
+2002-10-15 15:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ fix for no-GTK environment.
|
|
|
+
|
|
|
+2002-10-15 15:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix arround FLT_MAX/FLOAT_MAX (I hope)
|
|
|
+
|
|
|
+2002-10-15 15:24 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ different way of specifying the gcc version in the sparc section, the did not worked because autoconf does some nasty things with [ and ]
|
|
|
+
|
|
|
+2002-10-15 11:30 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ catch up with HTML docs
|
|
|
+
|
|
|
+2002-10-15 09:54 aleidinger
|
|
|
+
|
|
|
+ * doc/html/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-15 09:54 aleidinger
|
|
|
+
|
|
|
+ * doc/html/Makefile.am:
|
|
|
+
|
|
|
+ add presets.html
|
|
|
+
|
|
|
+2002-10-15 09:53 aleidinger
|
|
|
+
|
|
|
+ * doc/html/presets.html:
|
|
|
+
|
|
|
+ typo fix
|
|
|
+
|
|
|
+2002-10-15 09:50 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-15 09:49 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Use sparc optimization on gcc 3.[123456].
|
|
|
+
|
|
|
+ Submitted by: "Spud McDuck" <dontspamonme@excite.com>
|
|
|
+
|
|
|
+2002-10-15 09:33 aleidinger
|
|
|
+
|
|
|
+ * frontend/: brhist.c, main.c, main.h, mp3rtp.c, mp3x.c, parse.c:
|
|
|
+
|
|
|
+ PATH_MAX is in POSIX.1 (does not include the trailing NUL, so add +1), not MAXPATHLEN
|
|
|
+
|
|
|
+2002-10-14 20:06 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, index.html, presets.html:
|
|
|
+
|
|
|
+ html docs
|
|
|
+
|
|
|
+2002-10-14 16:28 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3 (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ update testcase.
|
|
|
+
|
|
|
+2002-10-14 16:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ reenentrant fix for loudness approx.
|
|
|
+
|
|
|
+2002-10-14 16:06 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, libmp3lame/libmp3lame.dsp
|
|
|
+ (takehiro-stable-2002_10_15):
|
|
|
+
|
|
|
+ build environment related file update.
|
|
|
+ I could not test them, but I hope it works.
|
|
|
+
|
|
|
+2002-10-14 15:53 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ obsoleted --cwlimit option.
|
|
|
+
|
|
|
+2002-10-14 15:53 takehiro
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ update Makefiles sync with Makefile.am
|
|
|
+
|
|
|
+2002-10-13 20:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in, encoder.c, fft.c, fft.h,
|
|
|
+ lame.c, lame_global_flags.h, libmp3lame.dsp, libmp3lame_vc6.dsp,
|
|
|
+ psymodel.c, psymodel.h, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, set_get.c, tables.c, tables.h, takehiro.c,
|
|
|
+ util.c, util.h, vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ bunch of cleanup for next generation LAME :)
|
|
|
+ - goodbye gpsycho. only nspsy is supported.
|
|
|
+ - functions related the initilization are moved to tables.c
|
|
|
+ - some functions in quantize_pvt.c are moved to quantize.c
|
|
|
+ - functions in fft.c moved to psymodel.c and fft.[ch] are removed
|
|
|
+ - fix ATH-adjust to reentrant.
|
|
|
+
|
|
|
+2002-10-13 17:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c, lame_global_flags.h, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync the head. record preset parameter in LAME tag.
|
|
|
+
|
|
|
+2002-10-13 15:52 takehiro
|
|
|
+
|
|
|
+ * frontend/main.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch.
|
|
|
+
|
|
|
+2002-10-13 15:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize_pvt.c, set_get.c,
|
|
|
+ util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - tuned impulse like signal detection of threshold calculation.
|
|
|
+
|
|
|
+ - block switching tuning, for impulse like signal by using maximum of filtered
|
|
|
+ signal, not by sum of its energy.
|
|
|
+
|
|
|
+ - MP3X: print block switching factor(attack_intensity) instead of mx,
|
|
|
+ for nspsytune mode.
|
|
|
+
|
|
|
+ - small optimization for ns_firfilter
|
|
|
+
|
|
|
+ - prepare for faster nspsy. calculate the blocktype first, and after it,
|
|
|
+ only calculate the threshold for that blocktype.
|
|
|
+
|
|
|
+ - clean up nspsy variables (remove unused variables).
|
|
|
+
|
|
|
+ - calc_noise optimization for nspsy.
|
|
|
+
|
|
|
+2002-10-13 11:36 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed scalar.obj from targets
|
|
|
+
|
|
|
+2002-10-13 08:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, I mis-check in th one older version ;(
|
|
|
+
|
|
|
+2002-10-13 07:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, tables.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial changes.
|
|
|
+ - cleanup initilization code.
|
|
|
+ - better conjunctions of functions.
|
|
|
+
|
|
|
+2002-10-09 17:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c, libmp3lame/lame.c, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large cleanup arround padding
|
|
|
+ - padding mode is always set by suitable one.
|
|
|
+ - gfp->padding_type and the functions to set/get it are removed.
|
|
|
+
|
|
|
+ unused function optimum_samplefreq() is removed.
|
|
|
+
|
|
|
+2002-10-09 17:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: Makefile.am, Makefile.in, scalar.nas
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove scalar.nas
|
|
|
+
|
|
|
+2002-10-09 17:22 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-09 17:22 takehiro
|
|
|
+
|
|
|
+ * configure.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix extopt for gcc 3.1/3.2
|
|
|
+
|
|
|
+2002-10-08 19:30 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c, lame_global_flags.h, set_get.c:
|
|
|
+
|
|
|
+ preset info stored into Info tag
|
|
|
+
|
|
|
+2002-10-08 17:43 bouvigne
|
|
|
+
|
|
|
+ * frontend/main.h:
|
|
|
+
|
|
|
+ win32 build fix
|
|
|
+
|
|
|
+2002-10-08 13:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-08 13:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, tools.c, tools.h, util.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ removed unused tools.[hc]
|
|
|
+
|
|
|
+2002-10-08 13:38 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen once more :(
|
|
|
+
|
|
|
+2002-10-08 13:35 takehiro
|
|
|
+
|
|
|
+ * configure (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-08 13:34 takehiro
|
|
|
+
|
|
|
+ * ltconfig, acinclude.m4, configure.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync the head branch.
|
|
|
+ fix gcc options for gcc3.1 after and 3.0.x
|
|
|
+
|
|
|
+2002-10-08 13:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-08 13:19 takehiro
|
|
|
+
|
|
|
+ * frontend/: main.c, main.h, mp3rtp.c, mp3x.c, parse.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync the head branch.
|
|
|
+ - MAXPATHLEN related fix.
|
|
|
+ - sizeof(short) related fix.
|
|
|
+
|
|
|
+2002-10-08 13:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lameerror.h, include/lame.h, libmp3lame/Makefile.am
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ moved error code definitions into lame.h
|
|
|
+
|
|
|
+2002-10-08 12:58 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ sync my branch: fix warning of ReportLameTagProgress() definition
|
|
|
+
|
|
|
+2002-10-08 12:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove unneeded include
|
|
|
+
|
|
|
+2002-10-08 12:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix NO_PAD
|
|
|
+
|
|
|
+2002-10-08 09:09 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-10-08 08:59 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update with uptodate data
|
|
|
+
|
|
|
+2002-10-08 08:57 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog.header:
|
|
|
+
|
|
|
+ add info how to show the branches in the ChangeLog
|
|
|
+
|
|
|
+2002-10-08 08:53 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha version
|
|
|
+
|
|
|
+2002-10-08 08:51 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ replace the -pipe hack for mips-sgi-irix with a test for GNU ld
|
|
|
+ (sorry, I forgot who submitted it)
|
|
|
+
|
|
|
+2002-10-08 08:50 aleidinger
|
|
|
+
|
|
|
+ * acinclude.m4:
|
|
|
+
|
|
|
+ actually commit the generated file with the alignment fix for 64 bit architectures
|
|
|
+
|
|
|
+2002-10-08 08:50 aleidinger
|
|
|
+
|
|
|
+ * ltconfig:
|
|
|
+
|
|
|
+ improved "deplibs_check_method" for freebsd-elf
|
|
|
+
|
|
|
+2002-10-08 08:44 aleidinger
|
|
|
+
|
|
|
+ * frontend/: main.c, main.h, mp3rtp.c, mp3x.c, parse.c:
|
|
|
+
|
|
|
+ - spell MAX_NAME_LEN the POSIX way (MAXPATHLEN) and make sure we have
|
|
|
+ a fallback if it doesn't get defined (please test this on Windows)
|
|
|
+ - fix for sizeof(short int) != sizeof(int) in mp3rtp.c
|
|
|
+
|
|
|
+ Patches based upon bugreport from Greg Lehey <grog@freebsd.org> and fixes
|
|
|
+ in the FreeBSD ports collection from Mikhail Teterin <mi@freebsd.org>.
|
|
|
+
|
|
|
+2002-10-07 16:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warnings
|
|
|
+
|
|
|
+2002-10-07 16:46 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2002-10-07 14:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, set_get.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more nspsytune optimization.
|
|
|
+
|
|
|
+ - use FAST_LOG10 instead of log. this may change the result little bit,
|
|
|
+ but I think that is rare case and no problem about the quality.
|
|
|
+
|
|
|
+ - presetTune.athadjust_msfix is moved to nsPsy.athadjust_msfix
|
|
|
+
|
|
|
+ - nsPsy.safejoint is removed.
|
|
|
+
|
|
|
+2002-10-07 13:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more cleanup of perceptual entropy calculation.
|
|
|
+ - it calculates only one of the long/short block pe,
|
|
|
+ after the block type is detemined.
|
|
|
+
|
|
|
+2002-10-07 13:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2002-10-07 12:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize_pvt.c, set_get.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial code optimizations, no result changes.
|
|
|
+ - gfp->ATHlower is now stored the number multiplied by -0.1.
|
|
|
+
|
|
|
+ - nspsytune optimization
|
|
|
+ * precalculate the 1.0/numlines_l[]
|
|
|
+ * cleanup perceptual entropy storing method and loop hoisting.
|
|
|
+ * unrolling tonality calculation loop.
|
|
|
+
|
|
|
+2002-10-07 09:13 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, fix build when BRHIST is enabled.
|
|
|
+
|
|
|
+2002-10-07 09:11 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c, libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up bitrate histgram.
|
|
|
+ And do not compile the brhist-related code when "./configure --without-brhist"
|
|
|
+
|
|
|
+2002-10-07 09:09 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2002-10-07 08:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, fft.c, presets.c, psymodel.c, set_get.c,
|
|
|
+ util.c, util.h, vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small code cleanups. all of them does not change the result.
|
|
|
+ - better conjunctions.
|
|
|
+ * updateStats() is moved from util.c to encoder.c
|
|
|
+ * select_kth_int() is moved from util.c to vbrquantize.c
|
|
|
+ - fft window function table is moved from gfc to static variable in fft.c.
|
|
|
+ once apon a time, the window function is differed from nspsy/gpsy, so the
|
|
|
+ table should be stored separetedly for each encoding entity. but now, it
|
|
|
+ is unified and we can unify the table function.
|
|
|
+ - presetTune.attackthre and presetTune.attackthre_s are moved to nsPsy.
|
|
|
+
|
|
|
+2002-10-06 18:14 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, util.h, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ preset clean up.
|
|
|
+ - use the current block_type itself to determine the quantization result
|
|
|
+ comparing method.
|
|
|
+ - remove presetTune.quantcomp_current.
|
|
|
+ - changed presetTune.attackthresh and presetTune.attackthresh_s type (int -> FLOAT).
|
|
|
+
|
|
|
+ I think the 1st one is BUG of preset, affected all preset modes.
|
|
|
+ It determines how to compare the quantized spectrums by the blocktype of 1st
|
|
|
+ granule of the next frames, last channel (R or S), for all the channel and
|
|
|
+ all the granule.
|
|
|
+
|
|
|
+2002-10-06 18:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ due to the nspsy long/short switching mode fix, attack threshold should be
|
|
|
+ tuned again.I used awe32, fatboy, DEATH2, and other "normal" samples to
|
|
|
+ determine the threshold.
|
|
|
+
|
|
|
+ now awe32 is not killer sample of --preset standard, I think.
|
|
|
+ # but the bitrate is increased, of course.
|
|
|
+
|
|
|
+ and it seems vangelis1.wav needs some more tuning, but I am so sleeeeeeepy.
|
|
|
+
|
|
|
+2002-10-06 16:46 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - make adjust_ATH() static and cleanup
|
|
|
+ (include Gabriel's clean up in the head branch)
|
|
|
+ - padding code clean up
|
|
|
+ - block type code cleanup
|
|
|
+ - ATH related initialization code is moved to psymodel.c
|
|
|
+
|
|
|
+2002-10-06 16:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch (Gabriel's code cleanup... remove "historical" code)
|
|
|
+
|
|
|
+2002-10-06 16:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with head.(code cleanup by Gabriel)
|
|
|
+
|
|
|
+2002-09-30 16:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ moved substep shaping position. bit slower but better quality for higher bitrate (especially for the case 320kbps is not enough).
|
|
|
+
|
|
|
+2002-09-30 16:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix substep 2, 3, 6, and 7. (working area allocation)
|
|
|
+
|
|
|
+2002-09-30 16:49 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, util.c:
|
|
|
+
|
|
|
+ some code cleanups
|
|
|
+
|
|
|
+2002-09-30 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mdct filter coefs, for -k option(thanx reporting, Robert).
|
|
|
+
|
|
|
+2002-09-29 15:38 takehiro
|
|
|
+
|
|
|
+ * frontend/brhist.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix cygwin build
|
|
|
+
|
|
|
+2002-09-29 06:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch.
|
|
|
+ - bit reservoir handling of freeformat.
|
|
|
+
|
|
|
+2002-09-28 16:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: util.h, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small optimizations for --vbr-new
|
|
|
+ - gfc->VBR->scratch is moved to the local variable.
|
|
|
+ - remove quality mapping(directly switch statement)
|
|
|
+ - code clean up.
|
|
|
+
|
|
|
+2002-09-28 13:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ - sync --vbr-new with the head branch.
|
|
|
+ - better substep shaping for --vbr-new.
|
|
|
+ - the meaning of best huffman coding with --vbr-new is bit different from
|
|
|
+ that of head tree.
|
|
|
+
|
|
|
+2002-09-28 10:36 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/parse.c, include/lame.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warnings.
|
|
|
+
|
|
|
+2002-09-28 10:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ make select_kth() static function.
|
|
|
+
|
|
|
+2002-09-28 10:26 takehiro
|
|
|
+
|
|
|
+ * Makefile.DJGPP, Makefile.MSVC, Makefile.am, Makefile.in,
|
|
|
+ README.DJGPP, configure, configure.in, testcase.mp3,
|
|
|
+ ACM/ACMStream.cpp, ACM/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, Dll/BladeMP3EncDLL.c,
|
|
|
+ Dll/BladeMP3EncDLL.def, Dll/BladeMP3EncDLL.h, Dll/Example.cpp,
|
|
|
+ Dll/Example_vc6.dsp, Dll/Example_vc6.dsw,
|
|
|
+ Dll/LameDLLInterface.htm, Dll/LameDll_vc6.dsp, Dll/Makefile.in,
|
|
|
+ debian/Makefile.in, debian/changelog, debian/rules,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/html/contributors.html, doc/html/history.html,
|
|
|
+ doc/html/index.html, doc/html/switchs.html, doc/man/Makefile.in,
|
|
|
+ doc/man/lame.1, dshow/Encoder.cpp, dshow/Makefile.in,
|
|
|
+ frontend/get_audio.c, frontend/parse.c, include/Makefile.in,
|
|
|
+ include/lame.h, libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c, libmp3lame/presets.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/i386/Makefile.in, misc/Makefile.in, mpglib/Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ large sync with the head branch. almost all the code is now synced with the head.
|
|
|
+
|
|
|
+2002-09-28 09:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ remove some #include (these header files are included from VbrTag.h.)
|
|
|
+
|
|
|
+2002-09-28 09:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, psymodel.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix all known problems on my tree (I hope).
|
|
|
+ - fix mishandling of long/short block type when storing pe[].
|
|
|
+ - fix psymodel initialization (array index initialization), which fixes
|
|
|
+ floating exception in psymodel.c.
|
|
|
+ - one more preecho prevention code fix.
|
|
|
+ - sync with my psymodel patch in the head branch
|
|
|
+
|
|
|
+ and small improvement.
|
|
|
+ - implement better block type restriction
|
|
|
+ (when MS, both channels should be same block type, but when LR, it is not needed).
|
|
|
+ - faster FIR filter for pe[] adjustment in encoder.c.
|
|
|
+
|
|
|
+2002-09-28 09:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ zeroed all ancillary area, when the debug mode.
|
|
|
+
|
|
|
+2002-09-23 07:00 bouvigne
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ presets (sorry, this part was missing)
|
|
|
+
|
|
|
+2002-09-22 16:53 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ presets
|
|
|
+
|
|
|
+2002-09-21 00:31 markt
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ fixed bug which was causing the calc_noise assert failure.
|
|
|
+
|
|
|
+2002-09-19 20:39 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, quantize.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merger from mainline:
|
|
|
+ undo of broken VBR min fill patch
|
|
|
+ padding code clean up
|
|
|
+
|
|
|
+2002-09-16 16:28 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ we don't want to run the X :)
|
|
|
+
|
|
|
+2002-09-16 07:43 takehiro
|
|
|
+
|
|
|
+ * frontend/: brhist.c, console.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with head branch.
|
|
|
+ - Mark's compilation fix.
|
|
|
+ - Alex's warning fix on 64bit environment.
|
|
|
+
|
|
|
+2002-09-16 07:25 takehiro
|
|
|
+
|
|
|
+ * aclocal.m4 (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch.
|
|
|
+ - prevent unaligned access on some 64 bit arches, by Alexander (and Ti.)
|
|
|
+
|
|
|
+2002-09-15 17:47 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: reservoir.c, set_get.c:
|
|
|
+
|
|
|
+ Relax of freeformat reservoir after discussion with Robert
|
|
|
+
|
|
|
+2002-09-13 20:04 markt
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ This code:
|
|
|
+
|
|
|
+ #if defined(HAVE_TERMCAP_H)
|
|
|
+ # include <termcap.h>
|
|
|
+ #elif defined(HAVE_NCURSES_TERMCAP_H)
|
|
|
+ # include <ncurses/termcap.h>
|
|
|
+ #endif
|
|
|
+
|
|
|
+ changed to:
|
|
|
+
|
|
|
+ #if defined(HAVE_NCURSES_TERMCAP_H)
|
|
|
+ # include <ncurses/termcap.h>
|
|
|
+ #elif defined(HAVE_TERMCAP_H)
|
|
|
+ # include <termcap.h>
|
|
|
+ #endif
|
|
|
+
|
|
|
+ because on my system, both TERMCAP and NCURSES_TERMCAP were
|
|
|
+ defined by configure, but term.h and termcap.h have conflicts,
|
|
|
+ whileterm.h and ncurses/termcap.h works fine.
|
|
|
+
|
|
|
+2002-09-09 21:43 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ lame.c, encoder.c: fix padding oddities
|
|
|
+ psymodel.c: fix nspsy code for all/no short blocks
|
|
|
+ parse.c: -d now obsolete
|
|
|
+
|
|
|
+2002-09-08 06:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more sync with head branch (ms energy ratio).
|
|
|
+
|
|
|
+2002-09-07 12:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with the head branch psymodel fix.
|
|
|
+
|
|
|
+2002-09-06 11:11 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-09-06 10:53 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - no opts if non empty cflags and no expopt
|
|
|
+ - accumulate-outgoing-args is x86 only
|
|
|
+ Noticed by: Atro Tossavainen <atossava@cc.helsinki.fi>
|
|
|
+ - IRIX-gcc doesn't like '-pipe'
|
|
|
+ Noticed by: Atro Tossavainen <atossava@cc.helsinki.fi>
|
|
|
+
|
|
|
+2002-09-06 09:24 aleidinger
|
|
|
+
|
|
|
+ * frontend/: brhist.c, console.c:
|
|
|
+
|
|
|
+ try to include the right headers for the tgetstr prototype;
|
|
|
+ should fix problems on 64bit arches
|
|
|
+ Noticed by: Atro Tossavainen <atossava@cc.helsinki.fi>
|
|
|
+ Ti Kan <ti@amb.org>
|
|
|
+ Tested by: Ti Kan <ti@amb.org>
|
|
|
+
|
|
|
+2002-09-06 09:22 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ prevent unaligned access on some 64 bit arches
|
|
|
+ Noticed by: Ti Kan <ti@amb.org>
|
|
|
+ Tested by: Ti Kan <ti@amb.org>
|
|
|
+
|
|
|
+2002-09-05 16:53 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: reservoir.c, set_get.c:
|
|
|
+
|
|
|
+ free format fix
|
|
|
+
|
|
|
+2002-09-03 11:34 aleidinger
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ 1 argument too much for fprintf
|
|
|
+
|
|
|
+2002-09-03 11:18 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ add --noasm
|
|
|
+
|
|
|
+2002-09-02 12:02 takehiro
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ added my psymodel change, and so on.
|
|
|
+
|
|
|
+2002-09-02 11:56 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ regen with the latest LAME after psymodel was fixed.
|
|
|
+ This is produced by the LAME with ./configure --enable-nasm --enable-debug --enable-mp3x, compiled gcc 3.1.1, on linux2.4.19, glibc2.2.2, Duron 1GHz(3DNow! is enabled).
|
|
|
+
|
|
|
+2002-09-02 11:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix for Tru64 UNIX build, reported by Ti Kan.
|
|
|
+
|
|
|
+2002-09-01 16:08 bouvigne
|
|
|
+
|
|
|
+ * doc/html/contributors.html, doc/html/history.html,
|
|
|
+ doc/html/index.html, doc/html/switchs.html, frontend/parse.c:
|
|
|
+
|
|
|
+ docs
|
|
|
+
|
|
|
+2002-09-01 16:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fix small psymodel bugs since long time ago(some of them are since 3.70 era...)
|
|
|
+ - highpass filter of MS energy calculation to neglect the DC.
|
|
|
+ - always do the Robert's short block pre-echo prevention and
|
|
|
+ fix its initialization (the fix is only for nspsy).
|
|
|
+ - fix energy and threshold of DC and the highest freq. element are halven.
|
|
|
+ - fix nspsytune FIR filter length
|
|
|
+
|
|
|
+2002-08-30 20:52 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ MSVC: fix "-GX" typo
|
|
|
+ ICL: allow special compiles for PII and PIII
|
|
|
+
|
|
|
+2002-08-27 22:43 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, rules:
|
|
|
+
|
|
|
+ Update Debian packaging. More changes to come.
|
|
|
+
|
|
|
+2002-08-26 20:38 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.h:
|
|
|
+
|
|
|
+ undo of VBR bitres min fill patch
|
|
|
+
|
|
|
+2002-08-25 20:17 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ merge of alt presets
|
|
|
+
|
|
|
+2002-08-25 15:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do substep noise shaping in ABR mode, including bitrate compensation.
|
|
|
+
|
|
|
+2002-08-25 15:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial coding optimization of fast_log2
|
|
|
+
|
|
|
+2002-08-25 15:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert some FAST_LOG usage. It sometime happens SIGFPE(overflow).
|
|
|
+
|
|
|
+2002-08-25 10:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, reservoir.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ Tuning the bit reservoir filling rate when substep noise shaping method 1,
|
|
|
+ and do not substep noise shaping if the bit reservoir is almost full.
|
|
|
+
|
|
|
+2002-08-24 19:20 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ minor fix for global_gain limitation.
|
|
|
+
|
|
|
+2002-08-24 17:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync main tree.
|
|
|
+ - portability fix for sunos 4.x by Alexander Leidinger.
|
|
|
+
|
|
|
+2002-08-24 17:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ quick fix of warning.
|
|
|
+
|
|
|
+2002-08-24 17:23 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ do not do the substep noise shaping when the block type is SHORT,
|
|
|
+ because it seems short block threshold calculation is very buggy
|
|
|
+ (both of ns/gpsycho).
|
|
|
+
|
|
|
+ new option: --substep 4,5,6,7
|
|
|
+ force substep shaping even on the SHORT block.
|
|
|
+
|
|
|
+2002-08-24 17:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use FAST_LOG() more.
|
|
|
+ minimize the ns_hpfsmpl[] array.
|
|
|
+ better ns_hpfsmpl[] calculation.
|
|
|
+
|
|
|
+2002-08-24 17:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use of FAST_LOG() more for faster encoding
|
|
|
+
|
|
|
+2002-08-24 17:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/presets.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ I forgot to change the default quality setting of abr mode,
|
|
|
+ when I remap the quality <-> actual setting.
|
|
|
+
|
|
|
+2002-08-24 16:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ revert some GTK change to fix the mp3x spectrum display of short block.
|
|
|
+
|
|
|
+2002-08-20 16:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x spectrum display
|
|
|
+
|
|
|
+2002-08-20 16:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x pe[] display.
|
|
|
+
|
|
|
+2002-08-20 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ fix mp3x spectrum display
|
|
|
+
|
|
|
+2002-08-20 16:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix SIGFPE (divided by 0) of filter init.
|
|
|
+
|
|
|
+2002-08-20 13:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, newmdct.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup polyphase filtering.
|
|
|
+ - highpass/lowpass coefs. are integrated into one array.
|
|
|
+ - reordered gfc members to get better cache performance.
|
|
|
+ - remove gfc->is_mpeg1
|
|
|
+
|
|
|
+2002-08-20 12:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove gfc->is_mpeg1
|
|
|
+
|
|
|
+2002-08-20 12:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ cleanup arround cw_lower_index
|
|
|
+
|
|
|
+2002-08-20 12:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove some debug code.
|
|
|
+ remove gfc->is_mpeg1
|
|
|
+
|
|
|
+2002-08-20 12:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, tables.c, tables.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ moved scfsi_band[] into tables.c
|
|
|
+
|
|
|
+2002-08-19 15:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ better preflag use by using "all zero" band.
|
|
|
+ this breaks testcase little bit(make test).
|
|
|
+
|
|
|
+2002-08-19 04:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ psymodel.c cleanup (2)
|
|
|
+ - remove some constants (bu_?, npart_?_orig, SNR_s, w1_?, w2_?) from gfc.
|
|
|
+ - do always short block preecho prevention. this makes some breaks for
|
|
|
+ testcase(make test).
|
|
|
+ - do always normalize the s3_ss by SNR_s[] for faster calculation for gpsycho.
|
|
|
+ - optimize tonality computation for gpsycho.
|
|
|
+ - FFT/energy computation code of [g|ns]psy are integrated.
|
|
|
+ - GTK code cleanup
|
|
|
+ - make a new constants bm_?, band middle position table in gfc.
|
|
|
+ - cleranup table initialization code.
|
|
|
+
|
|
|
+2002-08-19 04:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial cleanup arround joint stereo/GTK code
|
|
|
+
|
|
|
+2002-08-17 16:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more psymodel cleanup.
|
|
|
+ - GTK compilation fix
|
|
|
+ - fix mistake of wsamp_l and wsamp_L
|
|
|
+ - little block_type_set() cleanup
|
|
|
+ - gfc->energy[] and energy_s[] are removed.
|
|
|
+
|
|
|
+2002-08-17 16:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2002-08-17 07:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ divide psymodel.c into manageable pieces (1)
|
|
|
+ and some optimization/simplification.
|
|
|
+
|
|
|
+2002-08-14 04:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ small fixes.
|
|
|
+ - variable type change of PE calculation.
|
|
|
+ - make it allow the mixed block limitation of MP3
|
|
|
+ - cleanup the block type code.
|
|
|
+
|
|
|
+2002-08-14 03:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ci to avoid losing works.
|
|
|
+ - short block detection cleanup and bug fix, for nspsytune (1st attempt)
|
|
|
+ - preliminal mixed block detection code.
|
|
|
+
|
|
|
+2002-08-14 03:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimize calc_xmin() and changed ATH normalization for it.
|
|
|
+
|
|
|
+2002-08-08 09:03 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-08-08 09:00 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ Add lame.spec to the distribution tarball, as suggested in bug #580586
|
|
|
+
|
|
|
+2002-08-08 08:48 aleidinger
|
|
|
+
|
|
|
+ * README.DJGPP, Makefile.DJGPP:
|
|
|
+
|
|
|
+ Fix from Peder Hedlund, see bug #590981.
|
|
|
+
|
|
|
+2002-08-05 18:04 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Fixed crashing problem when the INFO TAG was written while it should not
|
|
|
+
|
|
|
+2002-08-02 20:53 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Some code clarifications (remarks from Martin Ruckert)
|
|
|
+
|
|
|
+2002-08-02 20:52 afaber
|
|
|
+
|
|
|
+ * Dll/LameDLLInterface.htm:
|
|
|
+
|
|
|
+ Small textual changes (remarks from Martin Ruckert)
|
|
|
+
|
|
|
+2002-07-30 20:24 aleidinger
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/VbrTag.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Portability fixes for SunOS 4.x.
|
|
|
+
|
|
|
+2002-07-30 08:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merge short/long block code (preparing mixed block support)
|
|
|
+
|
|
|
+2002-07-28 09:56 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure,
|
|
|
+ configure.in, libmp3lame/VbrTag.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more sync. arround configure stuff.
|
|
|
+
|
|
|
+2002-07-28 09:52 takehiro
|
|
|
+
|
|
|
+ * mac/.cvsignore (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ ignore Makefile et al.
|
|
|
+
|
|
|
+2002-07-28 09:24 takehiro
|
|
|
+
|
|
|
+ * frontend/get_audio.c, include/lame.h,
|
|
|
+ libmp3lame/mpglib_interface.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ syncing.
|
|
|
+ - fix mpeg decoding memory leak.
|
|
|
+ - lame.h comment fix.
|
|
|
+
|
|
|
+2002-07-28 09:18 takehiro
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ fix unclosed comment
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2002-07-28 09:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: presets.c, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more sync with main tree about preset API.
|
|
|
+
|
|
|
+2002-07-28 09:07 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2002-07-28 09:06 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simplify the code.
|
|
|
+ disabled substep method 2 and 3 for vbr-new (forced to change method 1)
|
|
|
+
|
|
|
+2002-07-28 06:59 rbrito
|
|
|
+
|
|
|
+ * debian/changelog:
|
|
|
+
|
|
|
+ Updating debian/changelog's reported version.
|
|
|
+
|
|
|
+2002-07-27 10:35 afaber
|
|
|
+
|
|
|
+ * Dll/: Example.cpp, Example_vc6.dsp, Example_vc6.dsw:
|
|
|
+
|
|
|
+ Added example VC6 project files, updated Example.cpp file
|
|
|
+
|
|
|
+2002-07-27 07:41 takehiro
|
|
|
+
|
|
|
+ * API, DEFINES, INSTALL, Makefile.am, Makefile.unix, lame.spec.in,
|
|
|
+ ltmain.sh (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree. no effects the quality.
|
|
|
+
|
|
|
+2002-07-27 07:39 takehiro
|
|
|
+
|
|
|
+ * frontend/: Makefile.in, timestatus.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree. time status rollback and newly regened Makefile.in
|
|
|
+
|
|
|
+2002-07-27 07:03 takehiro
|
|
|
+
|
|
|
+ * include/lame.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree. changed comment style, // to /* */
|
|
|
+
|
|
|
+2002-07-27 06:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix cygwin/vc compilation problem.
|
|
|
+ some speed improvement for --substep.
|
|
|
+
|
|
|
+2002-07-27 06:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/presets.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree.
|
|
|
+
|
|
|
+2002-07-26 22:27 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.def, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ changes to support encoding of multiple streams
|
|
|
+
|
|
|
+2002-07-26 18:56 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, include/lame.h,
|
|
|
+ libmp3lame/mpglib_interface.c:
|
|
|
+
|
|
|
+ memory leak in multiple decodes fixed.
|
|
|
+
|
|
|
+2002-07-26 08:18 takehiro
|
|
|
+
|
|
|
+ * mac/: LAME Carbon Debug.pch, LAME Carbon Final.pch, LAME Classic
|
|
|
+ Debug.pch, LAME Classic Final.pch, LAME_Carbon_Debug.pch,
|
|
|
+ LAME_Carbon_Final.pch, LAME_Classic_Debug.pch,
|
|
|
+ LAME_Classic_Final.pch, Makefile.am
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree. (changed file name)
|
|
|
+
|
|
|
+2002-07-21 22:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix and cleanup of "pseudo substep" method 1 and 3.
|
|
|
+ revert Robert's change of VBR bitresevoir handling code.
|
|
|
+
|
|
|
+2002-07-21 15:15 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ ANSIfy comments. Requested by Ti Kan <ti@amb.org> for xmcd
|
|
|
+
|
|
|
+2002-07-21 12:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, set_get.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ implement pseudo substep noise shaping method 1 and 3.
|
|
|
+ - it reduces about 3% of bitrate without losing any quality (theoretically),
|
|
|
+ for vbr mode.
|
|
|
+ - fix "off by one" bug of IPOW[]
|
|
|
+ - fix comment and substep method range check in set_get.c
|
|
|
+
|
|
|
+ WARNING:there's some bug in the combination of --vbr-new and --substep.
|
|
|
+
|
|
|
+2002-07-21 12:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree: scaling bug fix.
|
|
|
+
|
|
|
+2002-07-21 12:10 takehiro
|
|
|
+
|
|
|
+ * mac/: Makefile.am, Makefile.in
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree: added Makefile.*
|
|
|
+
|
|
|
+2002-07-21 12:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree: use FASTLOG as defaulted.
|
|
|
+
|
|
|
+2002-07-19 17:20 afaber
|
|
|
+
|
|
|
+ * Dll/LameDll_vc6.dsp:
|
|
|
+
|
|
|
+ added ,HAVE_NASM,MMX_choose_table defines to project file,
|
|
|
+ since beGetBersion did not report that the DLL was compiled with
|
|
|
+ MMX enabled
|
|
|
+
|
|
|
+2002-07-15 21:22 markt
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, util.h:
|
|
|
+
|
|
|
+ enabled domd's fast_log code
|
|
|
+
|
|
|
+2002-07-15 00:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ one more fix for pe[] calculation of nspsytune.
|
|
|
+
|
|
|
+2002-07-14 10:41 takehiro
|
|
|
+
|
|
|
+ * frontend/gtkanal.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x "bit assumption(of frame)" display imcompatibility of main tree.
|
|
|
+
|
|
|
+2002-07-14 10:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x "bit assumption" display imcompatibility of main tree.
|
|
|
+
|
|
|
+2002-07-14 10:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix enbug of pe[] calculation for nspsytune.
|
|
|
+ prepare for nspsytune cleanup.
|
|
|
+
|
|
|
+2002-07-13 08:10 aleidinger
|
|
|
+
|
|
|
+ * configure, libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-07-13 08:09 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Some fixes in the compiler options, removed superfluous BeOS section.
|
|
|
+
|
|
|
+2002-07-13 08:08 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ Fixes for BeOS (and perhaps other arches) to allow the build of a
|
|
|
+ shared lib.
|
|
|
+
|
|
|
+ Submitted by: Andrew Bachmann <shatty@myrealbox.com>
|
|
|
+
|
|
|
+2002-07-05 15:17 afaber
|
|
|
+
|
|
|
+ * Dll/LameDLLInterface.htm:
|
|
|
+
|
|
|
+ fixe a couple of typos'
|
|
|
+
|
|
|
+2002-07-03 22:28 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ fixed minor problems with the ALT-PRESET CBR/ABR modes
|
|
|
+
|
|
|
+2002-07-03 21:14 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ avoid crash in beWriteVbrTag when gfp is not allocated, fixed return value of beWriteVbrTag in *.h file
|
|
|
+
|
|
|
+2002-06-29 12:29 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c:
|
|
|
+
|
|
|
+ Patch from Simon Blandford <ome@simonb.org.uk>:
|
|
|
+ ---snip---
|
|
|
+ The problem:
|
|
|
+ When in MONO mode, LAME merges the two channels before the left/right
|
|
|
+ scaling. The left scale acts on the remaining signal and the right scale
|
|
|
+ is ignored.
|
|
|
+
|
|
|
+ The solution:
|
|
|
+ The scaling operation is simply moved before the channel merge
|
|
|
+ operation. Also, all these operations are moved before the re-sample
|
|
|
+ operation otherwise the signal would have be re-sampled on two channels
|
|
|
+ even in MONO mode which would be a waste of CPU time.
|
|
|
+ ---snip---
|
|
|
+
|
|
|
+2002-06-23 16:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x display of threshold level (blue/green bar in FFT window).
|
|
|
+ use FAST_LOG10 in klemm's penalties() function.
|
|
|
+ trivial fix of max_noise initialization (do not effect anything but for the consistency of comment).
|
|
|
+
|
|
|
+2002-06-23 16:04 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-06-23 14:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix max_noise initilization
|
|
|
+ and trivial coding style change
|
|
|
+
|
|
|
+2002-06-23 12:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x display of max_noise, tot_noise, over_noise
|
|
|
+
|
|
|
+2002-06-23 12:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2002-06-23 08:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize_pvt.c, util.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ more faster pe[] calculation on nspsy.
|
|
|
+
|
|
|
+ sync with main tree:
|
|
|
+ - domd's faster LOG and psymodel_ns optimization
|
|
|
+
|
|
|
+2002-06-23 06:19 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree.
|
|
|
+ - fixed return type of lame_get_interChRation()
|
|
|
+
|
|
|
+2002-06-23 05:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, Makefile.in, libmp3lame_vc6.dsp, pcm.c,
|
|
|
+ pcm.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree.
|
|
|
+ - remove pcm.[ch]
|
|
|
+
|
|
|
+2002-06-17 17:19 domd
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ added USE_FAST_LOG define
|
|
|
+
|
|
|
+2002-06-16 20:16 domd
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ optimizations on mask_add and L3psycho_anal_ns
|
|
|
+
|
|
|
+2002-06-16 20:14 domd
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ optimization : use of FAST_LOG10 macro in calc_noise
|
|
|
+
|
|
|
+2002-06-16 20:13 domd
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ added the FAST_LOG10 and FAST_LOG macros
|
|
|
+
|
|
|
+2002-06-15 17:56 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ added missing ")"
|
|
|
+
|
|
|
+2002-06-12 18:41 markt
|
|
|
+
|
|
|
+ * dshow/Encoder.cpp:
|
|
|
+
|
|
|
+ directshow, like ACM, cannot support INFO tag.
|
|
|
+ INFO tag disabled in dshow code.
|
|
|
+
|
|
|
+2002-06-12 18:36 markt
|
|
|
+
|
|
|
+ * ACM/ACMStream.cpp:
|
|
|
+
|
|
|
+ added note about INFO tag not possible when using ACM codec,
|
|
|
+ since ACM has no mechanism to rewind output stream when
|
|
|
+ encoding is finished.
|
|
|
+
|
|
|
+2002-06-12 18:27 markt
|
|
|
+
|
|
|
+ * API, Dll/BladeMP3EncDLL.c, Dll/Example.cpp,
|
|
|
+ Dll/LameDLLInterface.htm:
|
|
|
+
|
|
|
+ updated documentation (API and DLL)
|
|
|
+ to clarify that INFO tag must be written
|
|
|
+ unless explicitly disabled.
|
|
|
+
|
|
|
+2002-06-11 09:21 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ gtk-config fix (oops... sorry)
|
|
|
+
|
|
|
+2002-06-09 16:01 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ fix return type of lame_get_interChRatio()
|
|
|
+
|
|
|
+2002-06-04 19:16 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ merged little part of Dom's speed optimization
|
|
|
+
|
|
|
+2002-06-04 15:04 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-06-04 15:03 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ -maccumulate-outgoing-args is x86 only
|
|
|
+
|
|
|
+ Reported by: "Spud McDuck" <dontspamonme@excite.com>
|
|
|
+
|
|
|
+2002-06-02 19:09 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-06-02 19:08 aleidinger
|
|
|
+
|
|
|
+ * config.h.in, configure.in:
|
|
|
+
|
|
|
+ damn autoconf, hopefully this version works as intended
|
|
|
+
|
|
|
+2002-06-02 17:02 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-06-02 17:00 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ use "else if ... fi" instead of "elif ..."
|
|
|
+
|
|
|
+2002-06-02 17:00 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen (removal of pcm.[ch])
|
|
|
+
|
|
|
+2002-06-02 14:50 robert
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, libmp3lame_vc6.dsp:
|
|
|
+
|
|
|
+ moved unused code pcm.[ch] into the Attic
|
|
|
+ interested parties will find it there
|
|
|
+
|
|
|
+2002-06-02 14:45 robert
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, pcm.c, pcm.h:
|
|
|
+
|
|
|
+ moved unused code pcm.[ch] into the Attic
|
|
|
+ interested parties will find it there
|
|
|
+
|
|
|
+2002-06-02 14:20 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen + perl -pi -e 's:--no-verify::' configure
|
|
|
+
|
|
|
+ Does anyone know how to do this with autoconf directly?
|
|
|
+
|
|
|
+2002-06-02 14:17 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ undo last commit, wrong file and wrong commit message
|
|
|
+
|
|
|
+2002-06-02 14:16 aleidinger
|
|
|
+
|
|
|
+ * acconfig.h:
|
|
|
+
|
|
|
+ not needed anymore
|
|
|
+
|
|
|
+2002-06-02 14:15 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ regen after removal of aclocal.m4
|
|
|
+
|
|
|
+2002-06-02 14:13 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-06-02 14:13 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - redo {,u}int{8,16,32,64}_t stuff with new autoconf 2.53 macros
|
|
|
+ - fix code which sets experimental options
|
|
|
+ Thanks to: Akos Maroy <darkeye@tyrell.hu>
|
|
|
+ - fix GCC_version for 3.1
|
|
|
+ Thanks to: Akos Maroy <darkeye@tyrell.hu>
|
|
|
+ - further autoconf 2.53 updates
|
|
|
+ - minor fixes
|
|
|
+
|
|
|
+2002-06-02 14:10 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ is not needed anymore
|
|
|
+
|
|
|
+2002-06-02 12:21 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ update to autoconf 2.53
|
|
|
+
|
|
|
+2002-06-02 12:17 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h, pcm.c, pcm.h, util.h:
|
|
|
+
|
|
|
+ add some includes
|
|
|
+
|
|
|
+2002-05-28 08:28 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-05-28 08:24 aleidinger
|
|
|
+
|
|
|
+ * ACM/Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, dshow/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in, ACM/ADbg/Makefile.in,
|
|
|
+ ACM/tinyxml/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-05-28 08:07 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - update to autoconf 2.53
|
|
|
+ - add ultrasparc detection and compiler switches in case of gcc 3.1
|
|
|
+
|
|
|
+2002-05-28 08:04 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-05-28 08:04 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ add mac subdir
|
|
|
+
|
|
|
+2002-05-28 08:03 aleidinger
|
|
|
+
|
|
|
+ * mac/Makefile.in:
|
|
|
+
|
|
|
+ generated Makefile.in
|
|
|
+
|
|
|
+2002-05-28 07:52 aleidinger
|
|
|
+
|
|
|
+ * mac/Makefile.am:
|
|
|
+
|
|
|
+ add automake clue
|
|
|
+
|
|
|
+2002-05-28 07:48 aleidinger
|
|
|
+
|
|
|
+ * mac/: LAME Carbon Debug.pch, LAME Carbon Final.pch, LAME Classic
|
|
|
+ Debug.pch, LAME Classic Final.pch, LAME_Carbon_Debug.pch,
|
|
|
+ LAME_Carbon_Final.pch, LAME_Classic_Debug.pch,
|
|
|
+ LAME_Classic_Final.pch:
|
|
|
+
|
|
|
+ rename files because of automake (space to underscore conversation)
|
|
|
+
|
|
|
+2002-05-26 15:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, takehiro.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree, except arround vbrquantize.c.
|
|
|
+ - it calls best_huffman_divide() twice.
|
|
|
+ - *_block_sf() are out of sync.
|
|
|
+
|
|
|
+2002-05-25 23:30 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed a mono encoding bug found by Justin Schoeman
|
|
|
+
|
|
|
+ For single channel input, the 2nd channel was still required
|
|
|
+ to exit and have as much data as the 1st channel becaus of
|
|
|
+ memcpy's (even though this data was never used)
|
|
|
+
|
|
|
+2002-05-24 17:28 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ removed all references to "sample_t" from the DLL.
|
|
|
+
|
|
|
+ someone put in a call to lame_encode_buffer_sample_t
|
|
|
+ (not a public interface to libmp3lame)
|
|
|
+ when they should have used lame_encode_buffer_float(),
|
|
|
+ since they were assuming 'sample_t' was a float.
|
|
|
+
|
|
|
+2002-05-20 22:21 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.h:
|
|
|
+
|
|
|
+ VBR bitreservoir minimum filling depending on back pointer from largest frame allowed
|
|
|
+
|
|
|
+2002-05-20 18:22 robert
|
|
|
+
|
|
|
+ * Makefile.unix, libmp3lame/lame.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ Makefile.unix:
|
|
|
+ -malign-double enabled, helps memcpy
|
|
|
+
|
|
|
+ lame.c:
|
|
|
+ new experimental -X{5,9} settings for --vbr-new
|
|
|
+
|
|
|
+ quantize.c:
|
|
|
+ build up bit reservoir for VBR, allows to limit max frame size with -Bxxx
|
|
|
+ without a too large quality impact
|
|
|
+
|
|
|
+ vbrquantize.c:
|
|
|
+ fixing sfb21 issues: -Y did not show the wanted effect
|
|
|
+ xxx_block_xr34: replaced copy loop by memcpy, not faster but makes things
|
|
|
+ more obvious
|
|
|
+ some very minor speed ups
|
|
|
+
|
|
|
+2002-05-19 22:11 markt
|
|
|
+
|
|
|
+ * frontend/timestatus.c:
|
|
|
+
|
|
|
+ initialize ellapsed time counter to 0.
|
|
|
+
|
|
|
+2002-05-19 22:03 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ avoid calling best_huffman_divide twice for vbr-new
|
|
|
+
|
|
|
+2002-05-19 16:43 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/presets.c,
|
|
|
+ libmp3lame/set_get.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ experimental mixed block support.
|
|
|
+ "--mixedblock" option to use it.
|
|
|
+
|
|
|
+ currently, it uses mixed blocks on all short/start/end blocks.
|
|
|
+
|
|
|
+ this is very bad idea. we need a proper psymodel.
|
|
|
+ till we make it, this option is used only for the testing purpose.
|
|
|
+
|
|
|
+2002-05-19 16:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization arround nspsytune
|
|
|
+
|
|
|
+2002-05-19 15:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ merged little part of Dom's speed optimization.
|
|
|
+
|
|
|
+2002-05-18 17:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ preparing for mixed block of bitpressure_strategy()
|
|
|
+
|
|
|
+2002-05-18 17:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ remove magic numbers and prepare for mixed block.
|
|
|
+
|
|
|
+2002-05-18 16:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, newmdct.c, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fully cosmetic... changed INLINE -> inline
|
|
|
+
|
|
|
+2002-05-18 16:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ prepare for the substep noise shaping method 1 and 3.
|
|
|
+
|
|
|
+2002-05-18 16:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimizations
|
|
|
+
|
|
|
+2002-05-18 16:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize_pvt.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ clean up table initialization and bit size optimization.
|
|
|
+ - remove magic number "128". (and changed 116)
|
|
|
+ - we don't need to prepare the both of adj43[] and adj43asm[].
|
|
|
+ prepare only one of them, if we use asm code or not.
|
|
|
+
|
|
|
+2002-05-18 16:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ use scfsi more.
|
|
|
+ if all quantized value is 0, we can use scalefactor with not only 0 but
|
|
|
+ also any number and in such a situation, we can use the scfsi.
|
|
|
+
|
|
|
+2002-05-18 15:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ don't compile some code if analyzer is not needed.
|
|
|
+
|
|
|
+2002-05-18 15:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ optimization arround vbr_new with the new data structure.
|
|
|
+ - merged short_block_xr34() and long_block_xr34() into block_xr34() and clean up
|
|
|
+ - changed IIPOW20[] and remove some condition code.
|
|
|
+
|
|
|
+2002-05-18 13:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, set_get.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ arroud substep noise shaping.
|
|
|
+ - prepare for "method 3".
|
|
|
+ - start with "pseudo half shaped" state, if we use the method 2 or 3.
|
|
|
+
|
|
|
+2002-05-18 13:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ simple calc_noise() optimization (remove one log())
|
|
|
+ fix quatn_compare() when alt-preset.
|
|
|
+
|
|
|
+2002-05-18 12:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, fix calc_noise() bugfix :)
|
|
|
+
|
|
|
+2002-05-18 12:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial optimization by loop unrolling
|
|
|
+
|
|
|
+2002-05-18 11:38 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ quick fix for "calc_noise_bug" reported by Mark.
|
|
|
+
|
|
|
+2002-05-18 11:09 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, presets.c, set_get.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ changed alt-preset-* and comments to follow the change of quality setting.
|
|
|
+
|
|
|
+2002-05-18 11:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix floating exception when global_gain > 255u.
|
|
|
+ it frequently happens when best_huffman == 2
|
|
|
+
|
|
|
+2002-05-18 10:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame-analysis.h, lame.c, quantize.c, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree.
|
|
|
+ - uped READ_AHEAD from 10 to 40 for the frame analyzer (By Mark)
|
|
|
+ - removed warning when using -Y (By Robert)
|
|
|
+ - removed unused bitpressure strategie 2 (VBR) (By Robert)
|
|
|
+
|
|
|
+2002-05-14 21:32 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.h, vbrquantize.c,
|
|
|
+ vbrquantize.h:
|
|
|
+
|
|
|
+ removed warning when using -Y
|
|
|
+ removed unused bitpressure strategie 2 (VBR)
|
|
|
+
|
|
|
+2002-05-14 21:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/.indent.pro:
|
|
|
+
|
|
|
+ changing max line length from 80 to 100 chars
|
|
|
+
|
|
|
+2002-05-14 16:23 markt
|
|
|
+
|
|
|
+ * frontend/timestatus.c:
|
|
|
+
|
|
|
+ added comment about clock rollover check
|
|
|
+
|
|
|
+2002-05-14 16:19 markt
|
|
|
+
|
|
|
+ * frontend/: lametime.c, timestatus.c:
|
|
|
+
|
|
|
+ put in rollover check in frontend cpu/wall clock timing routines.
|
|
|
+
|
|
|
+ didn't we used to have this?
|
|
|
+
|
|
|
+ user reported (on a 35min encode) that the output of clock()
|
|
|
+ (of type clock_t) was rolling over and becoming negative.
|
|
|
+ On his system, clock_t is a signed 32 bit int.
|
|
|
+
|
|
|
+2002-05-12 18:47 markt
|
|
|
+
|
|
|
+ * INSTALL:
|
|
|
+
|
|
|
+ removed info about vorbis encoding from INSTALL
|
|
|
+
|
|
|
+2002-05-12 18:01 markt
|
|
|
+
|
|
|
+ * ltmain.sh:
|
|
|
+
|
|
|
+ applied patch to ltmain.sh
|
|
|
+ from sourceforge.net bug report. it passes LDFLAGS on to the
|
|
|
+ linker?
|
|
|
+
|
|
|
+ *** ltmain.sh.org Sun Oct 22 14:06:32 2000
|
|
|
+ --- ltmain.sh Sun Apr 28 11:56:54 2002
|
|
|
+ ***************
|
|
|
+ *** 818,824 ****
|
|
|
+ convenience=
|
|
|
+ old_convenience=
|
|
|
+ deplibs=
|
|
|
+ ! linkopts=
|
|
|
+
|
|
|
+ if test -n "$shlibpath_var"; then
|
|
|
+ # get the directories listed in $shlibpath_var
|
|
|
+ --- 818,824 ----
|
|
|
+ convenience=
|
|
|
+ old_convenience=
|
|
|
+ deplibs=
|
|
|
+ ! linkopts="$LDFLAGS"
|
|
|
+
|
|
|
+ if test -n "$shlibpath_var"; then
|
|
|
+ # get the directories listed in $shlibpath_var
|
|
|
+
|
|
|
+2002-05-12 17:20 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame-analysis.h:
|
|
|
+
|
|
|
+ added documentation to lame.h for lame_decode* functions
|
|
|
+
|
|
|
+ uped READ_AHEAD from 10 to 40 for the frame analyzer
|
|
|
+
|
|
|
+2002-05-12 13:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, l3side.h, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, takehiro.c, util.h, vbrquantize.c, vbrquantize.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ big data structure update (2)
|
|
|
+ - this is very alpha. check is not done yet, but I should have sleep tonight :p
|
|
|
+ - "make test" runs fine. but mp3x, vbr-new needs more test. abr mode aborts floating exception.
|
|
|
+ - almost all the structured data, like l3_xmin, scalefac, distort, ... are now simple FLOAT8/integer array.
|
|
|
+ - calc_noise() and so on is very simple code and very fast, because we can handle the long/short block by same code,
|
|
|
+ - new member "window" and "width" are added to gr_info.
|
|
|
+
|
|
|
+2002-05-12 09:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix inc_scalefac_scale() ignoring preflag.
|
|
|
+
|
|
|
+2002-05-12 08:29 takehiro
|
|
|
+
|
|
|
+ * Makefile.in (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ regen(forgot to check in)
|
|
|
+
|
|
|
+2002-05-12 08:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ trivial cleanup
|
|
|
+
|
|
|
+2002-05-12 08:02 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ because #define NORES is not working as it was, I remove it.
|
|
|
+
|
|
|
+2002-05-12 07:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix mp3x scalefactor display when scfsi used and cleanup on set_pinfo().
|
|
|
+ fix warning arround calc_klemm_noise().
|
|
|
+
|
|
|
+2002-05-12 07:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ noise calculation cleanup.
|
|
|
+ - delayed calculation of klemm_noise and it is shared to store in max_noise.
|
|
|
+ - max_noise, tot_noise and over_noise are now "B" order, not "dB".
|
|
|
+
|
|
|
+2002-05-11 18:49 markt
|
|
|
+
|
|
|
+ * lame.spec.in:
|
|
|
+
|
|
|
+ new lame.spec.in file from Yosi.
|
|
|
+
|
|
|
+2002-05-11 18:29 markt
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ applied Takehiro's bug fix for single channel bit reservoir usage
|
|
|
+ for pre-echo control.
|
|
|
+
|
|
|
+2002-05-11 18:28 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/reservoir.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ not testing much, but I think now best_huffman_divide==2 works.
|
|
|
+ - default quality setting is changed to 3, and "make test" is done with that.
|
|
|
+ - quality setting 0,1, and 2 with CBR/ABR/VBR-old mode uses best_huffman_divide==2.
|
|
|
+ - best_scalefac_store() is not called in inner loop.
|
|
|
+ - "lame -q 2 foo.wav foo.mp3" runs about half or more slower speed than that of "lame -q 3 ..."
|
|
|
+
|
|
|
+2002-05-11 17:26 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, quantize_pvt.h, takehiro.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ combination of small patches mainly to get more tight coupling/inlining
|
|
|
+ optimization.
|
|
|
+ - in quantize_pvt.c, some functions are now static.
|
|
|
+ - some "char" type table is now "int"
|
|
|
+ - quantize_xrpow*() are moved from quantize_pvt.c to takehiro.c, and they are static function.
|
|
|
+ - slen1_tab[] and slen2_tab[] are moved to takehiro.c
|
|
|
+
|
|
|
+2002-05-11 16:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops, checked in the older one. fix CBR bit allocation.
|
|
|
+
|
|
|
+2002-05-11 16:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ reservoir.c, reservoir.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix --vbr-old for newer resovoir handling code.
|
|
|
+ now it produces bit-by-bit identical from the main branch with my "limited test".
|
|
|
+
|
|
|
+2002-05-11 14:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with main tree
|
|
|
+ - Robert's modification, 'more time consuming strategy to handle the case when more bits used than available'
|
|
|
+
|
|
|
+2002-05-11 14:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix vbr-new arround bin_search_stepsize().
|
|
|
+ it ignores part2_length to calculate cod_info->part2_3_length.
|
|
|
+
|
|
|
+ consider part2_length inside of bin_search_stepsize(), not caller side.
|
|
|
+
|
|
|
+2002-05-11 13:49 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix for vbr-new to work with new bin_search_stepsize()
|
|
|
+
|
|
|
+2002-05-09 23:25 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ vbr-new:
|
|
|
+ more time consuming strategy to handle the case when more bits used than available
|
|
|
+
|
|
|
+2002-05-08 22:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.h (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ oops I missed the merging.
|
|
|
+
|
|
|
+2002-05-08 22:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.h, util.h
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ bin_stepsearch() hack.
|
|
|
+ separete stepsize for each channel that we will use next frame
|
|
|
+ little bit faster.
|
|
|
+
|
|
|
+2002-05-08 21:30 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2002-05-08 21:07 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, vbrquantize.c
|
|
|
+ (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ sync with robert's latest patch on mainline.
|
|
|
+ - allow best huffman divide to be used in vbr-new
|
|
|
+ - moved ms_convert()
|
|
|
+
|
|
|
+2002-05-08 21:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c (takehiro-2002_05_07-experimental):
|
|
|
+
|
|
|
+ monoraul bitallocation patch.
|
|
|
+
|
|
|
+ thanx Robert to revert. and sorry for the trouble.
|
|
|
+ I made my own branch and check the code on this.
|
|
|
+ if I get the "bit-by-bit identical" output, I will merge the branch.
|
|
|
+ I will follow the main line changes as possible.
|
|
|
+
|
|
|
+ till then, bye for now. see you later, at the merging time.
|
|
|
+
|
|
|
+2002-05-07 23:08 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.h, vbrquantize.c:
|
|
|
+
|
|
|
+ allow best huffman divide to be used in vbr-new
|
|
|
+
|
|
|
+2002-05-07 21:24 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ moved the tiny function ms_convert from quantize_pvt.c to quantize.c--the
|
|
|
+ only client for it--giving a little speed increase
|
|
|
+
|
|
|
+2002-05-07 21:11 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, vbrquantize.c:
|
|
|
+
|
|
|
+ better decoupling of vbrquantize.c and quantice.c
|
|
|
+
|
|
|
+2002-05-07 20:21 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.h, quantize_pvt.h, reservoir.h, util.h:
|
|
|
+
|
|
|
+ sorry Takehiro, we are back to the last known working version from Sunday
|
|
|
+ 13:35 UTC now
|
|
|
+
|
|
|
+2002-05-07 20:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, quantize.c, quantize_pvt.c,
|
|
|
+ reservoir.c, takehiro.c, util.c, vbrquantize.c:
|
|
|
+
|
|
|
+ sorry Takehiro, we are back to the last known working version from Sunday
|
|
|
+ 13:35 UTC now
|
|
|
+
|
|
|
+2002-05-06 16:03 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix for new reservoir handling code with my ABR patch.
|
|
|
+ we don't need the totbits, because the reservoir size is reduced in
|
|
|
+ ResvAdjust() in gr/ch loop and reservoir handler uses it.
|
|
|
+
|
|
|
+2002-05-06 15:49 takehiro
|
|
|
+
|
|
|
+ * ACM/: .cvsignore, ADbg/.cvsignore, tinyxml/.cvsignore:
|
|
|
+
|
|
|
+ added cvsignore to ignore Makefile, etc.
|
|
|
+
|
|
|
+2002-05-06 15:30 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/bitstream.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ cleanup. remove a compiling problem and some warnings.
|
|
|
+
|
|
|
+2002-05-05 18:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ one more outer_loop() fix for VBR.
|
|
|
+
|
|
|
+2002-05-05 18:18 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ outer_loop() fix for vbr_rh and vbr_mtrh
|
|
|
+
|
|
|
+2002-05-05 17:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ update comment
|
|
|
+
|
|
|
+2002-05-05 17:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, bitstream.h, encoder.c, quantize.c,
|
|
|
+ reservoir.c, util.c, util.h:
|
|
|
+
|
|
|
+ cleanup arround getframebits().
|
|
|
+
|
|
|
+2002-05-05 16:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, reservoir.c:
|
|
|
+
|
|
|
+ fix NORES_TEST. and works not only for CBR (don't tell me that's useful :p)
|
|
|
+
|
|
|
+2002-05-05 16:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, reservoir.c, reservoir.h:
|
|
|
+
|
|
|
+ oops, I mis-checked in the old files. this is real one.
|
|
|
+
|
|
|
+2002-05-05 16:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, reservoir.c, reservoir.h:
|
|
|
+
|
|
|
+ clean up arround reservoir.
|
|
|
+
|
|
|
+2002-05-05 15:47 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, reservoir.c, reservoir.h:
|
|
|
+
|
|
|
+ trivial cleanup of arround resvoir.
|
|
|
+
|
|
|
+2002-05-05 15:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ cleanup arround inc_scalefac_scale() with new cod_info strcture.
|
|
|
+
|
|
|
+2002-05-05 14:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ cleanup arround calc_noise() with new cod_info strcture.
|
|
|
+
|
|
|
+2002-05-05 13:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h, takehiro.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ more cleanup of new cod_info structure, arround count_bits()
|
|
|
+
|
|
|
+2002-05-05 13:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ inner_loop() is now static function.
|
|
|
+
|
|
|
+2002-05-05 13:43 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ changed outer_loop() algorithm. it needs lesser copy and runs faster.
|
|
|
+ - try with new scalefactor combination on work area, and if we get the better result, copy it to the returning area.
|
|
|
+ - make bin_search_StepSize() return the global_gain which assures targ_bits > found_bits.
|
|
|
+
|
|
|
+2002-05-05 13:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c, vbrquantize.h:
|
|
|
+
|
|
|
+ some clean-up in parameter passings due to recent change in cod_info structure
|
|
|
+
|
|
|
+2002-05-05 13:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, quantize.h, vbrquantize.c,
|
|
|
+ vbrquantize.h:
|
|
|
+
|
|
|
+ removed again some unused code I thought that was removed some long time ago
|
|
|
+
|
|
|
+2002-05-05 11:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, l3side.h, quantize.c:
|
|
|
+
|
|
|
+ bit cleanup. removed window_switching_flag in l3side.
|
|
|
+
|
|
|
+2002-05-05 11:53 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize.h, vbrquantize.c:
|
|
|
+
|
|
|
+ To fix it does not call the "freorder" and to support for mixed block,
|
|
|
+ the vbrquantize.c uses init_outer_loop()/init_xrpow() in quantize.c to
|
|
|
+ initializatoin. this may fix the MPEG2 problem (but not tested).
|
|
|
+
|
|
|
+2002-05-04 22:49 markt
|
|
|
+
|
|
|
+ * configure, testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase.mp3
|
|
|
+
|
|
|
+2002-05-04 15:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, util.c, util.h:
|
|
|
+
|
|
|
+ clean up and speed up (optimize for new data structure).
|
|
|
+ - devided init_outer_loop() into init_outer_loop() and init_xrpow(). This makes it easy to use GOGO-no-coda's xrpow calculation routine.
|
|
|
+ # thanx Robert, your fix makes me aware my mistake in VBR mode.
|
|
|
+
|
|
|
+ - restoring duplicated data of VBR loop are removed.
|
|
|
+
|
|
|
+ more mixed_block prepare. freorder() in util.c and its caller in encoder.c are moved into init_outer_loop() in quantize_pvt.c
|
|
|
+
|
|
|
+2002-05-04 15:36 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ trivial optimization
|
|
|
+
|
|
|
+2002-05-04 14:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, quantize.c, quantize_pvt.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ the signess process of l3_enc[] are moved from quantize*.c to bistream.c. bit faster, much simpler.
|
|
|
+
|
|
|
+2002-05-04 13:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ removed unused variables.
|
|
|
+
|
|
|
+2002-05-04 13:55 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ removed log calculation of klemm_noise in main loop
|
|
|
+
|
|
|
+2002-05-04 09:30 afaber
|
|
|
+
|
|
|
+ * ChangeLog, Dll/BladeMP3EncDLL.c, Dll/BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Added quality setting to lame_enc.dll interface
|
|
|
+
|
|
|
+2002-04-30 22:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ 3.93 alpha 1 -> 3.93 alpha 2
|
|
|
+
|
|
|
+2002-04-30 22:00 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ fixing latest floating point exceptions I got for some days
|
|
|
+ within the calc noise routine
|
|
|
+
|
|
|
+2002-04-28 08:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ Mark, because max_noise is initialized with 1E-20 and refreshes Max(max_noise, sfb_noise), so it will never lesser than 1e-20.
|
|
|
+
|
|
|
+2002-04-27 21:15 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ bit faster best_huffman_divide().
|
|
|
+ - use the pointer to the structure, not structure itself.
|
|
|
+
|
|
|
+2002-04-27 20:58 takehiro
|
|
|
+
|
|
|
+ * configure, libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/l3side.h, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize.h, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/quantize_pvt.h, libmp3lame/takehiro.c,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/vbrquantize.h:
|
|
|
+
|
|
|
+ large data structure update (1)
|
|
|
+ - mdct values (xr), encoded values (l3_enc), and scalefactors (scalefac) are in the gr_info structure.
|
|
|
+ - it runs faster.
|
|
|
+ - reduce stack size but require large III_side_info_t and lame_global_flags.
|
|
|
+
|
|
|
+2002-04-27 20:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ fix --enable-all-float. when it enabled, FLOAT8_MAX should be FLT_MAX about 1e37, not 1e99.
|
|
|
+
|
|
|
+2002-04-27 18:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ trivial
|
|
|
+
|
|
|
+2002-04-24 11:10 aleidinger
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ add a mingw comment from Hubert Hanghofer
|
|
|
+
|
|
|
+2002-04-22 17:51 markt
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ Takehiro, when you changed this code:
|
|
|
+
|
|
|
+ res->max_noise = 10.*log10(Max(1e-20,max_noise ));
|
|
|
+ res->klemm_noise = 10.*log10(Max(1e-20,klemm_noise));
|
|
|
+
|
|
|
+ to:
|
|
|
+
|
|
|
+ res->max_noise = 10.*log10(max_noise);
|
|
|
+ res->klemm_noise = 10.*log10(klemm_noise);
|
|
|
+
|
|
|
+ I started getting FPE (I always compile with --enable-debug
|
|
|
+ which aborts on FPE). I went ahead and changed it back- it should
|
|
|
+ have little effect.
|
|
|
+
|
|
|
+2002-04-21 20:31 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Added additional debug flags
|
|
|
+
|
|
|
+2002-04-21 18:10 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/l3side.h:
|
|
|
+
|
|
|
+ remove unused definition
|
|
|
+
|
|
|
+2002-04-21 18:05 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fix typo
|
|
|
+
|
|
|
+2002-04-21 17:33 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ trivial(reduce magic number)
|
|
|
+
|
|
|
+2002-04-21 17:03 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Avoid the VBR Tag space was written when VBR method was disabled
|
|
|
+ (caused empty frame in fornt of MPEG stream for certain CBR settings)
|
|
|
+
|
|
|
+2002-04-21 16:56 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ new option, --substep, pseudo substep noise shaping now works.
|
|
|
+ - new set_get function, lame_set_substep(), lame_get_substep()
|
|
|
+ - final fix of "do substep" region of selected scalefactor.
|
|
|
+ - noise_shaping_amp == 3 is removed and the method of how to use substep is selecte by the new member "substep" in structure "lame_internal_flags".
|
|
|
+
|
|
|
+2002-04-21 13:57 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ trivial optimization: gfp/gfc cleanup
|
|
|
+
|
|
|
+2002-04-20 22:31 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2002-04-20 20:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, l3side.h, newmdct.c,
|
|
|
+ quantize.c, quantize_pvt.c, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ simplify the structure.
|
|
|
+ l3_side->gr[gr].ch[ch].tt is now known as l3_side->tt[gr][ch].
|
|
|
+
|
|
|
+2002-04-20 20:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/l3side.h:
|
|
|
+
|
|
|
+ fix misleading indent
|
|
|
+
|
|
|
+2002-04-20 20:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ prepare for mixed block support: count_bits() and best_scalefac_store().
|
|
|
+ fix bug of noise_shaping_amp==3 on a long block.
|
|
|
+
|
|
|
+2002-04-20 20:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ more mixed_block preparation: inc_scalefac_scale(), amp_scalefac_bands()
|
|
|
+
|
|
|
+2002-04-20 20:16 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ for better mixed_blcok support, make calc_xmin() use cod_info->sfb_lmax, etc.
|
|
|
+
|
|
|
+2002-04-20 19:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix mixed mode (long block max sfb)
|
|
|
+
|
|
|
+2002-04-20 19:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: l3side.h, quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ more generalized mixed_block support and considering in MPEG2/2.5
|
|
|
+ - added new members to cod_info. psy_lmax and psy_smax.
|
|
|
+
|
|
|
+2002-04-20 19:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ we don't need two elements of l3_xmin.
|
|
|
+
|
|
|
+2002-04-20 19:34 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ - calc_xmin() supports mixed_block noise calculation.
|
|
|
+ - mixed_block parameter(long block end point and short block start point) fix for calc_noise()
|
|
|
+
|
|
|
+2002-04-20 18:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ calc_noise() supports mixed_block noise calculation.
|
|
|
+
|
|
|
+2002-04-20 18:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ remove out-of-date comments
|
|
|
+
|
|
|
+2002-04-20 18:37 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize_pvt.c:
|
|
|
+
|
|
|
+ first step of clean up calc_noise() for preparing mixed block support.
|
|
|
+ - removed unused variables
|
|
|
+ - make the two loops (long and short) same structure.
|
|
|
+
|
|
|
+2002-04-20 11:49 robux4
|
|
|
+
|
|
|
+ * ACM/lameACM.dsp:
|
|
|
+
|
|
|
+ Added the preset to compile the project (not used... yet)
|
|
|
+
|
|
|
+2002-04-19 14:51 bouvigne
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Now the dll should properly applying mono and resampling settings even if presets are used
|
|
|
+
|
|
|
+2002-04-19 11:23 bouvigne
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ alt-presets now used from inside libmp3lame
|
|
|
+
|
|
|
+2002-04-17 22:13 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ missing presets.c added
|
|
|
+
|
|
|
+2002-04-17 08:11 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-04-17 08:08 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ bump version
|
|
|
+
|
|
|
+2002-04-16 19:47 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcases (just because CVS version bumped up to 3.93alpha)
|
|
|
+
|
|
|
+2002-04-15 18:36 markt
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ updated version to 3.93 alpha 1
|
|
|
+
|
|
|
+2002-04-15 16:42 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/presets.c:
|
|
|
+
|
|
|
+ abr presets now into libmp3lame
|
|
|
+
|
|
|
+2002-04-15 11:51 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ --cbr
|
|
|
+
|
|
|
+2002-04-15 11:42 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ 3dnow identification
|
|
|
+
|
|
|
+2002-04-15 08:16 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-04-15 06:58 markt
|
|
|
+
|
|
|
+ * Makefile.in, configure, debian/Makefile.in:
|
|
|
+
|
|
|
+ got automake 1.5 and ran it:
|
|
|
+
|
|
|
+2002-04-15 06:57 markt
|
|
|
+
|
|
|
+ * debian/Makefile.am:
|
|
|
+
|
|
|
+ updated debian/Makefile.am but my version of automake
|
|
|
+ is too old:
|
|
|
+
|
|
|
+ debian/Makefile.am:5: require version 1.5, but have 1.4-p5
|
|
|
+
|
|
|
+2002-04-15 06:47 markt
|
|
|
+
|
|
|
+ * testcase.mp3, doc/html/history.html, libmp3lame/version.h:
|
|
|
+
|
|
|
+ bumped up version number to 3.92 for release
|
|
|
+
|
|
|
+2002-04-15 06:46 markt
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ ran cvs2cl.pl
|
|
|
+
|
|
|
+2002-04-14 12:21 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.def, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Added strict-iso option to the interface, added output samplerate parameter to the debug log file
|
|
|
+
|
|
|
+2002-04-12 19:44 markt
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ added message regarding "internal buffer inconsistency error" to printout:
|
|
|
+
|
|
|
+ ERRORF(gfc,"This is a fatal error. It has several possible causes:");
|
|
|
+ ERRORF(gfc,"90% LAME compiled with buggy version of gcc using advanced optimizations");
|
|
|
+ ERRORF(gfc," 9% Your system is overclocked");
|
|
|
+ ERRORF(gfc," 1% bug in LAME encoding library");
|
|
|
+
|
|
|
+2002-04-10 12:55 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ --noasm option
|
|
|
+
|
|
|
+2002-04-10 06:37 bouvigne
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ presets.c
|
|
|
+
|
|
|
+2002-04-09 15:43 bouvigne
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ dm presets in the dll are now used from initialized from inside libmp3lame
|
|
|
+
|
|
|
+2002-04-09 15:28 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-04-09 14:46 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/libmp3lame_vc6.dsp, libmp3lame/presets.c,
|
|
|
+ libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ vbr presets are now part of libmp3lame
|
|
|
+
|
|
|
+2002-04-09 11:56 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ --cbr switch
|
|
|
+
|
|
|
+2002-04-08 20:30 robux4
|
|
|
+
|
|
|
+ * ACM/acm.rc:
|
|
|
+
|
|
|
+ minor change on the DLL versioning
|
|
|
+
|
|
|
+2002-04-08 18:43 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, AEncodeProperties.cpp:
|
|
|
+
|
|
|
+ Added some new defines that might not be in all platform DDKs
|
|
|
+ (just in case)
|
|
|
+
|
|
|
+2002-04-08 18:41 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-04-08 18:41 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, ACM/Makefile.am:
|
|
|
+
|
|
|
+ add new vc6 file
|
|
|
+
|
|
|
+2002-04-08 12:43 bouvigne
|
|
|
+
|
|
|
+ * lame_vc6.dsw, ACM/lameACM_vc6.dsp:
|
|
|
+
|
|
|
+ added ACM codec to vc6 workspace
|
|
|
+
|
|
|
+2002-04-08 09:56 bouvigne
|
|
|
+
|
|
|
+ * lame_projects_vc6.dsp, lame_vc6.dsw:
|
|
|
+
|
|
|
+ dummy project to generate all lame projects (select lame_projects in the workspace)
|
|
|
+
|
|
|
+2002-04-07 14:09 robux4
|
|
|
+
|
|
|
+ * ACM/TODO:
|
|
|
+
|
|
|
+ Removed the things already done
|
|
|
+
|
|
|
+2002-04-07 14:07 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, AEncodeProperties.cpp, lameACM.dsp:
|
|
|
+
|
|
|
+ Clicking on the LAME URL will open the default browser
|
|
|
+
|
|
|
+2002-04-07 13:31 robux4
|
|
|
+
|
|
|
+ * ACM/: AEncodeProperties.cpp, AEncodeProperties.h:
|
|
|
+
|
|
|
+ Added tool-tips to the configuration dialog
|
|
|
+
|
|
|
+2002-04-07 12:28 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, acm.rc:
|
|
|
+
|
|
|
+ Improved LAME version display
|
|
|
+
|
|
|
+2002-04-07 10:17 robux4
|
|
|
+
|
|
|
+ * ACM/: AEncodeProperties.cpp, AEncodeProperties.h, acm.rc,
|
|
|
+ lame_acm.xml, resource.h:
|
|
|
+
|
|
|
+ ABR support now complete
|
|
|
+
|
|
|
+2002-04-06 14:12 aleidinger
|
|
|
+
|
|
|
+ * lame.bat:
|
|
|
+
|
|
|
+ bugfix, sorry, lost the mail for it
|
|
|
+
|
|
|
+2002-04-06 14:10 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, ACM/Makefile.in, ACM/tinyxml/Makefile.in,
|
|
|
+ Dll/Makefile.in, frontend/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ mpglib/Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-04-06 14:09 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ add tinyxml directory
|
|
|
+
|
|
|
+2002-04-06 14:08 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, ACM/Makefile.am, ACM/tinyxml/Makefile.am,
|
|
|
+ Dll/Makefile.am, frontend/Makefile.am, libmp3lame/Makefile.am,
|
|
|
+ mpglib/Makefile.am:
|
|
|
+
|
|
|
+ add new files
|
|
|
+
|
|
|
+2002-04-06 14:01 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.h, ACMStream.cpp, ACMStream.h:
|
|
|
+
|
|
|
+ Encoding in ABR is starting to work
|
|
|
+ the different format strings are sorted correctly
|
|
|
+
|
|
|
+2002-04-06 11:34 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.h, AEncodeProperties.cpp, AEncodeProperties.h,
|
|
|
+ acm.rc, resource.h:
|
|
|
+
|
|
|
+ First part of the ABR support
|
|
|
+ (missing use ABR settings on encoding when applied, configuration of ABR params)
|
|
|
+
|
|
|
+2002-04-06 11:32 robux4
|
|
|
+
|
|
|
+ * ACM/tinyxml/: readme.txt, tinyxml.cpp, tinyxml.dsp, tinyxml.h,
|
|
|
+ tinyxmlparser.cpp, xmltest.cpp:
|
|
|
+
|
|
|
+ Updated with version 2.0 beta
|
|
|
+
|
|
|
+2002-04-04 13:35 bouvigne
|
|
|
+
|
|
|
+ * lame_vc6.dsw, Dll/LameDll_vc6.dsp, frontend/lame_vc6.dsp,
|
|
|
+ libmp3lame/libmp3lame_vc6.dsp, mpglib/mpglib_vc6.dsp:
|
|
|
+
|
|
|
+ I was annoyed to not be able to open the VC projects in vc6, so I added vc6 ones
|
|
|
+
|
|
|
+2002-03-22 18:29 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Added lame presets to DLL interface
|
|
|
+
|
|
|
+2002-03-16 00:26 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ no fast float to int conversion (Intel compiler)
|
|
|
+
|
|
|
+2002-03-16 00:21 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, frontend/parse.c:
|
|
|
+
|
|
|
+ fix for Win2k path seperator issue
|
|
|
+ found by Peter Hartley
|
|
|
+
|
|
|
+2002-03-15 23:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ bugfix, confusion about sideinfo length
|
|
|
+ found by "Kei Ishida"
|
|
|
+
|
|
|
+2002-03-06 00:02 robert
|
|
|
+
|
|
|
+ * lame.dsw:
|
|
|
+
|
|
|
+ VC Workspace for all(?) targets
|
|
|
+
|
|
|
+2002-03-03 18:57 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ remove /* withhin comment
|
|
|
+
|
|
|
+2002-03-03 18:38 markt
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ msvc6 notes
|
|
|
+
|
|
|
+2002-02-22 11:53 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ mp3x now displays quantization noise correctly when using nspsytune.
|
|
|
+
|
|
|
+2002-02-21 00:54 rbrito
|
|
|
+
|
|
|
+ * debian/: changelog, control, copyright, lame-dev.docs,
|
|
|
+ lame-dev.files, lame-extras.files, lame.docs, liblame0-dev.docs,
|
|
|
+ liblame0-dev.files, liblame0.files, rules:
|
|
|
+
|
|
|
+ Reorganization of the lame/debian directory for generating packages closer
|
|
|
+ to what the Debian Policy specifies. Still not there (the liblame0 package
|
|
|
+ still has a dreaded -rpath and thus, is not lintian clean).
|
|
|
+
|
|
|
+2002-02-17 15:24 takehiro
|
|
|
+
|
|
|
+ * doc/html/: history.html, switchs.html:
|
|
|
+
|
|
|
+ fix option description, and changed & to &
|
|
|
+
|
|
|
+2002-02-17 14:22 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ now inter-channel masking works even when without --nspsytune or with -m s
|
|
|
+
|
|
|
+2002-02-17 13:59 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fix for --enable-all-float.
|
|
|
+
|
|
|
+2002-02-17 13:55 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ added inter channel masking effect.
|
|
|
+ gfp->interChRatio is the ratio of inter-channel masking effect, which could
|
|
|
+ be indicated by --interch X option.
|
|
|
+ The default value is 0.0, which means there's no inter-channel masking effect.
|
|
|
+
|
|
|
+ I think ratio = 0.01 is OK for lower bitrates (like under 128kbps),
|
|
|
+ for like old days songs by the Beatles.
|
|
|
+
|
|
|
+2002-02-17 13:30 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ presets down to 8kbps
|
|
|
+
|
|
|
+2002-02-17 08:12 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/util.h:
|
|
|
+
|
|
|
+ prepare for the interchannel masking and substep noise shaping.
|
|
|
+
|
|
|
+2002-02-16 17:19 robux4
|
|
|
+
|
|
|
+ * ACM/tinyxml/: Makefile.tinyxml, changes.txt, dox, makedistlinux,
|
|
|
+ makedistwin.bat, readme.txt, tinyxml.cpp, tinyxml.dsp, tinyxml.h,
|
|
|
+ tinyxmlerror.cpp, tinyxmlparser.cpp, xmltest.cpp:
|
|
|
+
|
|
|
+ Update with newer version of TinyXML
|
|
|
+
|
|
|
+2002-02-15 11:42 shibatch
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Now, nspsytune2 should work, maybe...
|
|
|
+
|
|
|
+2002-02-14 15:38 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, util.h:
|
|
|
+
|
|
|
+ Preparation work for nspsytune2.
|
|
|
+
|
|
|
+2002-02-13 16:30 aleidinger
|
|
|
+
|
|
|
+ * frontend/rtp.h:
|
|
|
+
|
|
|
+ compile fix for gcc 3.x from Len Walter <len@unsw.edu.au>
|
|
|
+
|
|
|
+2002-02-09 18:51 markt
|
|
|
+
|
|
|
+ * frontend/gtkanal.c:
|
|
|
+
|
|
|
+ added preflag count to statics window in mp3x
|
|
|
+
|
|
|
+2002-02-07 11:58 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ frontend/parse.c, include/lame.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ preparation work for nspsytune2
|
|
|
+
|
|
|
+2002-02-04 17:10 markt
|
|
|
+
|
|
|
+ * TODO, libmp3lame/util.c:
|
|
|
+
|
|
|
+ temporary fix for resampling code. downsampling from 44101 to 44100 causes
|
|
|
+ a seg fault. Workaround in place for now: resampling disabled
|
|
|
+ if input/output samplerates agree to 4 digits.
|
|
|
+
|
|
|
+2002-02-01 18:58 markt
|
|
|
+
|
|
|
+ * INSTALL, TODO:
|
|
|
+
|
|
|
+ minor edits
|
|
|
+
|
|
|
+2002-02-01 17:41 markt
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ added notes about building a working, all encompasing MSVC6
|
|
|
+ workspace to TODO list
|
|
|
+
|
|
|
+2002-02-01 17:37 markt
|
|
|
+
|
|
|
+ * INSTALL:
|
|
|
+
|
|
|
+ added nots about the ACM codec and directshow filter
|
|
|
+ to INSTALL
|
|
|
+
|
|
|
+2002-02-01 17:08 robux4
|
|
|
+
|
|
|
+ * ACM/ACM.cpp:
|
|
|
+
|
|
|
+ Correct a problem when more than 2 channels are involved
|
|
|
+
|
|
|
+2002-01-31 21:17 robux4
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Less memory copying on interleaved buffer
|
|
|
+
|
|
|
+2002-01-31 21:03 uid32249
|
|
|
+
|
|
|
+ * ACM/tinyxml/: Makefile, Makefile.tinyxml:
|
|
|
+
|
|
|
+ replace Makefile with Makefile.tinyxml
|
|
|
+
|
|
|
+2002-01-30 23:25 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, acm.rc:
|
|
|
+
|
|
|
+ resolved FhG incompatibility, first beta version (can go public), no decoding yet
|
|
|
+
|
|
|
+2002-01-29 21:20 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, TODO, acm.rc:
|
|
|
+
|
|
|
+ update version and removed unused buffers
|
|
|
+
|
|
|
+2002-01-29 20:51 robux4
|
|
|
+
|
|
|
+ * ACM/lameACM.dsp:
|
|
|
+
|
|
|
+ build with special dynamic memory handling for ACM
|
|
|
+
|
|
|
+2002-01-29 20:37 robux4
|
|
|
+
|
|
|
+ * configMS.h, ACM/ACM.cpp, ACM/ACMStream.cpp, ACM/main.cpp:
|
|
|
+
|
|
|
+ More debugging, special dynamic memory handling for ACM
|
|
|
+
|
|
|
+2002-01-28 22:33 ivanski
|
|
|
+
|
|
|
+ * mac/LAME.mcp:
|
|
|
+
|
|
|
+ CW6 Project File
|
|
|
+
|
|
|
+2002-01-28 22:13 ivanski
|
|
|
+
|
|
|
+ * mac/: .DS_Store, LAME Carbon Debug.pch, LAME Carbon Final.pch,
|
|
|
+ LAME Classic Debug.pch, LAME Classic Final.pch, MacDLLMain.c,
|
|
|
+ Precompile_Common.h:
|
|
|
+
|
|
|
+ Initial revision
|
|
|
+
|
|
|
+2002-01-28 22:13 ivanski
|
|
|
+
|
|
|
+ * mac/: .DS_Store, LAME Carbon Debug.pch, LAME Carbon Final.pch,
|
|
|
+ LAME Classic Debug.pch, LAME Classic Final.pch, MacDLLMain.c,
|
|
|
+ Precompile_Common.h:
|
|
|
+
|
|
|
+ Mac support
|
|
|
+
|
|
|
+2002-01-28 20:12 robux4
|
|
|
+
|
|
|
+ * ACM/: TODO, acm.rc:
|
|
|
+
|
|
|
+ more TODO, added icon credit
|
|
|
+
|
|
|
+2002-01-28 18:18 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, test/CBRABR.op:
|
|
|
+
|
|
|
+ set devault qval to 2 for CBR and ABR.
|
|
|
+
|
|
|
+2002-01-25 18:18 robux4
|
|
|
+
|
|
|
+ * ACM/: TODO, lame.ico:
|
|
|
+
|
|
|
+ new icon, more to do
|
|
|
+
|
|
|
+2002-01-25 17:51 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.h, AEncodeProperties.cpp, DecodeStream.cpp,
|
|
|
+ acm.rc:
|
|
|
+
|
|
|
+ version 0.7.6, improved the smart output mode, corrected a config saving bug
|
|
|
+
|
|
|
+2002-01-25 17:47 robux4
|
|
|
+
|
|
|
+ * ACM/ADbg/: ADbg.cpp, ADbg.h:
|
|
|
+
|
|
|
+ more explicit cast
|
|
|
+
|
|
|
+2002-01-25 11:27 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-01-25 11:23 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.am:
|
|
|
+
|
|
|
+ add lameid3.pl
|
|
|
+
|
|
|
+2002-01-25 11:22 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ some fixes
|
|
|
+
|
|
|
+2002-01-24 19:38 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.h, ACMStream.cpp, AEncodeProperties.cpp,
|
|
|
+ AEncodeProperties.h, TODO, acm.rc, lameACM.dsp, lame_acm.xml,
|
|
|
+ main.cpp, resource.h:
|
|
|
+
|
|
|
+ introducing smart output mode, clean dialog boxes, config saving/loading now works
|
|
|
+
|
|
|
+2002-01-23 20:51 robux4
|
|
|
+
|
|
|
+ * ACM/DecodeStream.cpp:
|
|
|
+
|
|
|
+ correct a build problem when ENABLE_DECODING is not defined
|
|
|
+
|
|
|
+2002-01-23 20:45 robux4
|
|
|
+
|
|
|
+ * ACM/readme.txt:
|
|
|
+
|
|
|
+ More doc on the release files
|
|
|
+
|
|
|
+2002-01-23 20:40 robux4
|
|
|
+
|
|
|
+ * ACM/ADbg/ADbg.dsp:
|
|
|
+
|
|
|
+ removed a minor build problem
|
|
|
+
|
|
|
+2002-01-23 20:39 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.dsw, ACM.h, ACMStream.cpp, ACMStream.h,
|
|
|
+ AEncodeProperties.cpp, AEncodeProperties.h, DecodeStream.cpp,
|
|
|
+ DecodeStream.h, LameACM.inf, TODO, acm.rc, lameACM.dsp,
|
|
|
+ lame_acm.xml, readme.txt, resource.h, tinyxml/Makefile,
|
|
|
+ tinyxml/changes.txt, tinyxml/readme.txt, tinyxml/test.dsp,
|
|
|
+ tinyxml/test.dsw, tinyxml/tinyxml.cpp, tinyxml/tinyxml.dsp,
|
|
|
+ tinyxml/tinyxml.h, tinyxml/tinyxmlerror.cpp,
|
|
|
+ tinyxml/tinyxmlparser.cpp, tinyxml/xmltest.cpp:
|
|
|
+
|
|
|
+ Initial configuration dialog and XML config saving, initial decoding support (not working yet)
|
|
|
+
|
|
|
+2002-01-23 20:32 robux4
|
|
|
+
|
|
|
+ * mpglib/interface.h:
|
|
|
+
|
|
|
+ better handling of C++ include
|
|
|
+
|
|
|
+2002-01-23 01:23 markt
|
|
|
+
|
|
|
+ * lame.spec.in:
|
|
|
+
|
|
|
+ commiting Yosi's new lame.spec.in file
|
|
|
+
|
|
|
+2002-01-22 19:45 robux4
|
|
|
+
|
|
|
+ * ACM/: ACM.cpp, ACM.dsw, ACM.h, ACMStream.cpp, ACMStream.h,
|
|
|
+ LameACM.inf, TODO, acm.rc, adebug.h, lameACM.def, lameACM.dsp,
|
|
|
+ main.cpp, readme.txt:
|
|
|
+
|
|
|
+ clean the code, put LGPL license, add mpglib to the build
|
|
|
+
|
|
|
+2002-01-21 21:33 markt
|
|
|
+
|
|
|
+ * TODO, configure, configure.in:
|
|
|
+
|
|
|
+ added MAX OSX patch from sf bugtrack page
|
|
|
+
|
|
|
+2002-01-21 20:24 markt
|
|
|
+
|
|
|
+ * USAGE, misc/lameid3.pl:
|
|
|
+
|
|
|
+ added lameid3.pl script to misc directory.
|
|
|
+ (use to reencode mp3's and preserve id3 tags)
|
|
|
+
|
|
|
+2002-01-20 19:29 robux4
|
|
|
+
|
|
|
+ * libmp3lame/util.h:
|
|
|
+
|
|
|
+ Better C++ handling
|
|
|
+
|
|
|
+2002-01-20 19:25 robux4
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Better C++ handling
|
|
|
+
|
|
|
+2002-01-20 15:05 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen (ACM)
|
|
|
+
|
|
|
+2002-01-20 15:05 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Add ACM directory
|
|
|
+
|
|
|
+2002-01-20 15:04 aleidinger
|
|
|
+
|
|
|
+ * ACM/Makefile.in:
|
|
|
+
|
|
|
+ Add generated autoconf glue
|
|
|
+
|
|
|
+2002-01-20 14:59 aleidinger
|
|
|
+
|
|
|
+ * ACM/ADbg/Makefile.in:
|
|
|
+
|
|
|
+ Add generated autoconf glueACM/Makefile.in
|
|
|
+
|
|
|
+2002-01-20 14:58 aleidinger
|
|
|
+
|
|
|
+ * ACM/: Makefile.am, ADbg/Makefile.am:
|
|
|
+
|
|
|
+ Add automake clue (for make dist)
|
|
|
+
|
|
|
+2002-01-20 14:56 robux4
|
|
|
+
|
|
|
+ * ACM/lameACM.dsp:
|
|
|
+
|
|
|
+ Eanble correct nasm support
|
|
|
+
|
|
|
+2002-01-20 14:03 robux4
|
|
|
+
|
|
|
+ * ACM/: ADbg/ADbg.cpp, ADbg/ADbg.dsp, ADbg/ADbg.h, ACM.cpp,
|
|
|
+ ACM.dsw, ACM.h, ACMStream.cpp, ACMStream.h, LameACM.inf, acm.rc,
|
|
|
+ adebug.h, lame.ico, lameACM.def, lameACM.dsp, main.cpp,
|
|
|
+ readme.txt, resource.h:
|
|
|
+
|
|
|
+ Initial ACM support
|
|
|
+
|
|
|
+2002-01-19 11:52 bouvigne
|
|
|
+
|
|
|
+ * README, TODO:
|
|
|
+
|
|
|
+ updated TODO
|
|
|
+
|
|
|
+2002-01-17 16:43 aleidinger
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ NASM for Windows fixes (Hubert Hanghofer)
|
|
|
+
|
|
|
+2002-01-17 13:42 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-01-17 13:42 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - Update gcc 3.x and --enable-expopt=full flags based upon suggestions
|
|
|
+ and benchmarks from Hubert Hanghofer <hhanghof@netbeer.co.at> and
|
|
|
+ Craig Okruhlica <craig@velio.com>.
|
|
|
+ - Remove gcc flags which are marked 'experimental' in the gcc 3.0.3
|
|
|
+ documentation (noticed by Hubert Hanghofer).
|
|
|
+ - Add comment what "expopt" means, and what it doesn't mean.
|
|
|
+
|
|
|
+2002-01-17 13:42 aleidinger
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ - Update MINGW part pased upon patches and comments from
|
|
|
+ Hubert Hanghofer <Hubert.Hanghofer@m-real.com>.
|
|
|
+ - Some minor changes for consistency.
|
|
|
+
|
|
|
+ Note: this file is superseded by configure, except for systems where
|
|
|
+ configure didn't work, so if something is broken you have to send
|
|
|
+ patches.
|
|
|
+
|
|
|
+2002-01-17 05:08 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/.cvsignore:
|
|
|
+
|
|
|
+ added *.lo
|
|
|
+
|
|
|
+2002-01-09 12:09 takehiro
|
|
|
+
|
|
|
+ * debian/.cvsignore, dshow/.cvsignore:
|
|
|
+
|
|
|
+ added autogen Makefile to ignore
|
|
|
+
|
|
|
+2002-01-09 12:09 takehiro
|
|
|
+
|
|
|
+ * frontend/.cvsignore, libmp3lame/.cvsignore, mpglib/.cvsignore:
|
|
|
+
|
|
|
+ added *.il, for the intel compiler with ipo option
|
|
|
+
|
|
|
+2002-01-07 15:51 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ oops, forgot to s/gtk12-config/gtk-config/
|
|
|
+
|
|
|
+2002-01-07 15:48 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2002-01-07 15:48 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ add gcc 3 specific optimizations, based upon suggestions by Sébastien FORESTIER <forestie@caramail.com>
|
|
|
+
|
|
|
+2002-01-07 10:35 aleidinger
|
|
|
+
|
|
|
+ * configure, frontend/Makefile.in:
|
|
|
+
|
|
|
+ regen: Fix Cygwin and HPUX problems.
|
|
|
+
|
|
|
+2002-01-07 10:34 aleidinger
|
|
|
+
|
|
|
+ * configure.in, frontend/Makefile.am:
|
|
|
+
|
|
|
+ Fix Cygwin and HPUX problems.
|
|
|
+
|
|
|
+2002-01-01 16:55 robert
|
|
|
+
|
|
|
+ * misc/lame4dos.bat:
|
|
|
+
|
|
|
+ modified some remark
|
|
|
+
|
|
|
+2001-12-30 23:54 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updated hostory.html from master copy in webpages project
|
|
|
+
|
|
|
+2001-12-29 17:36 takehiro
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ fix option for pseudo-half step quantization
|
|
|
+
|
|
|
+2001-12-29 16:23 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen: Welcome to 3.92
|
|
|
+
|
|
|
+2001-12-29 16:21 aleidinger
|
|
|
+
|
|
|
+ * configMS.h, configure.in, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Welcome to 3.92
|
|
|
+
|
|
|
+2001-12-29 15:45 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ sync with webpages/history.html
|
|
|
+
|
|
|
+2001-12-28 18:55 takehiro
|
|
|
+
|
|
|
+ * .cvsignore:
|
|
|
+
|
|
|
+ added stamp-h1
|
|
|
+
|
|
|
+2001-12-28 12:47 aleidinger
|
|
|
+
|
|
|
+ * Dll/Example.dsp, Dll/MP3EncDll.dsp, dshow/dshow.dsp,
|
|
|
+ frontend/lame.dsp, libmp3lame/libmp3lame.dsp, dshow/dshow.dsw,
|
|
|
+ mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ unix->dos
|
|
|
+
|
|
|
+2001-12-27 16:12 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ add --alt-preset
|
|
|
+
|
|
|
+2001-12-27 12:50 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.in:
|
|
|
+
|
|
|
+ regen: add missing files to the distribution
|
|
|
+
|
|
|
+2001-12-27 12:49 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.am:
|
|
|
+
|
|
|
+ add missing files to the distribution
|
|
|
+
|
|
|
+2001-12-23 20:19 dibrom
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ disable noise shaping 2 for "fast" extreme mode also
|
|
|
+
|
|
|
+2001-12-23 20:11 dibrom
|
|
|
+
|
|
|
+ * libmp3lame/: set_get.c, vbrquantize.c:
|
|
|
+
|
|
|
+ fix small bug and completely disable noise_shaping 2 with "fast" mode until a better solution can be found.
|
|
|
+
|
|
|
+2001-12-23 12:25 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.in:
|
|
|
+
|
|
|
+ regen: add some files to the distribution
|
|
|
+
|
|
|
+2001-12-23 12:22 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.am:
|
|
|
+
|
|
|
+ add auenc, mugeco,sh and mlame to distrib
|
|
|
+
|
|
|
+2001-12-22 13:32 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ document NON_LINEAR_PSYMODEL, remove KLEMM_43
|
|
|
+
|
|
|
+2001-12-22 13:29 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ non linear psymodel (disabled by default) for GPSYCHO (nspsytune is untouched)
|
|
|
+
|
|
|
+2001-12-22 13:27 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen: Welcome to v3.91
|
|
|
+
|
|
|
+2001-12-22 13:26 aleidinger
|
|
|
+
|
|
|
+ * configMS.h, configure.in, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Welcome to v3.91
|
|
|
+
|
|
|
+2001-12-21 15:09 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ add icc check
|
|
|
+
|
|
|
+2001-12-21 15:05 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen: (add vbrquantize.h)
|
|
|
+
|
|
|
+2001-12-21 15:05 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ add vbrquantize.h
|
|
|
+
|
|
|
+2001-12-21 11:58 jd-
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.def, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Added DLL interface function beEncodeChunkFloatS16NI for floating point audio
|
|
|
+ Samples are input within the range +/- 32768, in non-interleaved channels
|
|
|
+
|
|
|
+2001-12-21 03:29 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase
|
|
|
+
|
|
|
+2001-12-21 03:29 markt
|
|
|
+
|
|
|
+ * libmp3lame/: version.c, version.h:
|
|
|
+
|
|
|
+ updated version to lame 3.90
|
|
|
+
|
|
|
+2001-12-20 23:11 markt
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update changelog
|
|
|
+
|
|
|
+2001-12-20 08:44 dibrom
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ no message
|
|
|
+
|
|
|
+2001-12-20 08:33 dibrom
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, set_get.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ improved quality of "fast" modes in certain situations
|
|
|
+
|
|
|
+2001-12-18 17:44 dibrom
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ removed bitrate compensation stuff for the abr bitrates since it appears no longer necessary
|
|
|
+
|
|
|
+2001-12-18 17:28 dibrom
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ added --alt-preset to the list of switches
|
|
|
+
|
|
|
+2001-12-18 17:13 dibrom
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ documented many changes which have been made over 3.90
|
|
|
+
|
|
|
+2001-12-18 16:27 dibrom
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ small tweak to "standard" preset
|
|
|
+
|
|
|
+2001-12-18 16:14 dibrom
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, set_get.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ small quality improvement for "extreme" and "insane", more bitrate tunings for "extreme" -- should average to 256kbps more often
|
|
|
+
|
|
|
+2001-12-18 11:16 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen: vorbis changes
|
|
|
+
|
|
|
+2001-12-18 11:14 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - Change vorbis default to disabled
|
|
|
+ - Added -logg in the vorbis case (seems to be needed, I haven't tested it)
|
|
|
+
|
|
|
+2001-12-18 11:13 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ Try to unbreak vorbis support (it can't get worser).
|
|
|
+ You may need the vorbis source and add -I/path/to/vorbis_src/includes/ to
|
|
|
+ CFLAGS prior to running configure
|
|
|
+
|
|
|
+ Tested by: Jonathan Ryshpan <jonrysh@pacbell.net> on RedHat 7.2
|
|
|
+ Submitted by: Cyrille Lefevre <clefevre@citeweb.net> via FreeBSD problem report
|
|
|
+
|
|
|
+2001-12-17 04:40 markt
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ Minor changes to Gabriel's adjustment for ABR bitrate.
|
|
|
+ Updated testcases.
|
|
|
+
|
|
|
+ Added the following comments:
|
|
|
+
|
|
|
+ /*
|
|
|
+ res_factor is the percentage of the target bitrate that should
|
|
|
+ be used on average. the remaining bits are added to the
|
|
|
+ bitreservoir and used for difficult to encode frames.
|
|
|
+
|
|
|
+ Since we are tracking the average bitrate, we should adjust
|
|
|
+ res_factor "on the fly", increasing it if the average bitrate
|
|
|
+ is greater than the requested bitrate, and decreasing it
|
|
|
+ otherwise. Reasonable ranges are from .9 to 1.0
|
|
|
+
|
|
|
+ Until we get the above suggestion working, we use the following
|
|
|
+ tuning:
|
|
|
+ compression ratio res_factor
|
|
|
+ 5.5 (256kbps) 1.0 no need for bitreservoir
|
|
|
+ 11 (128kbps) .93 7% held for reservoir
|
|
|
+
|
|
|
+ with linear interpolation for other values.
|
|
|
+
|
|
|
+ */
|
|
|
+ res_factor = .93 + .07 * (11.0 - gfp->compression_ratio) / (11.0 - 5.5);
|
|
|
+
|
|
|
+2001-12-16 16:00 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ better abr bitrate approximation (will break abr testcases)
|
|
|
+
|
|
|
+2001-12-15 07:31 dibrom
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, set_get.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ More tunings for "fast" options for "standard" and "extreme" modes.
|
|
|
+
|
|
|
+2001-12-14 16:27 dibrom
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ small tweak to "extreme" mode
|
|
|
+
|
|
|
+2001-12-14 07:00 dibrom
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/set_get.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ - changed --dm-presets to --alt-presets
|
|
|
+ - modified preset system
|
|
|
+ - applied tunings to vbr and psymodel, especially with --alt-preset standard, improves many difficult clips over the default vbr modes/presets (even those such as --r3mix) such as impulse cases (fatboy, spahm, them, gbtinc, ravebase, etc), pre-echo cases (castanets, death2, florida_seq, etc), tonality/js cases (2nd_vent, serioustrouble, bloodline, etc), low volume clips (piano, rach_original), many clips with problems with noise shaping 2, and much much more. Practically all cases should be equal or improved in quality.
|
|
|
+ - added --no-preset-tune to disable tunings for --alt-preset "modes"
|
|
|
+
|
|
|
+2001-12-03 18:15 markt
|
|
|
+
|
|
|
+ * USAGE, frontend/parse.c:
|
|
|
+
|
|
|
+ updated descriptions of some command line options, as per Dmitry
|
|
|
+
|
|
|
+2001-11-30 18:35 markt
|
|
|
+
|
|
|
+ * lame.spec.in:
|
|
|
+
|
|
|
+ patch from lassauge@mail.dotcom.fr for lame.spec.in file.
|
|
|
+
|
|
|
+2001-11-30 18:05 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ added lame_encode_buffer_long2(), since lame_encode_buffer_long() had
|
|
|
+ a scaling which restricted the precision of the input to the same
|
|
|
+ as if the input was 'short int'
|
|
|
+
|
|
|
+ decided to leave the original routine, on the off chance there
|
|
|
+ is some program out there which uses it.
|
|
|
+
|
|
|
+2001-11-28 12:30 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-11-28 12:29 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ change description of make test
|
|
|
+
|
|
|
+2001-11-26 15:21 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ tuning of "pseudo half step noise shaping" with listening test.
|
|
|
+ and it works now even when scalefac_scale == 1
|
|
|
+
|
|
|
+2001-11-26 15:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, VbrTag.c:
|
|
|
+
|
|
|
+ fix warning
|
|
|
+
|
|
|
+2001-11-26 11:00 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ Bump alpha version.
|
|
|
+
|
|
|
+2001-11-25 15:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.c, takehiro.c,
|
|
|
+ util.h:
|
|
|
+
|
|
|
+ new noise shaping algorithm(pseudo half step noise shaping)
|
|
|
+ it brings slow but more accurate noise shaping.
|
|
|
+ enables with -q0 when CBR
|
|
|
+
|
|
|
+2001-11-19 21:26 markt
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ Reverted CVS back to before "gglower" option was added.
|
|
|
+
|
|
|
+ --scale is a better way to do this, and contrary to Hans' claims,
|
|
|
+ --scale is also lossless.
|
|
|
+
|
|
|
+2001-11-18 22:44 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ patch by Hans van der Heijden, original email:
|
|
|
+
|
|
|
+ Datum: Sun, 18 Nov 2001 20:13:11 +0100
|
|
|
+ Von: "Hans van der Heijden" <H.Heijden@inter.NL.net>
|
|
|
+ An: <Robert.Hegemann@gmx.de>
|
|
|
+
|
|
|
+ Hi Robert,
|
|
|
+
|
|
|
+ For the first time, I compiled Lame, being a non-programmer (well, my work
|
|
|
+ involves programming, but that's a world apart with logic symbols, not C
|
|
|
+ language).
|
|
|
+ Because sometimes I have the urge to try something with the sourcecode.
|
|
|
+
|
|
|
+ I'd like to add a switch to avoid the use of --scale for preventing
|
|
|
+ clipping. It manipulates global_gain, similar as the mp3gain tool does, but
|
|
|
+ this would be much more convenient of course (and better quality-wise, being
|
|
|
+ 'lossless').
|
|
|
+
|
|
|
+ Since I have no programming experience, can you take a look if I implemented
|
|
|
+ it correctly? The switch is called --gglower x, where each x-step stands for
|
|
|
+ 1,5 dB. gg is short for global gain. So for example, --gglower 1 will
|
|
|
+ decrease the output volume with 1,5 dB (0,841). I would probably use this by
|
|
|
+ default, it will be enough to prevent clipping for all but the oddest
|
|
|
+ samples/settings.
|
|
|
+
|
|
|
+ I did a lot of copy/pasting from the --athlower switch, otherwise I probably
|
|
|
+ couldn't figure it all out!
|
|
|
+ Files involved are parse.c, lame_global_flags.h, set_get.c, lame.h and
|
|
|
+ bitstream.c.
|
|
|
+ I attached these files, if you search in each for 'gglower' you'll find the
|
|
|
+ added code.
|
|
|
+ Files came from the 11 Nov CVS.
|
|
|
+
|
|
|
+ Also attached is a cygwin lame.exe if you like to play with it.
|
|
|
+
|
|
|
+ Let's add it to CVS if it's OK (don't know how to do that myself, have to
|
|
|
+ tell Mark?).
|
|
|
+
|
|
|
+ Bye,
|
|
|
+ Hans
|
|
|
+
|
|
|
+2001-11-17 11:17 aleidinger
|
|
|
+
|
|
|
+ * Dll/Example.cpp, Makefile.unix, Dll/Makefile.mingw32:
|
|
|
+
|
|
|
+ some mingw fixes from Vladislav Naumov <vnaum@echo.ru>
|
|
|
+
|
|
|
+2001-11-14 16:25 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ fixes in comments
|
|
|
+
|
|
|
+2001-11-12 21:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2001-11-12 17:36 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ spelling fixes in comments
|
|
|
+
|
|
|
+2001-11-11 22:13 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ fixed bugs: 451879 and 438835
|
|
|
+
|
|
|
+2001-11-11 15:08 aleidinger
|
|
|
+
|
|
|
+ * doc/man/Makefile.in, configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-11-11 15:06 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ add CVS Id
|
|
|
+
|
|
|
+2001-11-11 14:57 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-11-11 14:53 aleidinger
|
|
|
+
|
|
|
+ * configure.in, frontend/Makefile.am:
|
|
|
+
|
|
|
+ bugfix: --disable-{mp3x,mp3rtp} had build them
|
|
|
+ add: --disable-fontend
|
|
|
+
|
|
|
+2001-11-11 14:48 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/version.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ remove mp3x version, it doesn't belong into the lib
|
|
|
+ (this breaks every app which uses the function, but mp3x should
|
|
|
+ be the only app which uses it, so this is ok because I moved it
|
|
|
+ into gtkanal.c)
|
|
|
+
|
|
|
+2001-11-11 14:47 aleidinger
|
|
|
+
|
|
|
+ * frontend/gtkanal.c:
|
|
|
+
|
|
|
+ move mp3x version here (from libmp3lame/version.[ch])
|
|
|
+
|
|
|
+2001-11-11 11:31 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-11-11 11:30 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ add missing headers
|
|
|
+
|
|
|
+2001-11-10 14:25 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ at least fix the bus error on SPARC until Roel or someone else decides if we should fix it in another way
|
|
|
+
|
|
|
+2001-11-06 14:43 aleidinger
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ resample only for encoding
|
|
|
+
|
|
|
+2001-11-06 12:41 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ athaa fixes, resample only for encoding
|
|
|
+
|
|
|
+2001-11-06 01:31 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Cleaned up preset help; send explicitly requested help to stdout, not stderr.
|
|
|
+ Modularized original presets, with aliases to preserve the original behavior.
|
|
|
+
|
|
|
+2001-11-05 15:26 dibrom
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ modify lowpass values for dm-preset abr mode
|
|
|
+
|
|
|
+2001-11-05 05:46 dibrom
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Updated dm-presets
|
|
|
+
|
|
|
+2001-11-05 05:20 markt
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/encoder.h:
|
|
|
+
|
|
|
+ updated padding at end of MP3 to be 1152 samples.
|
|
|
+ So the last frame containing real data will always be followed
|
|
|
+ by a frame containing silence. (since most decoders will only
|
|
|
+ decode the second to last frame)
|
|
|
+
|
|
|
+2001-11-04 23:42 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ lost i added
|
|
|
+
|
|
|
+2001-11-04 23:39 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ optimizing some intel compile flags
|
|
|
+
|
|
|
+2001-11-04 18:51 robert
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ moved MSVC specific #pragma into MSVC section
|
|
|
+
|
|
|
+2001-11-04 18:50 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.h, DEFINES:
|
|
|
+
|
|
|
+ removed MAXQUANTERROR precompiler define
|
|
|
+
|
|
|
+2001-11-04 18:48 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h:
|
|
|
+
|
|
|
+ we don't want to make Naoki's msfix part of the API at this time, removed
|
|
|
+ from lame.h again.
|
|
|
+ parse.c compilation was broken by JD's presets_alias function.
|
|
|
+
|
|
|
+2001-11-04 18:31 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, vbrquantize.c, vbrquantize.h:
|
|
|
+
|
|
|
+ removed MAXQUANTERROR precompiler define
|
|
|
+
|
|
|
+2001-11-04 18:20 dibrom
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ update dm-presets.. more to come shortly
|
|
|
+
|
|
|
+2001-11-04 18:19 dibrom
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ added msfix
|
|
|
+
|
|
|
+2001-11-04 17:28 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ --vbr-mtrh is now known as --vbr-new
|
|
|
+
|
|
|
+2001-11-04 17:22 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ --vbr-mtrh is now known as --vbr-new
|
|
|
+
|
|
|
+2001-11-04 13:39 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ some fixes in the comments
|
|
|
+
|
|
|
+2001-11-04 13:39 aleidinger
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ mark --{voice,radio,cd,studio,phone} as deprecated
|
|
|
+
|
|
|
+2001-11-04 13:33 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ remove --voice (deprecated)
|
|
|
+
|
|
|
+2001-11-04 13:01 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Moved "--dm-preset *" preset profiles to "--preset dm-*".
|
|
|
+ Added code for aliasing presets to multiple broad or narrow purpose labels.
|
|
|
+
|
|
|
+2001-11-04 08:37 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Allow specifying the r3mix preset with "--preset r3mix" for consistency
|
|
|
+
|
|
|
+2001-11-03 10:51 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ Renamed experimental switch "--ath-adjust" to "--athaa-type" for consistency.
|
|
|
+ All switches directly affecting ATH auto-adjustment begin with "--athaa-*".
|
|
|
+
|
|
|
+2001-11-03 09:31 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ Added a bit of documentation to the long help.
|
|
|
+ To better reflect purpose, renamed adapt-thres-type and adapt-thres-level
|
|
|
+ to athaa-loudapprox and athaa-sensitivity, respectively.
|
|
|
+
|
|
|
+2001-10-30 20:31 markt
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ When determining enc_delay and enc_padding from VBR header, check
|
|
|
+ for reasonable values.
|
|
|
+
|
|
|
+2001-10-29 22:00 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, frontend/main.h,
|
|
|
+ frontend/parse.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/VbrTag.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, mpglib/interface.c,
|
|
|
+ mpglib/mpglib.h:
|
|
|
+
|
|
|
+ VbrTag.c: GetVBRTag() updated to parse enc_delay, enc_padding fields
|
|
|
+ enc_delay is used by 'lame --decode' to determine how many samples
|
|
|
+ to skip at the beginning during decoding.
|
|
|
+
|
|
|
+2001-10-29 20:01 markt
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ for --nogap option, do not allow Xing VBR tag.
|
|
|
+
|
|
|
+ We should also not allow id3 tags and --nogap, but the are not turned on by
|
|
|
+ default, and it is more than a 3 line fix :-)
|
|
|
+
|
|
|
+2001-10-29 08:41 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: gain_analysis.c, gain_analysis.h:
|
|
|
+
|
|
|
+ adding gain analysis files
|
|
|
+
|
|
|
+2001-10-29 06:08 markt
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/lame_global_flags.h, mpglib/interface.c:
|
|
|
+
|
|
|
+ --nogap and --nogapout fixed in frontend. didn't check
|
|
|
+ if output is really gapless - hopefully no bugs have crept into
|
|
|
+ that while --nogap was broken.
|
|
|
+
|
|
|
+2001-10-28 22:24 markt
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/tables.c,
|
|
|
+ libmp3lame/util.c, mpglib/interface.c:
|
|
|
+
|
|
|
+ Fixed bug in VbrTag.c which is why Xing tag was broken for MPEG2
|
|
|
+ files.
|
|
|
+
|
|
|
+ This code:
|
|
|
+
|
|
|
+ if( h_id == 0 )
|
|
|
+ pTagData->samprate >>= 1;
|
|
|
+
|
|
|
+ was, for unknown reasons, cutting the samplrate down by
|
|
|
+ a factor of two for MPEG2, causing the framesize of the Xing
|
|
|
+ header to be too large, causing it to overwrite the first
|
|
|
+ valid MP3 frame.
|
|
|
+
|
|
|
+2001-10-25 11:54 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ undo previous edit, misunderstanding
|
|
|
+
|
|
|
+2001-10-24 23:59 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ if ABR, {store bitrate <=255} else { use 4 low bits to store bitrateindex so "-b" for VBR(/CBR) is known. 0F for freeformat}
|
|
|
+
|
|
|
+2001-10-24 20:45 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcases
|
|
|
+
|
|
|
+2001-10-24 16:33 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ sync with HTML
|
|
|
+
|
|
|
+2001-10-24 12:44 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: basic.html, examples.html, history.html, node6.html,
|
|
|
+ switchs.html:
|
|
|
+
|
|
|
+ doc fixes
|
|
|
+
|
|
|
+2001-10-24 12:32 bouvigne
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ a small athtype doc modif
|
|
|
+
|
|
|
+2001-10-23 16:35 bouvigne
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ fixes from Dmitry
|
|
|
+
|
|
|
+2001-10-23 16:17 bouvigne
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ fixes from Alexander
|
|
|
+
|
|
|
+2001-10-23 14:06 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ add line breaks, expand examples section, add ID3 section, fixes
|
|
|
+
|
|
|
+2001-10-23 14:06 aleidinger
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ fix for cygwin/mingw from egor duda <deo@logos-m.ru>
|
|
|
+
|
|
|
+2001-10-22 21:31 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ no message
|
|
|
+
|
|
|
+2001-10-22 13:25 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ update based on HTML version
|
|
|
+
|
|
|
+2001-10-21 17:00 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: basic.html, switchs.html:
|
|
|
+
|
|
|
+ doc
|
|
|
+
|
|
|
+2001-10-20 16:32 aleidinger
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ Submitted by: "Vladislav Naumov" <vnaum@inbox.ru>
|
|
|
+
|
|
|
+ I canged number 2 of his fixes to be equal to configure.in
|
|
|
+ (-O3 is the highest official supportes optimization option, some of
|
|
|
+ the options are superfluous (because they are included in -O3), some may
|
|
|
+ perhaps change the ABI (ABI, not API!), e.g. -malign-*).
|
|
|
+
|
|
|
+ Quote:
|
|
|
+ 1. NOUNIXCMD = YES (don't use shell & sed)
|
|
|
+ 2. CC_OPTS are set to produce optimized code. Somewhat faster.
|
|
|
+ 3. frontend_sources & lib_sources are now fixed.
|
|
|
+ GNU Make version 3.79.1 croaked about recursive variable.
|
|
|
+ 4. ASFLAGS are correctly set, 'make -fMakefile.unix UNAME=MSDOS HAVE_NASM=YES'
|
|
|
+ works smoothly (if you have nasm.exe, of course :))
|
|
|
+
|
|
|
+2001-10-20 16:28 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.mingw32:
|
|
|
+
|
|
|
+ Submitted by: "Vladislav Naumov" <vnaum@inbox.ru>
|
|
|
+
|
|
|
+ Quote:
|
|
|
+ This makefile compiles lame_enc.dll with mingw32 (and possibly cygwin)
|
|
|
+ Of course, you must first build ../libmp3lame/libmp3lame.a.
|
|
|
+ liblame_enc.a can be used to link the lame_enc.dll to your programs.
|
|
|
+ Tested with EAC 0.9pb9 (my own favorite, http://www.exactaudiocopy.de/).
|
|
|
+
|
|
|
+2001-10-19 17:39 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ headering...
|
|
|
+
|
|
|
+2001-10-18 19:55 bouvigne
|
|
|
+
|
|
|
+ * doc/html/switchs.html, frontend/parse.c:
|
|
|
+
|
|
|
+ documenting...hopefully nearly finished
|
|
|
+
|
|
|
+2001-10-17 19:29 robert
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ patch by Gian-Carlo Pascutto
|
|
|
+
|
|
|
+ I saw someone reported a problem with my --nogapout
|
|
|
+ switch on the mailinglist. I have done a quick attempt
|
|
|
+ to fix the problems (and address another potential one).
|
|
|
+
|
|
|
+ I haven't actually tested the fixes, but I'm reasonably
|
|
|
+ sure they are correct, or at least they show how to
|
|
|
+ address the problem.
|
|
|
+
|
|
|
+2001-10-17 13:23 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ after discussing with Gabriel added some more AQ flag refinements (--athonly,--noath,--scale-*, free format)
|
|
|
+
|
|
|
+ and
|
|
|
+
|
|
|
+ made #define MAXFRAMESIZE 2880, because LAME used to fill the freeformat 640 LAME Tag with junk at the end.
|
|
|
+
|
|
|
+2001-10-17 11:31 aleidinger
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ fix VERSION after last commit
|
|
|
+
|
|
|
+2001-10-17 01:41 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ added overflow protection to that lowpass field in the LAME Tag, just in case someone enters a very high lowpass value.
|
|
|
+
|
|
|
+2001-10-17 01:18 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ 44.1kHz:
|
|
|
+ instead of "transition band: 22228 Hz - 22761 Hz" lowpass filter,
|
|
|
+ "-b320 -a" (mono) will now give "transition band: 21517 Hz - 22050 Hz"
|
|
|
+ (as in the stereo case)
|
|
|
+
|
|
|
+ likewise on other samplerates. I can imagine this can be done in a much more intelligent fashion.
|
|
|
+
|
|
|
+ also commented out a bit of similar code that seems obsolete now?
|
|
|
+
|
|
|
+2001-10-16 18:49 bouvigne
|
|
|
+
|
|
|
+ * doc/html/switchs.html:
|
|
|
+
|
|
|
+ documenting - not finished
|
|
|
+
|
|
|
+2001-10-16 18:07 afaber
|
|
|
+
|
|
|
+ * configMS.h, include/lame.h, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/fft.c, libmp3lame/fft.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/psymodel.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ Fixed some compiler warnings (mainly differences between function declaration and definition)
|
|
|
+
|
|
|
+2001-10-16 15:00 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ added the needed "else", fixed lowpass, added -V0/V1, --nores, -k, ...
|
|
|
+
|
|
|
+2001-10-16 10:35 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2001-10-15 13:44 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ fixed a wrong bracket causing >=256 CBR not to be AQ
|
|
|
+ added ABR>=256 S as AQ, consistent with CBR >=256S
|
|
|
+
|
|
|
+2001-10-13 19:00 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcases
|
|
|
+
|
|
|
+2001-10-13 14:02 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h, frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.c:
|
|
|
+
|
|
|
+ add --scale-l and --scale-r options
|
|
|
+
|
|
|
+ Requested by: fasttimes@mochamail.com
|
|
|
+ Written by: mp3gain@hotmail.com
|
|
|
+
|
|
|
+2001-10-13 14:00 aleidinger
|
|
|
+
|
|
|
+ * doc/man/lame.1:
|
|
|
+
|
|
|
+ update from "lame --longhelp"
|
|
|
+
|
|
|
+2001-10-13 14:00 aleidinger
|
|
|
+
|
|
|
+ * USAGE, doc/html/switchs.html:
|
|
|
+
|
|
|
+ add --scale-l, --scale-r
|
|
|
+
|
|
|
+2001-10-12 18:39 bouvigne
|
|
|
+
|
|
|
+ * doc/html/: index.html, switchs.html:
|
|
|
+
|
|
|
+ a few doc updates - not yet finished
|
|
|
+
|
|
|
+2001-10-11 20:06 bouvigne
|
|
|
+
|
|
|
+ * USAGE, doc/html/basic.html, doc/html/examples.html,
|
|
|
+ doc/html/history.html, doc/html/id3.html, doc/html/modes.html,
|
|
|
+ doc/html/node6.html, doc/html/switchs.html:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2001-10-11 12:21 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, util.h:
|
|
|
+
|
|
|
+ fix misunderstanding of gfc->padding
|
|
|
+
|
|
|
+2001-10-10 02:17 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c:
|
|
|
+
|
|
|
+ consequence, it's "LAME Tag", longhelp said Xing header
|
|
|
+
|
|
|
+2001-10-10 02:15 roelvdb
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ consequence, it's "LAME Tag"
|
|
|
+
|
|
|
+2001-10-10 02:00 roelvdb
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ added 13 " if (silent < 10) "s to make "lame --decode --quiet" really silent. there's still a LF I can't locate though...
|
|
|
+
|
|
|
+2001-10-10 01:42 roelvdb
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ removed experimental X from --r3mix
|
|
|
+
|
|
|
+2001-10-09 23:09 roelvdb
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ adds delays/padding to tag, no range check and tested exclusively on windows
|
|
|
+
|
|
|
+2001-10-09 22:34 roelvdb
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ test commit CVS to fix --r3mix size increase (robert identified is as -X being used)
|
|
|
+
|
|
|
+2001-10-09 14:30 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bump alpha version
|
|
|
+
|
|
|
+2001-10-09 14:26 aleidinger
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, frontend/parse.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/util.h:
|
|
|
+
|
|
|
+ Use the official enum names from lame.h instead of numbers or defines.
|
|
|
+
|
|
|
+2001-10-08 12:54 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ athtype fix
|
|
|
+
|
|
|
+2001-10-06 19:25 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ added notes about scaling. there are some inconsistencies in
|
|
|
+ the API:
|
|
|
+
|
|
|
+ lame_encode_buffer() takes short int as input, range +/- 32768
|
|
|
+ lame_encode_float() takes float, but data must be in the range
|
|
|
+ +/- 32768
|
|
|
+ lame_encode_double() takes double, but data must be in the range
|
|
|
+ +/- 32768
|
|
|
+
|
|
|
+ lame_encode_int() takes int, but data must be in the range of 'int'
|
|
|
+ for 32bit ints, this is +/- 2147483684
|
|
|
+
|
|
|
+2001-10-06 19:17 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ updated error messages we now support 8,16,24 and 32 bit input
|
|
|
+
|
|
|
+2001-10-06 19:05 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/gtkanal.c, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ added support for 24 and 32 bit when not using libsndfile.
|
|
|
+ jd had already added the code to do this, just had to make
|
|
|
+ the libsndfile --bitwidth option available when not using
|
|
|
+ libsndfile. Also updated unpack_read_samples to support 32bit.
|
|
|
+
|
|
|
+ Could not test this since I dont have any 24 bit files, and
|
|
|
+ sox cant seem to create them.
|
|
|
+
|
|
|
+2001-10-05 22:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, machine.h, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ using -Xn similar to the old code to select different noise measurings with
|
|
|
+ the newer VBR code. the actual mapping is not final yet.
|
|
|
+
|
|
|
+2001-10-05 13:00 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ ath 4 switches to ath 2 in cbr mode
|
|
|
+
|
|
|
+2001-10-05 12:59 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ made NsPsytune stopping using ath0 as default, as everyone is overriding the athwhen using nspsytune
|
|
|
+
|
|
|
+2001-10-05 12:20 bouvigne
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/libmp3lame.dsp:
|
|
|
+
|
|
|
+ makefile.msvc and projects on par?
|
|
|
+
|
|
|
+2001-10-04 10:01 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h:
|
|
|
+
|
|
|
+ fixes for Solaris 8 / add missing include
|
|
|
+
|
|
|
+2001-10-02 16:02 markt
|
|
|
+
|
|
|
+ * frontend/: main.c, parse.c:
|
|
|
+
|
|
|
+ added nogap patch from Gian-Carlo Pascutto.
|
|
|
+
|
|
|
+ lame --nogapout <outputdir> --nogap file1.wav file2.wav file3.wav ...
|
|
|
+
|
|
|
+ untested.
|
|
|
+
|
|
|
+2001-10-02 03:54 markt
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ ran autoconf to make a new configure script
|
|
|
+
|
|
|
+2001-10-02 03:53 markt
|
|
|
+
|
|
|
+ * INSTALL, configure.in, frontend/main.c, frontend/parse.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ split Vorbis support into two pieces:
|
|
|
+
|
|
|
+ 1.
|
|
|
+ HAVE_VORBIS (decoding support). This code still works!
|
|
|
+ (at least it compiles - I have't actually run it).
|
|
|
+ Can be enabled with ./configure --with-vorbis. Changed the
|
|
|
+ default in configure.in to define HAVE_VORBIS
|
|
|
+
|
|
|
+ 2.
|
|
|
+ HAVE_VORBIS_ENCODER
|
|
|
+ This is the code which hasn't compiled since Vorbis beta1.
|
|
|
+ Mainly because how you specify varous encoding "modes" has been
|
|
|
+ changed. It's probably not to much work to get this working,
|
|
|
+ but there is no reason for this to be in LAME.
|
|
|
+
|
|
|
+2001-10-02 00:00 markt
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, bitstream.h, encoder.c,
|
|
|
+ lame.c:
|
|
|
+
|
|
|
+ Music CRC computed on the fly. Code stubs in place for
|
|
|
+ decoding on the fly.
|
|
|
+
|
|
|
+2001-10-01 23:02 markt
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, bitstream.h, encoder.c,
|
|
|
+ lame.c, util.h:
|
|
|
+
|
|
|
+ started work to put in the ability to compute MusicCRC on
|
|
|
+ the fly, as well as decoding on the fly.
|
|
|
+
|
|
|
+2001-09-30 20:36 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ removed some unused variable
|
|
|
+
|
|
|
+2001-09-28 21:29 markt
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ cpu affinity back to #define _WIN32
|
|
|
+
|
|
|
+2001-09-28 21:13 markt
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ process affinity patch is back
|
|
|
+
|
|
|
+2001-09-28 20:46 markt
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ more small updated to USAGE
|
|
|
+
|
|
|
+2001-09-28 20:38 markt
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ updated USAGE to reflect Dmitry's -B comments
|
|
|
+
|
|
|
+2001-09-28 12:04 bouvigne
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ harmonization between makefile and project
|
|
|
+
|
|
|
+2001-09-27 13:33 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame.dsp:
|
|
|
+
|
|
|
+ 3dnow fft assembly
|
|
|
+
|
|
|
+2001-09-21 04:50 markt
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/main.c:
|
|
|
+
|
|
|
+ updated testcases (lowpass added to Info tag?)
|
|
|
+
|
|
|
+2001-09-21 04:03 markt
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ disabled CPU affinity code.
|
|
|
+ should only be in a #ifdef NT-system, but I dont know what
|
|
|
+ the ifdef should be.
|
|
|
+
|
|
|
+2001-09-20 08:38 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame.dsp, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ corrected dsp files for VC++. Should work also under VC5, but not tested. Please report success/error
|
|
|
+
|
|
|
+2001-09-20 07:15 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, lame.c:
|
|
|
+
|
|
|
+ default lowpass stored in info tag
|
|
|
+
|
|
|
+2001-09-19 14:32 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase.mp3
|
|
|
+
|
|
|
+2001-09-18 13:37 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ Fix memory hole (allocation from psymodel_init()).
|
|
|
+ Found by: Michael Fink <finkm@asamnet.de>
|
|
|
+
|
|
|
+2001-09-17 23:54 markt
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, util.c:
|
|
|
+
|
|
|
+ moved a 1M array from stack to heap in VbrTag.c
|
|
|
+
|
|
|
+ Some OS, when launching LAME on a seperate thread,
|
|
|
+ allocate a tine (128K?) stack. moving this to the heap
|
|
|
+ is an ugly solution (requires a malloc() and free())
|
|
|
+ but lets see if it fixes the reported segfaults.
|
|
|
+
|
|
|
+2001-09-17 21:17 markt
|
|
|
+
|
|
|
+ * frontend/main.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ more code related to putting encoder padding into VBR tag
|
|
|
+
|
|
|
+2001-09-17 20:05 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ added new call to API,
|
|
|
+ lame_get_encoder_padding()
|
|
|
+ which returns the amount of padding appended to the input
|
|
|
+ during encoding.
|
|
|
+
|
|
|
+2001-09-17 19:15 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ moved MSVC cpu affinity code to the top of disable_FPE()
|
|
|
+
|
|
|
+2001-09-15 09:57 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-09-15 09:49 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Bugfix for libffm (Alpha architecture).
|
|
|
+ Submitted by: Simon Burge <simonb@wasabisystems.com>
|
|
|
+
|
|
|
+2001-09-14 17:37 markt
|
|
|
+
|
|
|
+ * HACKING, README:
|
|
|
+
|
|
|
+ added a note about LAME being threadsave to the HACKING file.
|
|
|
+
|
|
|
+2001-09-14 17:18 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ put Todd Richmond's EAC/lame SMP fix in util.c,
|
|
|
+ with all the messy code for setting floating point exceptions.
|
|
|
+ I put this in the
|
|
|
+ #if defined(_MSC_VER)
|
|
|
+ block, so it should only affect people using MSVC.
|
|
|
+
|
|
|
+2001-09-11 07:47 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Changed id string from 'Xing' to 'Info' for CBR files only
|
|
|
+
|
|
|
+2001-09-08 18:39 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.h, frontend/main.c:
|
|
|
+
|
|
|
+ Don't write Lame Tag status message if --quiet
|
|
|
+
|
|
|
+2001-09-08 18:35 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Don't write Lame Tag status message if --quiet
|
|
|
+
|
|
|
+2001-09-08 18:27 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h:
|
|
|
+
|
|
|
+ Don't write Lame Tag status message if --quiet
|
|
|
+
|
|
|
+2001-09-07 23:42 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c, libmp3lame/lame.c, frontend/parse.c:
|
|
|
+
|
|
|
+ Write Lame Tag for all files (unless -t switch used)
|
|
|
+
|
|
|
+2001-09-04 00:06 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Implemented most of Lame Tag rev 0 (but no 'replay gain' yet)
|
|
|
+
|
|
|
+2001-09-03 23:45 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, VbrTag.h:
|
|
|
+
|
|
|
+ Implemented most of Lame Tag rev 0 (but no 'replay gain' yet)
|
|
|
+
|
|
|
+2001-09-03 23:43 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.h:
|
|
|
+
|
|
|
+ Moved some macro definitions into id3tag.h (referenced in VbrTag.c)
|
|
|
+
|
|
|
+2001-09-03 20:56 robert
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ cr/lf patch
|
|
|
+
|
|
|
+2001-09-02 20:07 potsticker
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.h, id3tag.c:
|
|
|
+
|
|
|
+ Moved some macro definitions into id3tag.h (referenced in VbrTag.c)
|
|
|
+
|
|
|
+2001-08-31 18:41 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ lowered tolerence in an assert() in the lowpass filtering
|
|
|
+ routine.
|
|
|
+
|
|
|
+2001-08-31 08:17 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, util.h:
|
|
|
+
|
|
|
+ I hope it's fixed now
|
|
|
+
|
|
|
+2001-08-29 20:08 bouvigne
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/VbrTag.h, libmp3lame/version.c:
|
|
|
+
|
|
|
+ first implementation of lame Xvbr tag from J Dee
|
|
|
+
|
|
|
+2001-08-28 18:51 markt
|
|
|
+
|
|
|
+ * API, HACKING, frontend/parse.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ msfix changes. forgot to commit them yesterday
|
|
|
+
|
|
|
+2001-08-28 17:06 aleidinger
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ OS/2 mods from slaughter@malaconet.org (in principle, I had to apply them by hand and modified it a little bit)
|
|
|
+
|
|
|
+2001-08-28 15:41 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ oops... wrong gtk-config
|
|
|
+
|
|
|
+2001-08-27 21:06 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen (+update to automake 1.5)
|
|
|
+
|
|
|
+2001-08-27 21:04 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4, Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.am, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ update to automake 1.5
|
|
|
+
|
|
|
+2001-08-27 21:04 aleidinger
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ USE_FFT3DN died some time ago
|
|
|
+
|
|
|
+2001-08-27 21:03 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ fixes for the update and diff target if you build in a seperate directory
|
|
|
+
|
|
|
+2001-08-27 21:01 aleidinger
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ Bump MAX_NOGAP from 20 to 40, I wanted to make 34 gapless mp3s.
|
|
|
+
|
|
|
+2001-08-27 20:59 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am.global, config.guess, config.sub, depcomp, missing,
|
|
|
+ mkinstalldirs, misc/depcomp, mpglib/depcomp:
|
|
|
+
|
|
|
+ update to automake 1.5
|
|
|
+
|
|
|
+2001-08-27 20:56 aleidinger
|
|
|
+
|
|
|
+ * DEFINES, Makefile.B32, Makefile.MSVC, Dll/MP3EncDll.dsp,
|
|
|
+ libmp3lame/libmp3lame.dsp, libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ remove USE_FFT3DN, this define died some time ago
|
|
|
+
|
|
|
+2001-08-27 20:55 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ remove --malign-double completely
|
|
|
+
|
|
|
+2001-08-27 20:52 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/fft.c:
|
|
|
+
|
|
|
+ USE_FFT3DN -> HAVE_NASM
|
|
|
+
|
|
|
+2001-08-27 20:50 aleidinger
|
|
|
+
|
|
|
+ * lame.spec.in:
|
|
|
+
|
|
|
+ - Build and include docs and libs correctly
|
|
|
+ - Build extra programs
|
|
|
+
|
|
|
+ Submitted by: Markus Linnala <maage@cs.tut.fi>
|
|
|
+
|
|
|
+ Note:
|
|
|
+ I didn't have a rpm based system, if this breaks feel free
|
|
|
+ to revert my commit, I'm at a "commit what isn't obviously
|
|
|
+ broken and seems to be a good idea" run at the moment.
|
|
|
+
|
|
|
+2001-08-27 20:49 aleidinger
|
|
|
+
|
|
|
+ * doc/html/switchs.html, frontend/parse.c, USAGE:
|
|
|
+
|
|
|
+ - OS/2 priority control
|
|
|
+ Submitted by: "DoC" <slaughter@malaconet.org> (with minor changes by me)
|
|
|
+
|
|
|
+2001-08-27 16:40 markt
|
|
|
+
|
|
|
+ * doc/man/lame.1, misc/Lame.vbs:
|
|
|
+
|
|
|
+ typo in man page fixed, new Lame.vbs from
|
|
|
+ "Ralf Kempkens" <Ralf.Kempkens@epost.de>
|
|
|
+
|
|
|
+2001-08-26 19:01 markt
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ removed -malign-double, based on Klemm's email.
|
|
|
+
|
|
|
+2001-08-26 18:59 markt
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ some missing quotes for AmigaOS section of configure.in,
|
|
|
+ submitted by Fredrik Mellstrom <traal@altavista.net>
|
|
|
+
|
|
|
+ (I cant beieve there are still people out there using
|
|
|
+ an amiga :-)
|
|
|
+
|
|
|
+2001-08-26 18:38 markt
|
|
|
+
|
|
|
+ * mpglib/: interface.c, mpglib.h:
|
|
|
+
|
|
|
+ replaced "look_for_xing" variable with more descriptive name
|
|
|
+ "sync_bitstream".
|
|
|
+
|
|
|
+2001-08-21 19:48 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ switching --vbr-new to mtrh
|
|
|
+
|
|
|
+2001-08-21 08:57 viral
|
|
|
+
|
|
|
+ * debian/: changelog, control, lame-dev.docs, lame.docs, rules:
|
|
|
+
|
|
|
+ Debian packaging modifications.
|
|
|
+
|
|
|
+2001-08-20 22:26 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Updated new R3Mix settings, use lame get/set function and version info
|
|
|
+ so I got rid of the version.h and lame_global_flag.h include files
|
|
|
+
|
|
|
+2001-08-20 20:54 robert
|
|
|
+
|
|
|
+ * doc/html/contributors.html:
|
|
|
+
|
|
|
+ adding Darin Morrison (author of dm presets)
|
|
|
+
|
|
|
+2001-08-16 08:21 robert
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ update of abx.c by Frank Klemm
|
|
|
+
|
|
|
+2001-08-15 21:58 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ making -Z a truely toggling switch
|
|
|
+ reordering the longhelp options list
|
|
|
+ dropping --extrahelp
|
|
|
+
|
|
|
+2001-08-15 00:37 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ dropped a nagging message for --vbr-mtrh (nspsytune tuned for ...)
|
|
|
+
|
|
|
+2001-08-15 00:12 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ update for --r3mix by Roel
|
|
|
+
|
|
|
+2001-08-14 21:46 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/version.h:
|
|
|
+
|
|
|
+ some good presets tuned by Dibrom after die hard listening tests
|
|
|
+ --dm-preset {standard,xtreme,insane,metal}
|
|
|
+ and a switch to modify the --ns-treble setting for sfb21 by
|
|
|
+ --ns-sfb21 x
|
|
|
+
|
|
|
+2001-08-08 10:52 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-08-08 10:51 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - remove optimizations which get already switched on by -O2 or better
|
|
|
+ - new experimental optimizations
|
|
|
+ - bump version to 3.90
|
|
|
+
|
|
|
+2001-08-08 10:50 aleidinger
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ bump version to 3.90
|
|
|
+
|
|
|
+2001-08-07 20:41 afaber
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame.dsp:
|
|
|
+
|
|
|
+ Added NASM release build option
|
|
|
+
|
|
|
+2001-08-02 18:42 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h, Example.cpp,
|
|
|
+ MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Added NASM build option, added Very High Quality option
|
|
|
+
|
|
|
+2001-08-01 21:45 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/lame_global_flags.h, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/set_get.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ BUG fix in "on_pe", was allocating often more than the absolute limit of 4095 bits per granule
|
|
|
+ attention: testcases are most likely broken now!
|
|
|
+
|
|
|
+2001-07-26 23:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, vbrquantize.c, version.h:
|
|
|
+
|
|
|
+ VBR mtrh related, bring --remix near to --r3mix bitrate wise
|
|
|
+
|
|
|
+2001-07-25 20:19 robert
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ Michel SUCH, wildcard expansion for nogap using the OS/2 shell
|
|
|
+
|
|
|
+2001-07-24 12:13 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-07-24 12:12 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ gcc 3.0 fix from Daniel T. Chen
|
|
|
+
|
|
|
+2001-07-23 08:11 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4, configure:
|
|
|
+
|
|
|
+ update to automake 1.4-p5
|
|
|
+
|
|
|
+2001-07-23 08:08 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in, config.guess, config.sub:
|
|
|
+
|
|
|
+ update to automake 1.4-p5
|
|
|
+
|
|
|
+2001-07-23 08:05 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am.global:
|
|
|
+
|
|
|
+ update to automake 1.4-p5
|
|
|
+
|
|
|
+2001-07-22 19:24 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ small fixes
|
|
|
+
|
|
|
+2001-07-22 06:37 jd-
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ Pushed the maximum auto-level adjustment of the ATH from 20 dB to 32 dB
|
|
|
+
|
|
|
+2001-07-20 23:56 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ small speed up for --vbr-old
|
|
|
+
|
|
|
+2001-07-20 01:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.c, vbrquantize.c,
|
|
|
+ version.h:
|
|
|
+
|
|
|
+ 1) defaulted the old -Y code for --vbr-old
|
|
|
+ 2) new behaviour of -Y: turns off sfb21 noise shaping (VBR)
|
|
|
+ 3) some more tunings for --vbr-old
|
|
|
+
|
|
|
+2001-07-19 11:36 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-07-19 11:35 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - removed useless (because already handled by Cygwin) MS-DOS case
|
|
|
+ - bug fixes for alpha*-dec-osf*, *sgi-irix* and sparc*-sunos4*
|
|
|
+ - print a "please contact us" message for sparc*-sunos4* and *beos
|
|
|
+ (theses parts of configure.in are perhaps not neccessary)
|
|
|
+
|
|
|
+2001-07-18 20:16 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ vbr-mtrh related: encode sfb21, may bloat on heavy metal music
|
|
|
+
|
|
|
+2001-07-18 20:14 robert
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ update by Frank
|
|
|
+
|
|
|
+2001-07-16 19:35 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/set_get.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ adding a new switch --allshort
|
|
|
+ this one forces LAME to use short blocks on every granule
|
|
|
+ useful for testing the short block masking abilities
|
|
|
+
|
|
|
+2001-07-13 22:37 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, util.h, version.h:
|
|
|
+
|
|
|
+ first try to fix the short block threshold calculation BUG
|
|
|
+ this patch tries to resolve the shortcommings for the short block
|
|
|
+ threshold calculation using VBR. Applying this patch for CBR/ABR
|
|
|
+ would break the testcases. It should not affect the vanilla --nspsy...
|
|
|
+ too, maybe later.
|
|
|
+
|
|
|
+2001-07-07 19:54 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ maxmp3buf was beeing ignored
|
|
|
+
|
|
|
+2001-07-05 21:25 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fixing the assertion failures mentioned by Albert Faber
|
|
|
+
|
|
|
+2001-07-05 15:56 markt
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regenerated configure
|
|
|
+
|
|
|
+2001-07-05 15:55 markt
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ updated gcc 2.96 check to use -O instead of -O1
|
|
|
+
|
|
|
+2001-07-05 15:55 markt
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2001-07-05 15:54 markt
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ gcc 2.96 check
|
|
|
+
|
|
|
+2001-07-05 15:53 markt
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ updated repository to 3.90alpha
|
|
|
+
|
|
|
+2001-07-05 15:35 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updateded history file from web page cvs repository
|
|
|
+
|
|
|
+2001-07-05 15:32 markt
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2001-07-05 15:27 markt
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ updated to 3.89beta
|
|
|
+
|
|
|
+2001-07-02 21:45 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ bug fix for --nspsytune
|
|
|
+ minimum bits allocated was too low, resulting in assertion failures
|
|
|
+
|
|
|
+2001-07-02 21:08 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ changing --vbr-new noise measuring back to its usual one
|
|
|
+
|
|
|
+2001-07-01 20:36 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ unbreak CBR testcases.
|
|
|
+
|
|
|
+2001-07-01 20:04 markt
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.h, parse.c:
|
|
|
+
|
|
|
+ patch from Nick Duffek <nsd@bosbc.com>
|
|
|
+ for signed/unsigned and bitwidth options.
|
|
|
+
|
|
|
+2001-07-01 16:48 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ defaulting --vbr-mtrh to -q2 = -h
|
|
|
+
|
|
|
+2001-07-01 13:11 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ allow --vbr-{old,new} to select between different ATH autoadjust types too
|
|
|
+
|
|
|
+2001-07-01 11:50 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, set_get.c:
|
|
|
+
|
|
|
+ nspsytune related:
|
|
|
+ now it is possible to turn the scalefac_feature off again giving
|
|
|
+ --nspsytune -Z
|
|
|
+ the change was necessary, because of the hard coded -Z
|
|
|
+
|
|
|
+2001-07-01 05:24 jd-
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, psymodel.c, util.h:
|
|
|
+
|
|
|
+ Restructured ATH auto-leveling code to fix bug for "--adapt-thres-type 1";
|
|
|
+ relaxed tuning for "--adapt-thres-type 2" for compromise with "--athtype 3"
|
|
|
+ (the previous bit rate is still available with "--adapt-thres-level -1.25")
|
|
|
+
|
|
|
+2001-06-30 16:45 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ fix for compiling mp3x on windows using Makefile.MSVC
|
|
|
+
|
|
|
+2001-06-30 16:40 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fix for compiling mp3x on windows using Makefile.MSVC
|
|
|
+
|
|
|
+2001-06-30 00:26 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ 2 new modes for --vbr-mtrh available by different -q n selections:
|
|
|
+ -q0 truely max noise
|
|
|
+ -q1 almost max noise
|
|
|
+
|
|
|
+2001-06-29 20:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ revive --nssafejoint --ns-{alto,treble,bass}
|
|
|
+ lame_set_exp_nspsytune is *not an on/off switch*
|
|
|
+
|
|
|
+2001-06-29 15:23 markt
|
|
|
+
|
|
|
+ * configure, configure.in, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ patch for configure.in, replaced a bash specific loop,
|
|
|
+ from Oswald Buddenhagen <ob6@inf.tu-dresden.de>
|
|
|
+
|
|
|
+2001-06-27 15:47 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-27 15:46 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ some hardware specific optimization options for gcc
|
|
|
+
|
|
|
+2001-06-27 14:53 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-27 14:53 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ this is nasty, I want native nasm support in libtool, at least it works for me (sort of)
|
|
|
+
|
|
|
+2001-06-27 14:11 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, i386/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-27 14:11 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, i386/Makefile.am:
|
|
|
+
|
|
|
+ go back to let libtool compile liblameasmroutines, the static case was broken, now the libtool v1.4 case may be broken
|
|
|
+
|
|
|
+2001-06-26 11:38 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-26 11:36 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ make the use of nasm a configure option
|
|
|
+
|
|
|
+2001-06-25 02:14 cisc
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ Include portableio.h for the WriteBytes() and WriteBytesSwapped() functions.
|
|
|
+
|
|
|
+2001-06-24 21:01 robert
|
|
|
+
|
|
|
+ * lame.bat:
|
|
|
+
|
|
|
+ some comments updated
|
|
|
+
|
|
|
+2001-06-24 16:47 robert
|
|
|
+
|
|
|
+ * doc/html/contributors.html, libmp3lame/version.h:
|
|
|
+
|
|
|
+ adding two more contributors
|
|
|
+
|
|
|
+2001-06-24 15:58 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ FLOAT8=float for IC
|
|
|
+
|
|
|
+2001-06-24 15:57 robert
|
|
|
+
|
|
|
+ * Makefile.B32:
|
|
|
+
|
|
|
+ let it work again
|
|
|
+
|
|
|
+2001-06-24 02:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize.h, quantize_pvt.h, takehiro.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ BUG fix in inc_subblock gain, was amplifying at the wrong place
|
|
|
+ this fix may break the testcases
|
|
|
+ some unused parameters removed
|
|
|
+
|
|
|
+2001-06-23 18:26 robert
|
|
|
+
|
|
|
+ * Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ patch for DLL Project file by Dmitry
|
|
|
+
|
|
|
+2001-06-23 17:56 robert
|
|
|
+
|
|
|
+ * frontend/lametime.c, frontend/parse.c, mpglib/common.c,
|
|
|
+ Makefile.MSVC:
|
|
|
+
|
|
|
+ some fixes needed by the Borland Compiler BCC, first attempt to support BCC with Makefile.MSVC, DLL not supported yet, MP1 MP2 reencoding does not work with BCCcd lame (why?)
|
|
|
+
|
|
|
+2001-06-23 12:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ fix letting Borland C++ compiler getting thru' again, Makefile.B32 is *not uptodate*
|
|
|
+
|
|
|
+2001-06-23 12:15 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ BUG fix for mp1 and mp2 input, fixes problem introduced in Revision 1.63
|
|
|
+
|
|
|
+2001-06-22 08:55 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update changelog
|
|
|
+
|
|
|
+2001-06-22 08:49 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-22 08:48 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ we have a test subdir in cvs, force the test target to be out of date at every invocation of make
|
|
|
+
|
|
|
+2001-06-21 20:40 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ change of the max frame size
|
|
|
+
|
|
|
+2001-06-19 04:46 markt
|
|
|
+
|
|
|
+ * misc/: Lame.vbs, lameGUI.html:
|
|
|
+
|
|
|
+ updates from "Ralf Kempkens" <Ralf.Kempkens@epost.de>
|
|
|
+
|
|
|
+2001-06-18 18:51 markt
|
|
|
+
|
|
|
+ * TODO, frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/set_get.c, mpglib/interface.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ added two new functions to return number of PCM samples buffererd
|
|
|
+ but not encoded, and the number of bytes of mp3 data buffered but
|
|
|
+ not output. also added some comments to mpglib/interface.c to
|
|
|
+ make it easier to tell it to look for Xing headers in the middle
|
|
|
+ of a bitstream.
|
|
|
+
|
|
|
+2001-06-16 00:40 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix:
|
|
|
+
|
|
|
+ CPU feature detection for fft routines
|
|
|
+
|
|
|
+2001-06-16 00:39 robert
|
|
|
+
|
|
|
+ * libmp3lame/: fft.c, util.h:
|
|
|
+
|
|
|
+ CPU feature autodetection for fft routines
|
|
|
+
|
|
|
+2001-06-15 22:23 markt
|
|
|
+
|
|
|
+ * TODO, frontend/main.c, include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Robert's fix to init histgram data with --nogap.
|
|
|
+
|
|
|
+ lame_reinit_bitstream() renamed lame_init_bitstream(), and
|
|
|
+ it is called by lame_init_params(). It can also be called
|
|
|
+ after a call to lame_encode_flush_nogap().
|
|
|
+
|
|
|
+2001-06-15 21:25 markt
|
|
|
+
|
|
|
+ * TODO, frontend/main.c, include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ some fixes for VBR tags with --nogap option.
|
|
|
+
|
|
|
+2001-06-14 23:09 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fixed stdin
|
|
|
+
|
|
|
+2001-06-14 00:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bumped version to alpha 7
|
|
|
+
|
|
|
+2001-06-14 00:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c:
|
|
|
+
|
|
|
+ added JD's loudness approximation to Naoki's duplicated psy routine
|
|
|
+ as I defaulted JD's adapt stuff I was under the impression that he
|
|
|
+ added his code to both ones, so...
|
|
|
+
|
|
|
+2001-06-14 00:19 markt
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ fix for nogap truncation call. When processing the last
|
|
|
+ of the .wav files, we need to call lame_encode_flush()
|
|
|
+ instead of lame_encode_flush_nogap().
|
|
|
+
|
|
|
+2001-06-13 22:46 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ LFN support for Win32: realized that it would be a good idea to release the search file handle after searching the filename
|
|
|
+
|
|
|
+2001-06-13 08:44 aleidinger
|
|
|
+
|
|
|
+ * Makefile.DJGPP:
|
|
|
+
|
|
|
+ nasm fix
|
|
|
+
|
|
|
+2001-06-12 21:58 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ long file name support for Win32 systems
|
|
|
+ works under Win95 using Intel compiler 4.5 / MSVC 4.2
|
|
|
+ not tested under NT, and not much tested anyway ;-)
|
|
|
+
|
|
|
+2001-06-12 21:03 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ seems to be forgotten by the last committ
|
|
|
+
|
|
|
+2001-06-12 20:32 markt
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ old crc code removed from bitstream.c.
|
|
|
+ I had added this in when looking for the xing/crc bug
|
|
|
+
|
|
|
+2001-06-12 12:47 aleidinger
|
|
|
+
|
|
|
+ * frontend/lametime.c:
|
|
|
+
|
|
|
+ fix cygwin build, sort some includes
|
|
|
+
|
|
|
+2001-06-12 12:45 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, i386/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-12 12:45 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, i386/Makefile.am:
|
|
|
+
|
|
|
+ do not use libtool for the asm lib, libtool did not know about nasm
|
|
|
+
|
|
|
+2001-06-12 12:42 aleidinger
|
|
|
+
|
|
|
+ * configure, frontend/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-12 12:42 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - enable shared lib
|
|
|
+ - disable asm routines
|
|
|
+ - fix build of asm routines in the win32 case
|
|
|
+
|
|
|
+2001-06-12 12:41 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ statically link libmp3lame to the frondends
|
|
|
+
|
|
|
+2001-06-12 05:27 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ removed CRC error message
|
|
|
+
|
|
|
+2001-06-12 05:27 markt
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ fix for Xing/CRC problem.
|
|
|
+
|
|
|
+ Xing toc data must start directly after sideinfo data, assuming
|
|
|
+ no CRC. If CRC is set, then the Xing toc data must *still* start
|
|
|
+ in the same location (since original Xing demo code does not
|
|
|
+ check for CRC and modify the toc offset).
|
|
|
+
|
|
|
+2001-06-12 04:51 markt
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, lame.c:
|
|
|
+
|
|
|
+ put old CRC routine back in (but disabled)
|
|
|
+
|
|
|
+2001-06-12 03:35 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ added some comments about the DLL's non-standard use of libmp3lame.a
|
|
|
+
|
|
|
+2001-06-12 03:31 markt
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ Robert created lame_global_flags.h,
|
|
|
+ so I'm adding it to Makefile.am, in the "noinst" section.
|
|
|
+
|
|
|
+2001-06-12 00:48 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, libmp3lame/lame_global_flags.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ - fixed Makefile.unix to let mp3rtp compile again (does it still work?)
|
|
|
+ - had to move lame_global_flags structure into a file of its own,
|
|
|
+ because the Dll compiled but did not link anymore.
|
|
|
+ Now it works again, tested on Win95 using Makefile.MSVC
|
|
|
+
|
|
|
+2001-06-11 23:42 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, include/lame.h, libmp3lame/set_get.c,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ committed Robert's patch. lame_global_flags is gone :-)
|
|
|
+
|
|
|
+2001-06-11 22:07 robert
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ some more new API things
|
|
|
+
|
|
|
+2001-06-11 18:49 markt
|
|
|
+
|
|
|
+ * frontend/: gtkanal.c, parse.c:
|
|
|
+
|
|
|
+ converted rest of frontend code over to "new api"
|
|
|
+
|
|
|
+2001-06-11 16:35 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/gtkanal.c,
|
|
|
+ libmp3lame/mpglib_interface.c, mpglib/interface.c:
|
|
|
+
|
|
|
+ Tracked down a bug in lame_decoder. It was not correctly
|
|
|
+ flushing the internal mpglib buffers when it hit EOF.
|
|
|
+
|
|
|
+ Problem was most severe with low bitrate example. It the frame size
|
|
|
+ was 32 bytes, only the first 1/3 of the file would be decoded
|
|
|
+ and the reamining 2/3 of the entire file would be buffered
|
|
|
+ inside mpglib.
|
|
|
+
|
|
|
+2001-06-10 20:35 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, include/lame.h:
|
|
|
+
|
|
|
+ making the old VBR default in preparation for the next release
|
|
|
+
|
|
|
+2001-06-10 19:19 markt
|
|
|
+
|
|
|
+ * API, USAGE, misc/Lame.vbs, misc/lameGUI.html:
|
|
|
+
|
|
|
+ added new version of Lame.vbs from "Ralf Kempkens" <Ralf.Kempkens@epost.de>
|
|
|
+ including a GUI/HTML interface.
|
|
|
+
|
|
|
+2001-06-08 21:40 markt
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, gtkanal.c, main.c, main.h:
|
|
|
+
|
|
|
+ updated some comments related to restructering main.c
|
|
|
+ for the --nogap option
|
|
|
+
|
|
|
+2001-06-08 21:29 markt
|
|
|
+
|
|
|
+ * API, TODO, frontend/get_audio.c, frontend/gtkanal.c,
|
|
|
+ frontend/main.c, frontend/mp3rtp.c, frontend/mp3x.c,
|
|
|
+ frontend/parse.c, frontend/parse.h, frontend/timestatus.c,
|
|
|
+ include/lame.h, libmp3lame/lame.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ preliminary --nogap option added.
|
|
|
+
|
|
|
+ --nogap file1 file2 file3
|
|
|
+
|
|
|
+ and it produces file1.mp3 file2.mp3 file3.mp3
|
|
|
+
|
|
|
+ problems: no id3tags, no vbr tags.
|
|
|
+
|
|
|
+2001-06-08 18:59 markt
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ fix so lametest.py doesn't crash if lame does not create an
|
|
|
+ output file.
|
|
|
+
|
|
|
+2001-06-08 00:00 markt
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ fixed bug with lame_encode_flush_nogap routine
|
|
|
+
|
|
|
+2001-06-07 22:12 robert
|
|
|
+
|
|
|
+ * DEFINES, TODO:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2001-06-07 22:06 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ --ath-adjust 1 (Gaby's original code) was disabled, any reasons for that JD?
|
|
|
+
|
|
|
+2001-06-07 19:14 markt
|
|
|
+
|
|
|
+ * HACKING, frontend/get_audio.c, frontend/gtkanal.c,
|
|
|
+ frontend/parse.c, frontend/timestatus.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ started updating frontend code to use the new API.
|
|
|
+
|
|
|
+2001-06-07 14:02 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/fft.c:
|
|
|
+
|
|
|
+ unbreak (at least it compiles), more work needed
|
|
|
+
|
|
|
+2001-06-07 10:11 jd-
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ Allow ATH auto-adjust code to begin at the minimum value on the leading frame
|
|
|
+
|
|
|
+2001-06-07 08:40 jd-
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ Restored some ATH auto-adjust indentation and comments (altered since 3.88
|
|
|
+ in a code clean up)
|
|
|
+
|
|
|
+2001-06-07 06:06 pgubanov
|
|
|
+
|
|
|
+ * libmp3lame/fft.c:
|
|
|
+
|
|
|
+ Choose asm-optimized FHT version if ARCH_X86 defined in fft.c
|
|
|
+
|
|
|
+2001-06-05 22:13 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Added R3Mix quality setting
|
|
|
+
|
|
|
+2001-06-05 19:19 aleidinger
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ sync my entry with the one at the webpages
|
|
|
+
|
|
|
+2001-06-05 00:39 markt
|
|
|
+
|
|
|
+ * INSTALL, TODO:
|
|
|
+
|
|
|
+ added note about mpglib i-stereo bug in TODO list.
|
|
|
+ fixed typo in INSTALL file
|
|
|
+
|
|
|
+2001-06-04 23:57 markt
|
|
|
+
|
|
|
+ * TODO, libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ documented some variables in reservoir.c.
|
|
|
+
|
|
|
+ Current status is:
|
|
|
+
|
|
|
+ maxframesize = no restrictions
|
|
|
+
|
|
|
+ if strict_ISO is defined, we use Gaby's less restrictive
|
|
|
+ interpretation of the standard.
|
|
|
+
|
|
|
+ see TODO version 1.30 for a user who has a hardware player which
|
|
|
+ cannot handle 320kbps frames if the bit reservoir is used.
|
|
|
+
|
|
|
+ I guess the final verdict is tough luck :-)
|
|
|
+
|
|
|
+2001-06-04 23:29 markt
|
|
|
+
|
|
|
+ * API, HACKING, frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+
|
|
|
+ print error message and fail if user selects error_protection
|
|
|
+ (since this is currently broken)
|
|
|
+
|
|
|
+ added some comments to HACKING on how to add a new option.
|
|
|
+
|
|
|
+ updated API to reflect that all lame_set/get functions are now
|
|
|
+ working.
|
|
|
+
|
|
|
+2001-06-04 23:10 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ updated comments about lame_encode_flush_nogap()
|
|
|
+
|
|
|
+2001-06-04 23:08 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/bitstream.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ added lame_encode_flush_nogap().
|
|
|
+
|
|
|
+ This routine will flush all internal mp3 buffers, and pad the
|
|
|
+ last frame with ancillary data so it is a complete mp3 frame.
|
|
|
+
|
|
|
+ It will then set ResvSize to 0, so we can continue encoding.
|
|
|
+
|
|
|
+ after a call to lame_encode_flush_nogap(), if we close
|
|
|
+ the mp3 file and open a new one for the future data,
|
|
|
+ then the two mp3 files should play back 'gapless'
|
|
|
+ if they are first concatenated together.
|
|
|
+
|
|
|
+2001-06-04 19:59 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ tweaks to VBR
|
|
|
+
|
|
|
+2001-06-04 10:02 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Extended interface with VBR method selection
|
|
|
+
|
|
|
+2001-06-04 10:01 afaber
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ Removed exit call(s) in error conditions, since these errors seems to be good recoverable
|
|
|
+
|
|
|
+2001-06-04 01:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize.c, util.h:
|
|
|
+
|
|
|
+ small tweaks to the VBR codes
|
|
|
+
|
|
|
+2001-06-02 20:22 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.h, version.h:
|
|
|
+
|
|
|
+ started different bit-pressure strategies (VBR)
|
|
|
+
|
|
|
+2001-06-02 15:26 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-06-02 15:25 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ force cygwin users to use "CC=gcc ./configure"
|
|
|
+
|
|
|
+2001-06-01 19:40 glessard
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ Added support for non-compressed AIFF-C files in parse_aiff_header().
|
|
|
+
|
|
|
+2001-05-30 01:38 markt
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ removed -pedantic gcc option.
|
|
|
+ From the gcc man page: "There is no reason to use this
|
|
|
+ option; it exists only to satisfy pedants".
|
|
|
+
|
|
|
+ And there is a reason not to use it: It causes people to
|
|
|
+ send me email asking if all the warning messages about c++ comments are ok.
|
|
|
+
|
|
|
+2001-05-29 22:14 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ quick fix for a typo that turned off auto adjust code by accident, sorry
|
|
|
+
|
|
|
+2001-05-27 18:58 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ made JD's ATH adapt stuff default for --vbr-mtrh
|
|
|
+ some typings
|
|
|
+ changed bitpressure strategy for VBR a bit
|
|
|
+
|
|
|
+2001-05-26 21:31 jd-
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ use more digestible code in ATHformula_jd for a pre-release compiler bundled
|
|
|
+ with a popular Linux distribution
|
|
|
+
|
|
|
+2001-05-26 16:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ let the user select -qx for --vbr-mtrh, just to avoid useless e-mails
|
|
|
+
|
|
|
+2001-05-24 22:25 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ just 5 minutes to add some more on the --verbose printing side
|
|
|
+
|
|
|
+2001-05-21 18:55 bouvigne
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ history
|
|
|
+
|
|
|
+2001-05-21 18:19 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ update of the default lowpass value. Will probably break some testcases
|
|
|
+
|
|
|
+2001-05-20 20:45 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, util.h:
|
|
|
+
|
|
|
+ some more --verbose output
|
|
|
+
|
|
|
+2001-05-19 16:16 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ typo fixed
|
|
|
+
|
|
|
+2001-05-19 16:13 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, frontend/parse.c,
|
|
|
+ frontend/timestatus.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ starting a very verbose print function about all internal
|
|
|
+ settings, aiming more transparency for the experienced users
|
|
|
+
|
|
|
+2001-05-15 01:24 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize_pvt.c, vbrquantize.c:
|
|
|
+
|
|
|
+ some tunings
|
|
|
+ still problems with fatboy.wav and ns.wav
|
|
|
+
|
|
|
+2001-05-13 20:59 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ comments in the ath functions
|
|
|
+
|
|
|
+2001-05-13 11:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, util.c, util.h:
|
|
|
+
|
|
|
+ fixing tonality problem for --vbr-mtrh
|
|
|
+
|
|
|
+2001-05-11 23:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ trying to point out the real difference in l3xmin calculation with nspsytune and without it
|
|
|
+
|
|
|
+2001-05-11 22:14 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ nspsytune & newer vbr
|
|
|
+
|
|
|
+2001-05-11 01:30 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.h, include/lame.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/version.h, test/VBR.op:
|
|
|
+
|
|
|
+ compile fixes for Intel Compiler, dropped sfb21 early stopping for vbr-old (found differences)
|
|
|
+
|
|
|
+2001-05-10 19:01 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ - Make the last few set/get functions functional.
|
|
|
+ (TODO: use them in the frontend).
|
|
|
+ - Converted padding_type to an enum.
|
|
|
+ - Correct some typos.
|
|
|
+ - Adjust some lines to conform to the style of the majority of the file.
|
|
|
+
|
|
|
+ TODO:
|
|
|
+ - Search for XXX and do appropriate actions.
|
|
|
+ - Search for typos (because of alot of cut&paste programming).
|
|
|
+
|
|
|
+2001-05-08 15:00 bouvigne
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ update of --r3mix
|
|
|
+
|
|
|
+2001-05-06 15:11 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ some desperate values for the fast mtrh VBR mode
|
|
|
+
|
|
|
+2001-05-04 01:07 jd-
|
|
|
+
|
|
|
+ * libmp3lame/: tools.h, util.c:
|
|
|
+
|
|
|
+ Added "--athtype 5" to better represent higher frequencies (14 - 19 kHz).
|
|
|
+ Included supporting functions for quadratic interpolation.
|
|
|
+
|
|
|
+2001-05-03 20:13 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ some VBR-codeclean-up
|
|
|
+
|
|
|
+2001-05-02 21:02 robert
|
|
|
+
|
|
|
+ * misc/lame4dos.bat:
|
|
|
+
|
|
|
+ patch by Alexander Stumpf:
|
|
|
+ - now works both with drag & drop (SFN) and from the 4DOS-Commandline (LFN)
|
|
|
+ - Using wildcards when prozessing from mp3 to mp3 caused a loop - fixed
|
|
|
+ - removed the mp3-extention test since LAME recognizes the input file fomat
|
|
|
+ correctly for several versions now (i.e. no --mp3input neccessary anymore)
|
|
|
+
|
|
|
+2001-05-01 22:55 robert
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ bumped version number
|
|
|
+
|
|
|
+2001-05-01 22:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ new -q2 mode for --vbr-mtrh
|
|
|
+
|
|
|
+2001-05-01 20:37 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/reservoir.c:
|
|
|
+
|
|
|
+ change of max frame size
|
|
|
+
|
|
|
+2001-04-28 15:37 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize_pvt.c, util.c, vbrquantize.c:
|
|
|
+
|
|
|
+ --vbr-mtrh uses now -Y by default, some tweaks
|
|
|
+
|
|
|
+2001-04-27 23:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize_pvt.c, util.c, util.h:
|
|
|
+
|
|
|
+ --experimentalY selects a different ATH adjustment
|
|
|
+ - keeps original noise floor
|
|
|
+ - affects high freqs more than low ones
|
|
|
+
|
|
|
+2001-04-26 23:06 cisc
|
|
|
+
|
|
|
+ * config.guess, config.sub:
|
|
|
+
|
|
|
+ Added MorphOS recognition to configure script.
|
|
|
+
|
|
|
+2001-04-26 04:38 markt
|
|
|
+
|
|
|
+ * README.B32, TODO:
|
|
|
+
|
|
|
+ removed mmx notes from README.B32
|
|
|
+
|
|
|
+2001-04-25 16:21 aleidinger
|
|
|
+
|
|
|
+ * configure, libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-04-25 16:20 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ bugfix for gcc version detection
|
|
|
+
|
|
|
+2001-04-25 16:19 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ bugfix for non x86 architectures with installed nasm, tested by Karl Pauls <kpauls@eecs.wsu.edu> on Darwin
|
|
|
+
|
|
|
+2001-04-25 06:59 markt
|
|
|
+
|
|
|
+ * TODO, frontend/get_audio.c, frontend/main.h, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ removed 'disable_wave_header' variable from encoding library.
|
|
|
+ It is in the frontend code only.
|
|
|
+
|
|
|
+2001-04-24 01:38 markt
|
|
|
+
|
|
|
+ * TODO, frontend/get_audio.c:
|
|
|
+
|
|
|
+ added something to the TODO list.
|
|
|
+
|
|
|
+ changed:
|
|
|
+
|
|
|
+ "buffer[1]+i" code to "&buffer[1][i]"
|
|
|
+
|
|
|
+ in get_audio.c. buffer[1]+i is clever, but it confused the
|
|
|
+ maintainer of EAC enough to cause him to submit it as a bug
|
|
|
+ report.
|
|
|
+
|
|
|
+2001-04-23 19:47 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2001-04-22 22:57 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ update of the ath functions
|
|
|
+
|
|
|
+2001-04-22 01:34 jd-
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ Fixed trailing data bug introduced with the 24 bit input code
|
|
|
+
|
|
|
+2001-04-21 22:23 jd-
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/gtkanal.c,
|
|
|
+ frontend/main.c, frontend/mp3rtp.c, include/lame.h,
|
|
|
+ libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Add 24-bit PCM waveform input capability (with or without libsndfile),
|
|
|
+ and glue code to preserve the functionality of routines that only handle
|
|
|
+ up to 16-bit data. The changes support both little and big endian
|
|
|
+ architectures.
|
|
|
+
|
|
|
+2001-04-17 20:04 afaber
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame.dsp, Dll/BladeMP3EncDLL.c,
|
|
|
+ mpglib/mpglib.dsp, frontend/lame.dsp:
|
|
|
+
|
|
|
+ Added MMX compile option
|
|
|
+
|
|
|
+2001-04-17 19:22 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ auto adjusting ath shape for vbr on ath type 4
|
|
|
+
|
|
|
+2001-04-16 21:26 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, psymodel.c:
|
|
|
+
|
|
|
+ wrapped a few things inside of ifdef HAVE_GTK
|
|
|
+
|
|
|
+2001-04-16 11:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.h:
|
|
|
+
|
|
|
+ spread function is now packed into linear array.
|
|
|
+ it reduces memory assumption and improves cache efficienty.
|
|
|
+
|
|
|
+2001-04-16 08:27 takehiro
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ now try to calculate the CRC of VBR header.
|
|
|
+
|
|
|
+2001-04-16 07:58 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, bitstream.h:
|
|
|
+
|
|
|
+ cleaned and improved CRC calculation method
|
|
|
+
|
|
|
+2001-04-13 15:13 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ add some comments about converting int->enum
|
|
|
+
|
|
|
+2001-04-13 15:12 aleidinger
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ use some of Marks set-functions, also without error checking (yet)
|
|
|
+
|
|
|
+2001-04-12 17:40 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2001-04-08 07:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, quantize_pvt.c:
|
|
|
+
|
|
|
+ portability enchancement(from sourceforge's LAME open discussion forum).
|
|
|
+
|
|
|
+ quantize_pvt.c: changed 1e99 into FLOAT8_MAX
|
|
|
+ machine.h: defined FLOAT8_MAX
|
|
|
+
|
|
|
+2001-04-04 21:58 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ update of the lowpass values for vbr rh
|
|
|
+
|
|
|
+2001-04-04 18:11 bouvigne
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ update of -d for joint stereo
|
|
|
+
|
|
|
+2001-04-01 03:22 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/set_get.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ added an --adapt-thres-level option to allow adding an offset (in dB)
|
|
|
+ to the point below which adaptive ATH level adjustment occurs
|
|
|
+
|
|
|
+2001-04-01 02:11 jd-
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ added set/get functions to include/lame.h for option --adapt-thres-type
|
|
|
+
|
|
|
+2001-03-31 23:44 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ added set/get functions to libmp3lame/set_get.c for option
|
|
|
+ --adapt-thres-type, and used the set function in frontend
|
|
|
+
|
|
|
+2001-03-30 18:43 markt
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/get_audio.c, test/lametest.py:
|
|
|
+
|
|
|
+ updated testcase.mp3
|
|
|
+ removed some unused code from get_audio.c
|
|
|
+
|
|
|
+2001-03-30 17:16 markt
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ delete output mp3 file before running lame.
|
|
|
+ (before, if lame crashes and does not write any output, the
|
|
|
+ script would use the old output mp3 file, and if it hadn't changed,
|
|
|
+ all tests would pass.)
|
|
|
+
|
|
|
+2001-03-29 18:31 cisc
|
|
|
+
|
|
|
+ * libmp3lame/: version.c, version.h:
|
|
|
+
|
|
|
+ Moved inclusion of lame.h to version.h for lame_version_t in prototype.
|
|
|
+
|
|
|
+2001-03-27 12:26 jd-
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ added --adapt-thres-type 2 (auto-level adjustment of the ATH,
|
|
|
+ with a frequency-based loudness approximation).
|
|
|
+
|
|
|
+2001-03-27 12:04 jd-
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/psymodel.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ added option, --adapt-thres-type 2 (auto-level adjustment of the ATH
|
|
|
+ with a frequency-based loudness approximation).
|
|
|
+
|
|
|
+2001-03-27 10:56 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen (do not enable vorbis by default)
|
|
|
+
|
|
|
+2001-03-27 10:56 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ do not enable vorbis by default
|
|
|
+
|
|
|
+2001-03-26 23:02 markt
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ added code to more of the lame_set/lame_get functions-
|
|
|
+ but without any error checking :-(
|
|
|
+
|
|
|
+ Only 47 more to go!
|
|
|
+
|
|
|
+2001-03-26 20:46 markt
|
|
|
+
|
|
|
+ * TODO, libmp3lame/util.c:
|
|
|
+
|
|
|
+ dont scale the input if scale=1.0.
|
|
|
+
|
|
|
+2001-03-26 18:38 markt
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ updated TODO list with some filtering stuff
|
|
|
+
|
|
|
+2001-03-26 17:42 markt
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ another MPEG2 bug found by: "Jiri Hajek" <jirik@ucw.cz>
|
|
|
+
|
|
|
+ This code:
|
|
|
+
|
|
|
+ > int sum_pe_MS = pe_MS[0][0] + pe_MS[0][1] + pe_MS[1][0] + pe_MS[1][1];
|
|
|
+ > int sum_pe_LR = pe [0][0] + pe [0][1] + pe [1][0] + pe [1][1];
|
|
|
+
|
|
|
+ does not work for MPEG2. now fixed.
|
|
|
+
|
|
|
+2001-03-26 16:05 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen (version bump)
|
|
|
+
|
|
|
+2001-03-26 16:04 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ Welcome to 3.89
|
|
|
+
|
|
|
+2001-03-26 00:38 markt
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ bug in brhist_disp_total()
|
|
|
+
|
|
|
+ for --freeformat bmode, br_frames = 0 (why?)
|
|
|
+ so sum / br_frames would segfault.
|
|
|
+
|
|
|
+ if br_frames == 0 , routine now just returns without printing
|
|
|
+ anything.
|
|
|
+
|
|
|
+2001-03-26 00:12 markt
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ minor editing of TODO file
|
|
|
+
|
|
|
+2001-03-25 23:18 markt
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ updated version to 3.89 alpha 1
|
|
|
+
|
|
|
+2001-03-25 23:16 markt
|
|
|
+
|
|
|
+ * libmp3lame/version.h:
|
|
|
+
|
|
|
+ updated version to 3.88beta
|
|
|
+
|
|
|
+2001-03-25 23:14 markt
|
|
|
+
|
|
|
+ * API, README, TODO, libmp3lame/lame.c, libmp3lame/libmp3lame.dsp:
|
|
|
+
|
|
|
+ made ath type 2 the default.
|
|
|
+ updated test cases
|
|
|
+ added set_get.c to libmp3lame.dsp
|
|
|
+
|
|
|
+2001-03-25 21:37 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Fixed nspsytune.
|
|
|
+
|
|
|
+2001-03-25 18:43 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.def, Dll/MP3EncDll.dsp,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/tables.h:
|
|
|
+
|
|
|
+ Removed the last remainings of KLEMM_43 in order to complet the Windows DLL compilation
|
|
|
+
|
|
|
+2001-03-20 00:42 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ added a few more minor comments to resampling code
|
|
|
+
|
|
|
+2001-03-20 00:28 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ removed some cruft from blackman() filtering routine
|
|
|
+
|
|
|
+2001-03-19 21:26 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/util.c, test/lametest.py:
|
|
|
+
|
|
|
+
|
|
|
+ Tested fixed resampling code. It seemed to work.
|
|
|
+ Added a few comments.
|
|
|
+
|
|
|
+ Also added documentation for "-w" for the usage function in lametest.py
|
|
|
+
|
|
|
+2001-03-18 14:31 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ use the new MSGF API in Vorbis
|
|
|
+
|
|
|
+2001-03-18 14:25 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/vorbis_interface.c, frontend/get_audio.c:
|
|
|
+
|
|
|
+ use the new ERRORF API in Vorbis encoding (+fixes for needed API change to lame_decode_ogg_{initfile,fromfile}())
|
|
|
+
|
|
|
+2001-03-15 19:40 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ Put in fix for resampling bug in fill_buffer_resample.
|
|
|
+
|
|
|
+ Code assumed it would be fed at least BLACKSIZE samples.
|
|
|
+ For each input buffer, the code would save the last BLACKSIZE
|
|
|
+ samples for use for the next call to fill_buffer_resample.
|
|
|
+
|
|
|
+ If the code recieves less than blacksize samples, it will
|
|
|
+ now shift in just as many new samples as are available into
|
|
|
+ the save buffer.
|
|
|
+
|
|
|
+ Not tested :-(
|
|
|
+
|
|
|
+2001-03-14 14:38 aleidinger
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, dshow/Encoder.cpp, dshow/Mpegac.cpp,
|
|
|
+ dshow/PropPage_adv.cpp:
|
|
|
+
|
|
|
+ regexp: MPG_MD_(.*) -> $1
|
|
|
+
|
|
|
+2001-03-14 14:38 aleidinger
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.unix:
|
|
|
+
|
|
|
+ add set_get.c to the build
|
|
|
+
|
|
|
+2001-03-14 10:57 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-03-14 10:56 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ do not forget Makfile.am.global at "make dist"
|
|
|
+
|
|
|
+2001-03-14 10:49 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2001-03-14 10:40 aleidinger
|
|
|
+
|
|
|
+ * doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ regen with automake 1.4d instead of 1.4
|
|
|
+
|
|
|
+2001-03-13 06:15 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ added assert() to resampling code
|
|
|
+
|
|
|
+2001-03-12 20:58 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ a few more comments added to psymodel.c
|
|
|
+
|
|
|
+2001-03-12 20:40 markt
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c:
|
|
|
+
|
|
|
+ removed ISO TABLE reading code from psymodel.c,
|
|
|
+ and ISO psy data from tables.c
|
|
|
+
|
|
|
+2001-03-12 20:31 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ removed shortlived MINTHMM experiment
|
|
|
+
|
|
|
+2001-03-12 18:52 markt
|
|
|
+
|
|
|
+ * USAGE, configure:
|
|
|
+
|
|
|
+ updated USAGE.
|
|
|
+ ran configuer with --enable-maintainer-mode which seems to
|
|
|
+ have touched all this .in files, sorry about that...
|
|
|
+
|
|
|
+2001-03-12 07:26 markt
|
|
|
+
|
|
|
+ * API, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ a few updates to API
|
|
|
+
|
|
|
+2001-03-12 04:38 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, include/lame.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/encoder.h, libmp3lame/lame.c, libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ fixed a few compiler warnings and the assert in lame_get_mode().
|
|
|
+ added NOT_SET value to MPEG_mode_e
|
|
|
+
|
|
|
+2001-03-11 11:25 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ - remove outdated entries
|
|
|
+ - add OLD_ATH_AUTO_ADJUST
|
|
|
+
|
|
|
+2001-03-11 11:24 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ - regen from Makefile.am (testupdate target)
|
|
|
+
|
|
|
+2001-03-11 11:24 aleidinger
|
|
|
+
|
|
|
+ * frontend/: depcomp, get_audio.c, gtkanal.c, main.c, mp3x.c,
|
|
|
+ parse.c, timestatus.c:
|
|
|
+
|
|
|
+ *.c:
|
|
|
+ - use set/get functions
|
|
|
+ *** lame_set_quality(): should it check for <0 and >9 itself? (parse.c)
|
|
|
+
|
|
|
+ depcomp:
|
|
|
+ - update (autotools)
|
|
|
+
|
|
|
+2001-03-11 11:23 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: depcomp, encoder.c, lame.c, psymodel.c, util.c,
|
|
|
+ util.h:
|
|
|
+
|
|
|
+ libmp3lame/encoder.c:
|
|
|
+ - MPEG_mode (JOINT_STEREO) change (related to set/get functions change)
|
|
|
+ - J.D.s improvements to Gabriels ath auto adjust code (VBR)
|
|
|
+ - move ath auto adjust code into seperate function
|
|
|
+
|
|
|
+ libmp3lame/lame.c:
|
|
|
+ - errorf/msgf/debugf changes
|
|
|
+ - MPEG_mode (JOINT_STEREO/...) change (related to set/get functions change)
|
|
|
+ - remove prototypes of set/get functions
|
|
|
+
|
|
|
+ libmp3lame/psymodel.c:
|
|
|
+ - MPEG_mode (JOINT_STEREO/...) change (related to set/get functions change)
|
|
|
+
|
|
|
+ libmp3lame/util.[ch]:
|
|
|
+ - new errorf/msgf/debugf implementation
|
|
|
+
|
|
|
+ libmp3lame/depcomp:
|
|
|
+ - update (autotools)
|
|
|
+
|
|
|
+2001-03-11 11:22 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ - set/get functions related cleanup
|
|
|
+ - errorf/msgf/debugf
|
|
|
+
|
|
|
+2001-03-11 11:21 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-03-11 11:21 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ - add set_get.c
|
|
|
+
|
|
|
+2001-03-11 11:20 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/set_get.c:
|
|
|
+
|
|
|
+ - set and get functions for the gfp
|
|
|
+
|
|
|
+2001-03-10 19:15 markt
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ a little more tuning of tot_energy for ATH adjust
|
|
|
+
|
|
|
+2001-03-10 19:06 markt
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ modified ATH adjustment code to use tot_ener returned by psy model
|
|
|
+ and not the maximum of the PCM sample values.
|
|
|
+
|
|
|
+ We need to replace this with JD's formula. We need to decide
|
|
|
+ if this is really worth while. My preference is to take the
|
|
|
+ most conservative ATH possible, but this seems to produce too
|
|
|
+ high bitrates for VBR modes. (this may no longer be true
|
|
|
+ not that masings are computed in all scalefactor bands)
|
|
|
+
|
|
|
+2001-03-10 18:33 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ added 127 also, on recommendation of JD, to 8bit -> 16bit
|
|
|
+ conversion routine
|
|
|
+
|
|
|
+2001-03-10 18:29 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ fix from "J.D." <jodaman@cegt201.bradley.edu> for
|
|
|
+ 8 bit input support.
|
|
|
+
|
|
|
+2001-03-09 17:56 markt
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ 'os.pathsep' changed to 'os.sep'
|
|
|
+
|
|
|
+ For example, on unix:
|
|
|
+
|
|
|
+ os.pathsep = ":" - the character that seperaters search paths in
|
|
|
+ the PATH environment variable
|
|
|
+
|
|
|
+ os.sep = "/" - the charcter that seperates directories
|
|
|
+
|
|
|
+2001-03-07 12:32 aleidinger
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ - use OS independent path seperator
|
|
|
+
|
|
|
+2001-03-07 12:31 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ - NOTABELS is now the default
|
|
|
+
|
|
|
+2001-03-05 20:29 markt
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ code (disabled) to use minimum value when going from partition
|
|
|
+ bands to scalefactor bands (instead of average value)
|
|
|
+
|
|
|
+2001-03-05 18:21 markt
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/psymodel.c, libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ Noise calculation: had to switch calculation of tot_noise and
|
|
|
+ over_noise back to being done in db units. Multiply (to save
|
|
|
+ the 22 log10() function calls) was overflowing.
|
|
|
+
|
|
|
+ updated testcases to reflect changes
|
|
|
+
|
|
|
+2001-03-05 01:44 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase.mp3 for NOTABLES code
|
|
|
+
|
|
|
+2001-03-05 01:26 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ NOTABLES enabled by default.
|
|
|
+
|
|
|
+ Psycho acoustics computed in *all* scalefactor bands.
|
|
|
+
|
|
|
+ cvs tag before this change: before_notables
|
|
|
+ cvs tag after this change: notables
|
|
|
+
|
|
|
+2001-03-05 01:25 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ The last commit before NOTABLES becomes the default.
|
|
|
+ tagged with "before.notables"
|
|
|
+
|
|
|
+2001-03-04 20:03 markt
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, psymodel.h, util.h:
|
|
|
+
|
|
|
+ More prep work for enabling NOTABLES.
|
|
|
+ Will now compute masking for all scalefactor bands
|
|
|
+
|
|
|
+2001-03-04 15:30 markt
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/psymodel.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ Finished proper normalization of spreading function.
|
|
|
+
|
|
|
+ updated testcases
|
|
|
+
|
|
|
+2001-03-04 06:56 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ more tweaking of s3 normalization
|
|
|
+
|
|
|
+2001-03-04 06:48 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ spreading function moved into seperate routine, s3_func().
|
|
|
+ s3 normalized so that:
|
|
|
+
|
|
|
+ +inf
|
|
|
+ /
|
|
|
+ | s3 [ bark ] d(bark) = 1
|
|
|
+ /
|
|
|
+ -inf
|
|
|
+
|
|
|
+ which resulted in dividing the result by 0.66.
|
|
|
+
|
|
|
+ This is the first step in fixing the long outstanding bug
|
|
|
+ mentioned by Takehiro: s3[i][j] is normalized improperly for
|
|
|
+ values of i near the partition band boundaries. For these values,
|
|
|
+ the computed 'norm' is much too small since a lot of the data is
|
|
|
+ missing, resulting in artificially increasing the spreading function
|
|
|
+ (and thus the masking)
|
|
|
+
|
|
|
+ --nspsytune: s3_l function is used with a normalization of .5
|
|
|
+ (instead of computing the norm). So I changed this to a .5*.66
|
|
|
+ to compensate for the above change.
|
|
|
+
|
|
|
+ Next step:
|
|
|
+
|
|
|
+ 1.
|
|
|
+ s3[i][j] will be multiplied by the width (in barks) of the
|
|
|
+ j'th partition band (about .35). Once this is done, we will not need to
|
|
|
+ compute and divide by 'norm' later.
|
|
|
+
|
|
|
+ 2.
|
|
|
+ Make NOTABLES the default
|
|
|
+
|
|
|
+ 3.
|
|
|
+ compute psymodel all the way up to 22khz.
|
|
|
+
|
|
|
+2001-03-04 05:51 markt
|
|
|
+
|
|
|
+ * API, libmp3lame/lame.c, libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ added prototypes to lame.c (but functions not yet written)
|
|
|
+
|
|
|
+2001-03-04 05:13 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ finished last of the prototypes
|
|
|
+
|
|
|
+2001-03-04 05:02 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ changed to:
|
|
|
+
|
|
|
+ gfp->num_samples = data_length / (channels * ((bits_per_sample+7) / 8));
|
|
|
+
|
|
|
+ thanks J.D.!
|
|
|
+
|
|
|
+2001-03-04 00:20 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ added:
|
|
|
+ lame_encode_buffer_sample_t, which is called by the following functions
|
|
|
+ in the API:
|
|
|
+
|
|
|
+ lame_encode_buffer (original, short int interface)
|
|
|
+ lame_encode_buffer_float
|
|
|
+ lame_encode_buffer_long
|
|
|
+
|
|
|
+2001-03-02 22:39 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, test/lametest.py:
|
|
|
+
|
|
|
+ get_audio.c: fixed num_samples computation for case when
|
|
|
+ bits_per_sample < 8. (althouth this case is already trapped for
|
|
|
+ earlier)
|
|
|
+
|
|
|
+ lametest.py: slight change to reference mp3 filename generation
|
|
|
+ so lametest.py can be run from another directory.
|
|
|
+
|
|
|
+2001-03-02 18:28 markt
|
|
|
+
|
|
|
+ * Makefile.am, testcase.mp3, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, frontend/get_audio.c,
|
|
|
+ libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ error message about non-PCM wave files from
|
|
|
+ "J.D." <jodaman@cegt201.bradley.edu>
|
|
|
+
|
|
|
+ Added "make testupdate" to Makefile.am, which updates
|
|
|
+ the test file in the CVS repository
|
|
|
+
|
|
|
+2001-02-27 11:54 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ lame.h typo
|
|
|
+ lame.c fix for possibility of calling lame_init_parms twice
|
|
|
+
|
|
|
+2001-02-27 11:39 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ remove KLEMM_42
|
|
|
+
|
|
|
+2001-02-27 11:38 aleidinger
|
|
|
+
|
|
|
+ * configure, Makefile.in, frontend/Makefile.in, misc/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2001-02-27 11:37 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am, misc/Makefile.am:
|
|
|
+
|
|
|
+ remove EXTRA_PROGRAMS on make clean
|
|
|
+
|
|
|
+2001-02-27 11:36 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ remove testcase.new.mp3 on error
|
|
|
+
|
|
|
+2001-02-27 11:36 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ display version of gcc
|
|
|
+
|
|
|
+2001-02-27 11:35 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ fix typo in comment
|
|
|
+
|
|
|
+2001-02-27 11:33 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ include machine/floatingpoint.h on FreeBSD
|
|
|
+
|
|
|
+2001-02-27 09:59 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, lame.c, quantize_pvt.h,
|
|
|
+ takehiro.c, util.c, util.h:
|
|
|
+
|
|
|
+ VbrTag.c fixed gfp/gfc typo
|
|
|
+ lame.c made data flow analysis happier: there was a possible path to use channels before definition. Even though it would be an error following this path, but the compiler doesn't know it
|
|
|
+ util.hc message functions are not intended to change gfc?!?
|
|
|
+ takehiro.c fixed a warning
|
|
|
+ bitstream.c fixed a warning
|
|
|
+
|
|
|
+2001-02-27 06:14 markt
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, include/lame.h, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+
|
|
|
+ Implmented Frank's excellent idea about error messages:
|
|
|
+
|
|
|
+ gfc->errorf, gfc->msgf and gfc->debugf are all FILE *.
|
|
|
+ default is stderr. If you want to disable all internal library
|
|
|
+ messages, set these to NULL with lame_set_errorf(), lame_set_msgf() etc...
|
|
|
+
|
|
|
+ For a GUI, you can set these to regular files, and then read
|
|
|
+ the files and display the messages in an pop up window.
|
|
|
+
|
|
|
+ Maybe the default should be NULL?
|
|
|
+
|
|
|
+2001-02-27 05:17 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ plugging away at a few more prototypes
|
|
|
+
|
|
|
+2001-02-26 22:45 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ little change to Roel's --r3mix setting, on request by Roel
|
|
|
+
|
|
|
+2001-02-26 19:08 markt
|
|
|
+
|
|
|
+ * libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ non RH_SEEKTABLE code removed from VbrTag.c
|
|
|
+
|
|
|
+2001-02-26 18:57 markt
|
|
|
+
|
|
|
+ * frontend/lametime.c:
|
|
|
+
|
|
|
+ removed to //include lines
|
|
|
+
|
|
|
+2001-02-26 18:52 markt
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, lametime.c:
|
|
|
+
|
|
|
+
|
|
|
+ incomprehensible gobbledygook replaced by call to standard
|
|
|
+ 'stat' function for file size.
|
|
|
+
|
|
|
+2001-02-26 08:06 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ more prototypes added to lame.h
|
|
|
+
|
|
|
+2001-02-26 07:38 markt
|
|
|
+
|
|
|
+ * USAGE, frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ useTemporal turned on by default
|
|
|
+ --notemp option added.
|
|
|
+
|
|
|
+2001-02-26 07:26 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ added more of the lame_get/lame_set prototypes to lame.h
|
|
|
+
|
|
|
+ also added this:
|
|
|
+
|
|
|
+ // I give up. Klemm has worn me down on this one...
|
|
|
+ typedef lame_global_flags lame_t;
|
|
|
+
|
|
|
+2001-02-26 06:34 markt
|
|
|
+
|
|
|
+ * misc/Lame.vbs:
|
|
|
+
|
|
|
+ lame.vbs changes submitted by "Paul Reedy" <ka5pmv@webzone.net>
|
|
|
+
|
|
|
+2001-02-25 22:47 markt
|
|
|
+
|
|
|
+ * libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ removed a klemm_42 from vorbis_interface.c
|
|
|
+
|
|
|
+2001-02-25 22:47 markt
|
|
|
+
|
|
|
+ * INSTALL, libmp3lame/lame.c, libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ klemm_42 enabled by default.
|
|
|
+
|
|
|
+ This code uses a different formula to choose the lowpass
|
|
|
+ filter. It takes into account stereo vs. jstereo
|
|
|
+ (jstereo gets 25% more bandwidth). This has the effect
|
|
|
+ of stereo 128kbps using a 14khz lowpass filter, which some
|
|
|
+ people may not like.
|
|
|
+
|
|
|
+2001-02-25 22:02 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, test/CBRABR.op:
|
|
|
+
|
|
|
+ made allow_diff_short the default if mode=stereo and
|
|
|
+ allow_diff_short has not been set to 0 or 1 by the calling
|
|
|
+ program.
|
|
|
+
|
|
|
+ addes these notes to lame_init_params() :
|
|
|
+ *
|
|
|
+ * We first have some complex code to determine bitrate,
|
|
|
+ * output samplerate and mode. It is complicated by the fact
|
|
|
+ * that we allow the user to set some or all of these parameters,
|
|
|
+ * and need to determine best possible values for the rest of them:
|
|
|
+ *
|
|
|
+ * set some CPU related flags
|
|
|
+ * check if we are mono->mono, stereo->mono or stereo->stereo
|
|
|
+ * compute bitrate and output samplerate:
|
|
|
+ * user may have set compression ratio
|
|
|
+ * user may have set a bitrate
|
|
|
+ * user may have set a output samplerate
|
|
|
+ * set some options which depend on output samplerate
|
|
|
+ * compute the actual compression ratio
|
|
|
+ * set mode based on compression ratio
|
|
|
+ *
|
|
|
+ * The remaining code is much simpler - it just sets options
|
|
|
+ * based on the mode & compression ratio:
|
|
|
+ *
|
|
|
+ * set allow_diff_short based on mode
|
|
|
+ * select lowpass filter based on compression ratio & mode
|
|
|
+ * set the bitrate index, and min/max bitrates for VBR modes
|
|
|
+ * disable VBR tag if it is not appropriate
|
|
|
+ * initialize the bitstream
|
|
|
+ * initialize scalefac_band data
|
|
|
+ * set sideinfo_len (based on channels, CRC, out_samplerate)
|
|
|
+ * write an id3v2 tag into the bitstream
|
|
|
+ * write VBR tag into the bitstream
|
|
|
+ * set mpeg1/2 flag
|
|
|
+ * estimate the number of frames (based on a lot of data)
|
|
|
+ *
|
|
|
+ * now we set more flags:
|
|
|
+ * nspsytune:
|
|
|
+ * see code
|
|
|
+ * VBR modes
|
|
|
+ * see code
|
|
|
+ * CBR/ABR
|
|
|
+ * see code
|
|
|
+
|
|
|
+2001-02-25 21:28 markt
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ removed VBR warning
|
|
|
+
|
|
|
+2001-02-25 20:24 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ edited a few comments in psymodel.c
|
|
|
+
|
|
|
+2001-02-25 20:17 markt
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/util.h, test/nores.op:
|
|
|
+
|
|
|
+ Started some re-originization of psymodel.c
|
|
|
+ created:
|
|
|
+
|
|
|
+ psymodel_init() function, called by both psymodel and psymodel_ns.
|
|
|
+
|
|
|
+ I was carefull to make sure no binary changes were introduced
|
|
|
+ with --nspsytune.
|
|
|
+
|
|
|
+ Modified both psymodel and psymodel_ns to return the
|
|
|
+ energy in each channel. I'm going to request that the
|
|
|
+ ATH level adjust be based on the energy comptuted by the
|
|
|
+ psymodel, rather than computing a magnitude in encoder.c
|
|
|
+
|
|
|
+2001-02-25 17:37 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ removed mode_fixed variable. If calling program selects a mode
|
|
|
+ (mono, stereo, jstereo) then that mode is used, otherwise
|
|
|
+ lame picks best mode to use.
|
|
|
+
|
|
|
+2001-02-25 01:58 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ started adding more prototypes into lame.h:
|
|
|
+
|
|
|
+ int lame_set_variable_name(lame_global_flags *, int)
|
|
|
+ int lame_get_variable_name(lame_global_flags *)
|
|
|
+
|
|
|
+ _get will return the value (instead of an error code)
|
|
|
+ as suggested.
|
|
|
+
|
|
|
+ _set will return an error code. But right now, the way lame
|
|
|
+ works there is no error checking until lame_init_params() is
|
|
|
+ called. This is because, for example, bitrate=135
|
|
|
+ is not an error if free_format=1, but it is an error
|
|
|
+ for CBR. So many errors cannot be detected until all options
|
|
|
+ are set.
|
|
|
+
|
|
|
+2001-02-24 19:35 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/util.h:
|
|
|
+
|
|
|
+ commented out a uint_64_t field in util.h to get lame to
|
|
|
+ compile. Do we really need these types of variables?
|
|
|
+
|
|
|
+ removed some stuff from lame.h. Note that many decisions have
|
|
|
+ already been made about the library interface, so if you are
|
|
|
+ planning on changing this, you need to check with me
|
|
|
+ (mark taylor) first. In particular,
|
|
|
+ there is going to be no file I/O, and all data is in
|
|
|
+ machine order. (no endian stuff in the library).
|
|
|
+
|
|
|
+2001-02-24 13:55 robert
|
|
|
+
|
|
|
+ * Makefile.unix, configMS.h:
|
|
|
+
|
|
|
+ get Makefile.unix working again (tested for Linux, not for OS/2 etc.)
|
|
|
+
|
|
|
+2001-02-21 21:17 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ --vbr-mtrh related
|
|
|
+
|
|
|
+2001-02-21 17:07 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ take sfb21 into consideration for median search
|
|
|
+
|
|
|
+2001-02-21 17:06 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ index transformation in select_kth_int()
|
|
|
+
|
|
|
+2001-02-21 14:59 aleidinger
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ do not print the passed/failed statistic in the makeref case
|
|
|
+
|
|
|
+2001-02-21 13:49 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ default quality handling fix
|
|
|
+
|
|
|
+2001-02-21 12:39 aleidinger
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ lame.h has to be included before version.h
|
|
|
+
|
|
|
+2001-02-20 18:34 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, config.h.in, configure, configure.in,
|
|
|
+ frontend/brhist.c:
|
|
|
+
|
|
|
+ - Patch (#103821) from guy_hutchison:
|
|
|
+ Fixes compilation problem on systems with ncurses dir
|
|
|
+ - add ChangeLog to Makefile.in
|
|
|
+
|
|
|
+2001-02-20 18:23 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, version.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2001-02-20 18:20 aleidinger
|
|
|
+
|
|
|
+ * doc/html/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ - add basic.html
|
|
|
+
|
|
|
+2001-02-20 18:20 aleidinger
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ - add LAME_LIBRARY_BUILD
|
|
|
+
|
|
|
+2001-02-20 18:20 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/util.h:
|
|
|
+
|
|
|
+ - more documentation, seems to be partially truncated (Frank)
|
|
|
+ - CPU_features is now a struct
|
|
|
+
|
|
|
+2001-02-20 18:19 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/takehiro.c:
|
|
|
+
|
|
|
+ - CPU_features is now a struct
|
|
|
+
|
|
|
+2001-02-20 18:19 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ - CPU_features is now a struct, no need to waste space for those
|
|
|
+ bolean values (Frank)
|
|
|
+ - introduce some KLEMM_44 protected code
|
|
|
+
|
|
|
+2001-02-20 18:18 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ - fixes + docu for ATHformula_Frank() (Frank)
|
|
|
+ - don't compile old resampling in KLEMM_44 case
|
|
|
+
|
|
|
+2001-02-20 18:17 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.c:
|
|
|
+
|
|
|
+ - doxygen parseable documentation
|
|
|
+ - better lclint flags
|
|
|
+ - enable get_lame_version_numerical()
|
|
|
+
|
|
|
+2001-02-20 18:17 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ - delete prototype of already removed get_lame_about()
|
|
|
+ - add get_lame_version_numerical() and lame_version_t
|
|
|
+ (now dshow didn't needs to include version.h to get the numerical
|
|
|
+ version of lame (dshow not changed, I let pgubanov do this))
|
|
|
+ - introduce some KLEMM_44 protected code (Frank)
|
|
|
+ - rework formatting and documentation to be more (IMO much more) readable
|
|
|
+ (no lines longer than 80 chars, consistent formatting, looks alot cleaner)
|
|
|
+
|
|
|
+2001-02-20 10:41 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ Remove KLEMM_04, there was a previous commit which handled it, see
|
|
|
+ ChangeLog.
|
|
|
+
|
|
|
+2001-02-20 01:56 markt
|
|
|
+
|
|
|
+ * DEFINES, frontend/brhist.c, frontend/get_audio.c,
|
|
|
+ frontend/timestatus.c:
|
|
|
+
|
|
|
+ KLEMM 5,6,7 made the default & removed
|
|
|
+
|
|
|
+2001-02-20 00:40 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ simplified lame_encoder_buffer_interleaved: it now always calls
|
|
|
+ lame_encoder_buffer()
|
|
|
+
|
|
|
+2001-02-20 00:30 markt
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ fix for --scale problem?
|
|
|
+
|
|
|
+ made a new routine: fill_buffer()
|
|
|
+
|
|
|
+ This is the generic routine used to copy data from the input buffer
|
|
|
+ into lame's internal buffer, 'mfbuf[]'.
|
|
|
+
|
|
|
+ It also calls the resample code if necessary, and the user selected
|
|
|
+ rescaling code if necessary.
|
|
|
+
|
|
|
+2001-02-20 00:26 markt
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ added comment to vbr warning message
|
|
|
+
|
|
|
+2001-02-20 00:24 markt
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ re-added the warning about VBR modes. It seems to have been deleted
|
|
|
+ at some point.
|
|
|
+
|
|
|
+ This is because this website:
|
|
|
+
|
|
|
+ http://www.kuro5hin.org/?op=displaystory;sid=2001/1/25/164540/759
|
|
|
+
|
|
|
+ is comparing Vorbis with lame -V4.
|
|
|
+
|
|
|
+ While many people like the high bitrate VBR modes,
|
|
|
+ lame -V4 is *often* of lower quality than CBR.
|
|
|
+
|
|
|
+2001-02-19 18:29 aleidinger
|
|
|
+
|
|
|
+ * test/VBR.op:
|
|
|
+
|
|
|
+ - remove "--silent", lametest.py now handles this
|
|
|
+
|
|
|
+ Aproved by: robert
|
|
|
+
|
|
|
+2001-02-19 18:28 aleidinger
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ - allow relative paths in a more portable manner
|
|
|
+ - should be more OS independand now
|
|
|
+ - more file checks (readable/executable)
|
|
|
+ - internally adds new option "--quiet" to the options
|
|
|
+
|
|
|
+ This works on my system, it also should work on systems where the
|
|
|
+ previous version worked. It's not as portable as it could be,
|
|
|
+ search for XXX in the source.
|
|
|
+
|
|
|
+2001-02-18 21:18 robert
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/parse.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/version.h, test/VBR.op:
|
|
|
+
|
|
|
+ new options --silent and --quiet to be really quiet
|
|
|
+ new option --verbose (default) to turn -S/--silent off again
|
|
|
+ --vbr-mtrh and --vbr-new use now ATH type 2
|
|
|
+ for VBR modes it is allowed to use different block types in stereo mode (not yet joint stereo)
|
|
|
+ bumped version to 3.88 alpha 10
|
|
|
+
|
|
|
+2001-02-18 12:11 aleidinger
|
|
|
+
|
|
|
+ * dshow/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ Add recently added files to the makefile.
|
|
|
+
|
|
|
+2001-02-17 15:45 pgubanov
|
|
|
+
|
|
|
+ * dshow/Encoder.cpp:
|
|
|
+
|
|
|
+ gfp is sometimes zero in CEncoder::Encode() - why???
|
|
|
+
|
|
|
+2001-02-17 14:30 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: pcm.c, pcm.h:
|
|
|
+
|
|
|
+ New code from Frank, some needed parts in different files aren't commited
|
|
|
+ yet, they produce huge differences with lametest.py even if KLEMM_44 isn't
|
|
|
+ defined. -> KLEMM_44 (new API + resampling) isn't usable yet
|
|
|
+
|
|
|
+2001-02-17 14:27 aleidinger
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ - use "/usr/bin/env python" instead of "/usr/bin/python" in shebang line
|
|
|
+ (portability)
|
|
|
+ - use "-l" instead of "--lines" for wc
|
|
|
+ (portability, has to run on every IEEE 1003.2 ("POSIX.2") compliant
|
|
|
+ system)
|
|
|
+ - bugfix, check for lame2 instead for lame1 in the lame2 part
|
|
|
+ (Note: the entire test didn't work for me if I use e.g.
|
|
|
+ ./lametest.py XXX.op ../../testcases/XXX ../../build.org/frontend/lame ...)
|
|
|
+
|
|
|
+2001-02-17 14:17 pgubanov
|
|
|
+
|
|
|
+ * dshow/: aboutprp.cpp, aboutprp.h:
|
|
|
+
|
|
|
+ Elecard copyrigth added (executives need it for some reason)
|
|
|
+
|
|
|
+2001-02-17 13:58 pgubanov
|
|
|
+
|
|
|
+ * dshow/: Mpegac.cpp, Property.rc, UIDS.H, dshow.dsp, dshow.dsw,
|
|
|
+ elogo.ico, resource.h:
|
|
|
+
|
|
|
+ Some stability improvements + Elecard copyrigth added (executives need it for some reason)
|
|
|
+
|
|
|
+2001-02-16 17:23 markt
|
|
|
+
|
|
|
+ * doc/html/basic.html:
|
|
|
+
|
|
|
+ added basic.html to cvs
|
|
|
+
|
|
|
+2001-02-16 10:35 pgubanov
|
|
|
+
|
|
|
+ * dshow/dshow.dsp:
|
|
|
+
|
|
|
+ STDC_HEADERS defined in project settings
|
|
|
+
|
|
|
+2001-02-16 10:33 pgubanov
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ mono handling in encode_buffer_interleaved caused access violation - fixed
|
|
|
+
|
|
|
+2001-02-14 22:22 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog:
|
|
|
+
|
|
|
+ Now we have a ChangeLog, generated from the output of "cvs log"
|
|
|
+
|
|
|
+2001-02-14 22:21 aleidinger
|
|
|
+
|
|
|
+ * ChangeLog.header:
|
|
|
+
|
|
|
+ Header for the ChangeLog, not included at "make dist"
|
|
|
+
|
|
|
+2001-02-14 22:20 aleidinger
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ remove Makefile.MSVC, robert seems to keep it up to date
|
|
|
+
|
|
|
+2001-02-14 22:20 aleidinger
|
|
|
+
|
|
|
+ * Makefile.B32:
|
|
|
+
|
|
|
+ try to unbreak it, add configMS.h -> config.h (untested)
|
|
|
+
|
|
|
+2001-02-14 22:20 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ add USE_FFT3DN
|
|
|
+
|
|
|
+2001-02-14 22:19 aleidinger
|
|
|
+
|
|
|
+ * INSTALL:
|
|
|
+
|
|
|
+ * add some more info how to use some advanced features of our
|
|
|
+ configure script
|
|
|
+ * add some info for Cygwin users (use configure)
|
|
|
+ * add some info about faster code with nasm
|
|
|
+
|
|
|
+2001-02-14 20:50 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ added -V1 to Roel's --remix preset, I assume it was missing by accident
|
|
|
+
|
|
|
+2001-02-14 16:38 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am.global, Makefile.in, aclocal.m4, configure,
|
|
|
+ configure.in, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ use new automake 1.4d (bugfixes)
|
|
|
+
|
|
|
+2001-02-14 14:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, util.h:
|
|
|
+
|
|
|
+ tuning of the auto ath adjustment for --vbr-mtrh mode
|
|
|
+
|
|
|
+2001-02-14 14:24 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ patch by Roel:
|
|
|
+ tweaking his ATH modification (--athtype 3)
|
|
|
+
|
|
|
+2001-02-13 18:27 markt
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ fixed typo in parse.c
|
|
|
+
|
|
|
+2001-02-13 18:24 markt
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ added a lot of documentation on the psycho acoustics
|
|
|
+ to the top of psymodel.c
|
|
|
+
|
|
|
+2001-02-13 18:22 markt
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h, interface.c:
|
|
|
+
|
|
|
+ improved head_check() function: When resyncing data stream,
|
|
|
+ only look for headers of the same layer of the previous
|
|
|
+ frames. i.e. dont allow layer 2 and layer 3 frames in the
|
|
|
+ same stream.
|
|
|
+
|
|
|
+2001-02-13 18:21 markt
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, parse.c:
|
|
|
+
|
|
|
+ added the --r3mix option
|
|
|
+ fixed bug with --decoder-mp3delay option
|
|
|
+ added error message for non-8 and 16 bit input
|
|
|
+
|
|
|
+2001-02-13 16:58 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ first of all: this patch shows no difference in the CBR/ABR test
|
|
|
+
|
|
|
+ - made athtype 3 default for VBR modes, 1 still default for CBR/ABR modes
|
|
|
+ - made athadjust default for VBR modes, CBR/ABR modes don't need it
|
|
|
+ - removed --athadjust switch, was only temporally solution
|
|
|
+ - collected all spreaded ATH settings into ATH_t struct
|
|
|
+ if someone needs a new ATH related variable, please add it here
|
|
|
+
|
|
|
+2001-02-12 18:24 markt
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, history.html, index.html,
|
|
|
+ node6.html, switchs.html:
|
|
|
+
|
|
|
+ new html docs from Gabriel
|
|
|
+
|
|
|
+2001-02-12 17:47 markt
|
|
|
+
|
|
|
+ * test/lametest.py:
|
|
|
+
|
|
|
+ print total pass/fail message at end
|
|
|
+
|
|
|
+2001-02-09 16:47 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ patch by Gaby:
|
|
|
+ allow ATH adjust for the ATH only modes too
|
|
|
+
|
|
|
+2001-02-08 22:19 robert
|
|
|
+
|
|
|
+ * test/VBR.op:
|
|
|
+
|
|
|
+ update to the VBR python options file
|
|
|
+
|
|
|
+2001-02-07 15:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, vbrquantize.c:
|
|
|
+
|
|
|
+ all patches --vbr-mtrh related
|
|
|
+
|
|
|
+ encoder.c:
|
|
|
+ - made a variant of Gaby's auto ATH adjust the default
|
|
|
+
|
|
|
+ vbrquantize.c:
|
|
|
+ - some small code moves
|
|
|
+ - added some safety margin to the global gain
|
|
|
+
|
|
|
+2001-02-06 21:43 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, vbrquantize.c:
|
|
|
+
|
|
|
+ we should not try to hard to get high freqs thru'
|
|
|
+ so I will let --vbr-mtrh as is. It seems to give
|
|
|
+ reasonable file sizes again, even with Frank's ATH.
|
|
|
+
|
|
|
+2001-02-05 10:18 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ re-check-in of Gaby's ATH auto adjustment code.
|
|
|
+ You need to specify --athadjust to get this
|
|
|
+ SUBSTANTIALLY QUALITY IMPROVEMENT
|
|
|
+
|
|
|
+ quote:
|
|
|
+ "Also, we already have gfc->ath_lower (specified in db).
|
|
|
+ No reason to add another variable which does the same thing,
|
|
|
+ and does not even use the same units."
|
|
|
+
|
|
|
+ That is not true, there is actually no gfc->ath_lower in dB.
|
|
|
+ We have a gfp->ATHlower in dB. But this is of a totally
|
|
|
+ different meaning.
|
|
|
+ gfp->ATHlower will lower the ATH for the whole file by a fixed
|
|
|
+ amount of x dB.
|
|
|
+ gfc->ath_auto_adjust will lower the ATH on a frame by frame basis
|
|
|
+ depending on the peak volume.
|
|
|
+
|
|
|
+2001-02-05 04:58 markt
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ Added warning about using VBR modes.
|
|
|
+ This is because this website:
|
|
|
+
|
|
|
+ http://www.kuro5hin.org/?op=displaystory;sid=2001/1/25/164540/759
|
|
|
+
|
|
|
+ is comparing Vorbis with lame -V4.
|
|
|
+
|
|
|
+ While many people like the high bitrate VBR modes,
|
|
|
+ lame -V4 is *often* of lower quality than CBR.
|
|
|
+
|
|
|
+2001-02-05 02:36 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Reverted part of last tweaks of nspsytune.
|
|
|
+
|
|
|
+2001-02-05 02:27 markt
|
|
|
+
|
|
|
+ * HACKING:
|
|
|
+
|
|
|
+ updated HACKING with directions on how to run the
|
|
|
+ lametest.py python script
|
|
|
+
|
|
|
+2001-02-05 02:24 markt
|
|
|
+
|
|
|
+ * test/: CBRABR.op, VBR.op, lametest.py, nores.op:
|
|
|
+
|
|
|
+ Adding a python script used for testing, along with
|
|
|
+ some sample options files.
|
|
|
+
|
|
|
+2001-02-05 02:23 markt
|
|
|
+
|
|
|
+ * HACKING, libmp3lame/encoder.c, libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ reverted encoder.c and quantize_pvt.c back to 13:00 3 Feb 2001.
|
|
|
+ These modifications broke my test cases. Any such changes need
|
|
|
+ aproval first.
|
|
|
+
|
|
|
+ Also, we already have gfc->ath_lower (specified in db).
|
|
|
+ No reason to add another variable which does the same thing,
|
|
|
+ and does not even use the same units.
|
|
|
+
|
|
|
+2001-02-05 00:34 cisc
|
|
|
+
|
|
|
+ * frontend/amiga_mpega.c:
|
|
|
+
|
|
|
+ MPG_MD_LR_LR define was moved, set mode_ext to 0 instead (since we don't get that info anyway).
|
|
|
+
|
|
|
+2001-02-04 23:56 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ parse.c: small change in default behaviour for --vbr-mtrh
|
|
|
+ lame.c: it makes no sense for a sfb21 extra at sample frequencies below 44.1 kHz
|
|
|
+ vbrquantize.c: oops, last commit was a merger from a wrong branch of mine
|
|
|
+
|
|
|
+2001-02-04 23:28 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ Enabled auto-adjust ATH for nspsytune.
|
|
|
+
|
|
|
+2001-02-04 23:14 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Tweaked nspsytune.
|
|
|
+
|
|
|
+2001-02-03 23:20 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, version.h:
|
|
|
+
|
|
|
+ bumped version to alpha 9
|
|
|
+ some clean-up
|
|
|
+
|
|
|
+2001-02-03 20:10 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize_pvt.c, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ patch by Gabriel Bouvigne:
|
|
|
+ auto adjust of ATH for low volume tracks
|
|
|
+ a big improvement in quality!
|
|
|
+ therefore on by default
|
|
|
+
|
|
|
+ patch by Robert Hegemann:
|
|
|
+ further improvement of --vbr-mtrh mode
|
|
|
+
|
|
|
+2001-02-02 01:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ --vbr-mtrh tweaks
|
|
|
+
|
|
|
+2001-01-31 19:44 aleidinger
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ bugfix
|
|
|
+
|
|
|
+2001-01-31 15:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix a typo I introduced by my last commit
|
|
|
+
|
|
|
+2001-01-31 12:53 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am.global, Makefile.in, acconfig.h, acinclude.m4,
|
|
|
+ aclocal.m4, config.h.in, configMS.h, configure, configure.in,
|
|
|
+ depcomp, Dll/Makefile.in, debian/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in:
|
|
|
+
|
|
|
+ - config*/Makefile*/ac*:
|
|
|
+ * tests for *int*_t
|
|
|
+ * test for 80 bit floats (for speed optimizations)
|
|
|
+ * add pcm.* to the makefile
|
|
|
+ * removed resample.[ch] from the makefile
|
|
|
+ * depend upon automake 1.4b
|
|
|
+ * fix in check for ccc
|
|
|
+ (submitted by nold via the sourceforge patch page at
|
|
|
+ the lame project page, patch id #103507)
|
|
|
+ * something I may have forgotten
|
|
|
+
|
|
|
+ Note:
|
|
|
+ Please don't commit any Makefile.in if you didn't have
|
|
|
+ changed the corresponding Makefile.am. CVS didn't stores
|
|
|
+ the time stamps of the files at commit time, it stores
|
|
|
+ the time stamps of the commit time, so we have to commit
|
|
|
+ the files in the correct order, but I'm to lazy to do so
|
|
|
+ and I assume I'm not the only one.
|
|
|
+ The same applies to config*.
|
|
|
+
|
|
|
+ - depcomp:
|
|
|
+ missing file, the dependancy tracking should work again
|
|
|
+
|
|
|
+2001-01-30 20:53 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fixed a design flaw in VBR_iteration_loop() I'm responsible for.
|
|
|
+ affects quality!
|
|
|
+
|
|
|
+2001-01-30 20:52 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize_pvt.c, vbrquantize.c:
|
|
|
+
|
|
|
+ tuning of --vbr-mtrh mode
|
|
|
+
|
|
|
+2001-01-30 20:51 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h:
|
|
|
+
|
|
|
+ patch by Gaby:
|
|
|
+ changed --athlower to accept floats
|
|
|
+
|
|
|
+2001-01-30 11:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, util.c:
|
|
|
+
|
|
|
+ psymodel.c: fixing compile problem (was: M_LN10 undefined)
|
|
|
+ util.c: Roel's modification to Gaby's ATH, new: --athtype 3
|
|
|
+
|
|
|
+2001-01-29 14:46 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ --vbr-mtrh and --vbr-new use now the faster and sloppier
|
|
|
+ scalefactor-band noise calculation with quality settings
|
|
|
+ -q 3...9
|
|
|
+
|
|
|
+2001-01-28 12:51 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.h, util.h:
|
|
|
+
|
|
|
+ oops, compile problem fix
|
|
|
+
|
|
|
+2001-01-28 12:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize.h, quantize_pvt.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ magic number 4095 and 4096 is removed
|
|
|
+
|
|
|
+2001-01-27 18:00 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ make temporal masking effect strong.
|
|
|
+
|
|
|
+2001-01-27 17:52 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ debug message is removed :)
|
|
|
+
|
|
|
+2001-01-27 17:39 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ experimental temporal masking support.
|
|
|
+ "--temporal" option to use this.
|
|
|
+
|
|
|
+2001-01-26 22:47 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ tuning of --vbr-mtrh VBR mode
|
|
|
+
|
|
|
+2001-01-25 20:57 robert
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ update by Frank:
|
|
|
+ some further endings and audio formats
|
|
|
+
|
|
|
+2001-01-24 23:59 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ found and fixed another BUG caused by the "bit optimization." patch
|
|
|
+
|
|
|
+2001-01-24 23:02 robert
|
|
|
+
|
|
|
+ * libmp3lame/: pcm.c, pcm.h:
|
|
|
+
|
|
|
+ updates by Frank
|
|
|
+
|
|
|
+2001-01-24 22:33 robert
|
|
|
+
|
|
|
+ * Makefile.DJGPP, Makefile.unix:
|
|
|
+
|
|
|
+ small config.h related tunings
|
|
|
+
|
|
|
+2001-01-24 21:33 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ quick-fix for code that was broken by Takehiro's last
|
|
|
+ "bit optimization." in function calc_xmin(), quantize_pvt.c
|
|
|
+
|
|
|
+2001-01-23 12:50 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ bit optimization.
|
|
|
+
|
|
|
+2001-01-23 07:12 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ Bugfix of nspsytune.
|
|
|
+
|
|
|
+2001-01-22 23:00 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ VBR was always enabled, even when the client did not ask for it
|
|
|
+
|
|
|
+2001-01-22 19:54 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ remove trailing garbage
|
|
|
+
|
|
|
+2001-01-22 09:31 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c:
|
|
|
+
|
|
|
+ Tweaked nspsytune.
|
|
|
+
|
|
|
+2001-01-22 04:35 markt
|
|
|
+
|
|
|
+ * Makefile.in, configure, Dll/Makefile.in, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, frontend/parse.c,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ fixed bug preventing -m a mode from working.
|
|
|
+
|
|
|
+ ran autoconf which changed all the Makefile.in's
|
|
|
+
|
|
|
+2001-01-22 01:07 robert
|
|
|
+
|
|
|
+ * libmp3lame/: pcm.c, pcm.h, vorbis_interface.c:
|
|
|
+
|
|
|
+ patches by Frank:
|
|
|
+
|
|
|
+ vorbis_interface: was/is broken since a long time
|
|
|
+ pcm.[ch]: fixing some transfer errors (email)
|
|
|
+
|
|
|
+2001-01-21 21:14 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Fixed problems with writing the Xing MP3 header (gfc->internal_flags structure was already freed, while it was needed to write the Xing MP3 tag)
|
|
|
+
|
|
|
+2001-01-21 19:13 robert
|
|
|
+
|
|
|
+ * libmp3lame/: pcm.c, pcm.h:
|
|
|
+
|
|
|
+ patches by Frank:
|
|
|
+
|
|
|
+ scalar.nas - new SIMD assembler routines
|
|
|
+ resample.[ch] - removed
|
|
|
+ pcm.[ch] - new, containing resampling routines and more
|
|
|
+ version.c - some clean up
|
|
|
+
|
|
|
+2001-01-21 19:06 robert
|
|
|
+
|
|
|
+ * libmp3lame/: i386/scalar.nas, resample.c, resample.h, version.c:
|
|
|
+
|
|
|
+ patches by Frank:
|
|
|
+
|
|
|
+ scalar.nas - new SIMD assembler routines
|
|
|
+ resample.[ch] - removed
|
|
|
+ pcm.[ch] - new, containing resampling routines and more
|
|
|
+ version.c - some clean up
|
|
|
+
|
|
|
+2001-01-21 19:03 robert
|
|
|
+
|
|
|
+ * frontend/lametime.c:
|
|
|
+
|
|
|
+ it's always a good idea to include its own header file
|
|
|
+
|
|
|
+2001-01-20 09:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ patch by Gaby:
|
|
|
+
|
|
|
+ I changed a file from the 19/01 cvs (I added an ath balanced between the
|
|
|
+ original one and Frank's one on the option --athtype 2)
|
|
|
+
|
|
|
+2001-01-19 09:08 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ Improved reservoir handling(nspsytune).
|
|
|
+
|
|
|
+2001-01-18 22:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ allow "--athlower n" to modify the ATH for sfb21
|
|
|
+
|
|
|
+2001-01-18 13:04 aleidinger
|
|
|
+
|
|
|
+ * Makefile.DJGPP:
|
|
|
+
|
|
|
+ add config.h to the clean target
|
|
|
+
|
|
|
+2001-01-18 13:03 aleidinger
|
|
|
+
|
|
|
+ * Makefile.DJGPP:
|
|
|
+
|
|
|
+ bugfix (please report if it's broken, I can't test the config.h target)
|
|
|
+
|
|
|
+2001-01-17 21:32 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ additional fixes
|
|
|
+
|
|
|
+2001-01-17 20:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, util.c, util.h:
|
|
|
+
|
|
|
+ RH_SEEK_TABLE enables a different method of generating TOC entries
|
|
|
+ in Xing VBR header. now enabled!
|
|
|
+
|
|
|
+ PLEASE TEST TRY IT
|
|
|
+
|
|
|
+ It should fix the problem poeple reported who encode radio shows or
|
|
|
+ alike which last a few hours.
|
|
|
+ Another advantage is, it will not steadily increase LAME's memory footprint
|
|
|
+ while running.
|
|
|
+
|
|
|
+2001-01-17 16:05 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Reverted the final change.
|
|
|
+ It degraded encoded quality of gspi*.wav.
|
|
|
+
|
|
|
+2001-01-17 13:26 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Tweaked nspsytune.
|
|
|
+
|
|
|
+2001-01-17 09:55 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ try to fix the broken Makefile after latest configurification
|
|
|
+
|
|
|
+2001-01-17 09:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ + replaced M_SQRT2 by SQRT2 which is defined in util.h
|
|
|
+ + replaced "=-" by "= -" to avoid confusion with the
|
|
|
+ old K&R "=-" operator, an equivalent to "-=". Even
|
|
|
+ though new compilers seem to handle it as an
|
|
|
+ assignement and unary minus sequence, but some
|
|
|
+ buggy compiler could be trapped here (as I).
|
|
|
+
|
|
|
+2001-01-16 13:08 robert
|
|
|
+
|
|
|
+ * configMS.h:
|
|
|
+
|
|
|
+ turned some defines for system include files on
|
|
|
+
|
|
|
+2001-01-16 09:04 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ fixed typo, sorry
|
|
|
+
|
|
|
+2001-01-15 15:16 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.am.global, Makefile.in, config.h.in,
|
|
|
+ configMS.h, configure, configure.in, Dll/Makefile.am,
|
|
|
+ Dll/Makefile.in, debian/Makefile.am, debian/Makefile.in,
|
|
|
+ doc/Makefile.am, doc/Makefile.in, dshow/Makefile.am,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.am, frontend/Makefile.in,
|
|
|
+ frontend/brhist.c, frontend/console.c, frontend/get_audio.c,
|
|
|
+ frontend/gpkplotting.c, frontend/main.c, frontend/mp3rtp.c,
|
|
|
+ frontend/parse.c, frontend/rtp.c, include/Makefile.am,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/machine.h, misc/Makefile.am, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.am, mpglib/Makefile.in, mpglib/common.c,
|
|
|
+ mpglib/decode_i386.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+ automake/autoconf cleanup and enhancement
|
|
|
+
|
|
|
+2001-01-15 14:19 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, util.h:
|
|
|
+
|
|
|
+ More cleanups and bugfixes of --nspsytune.
|
|
|
+
|
|
|
+2001-01-15 09:38 aleidinger
|
|
|
+
|
|
|
+ * doc/html/Makefile.am:
|
|
|
+
|
|
|
+ remove node[57].html
|
|
|
+
|
|
|
+2001-01-15 09:14 gramps
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ Raised track limit from 99 to 255 per user requests.
|
|
|
+
|
|
|
+2001-01-15 09:10 robert
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.MSVC, Makefile.unix:
|
|
|
+
|
|
|
+ more RH_AMP clean up
|
|
|
+
|
|
|
+2001-01-15 08:58 gramps
|
|
|
+
|
|
|
+ * frontend/parse.c, doc/html/id3.html:
|
|
|
+
|
|
|
+ Raised track limit from 99 to 255 per user requests.
|
|
|
+
|
|
|
+2001-01-15 08:48 gramps
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ - Simplified prologue of all public functions, removing intermediate "spec"
|
|
|
+ variable, and assuming (like the rest of LAME) that gfp is never null.
|
|
|
+ - Fixed a stupid sizeof bug (mine) in "id3tag_init".
|
|
|
+ - Raised track limit from 99 to 255 per user requests.
|
|
|
+ - No longer write full text of genre in version 2 tag. Now write more
|
|
|
+ cannonical "(num)" format where "num" is the text version of the genre
|
|
|
+ number, more closely following the updated ID3v2.3 spec and usage in id3lib.
|
|
|
+ This also makes the tag smaller.
|
|
|
+ - Now use id3lib-compatible bogus language descriptor "XXX" in version 2
|
|
|
+ comment frames instead of just null bytes.
|
|
|
+ - Changed order of frames written in version 2 tag to match version 1 tag.
|
|
|
+ - Restored some of Frank's optimizations.
|
|
|
+ - Fixed LAME URL.
|
|
|
+ - Reworded some comments and fixed misspellings.
|
|
|
+ - Moved "local_strcasecmp" back into its original position.
|
|
|
+ - Some small reformatting to match original file.
|
|
|
+
|
|
|
+2001-01-14 23:29 gramps
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ - Changed "highest" to "higher" to describe recommended quality setting in
|
|
|
+ constant bit rate example.
|
|
|
+
|
|
|
+ - Changed "CBR" to "VBR" to correct misspelling in variable bit rate
|
|
|
+ description.
|
|
|
+
|
|
|
+2001-01-14 22:40 gramps
|
|
|
+
|
|
|
+ * doc/html/Makefile.in:
|
|
|
+
|
|
|
+ Removed dependency on obsolete node5.html and node7.html.
|
|
|
+
|
|
|
+2001-01-14 22:35 markt
|
|
|
+
|
|
|
+ * USAGE, frontend/parse.c:
|
|
|
+
|
|
|
+ documentation of -q parameter in USAGE and lame --longhelp
|
|
|
+
|
|
|
+2001-01-14 22:13 markt
|
|
|
+
|
|
|
+ * doc/html/: node5.html, node7.html:
|
|
|
+
|
|
|
+ removed as per Gaby
|
|
|
+
|
|
|
+2001-01-14 22:12 markt
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c:
|
|
|
+
|
|
|
+ created new routine lame_init_qval() which does all the
|
|
|
+ gfp->quality related settings. Cleaned up some more RH_AMP code:
|
|
|
+ The only way to enable scalefac_scale right now is with
|
|
|
+ -Z or --nspsytune.
|
|
|
+
|
|
|
+2001-01-14 21:01 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated test case
|
|
|
+ (Takehiro fixed a bug which I introduced, which changes test cases).
|
|
|
+
|
|
|
+2001-01-14 17:25 aleidinger
|
|
|
+
|
|
|
+ * DEFINES, Makefile.in, aclocal.m4, config.guess, config.sub,
|
|
|
+ configure, configure.in, missing, mkinstalldirs, Dll/Makefile.am,
|
|
|
+ Dll/Makefile.in, debian/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, frontend/depcomp, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/depcomp,
|
|
|
+ libmp3lame/i386/Makefile.in, misc/Makefile.in, misc/depcomp,
|
|
|
+ mpglib/Makefile.in, mpglib/depcomp:
|
|
|
+
|
|
|
+ DEFINES:
|
|
|
+ remove obsolete defines
|
|
|
+
|
|
|
+ configure*:
|
|
|
+ minor cleanup
|
|
|
+
|
|
|
+ Makefile*:
|
|
|
+ - minor cleanup
|
|
|
+ - use automake 2.14b
|
|
|
+
|
|
|
+ Added files:
|
|
|
+ needed for new automake
|
|
|
+
|
|
|
+ rest:
|
|
|
+ updated automake files
|
|
|
+
|
|
|
+2001-01-14 15:40 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ there are encoders with different delays on different channels (Frank)
|
|
|
+
|
|
|
+2001-01-14 12:21 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Enabled scalefac_scale if --nspsytune is specified.
|
|
|
+
|
|
|
+2001-01-14 12:02 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ fixed new amp_scalefac_bands
|
|
|
+ (it may use "trigger" variable without any initialization)
|
|
|
+
|
|
|
+2001-01-14 09:42 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ minor bug fix.
|
|
|
+ when subblock gain=1 and scalefactor is -1(means no need to calculate),
|
|
|
+ LAME will try to check the quantization with meanless scalefactor combination.
|
|
|
+
|
|
|
+2001-01-14 09:39 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ subblock_gain is 3-bit and its limit is 7, not 8.
|
|
|
+
|
|
|
+2001-01-14 09:35 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ oops, conflicts are removed
|
|
|
+
|
|
|
+2001-01-14 09:31 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ to store the distortion into III_psy_xmin structure, not simple array.
|
|
|
+ this may make array pointer calculation easier and bring some speed up.
|
|
|
+
|
|
|
+2001-01-14 09:26 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, psymodel.c, psymodel.h:
|
|
|
+
|
|
|
+ Cleanup and small speed optimization of --nspsytune.
|
|
|
+
|
|
|
+2001-01-14 08:17 markt
|
|
|
+
|
|
|
+ * API:
|
|
|
+
|
|
|
+ one minor update to the API file
|
|
|
+
|
|
|
+2001-01-14 08:13 markt
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/lame.c, libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ made a new, simpler unified amp_scalefac_bands():
|
|
|
+
|
|
|
+ * distort[] = noise/masking
|
|
|
+ * distort[] > 1 ==> noise is not masked
|
|
|
+ * distort[] < 1 ==> noise is masked
|
|
|
+ * max_dist = maximum value of distort[]
|
|
|
+ *
|
|
|
+ * Three algorithms:
|
|
|
+ * noise_shaping_amp
|
|
|
+ * 0 Amplify all bands with distort[]>1.
|
|
|
+ *
|
|
|
+ * 1 Amplify all bands with distort[] >= max_dist^(.5);
|
|
|
+ * ( 50% in the db scale)
|
|
|
+ *
|
|
|
+ * 2 Amplify first band with distort[] >= max_dist;
|
|
|
+ *
|
|
|
+ *
|
|
|
+ * For algorithms 0 and 1, if max_dist < 1, then amplify all bands
|
|
|
+ * with distort[] >= .95*max_dist. This is to make sure we always
|
|
|
+ * amplify at least one band.
|
|
|
+ *
|
|
|
+
|
|
|
+ noise_shaping_amp=0 -q3 .. -q9
|
|
|
+ noise_shaping_amp=1 -q2
|
|
|
+ noise_shaping_amp=2 -q1, -q0
|
|
|
+
|
|
|
+ --nspsytune was using what is now noise_shaping_amp=2, but the only
|
|
|
+ way to get this now is to use --nspsytune -q1.
|
|
|
+ Naoki: is this a problem?
|
|
|
+
|
|
|
+ I also defaulted the clever RH_AMP stoping criterion in
|
|
|
+ outer_loop.
|
|
|
+
|
|
|
+2001-01-14 05:36 markt
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize.c, quantize_pvt.c,
|
|
|
+ util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ some tuning of VBR masking_lower because of new ATH function.
|
|
|
+ Disabled VBR_q based lowering of ATH. Is this still needed?
|
|
|
+ You can always achieve the same effect with --athlower option.
|
|
|
+
|
|
|
+2001-01-13 18:01 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, configure, configure.in,
|
|
|
+ Dll/Makefile.in, debian/Makefile.am, debian/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.am, dshow/Makefile.in, frontend/Makefile.am,
|
|
|
+ frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.am, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.am, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ "make dist" related:
|
|
|
+ - add debian subdir
|
|
|
+ - add missing files
|
|
|
+
|
|
|
+ different builddir related:
|
|
|
+ - change argument to -l option for nasm
|
|
|
+
|
|
|
+2001-01-13 17:40 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in.old:
|
|
|
+
|
|
|
+ obsolete
|
|
|
+
|
|
|
+2001-01-13 17:36 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in.old:
|
|
|
+
|
|
|
+ obsolete
|
|
|
+
|
|
|
+2001-01-13 13:45 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ bit coding hack and cleanup
|
|
|
+
|
|
|
+2001-01-13 12:55 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, Dll/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ automake generated
|
|
|
+
|
|
|
+2001-01-13 12:54 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: fft.c, i386/Makefile.am, i386/fft3dn.nas:
|
|
|
+
|
|
|
+ now LAME supports 3dnow! fft
|
|
|
+
|
|
|
+2001-01-13 10:37 pgubanov
|
|
|
+
|
|
|
+ * dshow/Encoder.cpp:
|
|
|
+
|
|
|
+ Removed (char*) cast in lame_encode_buffer() call
|
|
|
+
|
|
|
+2001-01-12 19:20 markt
|
|
|
+
|
|
|
+ * debian/: changelog, control, copyright, lame-dev.docs,
|
|
|
+ lame-dev.files, lame-extras.files, lame.docs, lame.files, rules:
|
|
|
+
|
|
|
+ added debian files from Ingo Saitz
|
|
|
+
|
|
|
+2001-01-12 19:17 markt
|
|
|
+
|
|
|
+ * debian/: cron.d.ex, dirs, docs, emacsen-install.ex,
|
|
|
+ emacsen-remove.ex, emacsen-startup.ex, ex.doc-base.package,
|
|
|
+ files, init.d.ex, manpage.1.ex, manpage.sgml.ex, menu.ex,
|
|
|
+ postinst.debhelper, postinst.ex, postrm.ex, preinst.ex,
|
|
|
+ prerm.debhelper, prerm.ex, substvars, watch.ex:
|
|
|
+
|
|
|
+ New Debian package from Ingo Saitz
|
|
|
+
|
|
|
+2001-01-12 19:11 markt
|
|
|
+
|
|
|
+ * README.Debian:
|
|
|
+
|
|
|
+ removed README.Debian
|
|
|
+
|
|
|
+2001-01-12 11:13 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ further improvements, e.g. reduced latency (Frank)
|
|
|
+
|
|
|
+2001-01-11 22:37 markt
|
|
|
+
|
|
|
+ * HACKING, frontend/mp3rtp.c, frontend/mp3x.c:
|
|
|
+
|
|
|
+ updated mp3rtp.c and mp3x.c to use lame_global_flags *lame_init()
|
|
|
+ (lame allocates storage for lame_global_flags)
|
|
|
+ rather than lame_init_old(&gf) which required calling
|
|
|
+ program to instantiate gf.
|
|
|
+
|
|
|
+ Now we need to start writing one routine for every parameter:
|
|
|
+
|
|
|
+ lame_set_bitrate
|
|
|
+ lame_set_num_channels
|
|
|
+ etc...
|
|
|
+
|
|
|
+2001-01-10 16:03 aleidinger
|
|
|
+
|
|
|
+ * frontend/lame.dsp, frontend/mp3x.dsp, libmp3lame/libmp3lame.dsp,
|
|
|
+ mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ work around for a bug in VC (Todd Richmond)
|
|
|
+
|
|
|
+2001-01-09 15:15 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ bugfixes
|
|
|
+
|
|
|
+2001-01-08 18:15 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ removed KLEMM_12, on by default
|
|
|
+
|
|
|
+2001-01-08 18:07 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ Roberts VBR code: speed improvement for vbr-mtrh (ping pong patch, OKed by Mark)
|
|
|
+
|
|
|
+2001-01-07 23:47 markt
|
|
|
+
|
|
|
+ * frontend/: portableio.c, timestatus.c:
|
|
|
+
|
|
|
+ chage to KLEMM-36 from Frank
|
|
|
+
|
|
|
+2001-01-07 22:53 markt
|
|
|
+
|
|
|
+ * frontend/timestatus.c, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ undefined variable (last = 0, line 214) in timestatis.c
|
|
|
+ commented out.
|
|
|
+
|
|
|
+ fixed some dimensions in the funtion prototype of l3para_read
|
|
|
+
|
|
|
+2001-01-07 22:35 markt
|
|
|
+
|
|
|
+ * frontend/timestatus.c:
|
|
|
+
|
|
|
+ Applied Frank's patch (from mp3encoder) to timestatus.c
|
|
|
+ with -R. I hope I didn't undo this by mistake!
|
|
|
+
|
|
|
+2001-01-07 22:33 markt
|
|
|
+
|
|
|
+ * frontend/timestatus.c:
|
|
|
+
|
|
|
+ added a brhist_jump_back() to timestatus_klemm().
|
|
|
+ sent to me by Magnus Holmgren.
|
|
|
+
|
|
|
+2001-01-07 22:28 markt
|
|
|
+
|
|
|
+ * USAGE, frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ added the "-ma" option.
|
|
|
+ Ultimate goal:
|
|
|
+ 8 kbps Mono
|
|
|
+ 16- 96 kbps Intensity Stereo (if available, otherwise Joint Stereo)
|
|
|
+ 112-128 kbps Joint Stereo -mj
|
|
|
+ 160-192 kbps something between -mj and -ms
|
|
|
+ 224-320 kbps Independent Stereo -ms
|
|
|
+
|
|
|
+ currently enables KLEMM_12. KLEMM_12 is gone.
|
|
|
+
|
|
|
+2001-01-07 16:17 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Don\'t change floatingpoint mask for FreeBSD on Alpha hardware, obtained from FreeBSD-Ports
|
|
|
+
|
|
|
+2001-01-07 14:48 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ cleanup, no functional change
|
|
|
+
|
|
|
+2001-01-07 14:47 aleidinger
|
|
|
+
|
|
|
+ * Dll/Example.dsw, Dll/MP3EncDll.dsw, dshow/dshow.dsw,
|
|
|
+ frontend/lame.dsw, frontend/mp3x.dsw, misc/abx.c:
|
|
|
+
|
|
|
+ fix *.dsw
|
|
|
+ new version of abc.c (Frank)
|
|
|
+
|
|
|
+2001-01-07 09:14 markt
|
|
|
+
|
|
|
+ * frontend/: mp3rtp.c, mp3x.c:
|
|
|
+
|
|
|
+ global variables used by frontend code are now instantiated
|
|
|
+ in parse.c.
|
|
|
+
|
|
|
+ Before, the were defined external in main.h, and instantiated
|
|
|
+ in the frontend, meaning they had to appear in mp3x.c, main.c
|
|
|
+ and mp3rtp.c
|
|
|
+
|
|
|
+ we need to get rid of these!
|
|
|
+
|
|
|
+2001-01-07 09:11 markt
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ libmp3lame/lame.c:
|
|
|
+
|
|
|
+ more tweaks to the --decode-mp3delay option
|
|
|
+
|
|
|
+2001-01-07 08:28 markt
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, util.h:
|
|
|
+
|
|
|
+ added a variable, noise_shaping_amp. It does nothing right now.
|
|
|
+
|
|
|
+2001-01-07 08:24 markt
|
|
|
+
|
|
|
+ * frontend/: main.c, main.h, parse.c:
|
|
|
+
|
|
|
+ added a undocumented option --decode-mp3delay <n>
|
|
|
+ to allow someone to adjust the number of samples
|
|
|
+ lame --decode will truncate. David Robinson requirested this
|
|
|
+ since he didn't like that lame --decode would truncate 1106 samples
|
|
|
+ (assuming a encoder delay of 576) since BladeEnc has an encoder delay
|
|
|
+ of only 528.)
|
|
|
+
|
|
|
+2001-01-07 05:25 markt
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ main.c: uses lame_init() instead of lame_init_old().
|
|
|
+ util.c: added frank's changes: 32 point filter instead of 19.
|
|
|
+ prep work for frank's new resampling/filtering code.
|
|
|
+ updated test cases.
|
|
|
+
|
|
|
+2001-01-06 23:12 markt
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c, quantize_pvt.c, util.c:
|
|
|
+
|
|
|
+ ATHformula modifed to work in Hz instead of Khz.
|
|
|
+
|
|
|
+ Minor change to a bunch of routines + regeneration of
|
|
|
+ test cases.
|
|
|
+
|
|
|
+2001-01-06 22:57 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase
|
|
|
+
|
|
|
+2001-01-06 22:55 markt
|
|
|
+
|
|
|
+ * libmp3lame/fft.c:
|
|
|
+
|
|
|
+ Switched to the Blackman window for the FFT energy estimator.
|
|
|
+ This is just to merge some nspsytune code into default
|
|
|
+
|
|
|
+2001-01-06 07:40 gramps
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ Backed out some large changes done in November which introduced at least two bugs. Also fixed other older bug in id3tag_write_v2.
|
|
|
+
|
|
|
+2001-01-06 01:11 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ more prep work to remove all psycho acoustic tables
|
|
|
+
|
|
|
+2001-01-06 01:00 markt
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.h, lame.c, mpglib_interface.c, psymodel.c:
|
|
|
+
|
|
|
+ added formulas to replace the last of the table data.
|
|
|
+ some changes to reflect that Xing VBR header parsing code
|
|
|
+ has been moved into mpglib
|
|
|
+
|
|
|
+2001-01-05 22:15 markt
|
|
|
+
|
|
|
+ * mpglib/: interface.c, mpglib.h:
|
|
|
+
|
|
|
+ added XingVBR header parsing code
|
|
|
+
|
|
|
+2001-01-05 22:13 markt
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, gtkanal.c:
|
|
|
+
|
|
|
+ fixed bug in frame analyzer when analyzing mp3 files.
|
|
|
+ frame counter incremented too soon. This was introduced
|
|
|
+ when someone (maybe me, but I dont remember!) replaced the
|
|
|
+ use of gfp->frameNum with a global variable limited in scope to
|
|
|
+ just gtkanal.c
|
|
|
+
|
|
|
+ get_audio.c: removed VBR Xing header checking code.
|
|
|
+ this has been moved into mpglib.
|
|
|
+
|
|
|
+2001-01-05 15:26 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in.old, configure.in.old:
|
|
|
+
|
|
|
+ obsolete
|
|
|
+
|
|
|
+2001-01-05 15:20 aleidinger
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.unix, frontend/brhist.c,
|
|
|
+ frontend/get_audio.c, frontend/gpkplotting.c, frontend/gtkanal.c,
|
|
|
+ frontend/lame.dsp, frontend/lametime.c, frontend/main.c,
|
|
|
+ frontend/mp3rtp.c, frontend/mp3x.c, frontend/mp3x.dsp,
|
|
|
+ frontend/parse.c, frontend/portableio.c, frontend/rtp.c,
|
|
|
+ frontend/timestatus.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/debugscalefac.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/fft.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/libmp3lame.dsp,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/resample.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/vorbis_interface.c, misc/abx.c, mpglib/common.c,
|
|
|
+ mpglib/dct64_i386.c, mpglib/decode_i386.c, mpglib/interface.c,
|
|
|
+ mpglib/layer1.c, mpglib/layer2.c, mpglib/layer3.c,
|
|
|
+ mpglib/mpglib.dsp, mpglib/tabinit.c:
|
|
|
+
|
|
|
+ misc/abx.c: (Frank Klemm)
|
|
|
+ - level adjustment
|
|
|
+ - clean up
|
|
|
+ - A-B repeat ("chunks")
|
|
|
+
|
|
|
+ Makefile.*:
|
|
|
+ - nuke NOTERMCAP, it's HAVE_TERMCAP now
|
|
|
+ (defined where neccessary, please report slipped in breakage)
|
|
|
+
|
|
|
+ (frontend|mp3x|libmp3lame|mpglib).dsp:
|
|
|
+ - copy configMS.h config.h (Todd Richmond)
|
|
|
+ - unbreak (Todd Richmond)
|
|
|
+ - nuke NOTERMCAP
|
|
|
+ - change HAVE([A-Z]*) to HAVE_$1
|
|
|
+
|
|
|
+ *.c:
|
|
|
+ - get rid of configMS.h, we finally have support in *.dsp
|
|
|
+
|
|
|
+2001-01-03 13:06 aleidinger
|
|
|
+
|
|
|
+ * Makefile.DJGPP, Makefile.am, Makefile.in, Makefile.unix,
|
|
|
+ aclocal.m4, config.h.in, configure, configure.in,
|
|
|
+ frontend/Makefile.am, frontend/Makefile.in, frontend/brhist.c,
|
|
|
+ frontend/console.c, frontend/get_audio.c, frontend/gpkplotting.c,
|
|
|
+ frontend/gtkanal.c, frontend/lametime.c, frontend/main.c,
|
|
|
+ frontend/mp3rtp.c, frontend/mp3x.c, frontend/parse.c,
|
|
|
+ frontend/portableio.c, frontend/rtp.c, frontend/timestatus.c,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/debugscalefac.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/fft.c, libmp3lame/id3tag.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/resample.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/vorbis_interface.c, misc/Makefile.am,
|
|
|
+ misc/Makefile.in, mpglib/common.c, mpglib/dct64_i386.c,
|
|
|
+ mpglib/decode_i386.c, mpglib/interface.c, mpglib/layer1.c,
|
|
|
+ mpglib/layer2.c, mpglib/layer3.c, mpglib/tabinit.c:
|
|
|
+
|
|
|
+ Makefile.{unix,DJGPP}: Bugfixes (Includes)
|
|
|
+ Makefile.am: follow the move of some scripts to misc
|
|
|
+ *: add dmalloc support (configure --with-dmalloc)
|
|
|
+ (it seems we have a memleak somewhere, I will have a closer look soon)
|
|
|
+
|
|
|
+2001-01-03 11:51 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, encoder.c:
|
|
|
+
|
|
|
+ Tweaking and bugfix of --nspsytune.
|
|
|
+
|
|
|
+2001-01-02 06:02 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ typo in read_samples_pcm fixed
|
|
|
+
|
|
|
+2001-01-01 17:35 markt
|
|
|
+
|
|
|
+ * API, HACKING:
|
|
|
+
|
|
|
+ minor edits to API and HACKING
|
|
|
+
|
|
|
+2001-01-01 17:26 markt
|
|
|
+
|
|
|
+ * Lame.vbs, README.WINGTK, TODO, USAGE, lame4dos.bat,
|
|
|
+ misc/Lame.vbs, misc/lame4dos.bat:
|
|
|
+
|
|
|
+ moved some more scripts into 'misc' directory
|
|
|
+
|
|
|
+2001-01-01 17:12 markt
|
|
|
+
|
|
|
+ * INSTALL, README.WINGTK, USAGE, auenc, mlame,
|
|
|
+ frontend/README.Win32, misc/auenc, misc/mlame:
|
|
|
+
|
|
|
+ moved scripts into misc directory
|
|
|
+ moved README.Win32 (which described compiling mp3x under windows)
|
|
|
+ back to its original name, README.WINGTK
|
|
|
+ minor updates to INSTALL and USAGE
|
|
|
+
|
|
|
+2000-12-27 13:13 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ - listen to the difference of both signals
|
|
|
+ - highlighting of "errors"
|
|
|
+ - DC canceling
|
|
|
+ - support for monaural signals
|
|
|
+ - cleanup
|
|
|
+ - bugfixes
|
|
|
+ - correct shell quoting
|
|
|
+
|
|
|
+2000-12-25 10:49 shibatch
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ Tweaked --nspsytune.
|
|
|
+
|
|
|
+2000-12-22 15:36 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ now with cross correlation (Frank)
|
|
|
+
|
|
|
+2000-12-20 22:55 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ - files to test have to have the same samplerate (Frank)
|
|
|
+ - check for correct number of arguments (Alexander)
|
|
|
+
|
|
|
+2000-12-20 15:14 aleidinger
|
|
|
+
|
|
|
+ * DEFINES, libmp3lame/psymodel.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h:
|
|
|
+
|
|
|
+ Patches for KLEMM_43 protected code
|
|
|
+
|
|
|
+2000-12-19 13:09 aleidinger
|
|
|
+
|
|
|
+ * DEFINES, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ Ping pong #3, OKed by Mark.
|
|
|
+
|
|
|
+2000-12-19 08:16 markt
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+
|
|
|
+ simplifed the LICENSE file describing how to use
|
|
|
+ LAME in commercial software
|
|
|
+
|
|
|
+2000-12-19 07:51 markt
|
|
|
+
|
|
|
+ * INSTALL, README, README.B32:
|
|
|
+
|
|
|
+ updated README files with new configure information.
|
|
|
+ debuging statement added to interface.c, then removed.
|
|
|
+
|
|
|
+2000-12-19 07:46 markt
|
|
|
+
|
|
|
+ * frontend/: brhist.c, get_audio.c:
|
|
|
+
|
|
|
+ more size_t's removed
|
|
|
+
|
|
|
+2000-12-19 07:43 markt
|
|
|
+
|
|
|
+ * frontend/: main.c, mp3rtp.c, parse.c, rtp.c, rtp.h:
|
|
|
+
|
|
|
+ removed some size_t's.
|
|
|
+ Added some windows code to rtp.c/mp3rtp.c: It is supposed to
|
|
|
+ be much improved:
|
|
|
+
|
|
|
+ LAME is really great project.
|
|
|
+
|
|
|
+ However, RTP code for multicasting isn't very good.
|
|
|
+
|
|
|
+ I've attached some modification, and tested it on Win NT4 and Win2K with
|
|
|
+ FreeAmp on ordinary 10 and 100 Mbit Ethernet with encoding in neverending
|
|
|
+ loop. It was running one week w/o any probs.
|
|
|
+
|
|
|
+ I would like to please you to not include my name anywhere (there are
|
|
|
+ several reason why, at the moment).
|
|
|
+
|
|
|
+ However, code is very MSVC specific, so it is commented out
|
|
|
+ with #if 0. Most of the code was added to the end of rtp.c.
|
|
|
+
|
|
|
+2000-12-19 07:00 markt
|
|
|
+
|
|
|
+ * frontend/main.c:
|
|
|
+
|
|
|
+ deleted stupid C++ typecasts. LAME is written in C.
|
|
|
+ integer arguments to fwrite() do not need typecasts.
|
|
|
+
|
|
|
+2000-12-16 05:43 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, psymodel.c:
|
|
|
+
|
|
|
+ 1. Old ATH formula is now default for --nspsytune.
|
|
|
+ 2. Tweaked a parameter of --nspsytune.
|
|
|
+ 3. Minor code cleanup.
|
|
|
+
|
|
|
+2000-12-14 13:32 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, configure, Dll/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2000-12-14 13:31 aleidinger
|
|
|
+
|
|
|
+ * configure.in, libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ force nasm to generate coff output when building under cygwin (Egor Duga)
|
|
|
+
|
|
|
+2000-12-14 10:05 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, config.h.in, configure, Dll/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ dshow/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2000-12-14 10:04 aleidinger
|
|
|
+
|
|
|
+ * Makefile.DJGPP, Makefile.am, Makefile.unix, configMS.h,
|
|
|
+ configure.in, frontend/Makefile.am, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/i386/Makefile.am, mpglib/Makefile.am:
|
|
|
+
|
|
|
+ configure.in:
|
|
|
+ - determine the size of various types at configure time
|
|
|
+ - add --enable-debug=anoying
|
|
|
+
|
|
|
+ configMS.h:
|
|
|
+ - add SIZEOF_... defines, see configure.in
|
|
|
+
|
|
|
+ Makefile.unix:
|
|
|
+ - bugfix from Robert (shame on me)
|
|
|
+
|
|
|
+ Makefile.DJGPP:
|
|
|
+ - add cpu_feat.nas and scalar.nas to the build with NASM
|
|
|
+
|
|
|
+ Submitted by Egor Duda <deo@logos-m.ru> (thank you, works great):
|
|
|
+ * Makefile.am: add $(EXEEXT) to executables for cygwin build
|
|
|
+ * Makefile.am: take source .wav file from srcdir
|
|
|
+ * configure.in: require autoconf 2.13
|
|
|
+ * configure.in: check for executable files extension
|
|
|
+ * frontend/Makefile.am: use builddir to get autogenerated headers
|
|
|
+ and libraries from, in case we're doing build in separate directory;
|
|
|
+ take normal headers from srcdir instead of current.
|
|
|
+ * libmp3lame/Makefile.am: ditto
|
|
|
+ * libmp3lame/i386/Makefile.am: ditto
|
|
|
+ * mpglib/Makefile.am: ditto
|
|
|
+
|
|
|
+2000-12-13 02:28 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Minor bugfix.
|
|
|
+
|
|
|
+2000-12-13 02:21 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Minor bugfix of --nspsytune.
|
|
|
+ (forgot to merge.)
|
|
|
+
|
|
|
+2000-12-12 04:50 shibatch
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ Added option --athtype which selects ATH formula.
|
|
|
+
|
|
|
+ Some major changes to --nspsytune.
|
|
|
+ 1. --nspsytune doesn't use pe.
|
|
|
+ 2. MS psymodel is modified. Added new option --nssafejoint.
|
|
|
+ 3. some more tunings of short block preecho control.
|
|
|
+
|
|
|
+2000-12-12 01:11 markt
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c:
|
|
|
+
|
|
|
+
|
|
|
+ Latest checkin from Alex include an rewritten 'Bitrate()' routine.
|
|
|
+
|
|
|
+ This breaks the --abr code, since new routine considers a bitrate of 0
|
|
|
+ invalid. Now fixed.
|
|
|
+
|
|
|
+2000-12-11 22:15 markt
|
|
|
+
|
|
|
+ * misc/Makefile.am:
|
|
|
+
|
|
|
+ added mlame_corr.c to the
|
|
|
+ EXTRA_DIST line of Makefile.am
|
|
|
+
|
|
|
+2000-12-11 16:03 aleidinger
|
|
|
+
|
|
|
+ * DEFINES, Makefile.in, frontend/main.c, include/lame.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/fft.c,
|
|
|
+ libmp3lame/fft.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/vorbis_interface.c, mpglib/interface.c,
|
|
|
+ mpglib/interface.h:
|
|
|
+
|
|
|
+ tries to include every change before the CVS rollback which didn't changes output
|
|
|
+
|
|
|
+2000-12-11 14:48 aleidinger
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, libmp3lame/bitstream.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/newmdct.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ redo gfc->stereo -> gfc->channels_out conversation
|
|
|
+
|
|
|
+2000-12-11 01:32 markt
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ updated info regarding the MAD decoder
|
|
|
+
|
|
|
+2000-12-11 00:34 markt
|
|
|
+
|
|
|
+ * Makefile.am, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ applied patch for cygwin FPE stuff
|
|
|
+
|
|
|
+2000-12-11 00:01 markt
|
|
|
+
|
|
|
+ * USAGE, configure, configure.in, mlame_corr.c,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h, include/lame.h,
|
|
|
+ libmp3lame/mpglib_interface.c, misc/mlame_corr.c:
|
|
|
+
|
|
|
+ configure: removed all the debug warning flags. it was impossible
|
|
|
+ to find real problems when compiling in debug mode.
|
|
|
+
|
|
|
+ moved mlame_corr.c into 'misc' directory
|
|
|
+
|
|
|
+ removed some 'size_t' and 'unsigned' from get_audio.c
|
|
|
+
|
|
|
+ made mp3buffer 'unsigned char*' for the mpglib interface routines.
|
|
|
+
|
|
|
+2000-12-08 13:47 aleidinger
|
|
|
+
|
|
|
+ * auenc, misc/mugeco.sh:
|
|
|
+
|
|
|
+ more portability fixes from Fredrik Mellstrom
|
|
|
+
|
|
|
+2000-12-07 18:58 aleidinger
|
|
|
+
|
|
|
+ * mlame:
|
|
|
+
|
|
|
+ use sh instead of bash
|
|
|
+
|
|
|
+2000-12-07 18:55 aleidinger
|
|
|
+
|
|
|
+ * auenc:
|
|
|
+
|
|
|
+ portability patch from Fredrik Mellstrom
|
|
|
+
|
|
|
+2000-12-05 15:48 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ update
|
|
|
+
|
|
|
+2000-12-05 15:46 aleidinger
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ add scalar.nas
|
|
|
+
|
|
|
+2000-12-05 15:40 aleidinger
|
|
|
+
|
|
|
+ * configure, Dll/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2000-12-05 15:37 aleidinger
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.MSVC, Makefile.in, config.h.in,
|
|
|
+ configMS.h, configure.in, frontend/Makefile.am,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/portableio.c, libmp3lame/Makefile.am,
|
|
|
+ libmp3lame/i386/Makefile.in, libmp3lame/i386/cpu_feat.nas,
|
|
|
+ misc/ath.c, mpglib/Makefile.am:
|
|
|
+
|
|
|
+ play ping-pong with some files (we're now at 2000-12-03 again), ok'ed by Mark
|
|
|
+
|
|
|
+2000-12-05 01:17 markt
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ restored DEFINES.
|
|
|
+
|
|
|
+ Sorry Alexendar - I tried to only revert the *.c and *.h files
|
|
|
+ to their Nov 21 values (because of test case problems) but
|
|
|
+ I was unable to get this to work. I was lazy and reverted
|
|
|
+ entire repository back to Nov 21.
|
|
|
+
|
|
|
+2000-12-05 01:15 markt
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ trying to restore DEFINES
|
|
|
+
|
|
|
+2000-12-04 14:36 aleidinger
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ add scalar.nas to build
|
|
|
+
|
|
|
+2000-12-04 06:31 pgubanov
|
|
|
+
|
|
|
+ * dshow/: PropPage.cpp, PropPage.h:
|
|
|
+
|
|
|
+ Target bitrate fix
|
|
|
+
|
|
|
+2000-12-04 06:30 pgubanov
|
|
|
+
|
|
|
+ * dshow/: Mpegac.cpp, Mpegac.def, Mpegac.h, PropPage_adv.cpp,
|
|
|
+ PropPage_adv.h, Property.rc, README, REG.CPP, REG.H, UIDS.H,
|
|
|
+ dshow.dsp, iaudioprops.h, resource.h:
|
|
|
+
|
|
|
+ CR/LF fix
|
|
|
+
|
|
|
+2000-12-03 23:27 markt
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/util.c:
|
|
|
+
|
|
|
+ KLEMM_01 defaulted.
|
|
|
+
|
|
|
+ This enables the new ATH formula.
|
|
|
+
|
|
|
+2000-12-03 23:03 markt
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, tables.h:
|
|
|
+
|
|
|
+ huffmantab: int changed back to short.
|
|
|
+
|
|
|
+2000-12-03 23:00 markt
|
|
|
+
|
|
|
+ * DEFINES, Makefile.B32, Makefile.MSVC, Makefile.in, config.h.in,
|
|
|
+ configMS.h, configure, configure.in, Dll/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/html/contributors.html, doc/html/examples.html,
|
|
|
+ doc/html/history.html, doc/html/id3.html, doc/html/index.html,
|
|
|
+ doc/html/lame.css, doc/html/modes.html, doc/html/node6.html,
|
|
|
+ doc/html/switchs.html, doc/man/Makefile.in, frontend/Makefile.am,
|
|
|
+ frontend/Makefile.in, frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/gtkanal.c, frontend/main.c, frontend/parse.c,
|
|
|
+ frontend/portableio.c, include/Makefile.in, include/lame.h,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/fft.c,
|
|
|
+ libmp3lame/fft.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/pcm.c, libmp3lame/pcm.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/tables.c, libmp3lame/tables.h,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/version.h, libmp3lame/vorbis_interface.c,
|
|
|
+ libmp3lame/i386/Makefile.am, libmp3lame/i386/Makefile.in,
|
|
|
+ libmp3lame/i386/cpu_feat.nas, mpglib/Makefile.am,
|
|
|
+ mpglib/Makefile.in, mpglib/interface.c, mpglib/interface.h:
|
|
|
+
|
|
|
+
|
|
|
+ Reverted back to Nov 21 version.
|
|
|
+
|
|
|
+ Added HTML doc from GB
|
|
|
+
|
|
|
+2000-12-03 17:38 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2000-12-03 17:37 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ fix in debugging options
|
|
|
+
|
|
|
+2000-12-03 14:16 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ add KLEMM_36
|
|
|
+
|
|
|
+2000-12-03 14:14 aleidinger
|
|
|
+
|
|
|
+ * frontend/portableio.c:
|
|
|
+
|
|
|
+ Portability fix from Frank, you need to define KLEMM_36 to enable it
|
|
|
+ (no functional change if you leave it disabled):
|
|
|
+ ---snip---
|
|
|
+ It is a hoax to call this code portable-IO:
|
|
|
+
|
|
|
+ - It doesn't work on machines with CHAR_BIT != 8
|
|
|
+ - it also don't test this error condition
|
|
|
+ - otherwise it tries to handle CHAR_BIT != 8 by things like
|
|
|
+ masking 'putc(i&0xff,fp)'
|
|
|
+ - It doesn't handle EOF in any way
|
|
|
+ - it only works with ints with 32 or more bits
|
|
|
+ - It is a collection of initial buggy code with patching the known errors
|
|
|
+ instead of CORRECTING them!
|
|
|
+ For that see comments on the old Read16BitsHighLow()
|
|
|
+ ---snip---
|
|
|
+
|
|
|
+2000-12-03 13:14 aleidinger
|
|
|
+
|
|
|
+ * misc/abx.c:
|
|
|
+
|
|
|
+ Improvements from Frank:
|
|
|
+ - more input formats (detected by filename)
|
|
|
+ Improvements by me:
|
|
|
+ - sanity checks
|
|
|
+ - works on FreeBSD
|
|
|
+
|
|
|
+2000-12-01 17:42 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, tables.c, tables.h:
|
|
|
+
|
|
|
+ Patches from Frank:
|
|
|
+ ---snip---
|
|
|
+ defined 4 new types for holding psydata information
|
|
|
+ psydata is divided into 25 normal tables (the 24 tables + 1 master table)
|
|
|
+ access via "normal" index instead of scanning through the data
|
|
|
+ tables are now sparsable, i.e. it is possible to remove unneeded parts
|
|
|
+ but this is not yet done to avoid to do to much things at once
|
|
|
+ tables are now smaller
|
|
|
+ ---snip---
|
|
|
+ Hi also did some tests to verify this didn't changes the output.
|
|
|
+
|
|
|
+ I also verified it with "make test" and some regular encoding.
|
|
|
+
|
|
|
+2000-11-30 10:23 aleidinger
|
|
|
+
|
|
|
+ * DEFINES:
|
|
|
+
|
|
|
+ add description of some compile time defines
|
|
|
+
|
|
|
+2000-11-30 10:20 aleidinger
|
|
|
+
|
|
|
+ * Makefile.B32:
|
|
|
+
|
|
|
+ sync with recent changes in the other Makefiles:
|
|
|
+ - HAVExxx -> HAVE_xxx
|
|
|
+ - HAVE_CONFIG_MS_H
|
|
|
+
|
|
|
+2000-11-30 10:17 aleidinger
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h:
|
|
|
+
|
|
|
+ - remove check for CHAR_BITS, was a typo from Frank (confirmed by Frank)
|
|
|
+ - add optimization for unknown SIZEOF_UNSIGNED_LONG (submitted by Frank)
|
|
|
+ in optimized version of SwapBytesInWords()
|
|
|
+ - make the optimized version of SwapBytesInWords() the default
|
|
|
+ (OKed by Mark)
|
|
|
+ - remove DetermineByteOrder(), we have compile time support for it
|
|
|
+
|
|
|
+2000-11-30 10:14 aleidinger
|
|
|
+
|
|
|
+ * configure, Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, mpglib/Makefile.in,
|
|
|
+ dshow/Makefile.in, doc/man/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/Makefile.in, Dll/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2000-11-30 10:11 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/pcm.c:
|
|
|
+
|
|
|
+ - some modifications from Frank
|
|
|
+
|
|
|
+2000-11-30 10:08 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - compile time check for sizeof(int)
|
|
|
+ - more compiler warnings for debugging
|
|
|
+
|
|
|
+2000-11-30 10:07 aleidinger
|
|
|
+
|
|
|
+ * config.h.in, configMS.h:
|
|
|
+
|
|
|
+ - compile time value for sizeof(int)
|
|
|
+
|
|
|
+2000-11-30 10:07 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am, frontend/Makefile.am, mpglib/Makefile.am:
|
|
|
+
|
|
|
+ - additional options for lclint
|
|
|
+
|
|
|
+2000-11-30 10:06 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ - *.lst instead of specifying every file in "CLEANFILES"
|
|
|
+
|
|
|
+2000-11-27 16:39 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: pcm.c, pcm.h:
|
|
|
+
|
|
|
+ submitted by Frank, first revision of a new lame API, not connected to the build yet
|
|
|
+
|
|
|
+2000-11-26 20:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h, i386/cpu_feat.nas:
|
|
|
+
|
|
|
+ Part2 of Frank's Patch
|
|
|
+
|
|
|
+ His List of Changes (part 1 + 2):
|
|
|
+
|
|
|
+ - changed the type of the MP3 byte stream from 'char' to 'unsigned char'
|
|
|
+ - added some 'const' attributes
|
|
|
+ - added to lame_internal_flags: gfp, frame_size, coding, frame_count
|
|
|
+ - one code move inside lame.c (mode_ext), one remove (channels_out)
|
|
|
+ - two new types in util.c
|
|
|
+ - some bug fixes with Ogg
|
|
|
+ - SIMD2 detection
|
|
|
+
|
|
|
+2000-11-26 10:49 robert
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, include/lame.h,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/fft.c,
|
|
|
+ libmp3lame/fft.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/newmdct.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/psymodel.h, libmp3lame/util.h,
|
|
|
+ libmp3lame/vorbis_interface.c, mpglib/interface.c,
|
|
|
+ mpglib/interface.h:
|
|
|
+
|
|
|
+ Patch by Frank:
|
|
|
+ changes from char to unsigned char
|
|
|
+
|
|
|
+2000-11-25 22:59 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ bug fix for -X6, could result in clicking noises
|
|
|
+
|
|
|
+2000-11-25 20:40 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ typo "powf()" lend to crashes under windows, fixed
|
|
|
+
|
|
|
+2000-11-25 18:56 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize.h, vbrquantize.c:
|
|
|
+
|
|
|
+ small fix for vbr-mtrh mode
|
|
|
+
|
|
|
+2000-11-25 18:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ removed superfluous memset in vbr_noise_shaping2()
|
|
|
+ some veryminor speed up for cbr
|
|
|
+ amp_scalefac cleanup
|
|
|
+
|
|
|
+2000-11-24 17:28 robert
|
|
|
+
|
|
|
+ * frontend/gtkanal.c:
|
|
|
+
|
|
|
+ Patches by Frank:
|
|
|
+
|
|
|
+ - documentation
|
|
|
+ - introduced gfc->channels_in
|
|
|
+ - renamed gfc->stereo into gfc->channels_out
|
|
|
+ (note by me: stereo would imply a boolean type stereo ? yes/no
|
|
|
+ what's really annoying and confusing is that we didn't used it that way,
|
|
|
+ but instead stereo=1 -> mono/1-channel, stereo=2 -> stereo/2-channels)
|
|
|
+ - minor bug fixes for BitrateIndex search
|
|
|
+
|
|
|
+2000-11-24 17:06 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/bitstream.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/newmdct.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ Patches by Frank:
|
|
|
+
|
|
|
+ - documentation
|
|
|
+ - introduced gfc->channels_in
|
|
|
+ - renamed gfc->stereo into gfc->channels_out
|
|
|
+ (note by me: stereo would imply a boolean type stereo ? yes/no
|
|
|
+ what's really annoying and confusing is that we didn't used it that way,
|
|
|
+ but instead stereo=1 -> mono/1-channel, stereo=2 -> stereo/2-channels)
|
|
|
+ - minor bug fixes for BitrateIndex search
|
|
|
+
|
|
|
+2000-11-23 23:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ some loops manually unrolled into "Duff's Device"
|
|
|
+ speed improvement for --vbr-mtrh GCC compiled ca. 5 % overall
|
|
|
+ speed improvement for --vbr-mtrh Intel 4.5 compiled ca. 1-2 %
|
|
|
+ looks like the intel compiler does a better job on loops
|
|
|
+ compared to GCC.
|
|
|
+
|
|
|
+2000-11-23 15:14 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ compromise between size/speed/multi CPU, thanks to Dmitry
|
|
|
+
|
|
|
+2000-11-23 13:06 aleidinger
|
|
|
+
|
|
|
+ * misc/ath.c:
|
|
|
+
|
|
|
+ readd support for other systems than linux (at least FreeBSD)
|
|
|
+
|
|
|
+2000-11-22 21:03 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ added little howto into Makefile.MSVC
|
|
|
+ think MS C compiler works now again
|
|
|
+
|
|
|
+2000-11-22 01:09 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ cosmetics
|
|
|
+
|
|
|
+2000-11-22 00:30 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/tables.c,
|
|
|
+ libmp3lame/tables.h, libmp3lame/util.c, libmp3lame/version.h,
|
|
|
+ misc/ath.c:
|
|
|
+
|
|
|
+ some patches by Frank
|
|
|
+
|
|
|
+ - replace ath.c (has with Lame nothing to do)
|
|
|
+ - lame.c: A line in my new code exchange (see ATHformula problems)
|
|
|
+ - util.c: ATHformula changed over from kHz to cycles per second (last util formula with kHz been)
|
|
|
+ - ATHformula below 20 cycles per second (instead of 10 cycles per second) limits (< 20 cycles per second are Infraschall,
|
|
|
+ additionally the function becomes there completely useless)
|
|
|
+ - quantize_pvt.c: Effects of ATHformula
|
|
|
+ - tables.c:
|
|
|
+ - something documents -
|
|
|
+ -number of entries over one increases
|
|
|
+ (20=>21, 11=>12, etc..)
|
|
|
+ - SNR_s converted and to the obvious values
|
|
|
+ 0.15/0.18/0.20/0.25/0.30/0.35/0.40 rounded.
|
|
|
+ - w1 and w2 with 576 multiply (error is <
|
|
|
+ 0.91*10^-3, it seems in the tables both to have been rounded off as well as with
|
|
|
+ minimum error have been rounded) - end to OF DATA marker to the integrity test
|
|
|
+ inserted - a reading in of the table revises: psymodel.c - fewer error-prone code (fewer
|
|
|
+ * p++) - meaningful error messages for problem localization - Peeeeeeps in the case of
|
|
|
+ error - removing from loop (now j, is used only farther back; and adapted by k2) -
|
|
|
+ ATHformula - util.c - some amusing " while" Konstrukte, which originate still from the
|
|
|
+ ISO code, transformed into the appropriate " for" Konstrukte (with it first some amusing
|
|
|
+ things are noticeable, so e.g. why starting from index 0 instead of 1 are looked up?)
|
|
|
+
|
|
|
+2000-11-21 22:15 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, frontend/gtkanal.c:
|
|
|
+
|
|
|
+ some reorganization in Makefile.MSVC
|
|
|
+ it's now more commandline configurable
|
|
|
+
|
|
|
+2000-11-20 20:45 robert
|
|
|
+
|
|
|
+ * frontend/: mp3x.c, parse.c:
|
|
|
+
|
|
|
+ fix for mp3x.c: showed usage twice
|
|
|
+ fix for parse.c: lame_version_print()
|
|
|
+ in some situations the text is longer than 80 characters
|
|
|
+ now the url will be wrapped into the next line, right aligned
|
|
|
+ if 80 character aren't enough
|
|
|
+
|
|
|
+2000-11-20 15:08 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix, frontend/parse.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ overhauled Makefile.MSVC for easier configuration
|
|
|
+ design bug in parse.c fixed (should not include files from engine)
|
|
|
+
|
|
|
+2000-11-20 01:48 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ it's now possible to compile lame_enc.dll with Makefile.MSVC
|
|
|
+ tried the DLL with CD-ex, seems to work
|
|
|
+
|
|
|
+2000-11-20 00:16 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ updated Compile Flags due to crashes
|
|
|
+ added rule to generate config.h out of configMS.h
|
|
|
+ first try to let the dll compile, still does not work
|
|
|
+
|
|
|
+2000-11-19 14:12 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix, frontend/gtkanal.c,
|
|
|
+ libmp3lame/lame.c:
|
|
|
+
|
|
|
+ Some bugs fixed introduced due to configure stuff and others
|
|
|
+
|
|
|
+2000-11-19 11:26 aleidinger
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ bugfix for decoder define
|
|
|
+
|
|
|
+2000-11-18 12:13 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in:
|
|
|
+
|
|
|
+ regen (unbreak build)
|
|
|
+
|
|
|
+2000-11-18 12:12 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ bugfix after removing ieeefloat.*
|
|
|
+
|
|
|
+2000-11-18 10:50 aleidinger
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/get_audio.c, frontend/gpkplotting.c,
|
|
|
+ frontend/gtkanal.c, frontend/lame.dsp, frontend/lametime.c,
|
|
|
+ frontend/main.c, frontend/mp3rtp.c, frontend/mp3x.c,
|
|
|
+ frontend/parse.c, frontend/portableio.c, frontend/rtp.c,
|
|
|
+ frontend/timestatus.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/bitstream.c, libmp3lame/debugscalefac.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/fft.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/libmp3lame.dsp,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/reservoir.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/vorbis_interface.c, misc/abx.c, misc/ath.c,
|
|
|
+ mpglib/common.c, mpglib/dct64_i386.c, mpglib/decode_i386.c,
|
|
|
+ mpglib/interface.c, mpglib/layer1.c, mpglib/layer2.c,
|
|
|
+ mpglib/layer3.c, mpglib/mpglib.dsp, mpglib/tabinit.c:
|
|
|
+
|
|
|
+ include configMS.h on Windows
|
|
|
+
|
|
|
+2000-11-18 10:49 aleidinger
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.DJGPP:
|
|
|
+
|
|
|
+ define HAVE_CONFIG_MS_H for Windows
|
|
|
+
|
|
|
+2000-11-18 10:49 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ regen (configMS.h)
|
|
|
+
|
|
|
+2000-11-18 10:48 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, configMS.h:
|
|
|
+
|
|
|
+ introduce configMS.h for Windows
|
|
|
+
|
|
|
+2000-11-18 05:40 markt
|
|
|
+
|
|
|
+ * README.Debian, debian/changelog, debian/control,
|
|
|
+ debian/copyright, debian/cron.d.ex, debian/dirs, debian/docs,
|
|
|
+ debian/emacsen-install.ex, debian/emacsen-remove.ex,
|
|
|
+ debian/emacsen-startup.ex, debian/ex.doc-base.package,
|
|
|
+ debian/files, debian/init.d.ex, debian/manpage.1.ex,
|
|
|
+ debian/manpage.sgml.ex, debian/menu.ex,
|
|
|
+ debian/postinst.debhelper, debian/postinst.ex, debian/postrm.ex,
|
|
|
+ debian/preinst.ex, debian/prerm.debhelper, debian/prerm.ex,
|
|
|
+ debian/rules, debian/substvars, debian/watch.ex,
|
|
|
+ frontend/brhist.c, frontend/get_audio.c, frontend/main.c:
|
|
|
+
|
|
|
+ added debian stuff. Make one of the KLEMM's the default
|
|
|
+
|
|
|
+2000-11-18 04:30 markt
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, Makefile.in,
|
|
|
+ Makefile.unix, Dll/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, dshow/Makefile.in,
|
|
|
+ frontend/get_audio.c, frontend/portableio.c, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ mpglib/Makefile.in:
|
|
|
+
|
|
|
+ Makefiles: removed ieeefloat.* from makefiles.
|
|
|
+ get_audio.c: replaced DetermineByteOrder with original routine.
|
|
|
+
|
|
|
+2000-11-18 04:24 markt
|
|
|
+
|
|
|
+ * frontend/: Makefile.am, Makefile.in, get_audio.c, get_audio.h,
|
|
|
+ ieeefloat.c, ieeefloat.h, portableio.c, portableio.h:
|
|
|
+
|
|
|
+ Removed ieeefloat.*
|
|
|
+
|
|
|
+2000-11-15 18:52 aleidinger
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ only allow fast SwapBytesInWords if SIZEOF_UNSIGNED_LONG is defined
|
|
|
+
|
|
|
+2000-11-14 12:25 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/resample.h:
|
|
|
+
|
|
|
+ remove define of INLINE
|
|
|
+
|
|
|
+2000-11-14 12:24 aleidinger
|
|
|
+
|
|
|
+ * frontend/ieeefloat.c:
|
|
|
+
|
|
|
+ let configure handle little/big endianess
|
|
|
+
|
|
|
+2000-11-14 12:20 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, fft.c, newmdct.c, psymodel.c,
|
|
|
+ quantize.c, takehiro.c, util.c:
|
|
|
+
|
|
|
+ INLINE -> inline
|
|
|
+
|
|
|
+2000-11-14 12:19 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ As discussed on the mailinglist:
|
|
|
+ - correct when to define INLINE/inline
|
|
|
+ - INLINE -> inline, configure already does something similar
|
|
|
+
|
|
|
+2000-11-14 12:18 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ compile time resolvable assertions switched to compile time errors
|
|
|
+
|
|
|
+2000-11-14 12:18 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ - compile time resolvable assertions switched to compile time errors
|
|
|
+ - adjust version string
|
|
|
+
|
|
|
+2000-11-14 12:17 aleidinger
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ - adjust version string
|
|
|
+ - sort system includes
|
|
|
+
|
|
|
+2000-11-14 12:16 aleidinger
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ - quiet 4 lclint "errors"
|
|
|
+ - disable get_lame_about()
|
|
|
+
|
|
|
+2000-11-14 12:15 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/version.c:
|
|
|
+
|
|
|
+ - switched from run time generated version strings to compile time
|
|
|
+ generated ones
|
|
|
+ - implement void get_lame_version_numerical(lame_version_t *const)
|
|
|
+ (#ifdef'ed out)
|
|
|
+ - disable get_lame_about(), snprintf isn't available in Win32
|
|
|
+
|
|
|
+2000-11-13 14:11 aleidinger
|
|
|
+
|
|
|
+ * dshow/Makefile.in:
|
|
|
+
|
|
|
+ regen (add dshow.dsw)
|
|
|
+
|
|
|
+2000-11-13 14:10 aleidinger
|
|
|
+
|
|
|
+ * dshow/Makefile.am:
|
|
|
+
|
|
|
+ add dshow.dsw
|
|
|
+
|
|
|
+2000-11-13 14:10 aleidinger
|
|
|
+
|
|
|
+ * misc/mugeco.sh:
|
|
|
+
|
|
|
+ shell math instead of awk math (no leading zeros needed)
|
|
|
+
|
|
|
+2000-11-13 13:42 pgubanov
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ Explicit CDECL for API
|
|
|
+
|
|
|
+2000-11-13 13:31 pgubanov
|
|
|
+
|
|
|
+ * dshow/: Encoder.h, Encoder.cpp, dshow.dsp:
|
|
|
+
|
|
|
+ Synchronized with current LAME code
|
|
|
+
|
|
|
+2000-11-13 10:57 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ support for CONFIG_DEFS
|
|
|
+
|
|
|
+2000-11-13 10:57 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ frontend/Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2000-11-13 10:56 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am, frontend/Makefile.am:
|
|
|
+
|
|
|
+ - support for CONFIG_DEFS
|
|
|
+ - possibility to exclude code to lint
|
|
|
+
|
|
|
+2000-11-13 10:53 aleidinger
|
|
|
+
|
|
|
+ * frontend/ieeefloat.c:
|
|
|
+
|
|
|
+ remove CVS log tag/information, we have "cvs log" for this
|
|
|
+
|
|
|
+2000-11-13 10:50 aleidinger
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ - sort includes
|
|
|
+ - compile time resolvable assertions switched to compile time errors
|
|
|
+ - we didn't need to determine the size of "unsigned long" at runtime
|
|
|
+ (KLEMM_10 case), we're able to do it at compile time (with the help
|
|
|
+ of configure)
|
|
|
+
|
|
|
+2000-11-13 10:48 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ - move define of TAKEHIRO_IEEE754_HACK into configure.in
|
|
|
+ - commented out code -> ifdef'ed out code
|
|
|
+ (I'm on a anti-warning rampage)
|
|
|
+
|
|
|
+2000-11-13 10:47 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ move define of TAKEHIRO_IEEE754_HACK into configure.in
|
|
|
+
|
|
|
+2000-11-13 10:45 aleidinger
|
|
|
+
|
|
|
+ * misc/: abx.c, ath.c:
|
|
|
+
|
|
|
+ - include config.h
|
|
|
+ - include correct soundcard.h (with support from configure)
|
|
|
+
|
|
|
+2000-11-13 10:42 aleidinger
|
|
|
+
|
|
|
+ * configure, config.h.in, Makefile.in:
|
|
|
+
|
|
|
+ regen
|
|
|
+
|
|
|
+2000-11-13 10:41 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - handle TAKEHIRO_IEEE754_HACK
|
|
|
+ - support for 'CONFIG_DEFS="-Dxxx" ./configure'
|
|
|
+ - handle endianess
|
|
|
+ - check for soundcard.h
|
|
|
+
|
|
|
+2000-11-13 10:39 aleidinger
|
|
|
+
|
|
|
+ * mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen (add possibility to exclude code for linting)
|
|
|
+
|
|
|
+2000-11-13 10:38 aleidinger
|
|
|
+
|
|
|
+ * mpglib/Makefile.am:
|
|
|
+
|
|
|
+ add possibility to exclude code for linting
|
|
|
+
|
|
|
+2000-11-13 10:35 aleidinger
|
|
|
+
|
|
|
+ * misc/mugeco.sh:
|
|
|
+
|
|
|
+ add start and stop date/time
|
|
|
+
|
|
|
+2000-11-13 09:30 pgubanov
|
|
|
+
|
|
|
+ * dshow/dshow.dsw:
|
|
|
+
|
|
|
+ Initial release
|
|
|
+
|
|
|
+2000-11-12 22:18 aleidinger
|
|
|
+
|
|
|
+ * misc/mugeco.sh:
|
|
|
+
|
|
|
+ add id
|
|
|
+
|
|
|
+2000-11-12 22:17 aleidinger
|
|
|
+
|
|
|
+ * misc/mugeco.sh:
|
|
|
+
|
|
|
+ bugfix
|
|
|
+
|
|
|
+2000-11-12 20:45 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.in:
|
|
|
+
|
|
|
+ regen (add mugeco.sh)
|
|
|
+
|
|
|
+2000-11-12 20:45 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.am:
|
|
|
+
|
|
|
+ add mugeco.sh
|
|
|
+
|
|
|
+2000-11-12 20:43 aleidinger
|
|
|
+
|
|
|
+ * misc/mugeco.sh:
|
|
|
+
|
|
|
+ first version of the multi generation encoder script
|
|
|
+
|
|
|
+2000-11-12 10:57 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, configure:
|
|
|
+
|
|
|
+ regen (readd dshow)
|
|
|
+
|
|
|
+2000-11-12 10:56 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, configure.in:
|
|
|
+
|
|
|
+ readd dshow
|
|
|
+
|
|
|
+2000-11-11 23:20 pfk
|
|
|
+
|
|
|
+ * Makefile.DJGPP, Makefile.am, Makefile.in, Makefile.in.old,
|
|
|
+ Makefile.unix, USAGE, configure, configure.in,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h, frontend/main.c,
|
|
|
+ frontend/parse.c, libmp3lame/bitstream.c, libmp3lame/encoder.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/resample.c, libmp3lame/resample.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/tables.c, libmp3lame/tables.h,
|
|
|
+ libmp3lame/i386/scalar.nas, misc/abx.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ A lot of very small changes. Most important is prparing of a more
|
|
|
+ sofisticated method to determine the bandwidth and the MP3 sampling
|
|
|
+ frequency.
|
|
|
+
|
|
|
+2000-11-11 17:26 aleidinger
|
|
|
+
|
|
|
+ * configure, Makefile.in:
|
|
|
+
|
|
|
+ regen (add dshow)
|
|
|
+
|
|
|
+2000-11-11 17:26 aleidinger
|
|
|
+
|
|
|
+ * configure.in, Makefile.am:
|
|
|
+
|
|
|
+ add dshow
|
|
|
+
|
|
|
+2000-11-11 17:25 aleidinger
|
|
|
+
|
|
|
+ * dshow/: Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ initial version
|
|
|
+
|
|
|
+2000-11-11 05:56 markt
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/encoder.c, libmp3lame/machine.h,
|
|
|
+ libmp3lame/util.c:
|
|
|
+
|
|
|
+ updated testcases after changing some default settings
|
|
|
+
|
|
|
+2000-11-11 05:47 markt
|
|
|
+
|
|
|
+ * libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ make RH_VALIDATE_MS the default
|
|
|
+
|
|
|
+2000-11-11 04:40 markt
|
|
|
+
|
|
|
+ * frontend/parse.c, libmp3lame/lame.c, libmp3lame/util.c:
|
|
|
+
|
|
|
+ undid some of Frank's changes to the resample code.
|
|
|
+
|
|
|
+2000-11-11 01:55 markt
|
|
|
+
|
|
|
+ * dshow/Encoder.cpp:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-11-11 01:53 markt
|
|
|
+
|
|
|
+ * dshow/: Encoder.cpp, Encoder.h, Mpegac.cpp, Mpegac.def, Mpegac.h,
|
|
|
+ PropPage.cpp, PropPage.h, PropPage_adv.cpp, PropPage_adv.h,
|
|
|
+ Property.rc, README, REG.CPP, REG.H, UIDS.H, dshow.dsp,
|
|
|
+ iaudioprops.h, resource.h:
|
|
|
+
|
|
|
+ directshow filter for LAME from Peter Gubanov
|
|
|
+
|
|
|
+2000-11-10 23:18 pfk
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/lame.c, libmp3lame/machine.h,
|
|
|
+ libmp3lame/resample.c, libmp3lame/resample.h, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/i386/scalar.nas, misc/scalartest.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Resample continued.
|
|
|
+
|
|
|
+ The old code now uses a 31 Tap FIR for HQ coding and a 7 Tap FIR for MQ and
|
|
|
+ LQ coding.
|
|
|
+
|
|
|
+2000-11-10 14:42 aleidinger
|
|
|
+
|
|
|
+ * frontend/.cvsignore, libmp3lame/.cvsignore, mpglib/.cvsignore:
|
|
|
+
|
|
|
+ add lclint.txt
|
|
|
+
|
|
|
+2000-11-10 14:41 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in, libmp3lame/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regen (lclint target)
|
|
|
+
|
|
|
+2000-11-10 14:40 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ regen (HAVE_EFENCE)
|
|
|
+
|
|
|
+2000-11-10 14:39 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen (disalbe-shared/HAVE_EFENCE)
|
|
|
+
|
|
|
+2000-11-10 14:36 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - new default: no shared lib
|
|
|
+ - define HAVE_EFENCE if apropriate
|
|
|
+
|
|
|
+2000-11-10 14:33 aleidinger
|
|
|
+
|
|
|
+ * mpglib/Makefile.am:
|
|
|
+
|
|
|
+ add lclint target (564 code "errors" found so far)
|
|
|
+
|
|
|
+2000-11-10 14:33 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ add lclint target (471 code "errors" found so far)
|
|
|
+
|
|
|
+2000-11-10 14:32 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ add lclint target (1505 code "errors" found so far)
|
|
|
+
|
|
|
+2000-11-10 14:31 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix RH_AMP (gfc = gfp->internal_flags)
|
|
|
+
|
|
|
+2000-11-09 22:01 pfk
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/bitstream.c, libmp3lame/resample.c,
|
|
|
+ libmp3lame/resample.h, libmp3lame/i386/scalar.nas, misc/ath.c,
|
|
|
+ misc/scalartest.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Start of resampling.
|
|
|
+
|
|
|
+2000-11-09 00:29 pfk
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/bitstream.c, libmp3lame/id3tag.c,
|
|
|
+ libmp3lame/machine.h, libmp3lame/version.h, misc/ath.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Small changes.
|
|
|
+
|
|
|
+ - removed an old function strcasecmp (replaced by fuzzy_strcmp)
|
|
|
+ - optimized region 2 bitcoder
|
|
|
+ - remark about version.h (stringification)
|
|
|
+ - INLINE = inline + static
|
|
|
+
|
|
|
+2000-11-08 19:59 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/resample.c, mpglib/layer1.c:
|
|
|
+
|
|
|
+ include assert.h, seems to be forgotten in last commit (how could this
|
|
|
+ compile?)
|
|
|
+
|
|
|
+2000-11-07 23:06 pfk
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/parse.c, frontend/timestatus.c,
|
|
|
+ include/lame.h, libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/id3tag.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/version.h, misc/ath.c, mpglib/layer1.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Changed back to old report interface until we've discussed all possible
|
|
|
+ versions and make a decision.
|
|
|
+
|
|
|
+ Some bugfixes. Some remarks.
|
|
|
+
|
|
|
+2000-11-07 15:36 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ regen after:
|
|
|
+ - HAVE{MPGLIB,VORBIS,GTK} -> HAVE_$1
|
|
|
+ - --disable-analyzer-hooks
|
|
|
+ - --enable-efence
|
|
|
+
|
|
|
+2000-11-07 15:36 aleidinger
|
|
|
+
|
|
|
+ * config.h.in:
|
|
|
+
|
|
|
+ HAVE{MPGLIB,VORBIS,GTK} -> HAVE_$1
|
|
|
+
|
|
|
+2000-11-07 15:35 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - HAVE{MPGLIB,VORBIS,GTK} -> HAVE_$1
|
|
|
+ - --disable-analyzer-hooks
|
|
|
+ - --enable-efence (use the ElectricFence malloc debugging library)
|
|
|
+
|
|
|
+2000-11-07 15:31 aleidinger
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/main.c, frontend/parse.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ HAVE{MPGLIB,VORBIS,GTK} -> HAVE_$1
|
|
|
+
|
|
|
+2000-11-07 12:42 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in, libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ regen after amiga_mpega.c move
|
|
|
+
|
|
|
+2000-11-07 12:41 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am, libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ follow the move of amiga_mpega.c from libmp3lame to frontend
|
|
|
+
|
|
|
+2000-11-07 01:59 pfk
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/main.c, libmp3lame/bitstream.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ minor changes.
|
|
|
+
|
|
|
+ some options can be passed via "export LAMEOPT=..."
|
|
|
+
|
|
|
+2000-11-07 00:58 cisc
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/amiga_mpega.c, libmp3lame/amiga_mpega.c:
|
|
|
+
|
|
|
+ Moved amiga_mpega.c to frontend where it belongs, and added it to Makefile.unix
|
|
|
+
|
|
|
+2000-11-07 00:14 markt
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, encoder.c, lame.c, psymodel.c,
|
|
|
+ psymodel.h, quantize.c, quantize.h, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, reservoir.c, reservoir.h, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ removed lame_global_flags pointer from lame_internal_flags.
|
|
|
+
|
|
|
+2000-11-06 23:19 markt
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, quantize_pvt.c, util.c, util.h:
|
|
|
+
|
|
|
+ fixed resample bug when resampling by integer amounts.
|
|
|
+
|
|
|
+2000-11-06 19:26 cisc
|
|
|
+
|
|
|
+ * API:
|
|
|
+
|
|
|
+ Improved get_lame_xxx() API a little bit more
|
|
|
+
|
|
|
+2000-11-06 19:22 cisc
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Improved get_lame_xxx() API a little bit more
|
|
|
+
|
|
|
+2000-11-06 17:29 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ fixed segmentation fault in Frank's noise calculation
|
|
|
+ implemented Todd Richmond's idea to speed up the outer_loop()
|
|
|
+
|
|
|
+2000-11-06 12:31 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/.cvsignore:
|
|
|
+
|
|
|
+ add .lst files
|
|
|
+
|
|
|
+2000-11-06 08:22 markt
|
|
|
+
|
|
|
+ * Makefile.am, configure.in, frontend/.indent.pro,
|
|
|
+ frontend/brhist.c, libmp3lame/.indent.pro:
|
|
|
+
|
|
|
+ went back to frame counts in VBR display
|
|
|
+
|
|
|
+2000-11-06 04:24 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, mpglib/interface.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ cleaned up mpeg header search code in get_audio.c
|
|
|
+ modified mpglib so we can move VBR header code into mpglib
|
|
|
+ and out of the frontend code. a little more work is still needed.
|
|
|
+
|
|
|
+2000-11-06 01:13 pfk
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, bitstream.h, id3tag.c, util.o:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Small changes for fuzzy ID3 tag compare.
|
|
|
+
|
|
|
+2000-11-06 00:58 cisc
|
|
|
+
|
|
|
+ * frontend/gtkanal.c, frontend/parse.c, include/lame.h,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h:
|
|
|
+
|
|
|
+ Modified get_lame_xxx() API so it's more re-entrance friendly (returning a const pointer from a static var that's changed every time the function is called is really dirty!).
|
|
|
+
|
|
|
+2000-11-05 22:27 pfk
|
|
|
+
|
|
|
+ * testcase.mp3, frontend/parse.c, frontend/rtp.h,
|
|
|
+ frontend/timestatus.c, libmp3lame/lame.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Minor changes.
|
|
|
+ Added -X8.
|
|
|
+
|
|
|
+2000-11-05 18:29 pfk
|
|
|
+
|
|
|
+ * frontend/get_audio.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/util.h, libmp3lame/util.o:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Changed lame_init_???_init to Class_ID.
|
|
|
+ On initialization this variable gets the value LAME_ID.
|
|
|
+ Advantages documented.
|
|
|
+
|
|
|
+ Some little Bugs fixed.
|
|
|
+
|
|
|
+2000-11-05 17:13 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, configure, configure.in, Dll/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ frontend/Makefile.in, frontend/main.c, frontend/parse.c,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/newmdct.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ configure.in: typo fix
|
|
|
+ newmdct.c: precision fix(?)
|
|
|
+
|
|
|
+2000-11-05 14:52 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ regen (clean of generated .lst files)
|
|
|
+
|
|
|
+2000-11-05 14:52 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ add generated .lst files to files to clean
|
|
|
+
|
|
|
+2000-11-05 14:41 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.in:
|
|
|
+
|
|
|
+ regen after adding scalartest.c
|
|
|
+
|
|
|
+2000-11-05 14:40 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.am:
|
|
|
+
|
|
|
+ add scalartest.c
|
|
|
+
|
|
|
+2000-11-05 14:34 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: util.c~, util.d, util.o:
|
|
|
+
|
|
|
+ remove generated/backup files, seems they are commited by accident
|
|
|
+
|
|
|
+2000-11-05 13:15 pfk
|
|
|
+
|
|
|
+ * libmp3lame/: tools.c, tools.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ add file for generic tools.
|
|
|
+
|
|
|
+2000-11-05 13:09 pfk
|
|
|
+
|
|
|
+ * testcase.mp3, libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/lameerror.h, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/resample.c, libmp3lame/resample.h,
|
|
|
+ libmp3lame/tables.c, libmp3lame/tables.h, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.c~, libmp3lame/util.d, libmp3lame/util.h,
|
|
|
+ libmp3lame/util.o, libmp3lame/version.h,
|
|
|
+ libmp3lame/i386/scalar.nas, misc/scalartest.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ * Changed psy_data from double to float (this ssem not to change any bit in
|
|
|
+ MP3, but saves 20 KB).
|
|
|
+
|
|
|
+ * Other, but small modifications
|
|
|
+
|
|
|
+2000-11-05 00:19 pfk
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ bugfix. Sorry
|
|
|
+
|
|
|
+2000-11-04 18:15 pfk
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/brhist.h, frontend/mp3rtp.c,
|
|
|
+ frontend/rtp.c, frontend/rtp.h, frontend/timestatus.c,
|
|
|
+ include/lame.h, libmp3lame/resample.c, libmp3lame/resample.h,
|
|
|
+ libmp3lame/tables.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/i386/Makefile.am, libmp3lame/i386/Makefile.in,
|
|
|
+ libmp3lame/i386/scalar.nas, misc/ath.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ small changes in brhist.
|
|
|
+ some tests and modifications for streaming MP3.
|
|
|
+ other unremarkable stuff
|
|
|
+
|
|
|
+2000-11-04 02:18 pfk
|
|
|
+
|
|
|
+ * doc/html/switchs.html, frontend/get_audio.c,
|
|
|
+ frontend/timestatus.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Unimportant changes.
|
|
|
+
|
|
|
+2000-11-03 14:21 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.c:
|
|
|
+
|
|
|
+ more 'const'nes, also saves some bytes in the generated .o
|
|
|
+
|
|
|
+2000-11-03 14:13 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.in:
|
|
|
+
|
|
|
+ regen after change in Makefile.am
|
|
|
+
|
|
|
+2000-11-03 14:13 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/i386/Makefile.am:
|
|
|
+
|
|
|
+ remove trailing backslash in last line of EXTRA_DIST
|
|
|
+
|
|
|
+2000-11-03 14:08 aleidinger
|
|
|
+
|
|
|
+ * doc/html/contributors.html:
|
|
|
+
|
|
|
+ add myself to contributors
|
|
|
+
|
|
|
+2000-11-03 14:07 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ NOTERMCAP/TERMCAP_AVAILABLE -> HAVE_TERMCAP
|
|
|
+
|
|
|
+2000-11-03 14:04 aleidinger
|
|
|
+
|
|
|
+ * frontend/brhist.c, configure.in, config.h.in:
|
|
|
+
|
|
|
+ NOTERMCAP/TERMCAP_AVAILABLE -> HAVE_TERMCAP
|
|
|
+
|
|
|
+2000-11-03 14:00 aleidinger
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ add missing include
|
|
|
+
|
|
|
+2000-11-03 00:47 pfk
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/console.c, frontend/console.h,
|
|
|
+ frontend/mp3rtp.c, frontend/parse.c, frontend/timestatus.c,
|
|
|
+ include/lame.h, libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/resample.h,
|
|
|
+ libmp3lame/util.c, libmp3lame/version.c, libmp3lame/version.h,
|
|
|
+ libmp3lame/i386/Makefile.am, libmp3lame/i386/Makefile.in,
|
|
|
+ libmp3lame/i386/scalar.nas:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Minor changes. Biggest ist in bitstream.c, but triggered by KLEMM_14.
|
|
|
+
|
|
|
+2000-11-02 17:16 pfk
|
|
|
+
|
|
|
+ * TODO, frontend/brhist.c, frontend/console.c, frontend/console.h,
|
|
|
+ libmp3lame/resample.c, libmp3lame/resample.h,
|
|
|
+ libmp3lame/version.c, libmp3lame/i386/scalar.nas:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ These are minor changes to a version which fails on my computer.
|
|
|
+
|
|
|
+ * MMX reporting added to get_lame_version(9 as requested by TODO.
|
|
|
+ * Added 5 files for resampling and console IO.
|
|
|
+
|
|
|
+2000-11-02 12:57 aleidinger
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h:
|
|
|
+
|
|
|
+ bugfix for --disable-decoder-layer1 case
|
|
|
+
|
|
|
+2000-11-01 21:56 markt
|
|
|
+
|
|
|
+ * LICENSE, frontend/parse.c, include/lame.h:
|
|
|
+
|
|
|
+ updated LICENSE to remove comments about libsndfile,
|
|
|
+ since libsndfile no longer included in library
|
|
|
+
|
|
|
+2000-11-01 21:54 markt
|
|
|
+
|
|
|
+ * libmp3lame/: .indent.pro, bitstream.c, version.h:
|
|
|
+
|
|
|
+ added indent.pro back to CVS
|
|
|
+
|
|
|
+2000-11-01 18:25 markt
|
|
|
+
|
|
|
+ * STYLEGUIDE, libmp3lame/encoder.c:
|
|
|
+
|
|
|
+ some more context fixes
|
|
|
+
|
|
|
+2000-11-01 18:22 markt
|
|
|
+
|
|
|
+ * libmp3lame/: newmdct.c, psymodel.c, quantize.c, quantize_pvt.c,
|
|
|
+ reservoir.c, reservoir.h, takehiro.c, util.c, vbrquantize.c:
|
|
|
+
|
|
|
+ removed more 'context'.
|
|
|
+
|
|
|
+ lame now segfaults.
|
|
|
+
|
|
|
+2000-11-01 18:06 markt
|
|
|
+
|
|
|
+ * libmp3lame/: .indent.pro, VbrTag.c, fft.c, fft.h, id3tag.c,
|
|
|
+ lame.c, newmdct.h, psymodel.h, quantize.h, quantize_pvt.h:
|
|
|
+
|
|
|
+ removing 'context'
|
|
|
+
|
|
|
+2000-11-01 17:56 markt
|
|
|
+
|
|
|
+ * libmp3lame/: bitstream.c, bitstream.h, util.h:
|
|
|
+
|
|
|
+ restored bitstream.c to original.
|
|
|
+ drain_into_ancillary_data was written the way it is
|
|
|
+ on purpose. dont change it without checking with me first
|
|
|
+
|
|
|
+2000-11-01 17:46 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-11-01 17:40 markt
|
|
|
+
|
|
|
+ * libmp3lame/util.h:
|
|
|
+
|
|
|
+ removed 'context'
|
|
|
+ why was lame_internal_flags renamed context?
|
|
|
+ This is under the catagory of cosmetic.
|
|
|
+
|
|
|
+2000-11-01 17:32 markt
|
|
|
+
|
|
|
+ * STYLEGUIDE, frontend/get_audio.c, frontend/parse.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize_pvt.c:
|
|
|
+
|
|
|
+ removed some cosmetic changes.
|
|
|
+
|
|
|
+2000-11-01 16:09 robert
|
|
|
+
|
|
|
+ * frontend/: mp3rtp.c, rtp.c:
|
|
|
+
|
|
|
+ mp3rtp was broken, does now compile again
|
|
|
+
|
|
|
+2000-11-01 14:35 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ only cosmetic changes, done by indent
|
|
|
+
|
|
|
+2000-11-01 14:31 robert
|
|
|
+
|
|
|
+ * frontend/.indent.pro, libmp3lame/.indent.pro, misc/.indent.pro:
|
|
|
+
|
|
|
+ these files are used by the indent program to pretty format sources
|
|
|
+
|
|
|
+2000-11-01 00:01 robert
|
|
|
+
|
|
|
+ * frontend/: brhist.c, brhist.h, main.c, timestatus.c:
|
|
|
+
|
|
|
+ some more brhist pretty print
|
|
|
+
|
|
|
+2000-10-31 13:58 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in:
|
|
|
+
|
|
|
+ regen after bugfix in Makefile.am
|
|
|
+
|
|
|
+2000-10-31 13:57 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ fix build of mp3x
|
|
|
+
|
|
|
+2000-10-31 13:18 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, frontend/brhist.c, frontend/lametime.h:
|
|
|
+
|
|
|
+ fixes for bitrate histogram and MS compilation
|
|
|
+
|
|
|
+2000-10-31 12:18 robert
|
|
|
+
|
|
|
+ * frontend/: lametime.c, parse.c, timestatus.c:
|
|
|
+
|
|
|
+ quick fixes for Console_IO stuff
|
|
|
+ Console_IO is declared in brhist.c, but when compiling
|
|
|
+ without bitrate histogram capabilities the code would
|
|
|
+ not compile anymore
|
|
|
+
|
|
|
+2000-10-30 23:58 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix:
|
|
|
+
|
|
|
+ analyzer stuff was moved to frontend
|
|
|
+ because of automake/configure
|
|
|
+
|
|
|
+2000-10-30 22:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ Takehiro's IEEE754 hack for VBR modes new and mtrh
|
|
|
+
|
|
|
+2000-10-30 11:28 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ we didn't need acconfig.h, so don't depend on it
|
|
|
+
|
|
|
+2000-10-30 10:51 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ BUG fix for debug code for BUG fix for fill_buffer_resample() ;-(
|
|
|
+
|
|
|
+2000-10-30 10:48 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ BUG fix for fill_buffer_resample()
|
|
|
+
|
|
|
+2000-10-29 22:26 robert
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+ small fix for fill_buffer_resample()
|
|
|
+ some buffers where too small allocated, but this will
|
|
|
+ not really help, the routine has some ugly looking points
|
|
|
+ left that need to be fixed.
|
|
|
+
|
|
|
+2000-10-29 21:11 robert
|
|
|
+
|
|
|
+ * libmp3lame/: VbrTag.c, bitstream.c, bitstream.h, encoder.c,
|
|
|
+ id3tag.c, lame.c, quantize.c, quantize_pvt.c, reservoir.c,
|
|
|
+ reservoir.h, util.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ gfp gfc stuff FINISHED for now
|
|
|
+
|
|
|
+2000-10-29 20:03 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, fft.c, fft.h, newmdct.c, newmdct.h,
|
|
|
+ psymodel.c, psymodel.h, quantize_pvt.h, takehiro.c:
|
|
|
+
|
|
|
+ a step further with this gfp gfc stuff
|
|
|
+
|
|
|
+2000-10-29 19:15 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.h, takehiro.c, util.h:
|
|
|
+
|
|
|
+ some more gfc stuff
|
|
|
+
|
|
|
+2000-10-29 18:12 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, quantize.h, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ more on gfp gfc reorganization
|
|
|
+
|
|
|
+2000-10-29 16:37 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ gfp gfc reorganization
|
|
|
+
|
|
|
+2000-10-29 13:58 robert
|
|
|
+
|
|
|
+ * libmp3lame/: fft.c, lame.c, psymodel.c, quantize.c,
|
|
|
+ quantize_pvt.c, util.h:
|
|
|
+
|
|
|
+ data encapsulating Naoki's psymode
|
|
|
+
|
|
|
+2000-10-29 12:52 aleidinger
|
|
|
+
|
|
|
+ * .cvsignore:
|
|
|
+
|
|
|
+ add some config.h related files
|
|
|
+
|
|
|
+2000-10-29 12:51 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ now with support for config.h
|
|
|
+
|
|
|
+2000-10-29 12:50 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in, Dll/Makefile.in, doc/Makefile.in,
|
|
|
+ doc/html/Makefile.in, doc/man/Makefile.in, frontend/Makefile.in,
|
|
|
+ include/Makefile.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in:
|
|
|
+
|
|
|
+ regenerated after adding support for config.h
|
|
|
+
|
|
|
+2000-10-29 12:49 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am, libmp3lame/Makefile.am, mpglib/Makefile.am:
|
|
|
+
|
|
|
+ support for config.h
|
|
|
+
|
|
|
+2000-10-29 12:47 aleidinger
|
|
|
+
|
|
|
+ * config.h.in, stamp-h.in:
|
|
|
+
|
|
|
+ config.h support
|
|
|
+
|
|
|
+2000-10-29 12:45 aleidinger
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/get_audio.c, frontend/gpkplotting.c,
|
|
|
+ frontend/gtkanal.c, frontend/ieeefloat.c, frontend/lametime.c,
|
|
|
+ frontend/main.c, frontend/mp3rtp.c, frontend/mp3x.c,
|
|
|
+ frontend/parse.c, frontend/portableio.c, frontend/rtp.c,
|
|
|
+ frontend/timestatus.c, configure.in, aclocal.m4:
|
|
|
+
|
|
|
+ support for config.h
|
|
|
+
|
|
|
+2000-10-29 12:41 aleidinger
|
|
|
+
|
|
|
+ * mpglib/common.c, mpglib/dct64_i386.c, mpglib/decode_i386.c,
|
|
|
+ mpglib/interface.c, mpglib/layer1.c, mpglib/layer2.c,
|
|
|
+ mpglib/layer3.c, mpglib/tabinit.c, libmp3lame/VbrTag.c,
|
|
|
+ libmp3lame/amiga_mpega.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/debugscalefac.c, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/fft.c, libmp3lame/id3tag.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/mpglib_interface.c, libmp3lame/newmdct.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/reservoir.c,
|
|
|
+ libmp3lame/tables.c, libmp3lame/takehiro.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/vbrquantize.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+ support for config.h
|
|
|
+
|
|
|
+2000-10-28 21:57 pfk
|
|
|
+
|
|
|
+ * configure, libmp3lame/bitstream.c, libmp3lame/bitstream.h,
|
|
|
+ libmp3lame/lame.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ CRC table based code removed
|
|
|
+
|
|
|
+ Ease CRC header calculation
|
|
|
+
|
|
|
+2000-10-28 14:23 pfk
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/lametime.c, frontend/lametime.h,
|
|
|
+ frontend/main.c, frontend/mp3x.c, frontend/parse.c,
|
|
|
+ include/lame.h, libmp3lame/bitstream.c, libmp3lame/lame.c,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Moved 2 functions from util.c to lametime.c
|
|
|
+
|
|
|
+ Fixed a memory leak caused by an early return
|
|
|
+
|
|
|
+ bitstream: Local crc moved to gfp->crcvalue, next step can be to remove a
|
|
|
+ function parameter
|
|
|
+
|
|
|
+ minor changes
|
|
|
+
|
|
|
+2000-10-28 12:31 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+ hunting some BUGs, but still not found
|
|
|
+ encoding a mono VBR resampled to 11 kHz shows some strange behaviour
|
|
|
+
|
|
|
+2000-10-28 10:47 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/i386/Makefile.in,
|
|
|
+ misc/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ don't use gtar instead of tar
|
|
|
+
|
|
|
+2000-10-28 10:42 aleidinger
|
|
|
+
|
|
|
+ * lame.spec:
|
|
|
+
|
|
|
+ lame.spec gets now generated at configure time from lame.spec.in
|
|
|
+
|
|
|
+2000-10-28 10:40 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in:
|
|
|
+
|
|
|
+ - add lame.spec.in to distribution
|
|
|
+ - remove lame.spec from distribution
|
|
|
+ - show how long lame needs for the testcase
|
|
|
+
|
|
|
+2000-10-28 10:35 aleidinger
|
|
|
+
|
|
|
+ * configure.in, configure:
|
|
|
+
|
|
|
+ - generate lame.spec from lame.spec.in
|
|
|
+ - CPU specific optimizations (x86, gcc 2.7.3.x or better)
|
|
|
+
|
|
|
+2000-10-28 10:32 aleidinger
|
|
|
+
|
|
|
+ * lame.spec.in:
|
|
|
+
|
|
|
+ template for configure to generate lame.spec
|
|
|
+
|
|
|
+2000-10-28 01:29 pfk
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h, libmp3lame/version.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ short => sample_t in lame_encode_buffer and all the related stuff
|
|
|
+
|
|
|
+ some essential but simple speedups in resampling code
|
|
|
+
|
|
|
+ resulting MP3 will be different from previous
|
|
|
+
|
|
|
+ code modification not finished, this is only half of the work
|
|
|
+
|
|
|
+2000-10-27 23:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ max_range tables
|
|
|
+
|
|
|
+2000-10-27 21:50 pfk
|
|
|
+
|
|
|
+ * frontend/main.c, libmp3lame/lame.c, libmp3lame/psymodel.c,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ KLEMM_04(old) removed, scalar routines introduced.
|
|
|
+
|
|
|
+2000-10-27 21:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/vbrquantize.c:
|
|
|
+
|
|
|
+ LSF needs some different max_range tables
|
|
|
+ I plugged some in and it seems to work
|
|
|
+ they are designed after max_sfac_tab[6][4]
|
|
|
+ you may look into scale_bitcount_lsf()
|
|
|
+
|
|
|
+2000-10-27 16:30 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ LSF hack for vbr-mtrh VBR mode
|
|
|
+
|
|
|
+2000-10-27 15:48 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ bit optimization
|
|
|
+
|
|
|
+2000-10-27 11:27 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize_pvt.c, mpglib/layer3.c:
|
|
|
+
|
|
|
+ BUG in frame analyzer fixed, there was some wild pointer used
|
|
|
+ in layer3.c in preflag condition
|
|
|
+
|
|
|
+2000-10-27 11:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: machine.h, tables.c, tables.h,
|
|
|
+ i386/choose_table.nas:
|
|
|
+
|
|
|
+ 64bit int lookup table moved from C code to asm code.
|
|
|
+
|
|
|
+2000-10-26 19:07 pfk
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/get_audio.c, frontend/mp3rtp.c,
|
|
|
+ frontend/timestatus.c, include/lame.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/util.c, misc/ath.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Make some modifications active.
|
|
|
+
|
|
|
+ No Termcap terms are now handled in the same way like termcap terms.
|
|
|
+
|
|
|
+2000-10-25 22:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize.h, quantize_pvt.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ improved vbr_mtrh VBR mode
|
|
|
+
|
|
|
+2000-10-25 14:03 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ prevent the CVS Id from being integrated into Makefile.in
|
|
|
+
|
|
|
+2000-10-24 22:47 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix, libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ improved RH_AMP
|
|
|
+
|
|
|
+2000-10-24 22:17 pfk
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Better syncword recognization
|
|
|
+
|
|
|
+2000-10-24 18:11 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in, frontend/Makefile.in,
|
|
|
+ libmp3lame/machine.h:
|
|
|
+
|
|
|
+ configure/configure.in
|
|
|
+ added "--enable-all-float", which make FLOAT8 as float
|
|
|
+
|
|
|
+ machine.h
|
|
|
+ FLOAT (and FLOAT8) typedef fix for alpha processor
|
|
|
+
|
|
|
+2000-10-24 17:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ loop integration.
|
|
|
+ "make test" may find some difference caused by some rounding problem
|
|
|
+
|
|
|
+2000-10-24 15:01 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fix for -q7 mode
|
|
|
+
|
|
|
+2000-10-24 13:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ typo
|
|
|
+
|
|
|
+2000-10-24 13:28 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ some simplifications
|
|
|
+
|
|
|
+2000-10-24 11:40 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix, libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ improvements, need some compile time defines, look into Makefile.unix
|
|
|
+
|
|
|
+2000-10-23 18:59 robert
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ FLOAT is float, FLOAT8 is double again ;-)
|
|
|
+
|
|
|
+2000-10-23 15:50 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, frontend/Makefile.in:
|
|
|
+
|
|
|
+ more make test update
|
|
|
+
|
|
|
+2000-10-23 15:44 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ sorry, mistaken check in....
|
|
|
+
|
|
|
+2000-10-23 15:40 takehiro
|
|
|
+
|
|
|
+ * Makefile.am, Makefile.in, lame.spec, Dll/Makefile.in,
|
|
|
+ doc/Makefile.in, doc/html/Makefile.in, doc/man/Makefile.in,
|
|
|
+ frontend/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/machine.h,
|
|
|
+ libmp3lame/i386/Makefile.in, misc/Makefile.in,
|
|
|
+ mpglib/Makefile.in:
|
|
|
+
|
|
|
+ "make test" update
|
|
|
+
|
|
|
+2000-10-23 15:40 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/bitstream.c:
|
|
|
+
|
|
|
+ cosmetic change
|
|
|
+
|
|
|
+2000-10-23 10:16 aleidinger
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ update after change to Makefile.am
|
|
|
+
|
|
|
+2000-10-23 10:16 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ let test targetbuild frontend/lame if it isn't already build
|
|
|
+ - didn't work with "make -j 4 test"
|
|
|
+ - IMHO the previous version was a feature
|
|
|
+ (requested by Takehiro-san)
|
|
|
+
|
|
|
+ splittet test target into more subtargets
|
|
|
+
|
|
|
+ corrected testg target
|
|
|
+
|
|
|
+ added CVS_RSH=ssh to update/diff target
|
|
|
+
|
|
|
+2000-10-22 22:50 robert
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ fix for short block I introduced 2000-10-19
|
|
|
+
|
|
|
+2000-10-22 18:20 pfk
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/brhist.c, frontend/brhist.h,
|
|
|
+ frontend/get_audio.c, frontend/main.c, frontend/parse.c,
|
|
|
+ frontend/parse.h, include/lame.h, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/util.c, libmp3lame/util.h,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h, misc/ath.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ A lot of small changes, most of them must be switched on via compile time
|
|
|
+ defines.
|
|
|
+
|
|
|
+ vbr displays shows MS and LR frames different.
|
|
|
+
|
|
|
+ vbr displays depends on the current display width.
|
|
|
+
|
|
|
+2000-10-22 15:36 takehiro
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ do "make test" with one step
|
|
|
+
|
|
|
+2000-10-22 15:28 takehiro
|
|
|
+
|
|
|
+ * .cvsignore, Dll/.cvsignore, doc/.cvsignore, doc/html/.cvsignore,
|
|
|
+ doc/man/.cvsignore, frontend/.cvsignore, include/.cvsignore,
|
|
|
+ libmp3lame/.cvsignore, libmp3lame/i386/.cvsignore,
|
|
|
+ misc/.cvsignore, mpglib/.cvsignore:
|
|
|
+
|
|
|
+ igonore Makefile.am things (.libs, .deps, and so on)
|
|
|
+
|
|
|
+2000-10-22 15:17 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/.cvsignore, mpglib/.cvsignore:
|
|
|
+
|
|
|
+ added *.lo
|
|
|
+
|
|
|
+2000-10-22 12:06 aleidinger
|
|
|
+
|
|
|
+ * ltconfig, ltmain.sh, missing, mkinstalldirs:
|
|
|
+
|
|
|
+ generated by automake/libtool
|
|
|
+
|
|
|
+2000-10-22 12:02 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.in, libmp3lame/Makefile.in, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ generated by automake
|
|
|
+
|
|
|
+2000-10-22 12:01 aleidinger
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ now with automake/libtool support
|
|
|
+
|
|
|
+2000-10-22 12:00 aleidinger
|
|
|
+
|
|
|
+ * confdefs.h:
|
|
|
+
|
|
|
+ seems to get generated at configure time
|
|
|
+
|
|
|
+2000-10-22 11:58 aleidinger
|
|
|
+
|
|
|
+ * aclocal.m4:
|
|
|
+
|
|
|
+ generated by aclocal
|
|
|
+
|
|
|
+2000-10-22 11:58 aleidinger
|
|
|
+
|
|
|
+ * configure.in:
|
|
|
+
|
|
|
+ - add asm support if nasm is found
|
|
|
+ (if we support this, see ASM_FOR_ARCH)
|
|
|
+ - added automake support
|
|
|
+ - added libtool support
|
|
|
+ (a Dll user should look into "AC_LIBTOOL_WIN32_DLL" of the libtool
|
|
|
+ documentation and send apropriate patches)
|
|
|
+ - --enable-{mp3x,mp3rtp}
|
|
|
+ - only build analyzer if GTK is present
|
|
|
+ - set CPUTYPE (to use asm routines where supported)
|
|
|
+ - --enable-decoder* -> --disable-decoder*
|
|
|
+
|
|
|
+2000-10-22 11:57 aleidinger
|
|
|
+
|
|
|
+ * acinclude.m4:
|
|
|
+
|
|
|
+ remove GTK entry, "aclocal" takes care of it in aclocal.m4
|
|
|
+
|
|
|
+2000-10-22 11:53 aleidinger
|
|
|
+
|
|
|
+ * misc/Makefile.am:
|
|
|
+
|
|
|
+ Initial automake support
|
|
|
+
|
|
|
+2000-10-22 11:52 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.in, doc/Makefile.in, doc/html/Makefile.in,
|
|
|
+ doc/man/Makefile.in, include/Makefile.in,
|
|
|
+ libmp3lame/i386/Makefile.in, misc/Makefile.in, Makefile.in:
|
|
|
+
|
|
|
+ generated by automake
|
|
|
+
|
|
|
+2000-10-22 11:50 aleidinger
|
|
|
+
|
|
|
+ * frontend/: README.Win32, gpkplotting.c, gpkplotting.h, gtkanal.c,
|
|
|
+ gtkanal.h, mp3x.c, mp3x.dsp, mp3x.dsw:
|
|
|
+
|
|
|
+ moved from analyzer/... because automake didn't allows sources for one
|
|
|
+ program/library to be in more than one directory (at least without
|
|
|
+ hacks)
|
|
|
+
|
|
|
+2000-10-22 11:46 aleidinger
|
|
|
+
|
|
|
+ * Makefile.am:
|
|
|
+
|
|
|
+ - initial automake support
|
|
|
+ - delete testcase.new.mp3 on "clean"
|
|
|
+ - added "update" target, does a cvs update
|
|
|
+ - added "diff" target, does a cvs diff -u
|
|
|
+
|
|
|
+2000-10-22 11:44 aleidinger
|
|
|
+
|
|
|
+ * frontend/Makefile.am:
|
|
|
+
|
|
|
+ - initial automake support
|
|
|
+ - conditionally build mp3x/mp3rtp
|
|
|
+
|
|
|
+2000-10-22 11:43 aleidinger
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.am, i386/Makefile.am:
|
|
|
+
|
|
|
+ Initial automake/libtool support:
|
|
|
+ - if nasm is detected and we have asm for this @CPUTYPE@:
|
|
|
+ * include asm support
|
|
|
+ - didn't build without decoder: "undefined reference to `mpg123_pinfo'"
|
|
|
+
|
|
|
+2000-10-22 11:41 aleidinger
|
|
|
+
|
|
|
+ * mpglib/Makefile.am:
|
|
|
+
|
|
|
+ Initial automake/libtool support:
|
|
|
+ - mpglib gets linked to libmp3lame.{a,so}
|
|
|
+ - isn't installed on it's own
|
|
|
+
|
|
|
+2000-10-22 11:39 aleidinger
|
|
|
+
|
|
|
+ * Dll/Makefile.am, doc/Makefile.am, doc/html/Makefile.am,
|
|
|
+ doc/man/Makefile.am, include/Makefile.am:
|
|
|
+
|
|
|
+ Initial automake support.
|
|
|
+
|
|
|
+2000-10-22 10:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: l3side.h, newmdct.c, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ 1. changed sfb_smax to sfb_smin. it is really minimum number, and so confusing.
|
|
|
+ 2. prepare for mixed block
|
|
|
+ 3. prepare for asm quantize code
|
|
|
+
|
|
|
+2000-10-22 09:41 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: fft.c, util.h:
|
|
|
+
|
|
|
+ no need to be in internal flag for constants
|
|
|
+
|
|
|
+2000-10-22 09:27 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, encoder.c, newmdct.c, newmdct.h,
|
|
|
+ util.h:
|
|
|
+
|
|
|
+ 1 (util.h) deleted unused flag from internal flags
|
|
|
+ 2 (newmdct) in place code of mdct_short
|
|
|
+ 3 some cosmetic change
|
|
|
+
|
|
|
+2000-10-22 08:25 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ code clean up
|
|
|
+
|
|
|
+2000-10-22 06:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/machine.h:
|
|
|
+
|
|
|
+ deleted old remark about asm routine
|
|
|
+
|
|
|
+2000-10-22 06:56 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-10-21 19:28 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: quantize_pvt.c, i386/choose_table.nas:
|
|
|
+
|
|
|
+ reduce memory assumption little and bit faster choose_table
|
|
|
+
|
|
|
+2000-10-21 19:11 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ add coment and remove unused code
|
|
|
+
|
|
|
+2000-10-21 19:01 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ bit optimization and now thread safe, I think.
|
|
|
+
|
|
|
+2000-10-21 17:24 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/newmdct.c:
|
|
|
+
|
|
|
+ brute force loop unrolling and some elimination of multiple.
|
|
|
+ bit faster.
|
|
|
+
|
|
|
+2000-10-21 13:05 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, vbrquantize.c:
|
|
|
+
|
|
|
+ frame analyzer info will now be set up in main encoding
|
|
|
+ routine only, for the whole frame. problem with SCFSI fixed
|
|
|
+
|
|
|
+2000-10-20 21:46 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Added lame alpha, beta version and if MMX is enabled to the version interface,
|
|
|
+ should be backward compatible
|
|
|
+
|
|
|
+2000-10-20 21:43 afaber
|
|
|
+
|
|
|
+ * frontend/brhist.c:
|
|
|
+
|
|
|
+ Fixed histgramming display for Win32, added fflush
|
|
|
+
|
|
|
+2000-10-20 20:50 afaber
|
|
|
+
|
|
|
+ * frontend/: brhist.c, brhist.h:
|
|
|
+
|
|
|
+ Resolved const mistach beween BRHIST function declartions
|
|
|
+
|
|
|
+2000-10-20 20:49 afaber
|
|
|
+
|
|
|
+ * libmp3lame/libmp3lame.dsp:
|
|
|
+
|
|
|
+ Added MPGLIB define
|
|
|
+
|
|
|
+2000-10-20 19:28 robert
|
|
|
+
|
|
|
+ * misc/: abx.c, ath.c:
|
|
|
+
|
|
|
+ initial checkin
|
|
|
+
|
|
|
+2000-10-20 13:04 robert
|
|
|
+
|
|
|
+ * libmp3lame/: quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ I think I fixed a BUG in subblock gain code
|
|
|
+
|
|
|
+2000-10-19 21:10 robert
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/quantize.c:
|
|
|
+
|
|
|
+ fixed BUG in atQ table, removed --raise-smr stuff
|
|
|
+
|
|
|
+2000-10-18 17:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame-analysis.h:
|
|
|
+
|
|
|
+ no way to disable analysis for lame-lib
|
|
|
+
|
|
|
+2000-10-18 16:47 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame-analysis.h, mpglib/layer3.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ fixed some ambiguities
|
|
|
+ define NOANALYSIS as suggested in INSTALL if you don't want
|
|
|
+ to collect some analysis data
|
|
|
+
|
|
|
+2000-10-18 11:18 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c, include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ some tweaks
|
|
|
+
|
|
|
+2000-10-18 11:02 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Rewrote double to FLOAT8.
|
|
|
+
|
|
|
+2000-10-18 10:55 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Added short block pre-echo control to --nspsytune.
|
|
|
+ This improves castanets.wav.
|
|
|
+
|
|
|
+2000-10-17 22:59 pfk
|
|
|
+
|
|
|
+ * STYLEGUIDE, frontend/brhist.c, frontend/brhist.h,
|
|
|
+ frontend/get_audio.h, frontend/main.c, frontend/parse.c,
|
|
|
+ frontend/parse.h, frontend/timestatus.c, include/lame.h,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/util.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ * small changes to prepare to add a lame float interface
|
|
|
+ * other stuff
|
|
|
+
|
|
|
+2000-10-17 00:13 pfk
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/brhist.c, frontend/brhist.h,
|
|
|
+ frontend/get_audio.c, frontend/timestatus.c, include/lame.h,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/bitstream.c, libmp3lame/fft.c,
|
|
|
+ libmp3lame/lame.c, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ removed some shorts.
|
|
|
+ two version of version report
|
|
|
+ some minor changes
|
|
|
+
|
|
|
+2000-10-16 22:19 robert
|
|
|
+
|
|
|
+ * frontend/: brhist.c, main.c:
|
|
|
+
|
|
|
+ cosmetics
|
|
|
+
|
|
|
+2000-10-16 19:55 florian
|
|
|
+
|
|
|
+ * Makefile.in, configure, configure.in, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/lame.c, mpglib/Makefile.in:
|
|
|
+
|
|
|
+ integrated Alexanders patch, minor bug fixes
|
|
|
+
|
|
|
+2000-10-16 19:29 robert
|
|
|
+
|
|
|
+ * libmp3lame/: tables.c, tables.h, takehiro.c:
|
|
|
+
|
|
|
+ takehiro.c now thread safer
|
|
|
+
|
|
|
+2000-10-16 19:27 robert
|
|
|
+
|
|
|
+ * frontend/brhist.h:
|
|
|
+
|
|
|
+ missing include files
|
|
|
+
|
|
|
+2000-10-16 10:03 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ some convenience
|
|
|
+
|
|
|
+2000-10-16 02:40 markt
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-16 02:29 markt
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ added some prototypes. no code yet
|
|
|
+
|
|
|
+2000-10-16 02:29 markt
|
|
|
+
|
|
|
+ * API:
|
|
|
+
|
|
|
+ added some lame_set_variable prototypes in lame.h
|
|
|
+
|
|
|
+2000-10-16 02:17 markt
|
|
|
+
|
|
|
+ * frontend/mp3rtp.c, include/lame.h, libmp3lame/fft.h,
|
|
|
+ libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed fft.h defines
|
|
|
+
|
|
|
+2000-10-16 02:12 markt
|
|
|
+
|
|
|
+ * API, Makefile.in, configure, configure.in:
|
|
|
+
|
|
|
+ broken frame analyzer fixed - -DANALYSIS was missing from default
|
|
|
+ library build
|
|
|
+
|
|
|
+2000-10-16 01:38 markt
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, main.c, mp3rtp.c:
|
|
|
+
|
|
|
+ fixed broken fskip()
|
|
|
+
|
|
|
+2000-10-16 01:37 markt
|
|
|
+
|
|
|
+ * STYLEGUIDE, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ fixed Frank's broken fskip()
|
|
|
+
|
|
|
+2000-10-16 00:44 markt
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, mpglib_interface.c, util.c, util.h:
|
|
|
+
|
|
|
+ made data for resampling dynamically allocated
|
|
|
+
|
|
|
+2000-10-16 00:28 pfk
|
|
|
+
|
|
|
+ * STYLEGUIDE, frontend/brhist.c, frontend/brhist.h,
|
|
|
+ frontend/get_audio.c, frontend/parse.c, frontend/timestatus.c,
|
|
|
+ frontend/timestatus.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Most changes must be switched on via KLEMM_0[0-9].
|
|
|
+ Also some minor changes.
|
|
|
+ Start of short documenation of the source code.
|
|
|
+
|
|
|
+ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
+
|
|
|
+ ****************
|
|
|
+ *** #defines ***
|
|
|
+ ****************
|
|
|
+
|
|
|
+ KLEMM_01: Use my experimental data to calculate ATH
|
|
|
+ But masking for >16 kHz seems to be buggy.
|
|
|
+ KLEMM_02: lame_set_stream_binary_mode() and lame_get_file_size() as
|
|
|
+ lib function, still searching a better place for that
|
|
|
+ KLEMM_03: not more used
|
|
|
+ KLEMM_04: faster FIR filter with less rounding errors
|
|
|
+ KLEMM_05: sparse VBR bitrate display
|
|
|
+ KLEMM_06: fskip() uses fseek() if possible
|
|
|
+ KLEMM_07: use of timestatus_klemm.c which only uses timestatus.c functions,
|
|
|
+ some code clarification and documentation
|
|
|
+
|
|
|
+2000-10-15 22:46 markt
|
|
|
+
|
|
|
+ * libmp3lame/: util.c, util.h:
|
|
|
+
|
|
|
+ lowpass filtering data structurs made dynamic
|
|
|
+
|
|
|
+2000-10-15 21:23 markt
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-15 21:17 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, libmp3lame/VbrTag.c:
|
|
|
+
|
|
|
+ Fixed bug parsing Xing VBR header: lame will now compute
|
|
|
+ correct number of frames when decoding
|
|
|
+
|
|
|
+2000-10-15 20:54 markt
|
|
|
+
|
|
|
+ * Makefile.unix, frontend/get_audio.c, frontend/main.c:
|
|
|
+
|
|
|
+ playback bugfix
|
|
|
+
|
|
|
+2000-10-15 20:12 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ msv6 dll project files updated
|
|
|
+
|
|
|
+2000-10-15 20:11 markt
|
|
|
+
|
|
|
+ * Dll/: MP3EncDll.dsp, MP3EncDll.dsw (MSVC6):
|
|
|
+
|
|
|
+ msvc6 update
|
|
|
+
|
|
|
+2000-10-15 20:05 markt
|
|
|
+
|
|
|
+ * Dll/: MP3EncDll.dsp, MP3EncDll.dsw:
|
|
|
+
|
|
|
+ reverted back to MSVC5 project files.
|
|
|
+ accidently changed them to my MSVC6 versions.
|
|
|
+
|
|
|
+ Albert, when are you goint to upgrade!!!!
|
|
|
+
|
|
|
+2000-10-15 20:02 markt
|
|
|
+
|
|
|
+ * Dll/: MP3EncDll.dsp, MP3EncDll.dsw:
|
|
|
+
|
|
|
+ msv6 dll project files updated
|
|
|
+
|
|
|
+2000-10-15 19:51 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ fixed typo
|
|
|
+
|
|
|
+2000-10-15 19:33 markt
|
|
|
+
|
|
|
+ * USAGE, include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ updated USAGE
|
|
|
+
|
|
|
+2000-10-15 19:10 markt
|
|
|
+
|
|
|
+ * API, USAGE, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ edited API, USAGE
|
|
|
+
|
|
|
+2000-10-14 19:18 robert
|
|
|
+
|
|
|
+ * libmp3lame/i386/cpu_feat.nas:
|
|
|
+
|
|
|
+ BUG in 3DNow detection fixed, was my faulty porting to NASM
|
|
|
+
|
|
|
+2000-10-14 11:42 robert
|
|
|
+
|
|
|
+ * libmp3lame/: takehiro.c, util.h:
|
|
|
+
|
|
|
+ takehiro.c now thread safe ?
|
|
|
+
|
|
|
+2000-10-14 10:08 pfk
|
|
|
+
|
|
|
+ * frontend/brhist.c, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ psymodel: FIR filter changed, trigger with KLEMM_04
|
|
|
+ brhist: display changed back to the old display, new display must be
|
|
|
+ triggered by KLEMM_05
|
|
|
+
|
|
|
+2000-10-13 22:58 pfk
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/brhist.h, frontend/main.c,
|
|
|
+ frontend/timestatus.c, include/lame.h, libmp3lame/util.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Changes are commented in brhist.c or must be enabled with KLEMM_xx.
|
|
|
+
|
|
|
+2000-10-13 16:43 robert
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/brhist.h, frontend/main.c,
|
|
|
+ include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ bitrate histogram is working again
|
|
|
+
|
|
|
+2000-10-13 15:24 robert
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ small fixes
|
|
|
+
|
|
|
+2000-10-13 05:37 florian
|
|
|
+
|
|
|
+ * frontend/Makefile.in, frontend/Makefile.in.old,
|
|
|
+ libmp3lame/Makefile.in, libmp3lame/Makefile.in.old:
|
|
|
+
|
|
|
+ prepare for automake: new vars, system dependent checks to configure.in
|
|
|
+
|
|
|
+2000-10-13 05:17 florian
|
|
|
+
|
|
|
+ * Makefile.in, Makefile.in.old, configure, configure.in,
|
|
|
+ configure.in.old:
|
|
|
+
|
|
|
+ prepare for automake: new vars, system dependent checks to configure.in
|
|
|
+
|
|
|
+2000-10-12 19:19 florian
|
|
|
+
|
|
|
+ * acinclude.m4, aclocal.m4, configure.in:
|
|
|
+
|
|
|
+ Preparing for automake
|
|
|
+
|
|
|
+2000-10-12 17:48 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, Makefile.unix:
|
|
|
+
|
|
|
+ NASM specific fixes
|
|
|
+
|
|
|
+2000-10-12 17:19 robert
|
|
|
+
|
|
|
+ * libmp3lame/i386/cpu_feat.nas:
|
|
|
+
|
|
|
+ CPU feature code using NASM
|
|
|
+
|
|
|
+2000-10-12 17:18 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/Makefile.in, libmp3lame/util.c:
|
|
|
+
|
|
|
+ CPU feature detection code now using NASM
|
|
|
+
|
|
|
+2000-10-12 08:59 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/: psymodel.c, quantize.c, quantize_pvt.c, util.h:
|
|
|
+
|
|
|
+ Add two new features to --nspsytune.
|
|
|
+ 1. New block type selecting algorithm.
|
|
|
+ 2. Improved noise shaping at high bitrate CBR. Turned on by -q1 --nspsytune.
|
|
|
+
|
|
|
+2000-10-12 00:50 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ it's getting better :-)
|
|
|
+
|
|
|
+2000-10-12 00:49 robert
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ BUG fix in case LAME compiled without GTK, then called with -g
|
|
|
+
|
|
|
+2000-10-11 23:08 robert
|
|
|
+
|
|
|
+ * libmp3lame/: Makefile.in, quantize_pvt.c, util.c:
|
|
|
+
|
|
|
+ fixes for Frank's ATH
|
|
|
+
|
|
|
+2000-10-11 18:45 robert
|
|
|
+
|
|
|
+ * include/lame.h, libmp3lame/lame.c:
|
|
|
+
|
|
|
+ added alternative to lame_encode_finish:
|
|
|
+ - lame_encode_flush, does the same as lame_encode_finish
|
|
|
+ but will not free lame internal buffers
|
|
|
+ - lame_close, will free lame internal buffers
|
|
|
+
|
|
|
+ So the following is equivalent to lame_encode_finish
|
|
|
+ lame_encode_flush()
|
|
|
+ <do some stuff like statistics>
|
|
|
+ lame_close()
|
|
|
+
|
|
|
+ But this adds the possibility to get some more
|
|
|
+ analyzing after all frames are encoded.
|
|
|
+
|
|
|
+ Suggested to use with
|
|
|
+ lame_bitrate_hist()
|
|
|
+ lame_stereo_mode_hist()
|
|
|
+
|
|
|
+2000-10-11 17:54 robert
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.c, lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ simple statistics (histogram) added,
|
|
|
+ problem: lame_encode_finish() also frees internal buffer
|
|
|
+ solution: two new functions splitting lame_encode_finish()
|
|
|
+ into lame_encode_flush() and lame_close()
|
|
|
+
|
|
|
+2000-10-10 23:18 pfk
|
|
|
+
|
|
|
+ * libmp3lame/util.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Additional ATH calculation (enabled by KLEMM_01).
|
|
|
+
|
|
|
+2000-10-10 20:26 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, takehiro.c:
|
|
|
+
|
|
|
+ use of MMX should be safe on non MMX CPUs now,
|
|
|
+ but this will not work on Microsoft platforms.
|
|
|
+ We will have to adapt the assembler routines
|
|
|
+ for the MS assembler or for NASM.
|
|
|
+
|
|
|
+2000-10-10 19:36 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, libmp3lame/util.c:
|
|
|
+
|
|
|
+ Makefile work
|
|
|
+
|
|
|
+2000-10-10 18:34 robert
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ cut'n'paste devil :(
|
|
|
+
|
|
|
+2000-10-10 18:28 robert
|
|
|
+
|
|
|
+ * libmp3lame/: lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ Frank's CPU feature detection code added
|
|
|
+
|
|
|
+2000-10-10 17:59 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, Dll/BladeMP3EncDLL.h, frontend/brhist.c,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/libmp3lame.dsp:
|
|
|
+
|
|
|
+ MSVC Win32 updates, added Alpha Beta version numbers to DLL version structure
|
|
|
+ (should be backward compatible)
|
|
|
+
|
|
|
+2000-10-10 05:31 markt
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ notes about what needs to be done for configure
|
|
|
+
|
|
|
+2000-10-09 19:55 markt
|
|
|
+
|
|
|
+ * libmp3lame/: encoder.h, lame-analysis.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-09 19:55 markt
|
|
|
+
|
|
|
+ * TODO, frontend/timestatus.c, include/lame.h:
|
|
|
+
|
|
|
+ generic cleanup
|
|
|
+
|
|
|
+2000-10-09 19:42 markt
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ frame analyzer now works with ./configure, at least for linux
|
|
|
+
|
|
|
+2000-10-09 19:29 markt
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.MSVC, TODO, configure,
|
|
|
+ configure.in, frontend/get_audio.c, frontend/get_audio.h:
|
|
|
+
|
|
|
+ attept to fix Makefiles.B32, DJGPP, MSVC.
|
|
|
+
|
|
|
+2000-10-09 16:27 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame-analysis.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-09 16:23 markt
|
|
|
+
|
|
|
+ * Makefile.in, Makefile.unix, aclocal.m4, configure, configure.in,
|
|
|
+ frontend/Makefile.in, frontend/main.h,
|
|
|
+ libmp3lame/lame-analysis.h:
|
|
|
+
|
|
|
+ moved mp3x -> analyzer (name was clashing with executable name)
|
|
|
+ work on configure to get mp3x to compile (not yet done)
|
|
|
+ but gtk stuff in configure.in now working
|
|
|
+
|
|
|
+2000-10-09 14:38 markt
|
|
|
+
|
|
|
+ * libmp3lame/lame.c:
|
|
|
+
|
|
|
+ added a comment about downsampling
|
|
|
+
|
|
|
+2000-10-08 20:08 markt
|
|
|
+
|
|
|
+ * frontend/main.c, frontend/timestatus.c, include/lame.h,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/VbrTag.h, libmp3lame/encoder.c,
|
|
|
+ libmp3lame/lame.c:
|
|
|
+
|
|
|
+ cleaned up VBR tag stuff
|
|
|
+
|
|
|
+2000-10-08 19:43 markt
|
|
|
+
|
|
|
+ * frontend/get_audio.c, frontend/get_audio.h, frontend/main.c,
|
|
|
+ frontend/main.h, frontend/mp3rtp.c, frontend/parse.c,
|
|
|
+ frontend/parse.h, frontend/timestatus.c, frontend/timestatus.h,
|
|
|
+ include/lame.h, libmp3lame/lame.c, libmp3lame/version.c,
|
|
|
+ libmp3lame/version.h:
|
|
|
+
|
|
|
+ lots of changes, just trying to get things to compile.
|
|
|
+
|
|
|
+2000-10-08 17:48 markt
|
|
|
+
|
|
|
+ * libmp3lame/id3tag.h:
|
|
|
+
|
|
|
+ Trying to add id3tag.h again.
|
|
|
+
|
|
|
+2000-10-07 08:25 robert
|
|
|
+
|
|
|
+ * lame4dos.bat:
|
|
|
+
|
|
|
+ bug fixes by Alexander Stumpf
|
|
|
+
|
|
|
+2000-10-07 05:04 markt
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, util.h:
|
|
|
+
|
|
|
+ missing id3tag.h include files for util.h, id3tag.c
|
|
|
+
|
|
|
+2000-10-07 05:00 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile.unix, Dll/LameDLLInterface.htm,
|
|
|
+ frontend/main.c, frontend/main.h, include/lame.h,
|
|
|
+ libmp3lame/id3tag.c, libmp3lame/lame.c, libmp3lame/util.c,
|
|
|
+ libmp3lame/util.h:
|
|
|
+
|
|
|
+ id3tag_spec made it back into lame.h. deleted.
|
|
|
+
|
|
|
+ frameNum has to be in the library - the front end has no way
|
|
|
+ of correctly counting frames unless it parses the mp3 output
|
|
|
+ headers. totalframes should also probably be in the library.
|
|
|
+
|
|
|
+2000-10-06 21:16 florian
|
|
|
+
|
|
|
+ * Makefile.in, configure, configure.in, frontend/Makefile.in,
|
|
|
+ libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ minor changes for install and uninstall
|
|
|
+
|
|
|
+2000-10-06 13:19 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, lame.c, util.h:
|
|
|
+
|
|
|
+ quick fix, maybe work but not checked hard
|
|
|
+
|
|
|
+2000-10-06 13:19 takehiro
|
|
|
+
|
|
|
+ * frontend/main.c, include/lame.h:
|
|
|
+
|
|
|
+ quick fix, I don't check this
|
|
|
+
|
|
|
+2000-10-06 00:55 markt
|
|
|
+
|
|
|
+ * libmp3lame/: id3tag.c, lame.c, util.h:
|
|
|
+
|
|
|
+ id3tag cleanup
|
|
|
+
|
|
|
+2000-10-06 00:54 markt
|
|
|
+
|
|
|
+ * frontend/parse.c, include/lame.h:
|
|
|
+
|
|
|
+ id3 stuff cleaned up. id3 related strucs made internal to the
|
|
|
+ library
|
|
|
+
|
|
|
+2000-10-05 19:53 cisc
|
|
|
+
|
|
|
+ * frontend/: get_audio.c, get_audio.h:
|
|
|
+
|
|
|
+ small correction
|
|
|
+
|
|
|
+2000-10-05 05:18 markt
|
|
|
+
|
|
|
+ * TODO, frontend/Makefile.in:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-05 05:13 markt
|
|
|
+
|
|
|
+ * Makefile.in, configure, configure.in, libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ more configure work.
|
|
|
+
|
|
|
+2000-10-05 04:50 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase
|
|
|
+
|
|
|
+2000-10-05 04:49 markt
|
|
|
+
|
|
|
+ * Makefile.in, libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ added comment about Naoki's blocktype bug fix.
|
|
|
+ also, for JSTEREO but with the '-d' option, L and R channels
|
|
|
+ can have different block types, so we cant just look at the
|
|
|
+ block type for channel 0
|
|
|
+
|
|
|
+2000-10-05 04:31 markt
|
|
|
+
|
|
|
+ * Makefile.in, frontend/Makefile.in:
|
|
|
+
|
|
|
+ forgot to add Makefile.in
|
|
|
+
|
|
|
+2000-10-04 22:37 robert
|
|
|
+
|
|
|
+ * Lame.vbs:
|
|
|
+
|
|
|
+ needs Windows Script >= 5.1, donated by Ralf Kempkens <Ralf.Kempkens@epost.de>
|
|
|
+
|
|
|
+2000-10-04 17:13 afaber
|
|
|
+
|
|
|
+ * Dll/Example.dsw, Dll/MP3EncDll.dsp, libmp3lame/libmp3lame.dsp,
|
|
|
+ mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ MSVC project update(s) to new layout of the libmp3lame files
|
|
|
+
|
|
|
+2000-10-04 12:48 shibatch
|
|
|
+
|
|
|
+ * libmp3lame/psymodel.c:
|
|
|
+
|
|
|
+ Bugfix of long block pre-echo control.
|
|
|
+
|
|
|
+2000-10-04 12:13 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/i386/: choose_table.nas, fft.nas, fft3dn.nas,
|
|
|
+ fftfpu.nas, fftsse.nas, ffttbl.nas, nasm.h:
|
|
|
+
|
|
|
+ moved i386 directory
|
|
|
+
|
|
|
+2000-10-04 04:26 markt
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.in:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-04 04:23 markt
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ make still does not work. some kind of infinite loop
|
|
|
+
|
|
|
+2000-10-04 04:00 markt
|
|
|
+
|
|
|
+ * Makefile.unix:
|
|
|
+
|
|
|
+ more configure work
|
|
|
+
|
|
|
+2000-10-04 03:54 markt
|
|
|
+
|
|
|
+ * Makefile.in, Makefile.unix, VbrTag.c, VbrTag.h, amiga_mpega.c,
|
|
|
+ bitstream.c, bitstream.h, configure, configure.in,
|
|
|
+ debugscalefac.c, encoder.c, encoder.h, fft.c, fft.h, id3tag.c,
|
|
|
+ l3side.h, lame-analysis.h, lame.c, machine.h, mpglib_interface.c,
|
|
|
+ newmdct.c, newmdct.h, psymodel.c, psymodel.h, quantize.c,
|
|
|
+ quantize.h, quantize_pvt.c, quantize_pvt.h, reservoir.c,
|
|
|
+ reservoir.h, tables.c, tables.h, takehiro.c, util.c, util.h,
|
|
|
+ vbrquantize.c, version.c, version.h, vorbis_interface.c,
|
|
|
+ libmp3lame/Makefile.am, libmp3lame/Makefile.in,
|
|
|
+ libmp3lame/VbrTag.c, libmp3lame/VbrTag.h,
|
|
|
+ libmp3lame/amiga_mpega.c, libmp3lame/bitstream.c,
|
|
|
+ libmp3lame/bitstream.h, libmp3lame/debugscalefac.c,
|
|
|
+ libmp3lame/encoder.c, libmp3lame/encoder.h, libmp3lame/fft.c,
|
|
|
+ libmp3lame/fft.h, libmp3lame/id3tag.c, libmp3lame/l3side.h,
|
|
|
+ libmp3lame/lame-analysis.h, libmp3lame/lame.c,
|
|
|
+ libmp3lame/machine.h, libmp3lame/mpglib_interface.c,
|
|
|
+ libmp3lame/newmdct.c, libmp3lame/newmdct.h,
|
|
|
+ libmp3lame/psymodel.c, libmp3lame/psymodel.h,
|
|
|
+ libmp3lame/quantize.c, libmp3lame/quantize.h,
|
|
|
+ libmp3lame/quantize_pvt.c, libmp3lame/quantize_pvt.h,
|
|
|
+ libmp3lame/reservoir.c, libmp3lame/reservoir.h,
|
|
|
+ libmp3lame/tables.c, libmp3lame/tables.h, libmp3lame/takehiro.c,
|
|
|
+ libmp3lame/util.c, libmp3lame/util.h, libmp3lame/vbrquantize.c,
|
|
|
+ libmp3lame/version.c, libmp3lame/version.h,
|
|
|
+ libmp3lame/vorbis_interface.c:
|
|
|
+
|
|
|
+
|
|
|
+ Moved everything to libmp3lame. worked on configure, but
|
|
|
+ not quite working.
|
|
|
+
|
|
|
+2000-10-04 03:01 markt
|
|
|
+
|
|
|
+ * frontend/aclocal.m4, frontend/configure, frontend/configure.in,
|
|
|
+ mpglib/configure, mpglib/configure.in:
|
|
|
+
|
|
|
+ removed more configure files in subdirectories.
|
|
|
+ There should only be one ./configure, in the main directory
|
|
|
+
|
|
|
+2000-10-04 02:57 markt
|
|
|
+
|
|
|
+ * configure, configure.in, frontend/get_audio.c,
|
|
|
+ frontend/get_audio.h, frontend/timestatus.c,
|
|
|
+ frontend/timestatus.h:
|
|
|
+
|
|
|
+ more configure work
|
|
|
+
|
|
|
+2000-10-04 01:07 markt
|
|
|
+
|
|
|
+ * configure, configure.in, frontend/Makefile.in:
|
|
|
+
|
|
|
+ more configure patches for frontend.
|
|
|
+
|
|
|
+2000-10-04 01:02 markt
|
|
|
+
|
|
|
+ * TODO, configure, configure.in, frontend/configure:
|
|
|
+
|
|
|
+ new configure that doesn't run configure in all the subdirectories!
|
|
|
+
|
|
|
+2000-10-03 22:08 afaber
|
|
|
+
|
|
|
+ * README.WINGTK, lamelib.dsp, frontend/lame.dsp, frontend/lame.dsw,
|
|
|
+ libmp3lame/libmp3lame.dsp, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ Re-organized some of the MSVC project files, fixes to compile mp3x again on Win32 platform
|
|
|
+
|
|
|
+2000-10-03 17:56 robert
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ removed unused includes
|
|
|
+
|
|
|
+2000-10-03 10:32 robert
|
|
|
+
|
|
|
+ * fft.c, fft.h, lame.c, psymodel.c, quantize.c, quantize_pvt.c,
|
|
|
+ util.h:
|
|
|
+
|
|
|
+ fft.c now thread safe !?
|
|
|
+
|
|
|
+2000-10-03 09:44 robert
|
|
|
+
|
|
|
+ * encoder.c, newmdct.c, newmdct.h:
|
|
|
+
|
|
|
+ removed redundancies
|
|
|
+
|
|
|
+2000-10-03 09:43 robert
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase for LAME 3.88 alpha 1
|
|
|
+
|
|
|
+2000-10-03 04:07 markt
|
|
|
+
|
|
|
+ * INSTALL:
|
|
|
+
|
|
|
+ Some configure options are for the library, some are for
|
|
|
+ the front end. How do we pass front end options to
|
|
|
+ frontend/configure?
|
|
|
+
|
|
|
+2000-10-03 03:57 markt
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-02 10:15 markt
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ make -> $(MAKE)
|
|
|
+
|
|
|
+2000-10-02 09:00 markt
|
|
|
+
|
|
|
+ * quantize_pvt.h:
|
|
|
+
|
|
|
+ Fix for winamp bug. (commented out for now)
|
|
|
+
|
|
|
+2000-10-02 06:20 markt
|
|
|
+
|
|
|
+ * aclocal.m4, configure, configure.in, frontend/configure,
|
|
|
+ frontend/configure.in:
|
|
|
+
|
|
|
+ configure updates
|
|
|
+
|
|
|
+2000-10-01 19:05 afaber
|
|
|
+
|
|
|
+ * lamelib.dsp, frontend/lame.dsp, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ Adapted project file in order to compile it again with the MSVC compiler
|
|
|
+
|
|
|
+2000-10-01 18:34 markt
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-10-01 18:25 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile.in, id3tag.c, lame-analysis.h, lame.c,
|
|
|
+ frontend/Makefile.in, frontend/configure, frontend/configure.in,
|
|
|
+ frontend/main.c, frontend/parse.c, include/lame-analysis.h,
|
|
|
+ include/lame-id3tag.h, include/lame.h:
|
|
|
+
|
|
|
+ trying to move decoding back into library
|
|
|
+
|
|
|
+2000-10-01 17:58 afaber
|
|
|
+
|
|
|
+ * frontend/get_audio.c:
|
|
|
+
|
|
|
+ Make it compile again with MSVC compiler
|
|
|
+
|
|
|
+2000-10-01 17:17 markt
|
|
|
+
|
|
|
+ * frontend/: gpkplotting.c, gpkplotting.h, gtkanal.c, main.c,
|
|
|
+ mp3x.c:
|
|
|
+
|
|
|
+ moved GTK frame analyzer stuff into mp3x
|
|
|
+
|
|
|
+2000-10-01 15:29 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, aclocal.m4, configure, configure.in,
|
|
|
+ mpglib_interface.c, vorbis_interface.c, frontend/Makefile.in,
|
|
|
+ frontend/get_audio.c, frontend/main.c,
|
|
|
+ frontend/vorbis_interface.c, mpglib/Makefile.in,
|
|
|
+ mpglib/configure, mpglib/configure.in, mpglib/main.c:
|
|
|
+
|
|
|
+ more modularization work.
|
|
|
+ VORBIS and mpglib interface is now in the libmp3lame library.
|
|
|
+ functions in these files are wrapper of mpglib/libvorbis.
|
|
|
+ I think it is ok to include them in libmp3lame.
|
|
|
+
|
|
|
+2000-10-01 15:19 takehiro
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ merged VbrTag.h into lame.h
|
|
|
+
|
|
|
+2000-10-01 15:03 takehiro
|
|
|
+
|
|
|
+ * encoder.c, lame.c, util.h, Dll/BladeMP3EncDLL.c,
|
|
|
+ frontend/get_audio.c, include/lame.h:
|
|
|
+
|
|
|
+ merged VbrTag.h into lame.h
|
|
|
+
|
|
|
+2000-10-01 11:28 afaber
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h, dct64_i386.c, decode_i386.c,
|
|
|
+ interface.c, interface.h, layer1.c, layer1.h, layer2.c, layer2.h,
|
|
|
+ layer3.c, layer3.h, main.c, mpg123.h, mpglib.dsp, mpglib.h,
|
|
|
+ dct64_i386.h, decode_i386.h:
|
|
|
+
|
|
|
+ More MPGLIB cleanup, got rid of the global mpstr struct gmp (in order to make lib thread safe)
|
|
|
+
|
|
|
+2000-10-01 10:40 afaber
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h, decode_i386.c, interface.c,
|
|
|
+ layer3.c, mpg123.h:
|
|
|
+
|
|
|
+ Cleanup of mpg123.h file (still need to get rid of the dirty extern gmp hack)
|
|
|
+
|
|
|
+2000-10-01 10:05 afaber
|
|
|
+
|
|
|
+ * mpglib/: layer1.c, mpg123.h:
|
|
|
+
|
|
|
+ Removed unused stuff in MPG123.h file, removed stuff that was commented out in Layer1.c
|
|
|
+
|
|
|
+2000-10-01 10:00 afaber
|
|
|
+
|
|
|
+ * mpglib/: mpg123.h, tabinit.c:
|
|
|
+
|
|
|
+ Removed some double/float warnings, removed disable warnings pragma for MSVC compiler
|
|
|
+
|
|
|
+2000-10-01 09:52 takehiro
|
|
|
+
|
|
|
+ * lame.c, frontend/main.c:
|
|
|
+
|
|
|
+ moved main_crc_init from frontend to library
|
|
|
+
|
|
|
+2000-10-01 09:51 afaber
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h, dct64_i386.c, decode_i386.c,
|
|
|
+ interface.c, layer2.c, layer3.h, mpg123.h, mpglib.dsp, tabinit.c,
|
|
|
+ tabinit.h:
|
|
|
+
|
|
|
+ Reorganized some of the function prototypes, removed non existing function prototypes from common.h
|
|
|
+
|
|
|
+2000-10-01 09:32 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/.cvsignore:
|
|
|
+
|
|
|
+ initial check in for libmp3lame
|
|
|
+
|
|
|
+2000-10-01 09:29 takehiro
|
|
|
+
|
|
|
+ * libmp3lame/Makefile.am:
|
|
|
+
|
|
|
+ check in for the feauture...
|
|
|
+
|
|
|
+2000-10-01 09:09 afaber
|
|
|
+
|
|
|
+ * bitstream.h, frontend/main.c:
|
|
|
+
|
|
|
+ Added void main_CRC_init (void) function prototype in bitstream.h
|
|
|
+
|
|
|
+2000-10-01 06:24 takehiro
|
|
|
+
|
|
|
+ * frontend/: Makefile.in, mp3x.c:
|
|
|
+
|
|
|
+ making frameanalyzer problem fixed
|
|
|
+
|
|
|
+2000-10-01 04:56 markt
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ added Frank's normalization of Blackman filter coefficients.
|
|
|
+ This had no effect on any of my resample test cases.
|
|
|
+
|
|
|
+2000-09-30 15:32 markt
|
|
|
+
|
|
|
+ * STYLEGUIDE:
|
|
|
+
|
|
|
+ more notes on identation and int in STYLEGUIDE
|
|
|
+
|
|
|
+2000-09-30 15:09 afaber
|
|
|
+
|
|
|
+ * id3tag.c:
|
|
|
+
|
|
|
+ fixed signed/unsigned mismatch
|
|
|
+
|
|
|
+2000-09-30 14:50 markt
|
|
|
+
|
|
|
+ * HACKING, bitstream.c, bitstream.h, util.c, util.h:
|
|
|
+
|
|
|
+ added stuff in HACKING on how to handle global data
|
|
|
+ moved freegfc() into util.c
|
|
|
+
|
|
|
+2000-09-30 14:28 markt
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ number of pre-computed convolution windows determined dynamically.
|
|
|
+ (storage still needs to malloc'd and free'd in lame_encode_finish).
|
|
|
+
|
|
|
+2000-09-30 14:17 robert
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ small fix
|
|
|
+
|
|
|
+2000-09-30 13:14 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Changes in order to get it compile on a Win32 platform
|
|
|
+
|
|
|
+2000-09-30 12:49 afaber
|
|
|
+
|
|
|
+ * lamelib.dsp, VbrTag.h, lame.dsp, lame.dsw, frontend/brhist.c,
|
|
|
+ frontend/get_audio.c, frontend/lame.dsp, frontend/lame.dsw,
|
|
|
+ frontend/timestatus.c, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ Changes in order to get it compile on a Win32 platform
|
|
|
+
|
|
|
+2000-09-30 08:29 takehiro
|
|
|
+
|
|
|
+ * frontend/parse.c:
|
|
|
+
|
|
|
+ renamed some functions
|
|
|
+
|
|
|
+2000-09-30 08:21 takehiro
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, examples.html, history.html,
|
|
|
+ id3.html, index.html, lame.css, modes.html, node6.html,
|
|
|
+ switchs.html:
|
|
|
+
|
|
|
+ new document for 3.87 from Gaby.
|
|
|
+
|
|
|
+2000-09-30 08:15 takehiro
|
|
|
+
|
|
|
+ * frontend/: configure, configure.in:
|
|
|
+
|
|
|
+ debug about gtk detection
|
|
|
+
|
|
|
+2000-09-30 07:54 takehiro
|
|
|
+
|
|
|
+ * lame.c, frontend/get_audio.c, frontend/main.c, frontend/main.h,
|
|
|
+ frontend/mp3rtp.c, frontend/parse.c, include/lame.h:
|
|
|
+
|
|
|
+ removed outpath from library.
|
|
|
+
|
|
|
+2000-09-30 06:58 takehiro
|
|
|
+
|
|
|
+ * bitstream.c, bitstream.h, util.c, util.h:
|
|
|
+
|
|
|
+ moved some code from util to bitstream
|
|
|
+
|
|
|
+2000-09-30 04:40 markt
|
|
|
+
|
|
|
+ * VbrTag.c, lame.c, frontend/vorbis_interface.c:
|
|
|
+
|
|
|
+ re-enabled id3v2 tag and Xing vbr header
|
|
|
+
|
|
|
+2000-09-29 18:16 takehiro
|
|
|
+
|
|
|
+ * lame.c, frontend/get_audio.c, frontend/main.c, frontend/main.h,
|
|
|
+ frontend/parse.c, frontend/timestatus.c, include/lame.h:
|
|
|
+
|
|
|
+ "silent" and "brhist" is moved to frontend
|
|
|
+
|
|
|
+2000-09-29 18:07 takehiro
|
|
|
+
|
|
|
+ * lame.c, frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ frontend/timestatus.c, include/lame.h:
|
|
|
+
|
|
|
+ "update_interval" is moved to frontend
|
|
|
+
|
|
|
+2000-09-29 17:49 takehiro
|
|
|
+
|
|
|
+ * encoder.c, lame.c, psymodel.c, quantize.c, vbrquantize.c,
|
|
|
+ frontend/main.c, frontend/parse.c, include/lame-analysis.h,
|
|
|
+ include/lame.h, frontend/mp3x.c:
|
|
|
+
|
|
|
+ changed from "gtkflag" to "analysis", because it is not only for gtk.
|
|
|
+
|
|
|
+2000-09-29 17:48 takehiro
|
|
|
+
|
|
|
+ * frontend/timestatus.c:
|
|
|
+
|
|
|
+ oops, timestatus not correctly displayed
|
|
|
+
|
|
|
+2000-09-29 17:43 takehiro
|
|
|
+
|
|
|
+ * id3tag.c, lame.c, quantize.c, quantize_pvt.c, util.h,
|
|
|
+ vbrquantize.c, frontend/gtkanal.c, frontend/main.c,
|
|
|
+ frontend/mp3x.c, frontend/parse.c, include/analysis.h,
|
|
|
+ include/id3tag.h, include/lame-analysis.h, include/lame-id3tag.h,
|
|
|
+ include/lame.h, mpglib/layer3.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ OK, Florian, I renamed include file avoid confusing.
|
|
|
+ (it's so generic and not likely to be unique)
|
|
|
+
|
|
|
+2000-09-29 17:31 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, encoder.c, lame.c, parse.c, psymodel.c, util.c,
|
|
|
+ util.h, vbrquantize.c, frontend/Makefile.in, frontend/brhist.c,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h, frontend/gtkanal.c,
|
|
|
+ frontend/main.c, frontend/main.h, frontend/parse.c,
|
|
|
+ frontend/parse.h, frontend/timestatus.c,
|
|
|
+ frontend/vorbis_interface.c:
|
|
|
+
|
|
|
+ 1. timestatus things are moved to frontend(maybe complete ?)
|
|
|
+ 2. input file handling is moved to frontend(so the file input API is removed)
|
|
|
+
|
|
|
+2000-09-29 04:51 markt
|
|
|
+
|
|
|
+ * frontend/brhist.c, frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ mpglib/main.c:
|
|
|
+
|
|
|
+ removed analysis.h from get_audio.c
|
|
|
+ typo in brhist.c
|
|
|
+
|
|
|
+2000-09-28 23:31 robert
|
|
|
+
|
|
|
+ * lame4dos.bat:
|
|
|
+
|
|
|
+ improved lame.bat for 4DOS users, donated by Alexander Stumpf <alestrix@unm.edu>
|
|
|
+
|
|
|
+2000-09-28 16:36 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, VbrTag.c, brhist.c, brhist.h, configure,
|
|
|
+ configure.in, encoder.c, get_audio.c, get_audio.h, gpkplotting.c,
|
|
|
+ gpkplotting.h, gtkanal.c, id3tag.h, ieeefloat.c, ieeefloat.h,
|
|
|
+ lame.c, lametime.c, lametime.h, main.c, mp3rtp.c, mp3x.c,
|
|
|
+ parse.c, portableio.c, portableio.h, psymodel.c, quantize.c,
|
|
|
+ quantize_pvt.c, rtp.c, rtp.h, tables.c, timestatus.c,
|
|
|
+ timestatus.h, util.c, util.h, vbrquantize.c, version.c,
|
|
|
+ version.h, vorbis_interface.c, frontend/.cvsignore,
|
|
|
+ frontend/Makefile.in, frontend/aclocal.m4, frontend/brhist.c,
|
|
|
+ frontend/brhist.h, frontend/configure, frontend/configure.in,
|
|
|
+ frontend/get_audio.c, frontend/get_audio.h,
|
|
|
+ frontend/gpkplotting.c, frontend/gpkplotting.h,
|
|
|
+ frontend/gtkanal.c, frontend/ieeefloat.c, frontend/ieeefloat.h,
|
|
|
+ frontend/lametime.c, frontend/lametime.h, frontend/main.c,
|
|
|
+ frontend/mp3rtp.c, frontend/mp3x.c, frontend/parse.c,
|
|
|
+ frontend/portableio.c, frontend/portableio.h, frontend/rtp.c,
|
|
|
+ frontend/rtp.h, frontend/timestatus.c, frontend/timestatus.h,
|
|
|
+ frontend/vorbis_interface.c, include/id3tag.h, include/lame.h,
|
|
|
+ mpglib/Makefile.in, mpglib/layer3.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ moved frontend staffs into frontend/
|
|
|
+ Need to debug vorbis/mpglib/analyzer/bitrate histgram.
|
|
|
+ still long way to go...
|
|
|
+
|
|
|
+ HAVEGTK is changed ANALYSIS(library side) and HAVEGTK(frontend side)
|
|
|
+
|
|
|
+ BRHIST is deleted from library. all the bitrate histogram works are
|
|
|
+ now in frontend(but not works properly, yet).
|
|
|
+
|
|
|
+ timestatus things are also moved to frontend.
|
|
|
+
|
|
|
+ parse.c is now out of library.
|
|
|
+
|
|
|
+2000-09-27 12:05 takehiro
|
|
|
+
|
|
|
+ * include/analysis.h, gtkanal.h:
|
|
|
+
|
|
|
+ moved gtkanal.h to include/analysis.h
|
|
|
+
|
|
|
+2000-09-27 04:17 florian
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ fixed make install -> move of lame.h broke it.
|
|
|
+
|
|
|
+2000-09-26 17:47 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, gtkanal.h:
|
|
|
+
|
|
|
+ more clean up and debug "make clean"
|
|
|
+
|
|
|
+2000-09-26 17:35 takehiro
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ moved more staff out of libmp3lame
|
|
|
+
|
|
|
+2000-09-26 17:28 takehiro
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ removed brhist.o etc from library
|
|
|
+
|
|
|
+2000-09-26 17:25 takehiro
|
|
|
+
|
|
|
+ * include/lame.h:
|
|
|
+
|
|
|
+ lame.h moved to include
|
|
|
+
|
|
|
+2000-09-26 17:24 takehiro
|
|
|
+
|
|
|
+ * timestatus.c:
|
|
|
+
|
|
|
+ little clean up
|
|
|
+
|
|
|
+2000-09-26 17:03 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, configure, configure.in, lame.h:
|
|
|
+
|
|
|
+ 1 moved lame.h into include/
|
|
|
+ 2 modularized work with mpglib
|
|
|
+
|
|
|
+2000-09-26 16:59 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Mark, you broke lame_decode_initfile(), what were you thinking? ;) .. anyways, fixed, and added new mp3data struct variables...
|
|
|
+
|
|
|
+2000-09-26 15:48 takehiro
|
|
|
+
|
|
|
+ * mpglib/: .cvsignore, Makefile.in, common.c, configure,
|
|
|
+ configure.in, dct64_i386.c, decode_i386.c, interface.c, layer3.c,
|
|
|
+ main.c, tabinit.c:
|
|
|
+
|
|
|
+ configure support and more modularized work
|
|
|
+
|
|
|
+2000-09-26 15:47 takehiro
|
|
|
+
|
|
|
+ * mpglib/Makefile:
|
|
|
+
|
|
|
+ now this is generated by configure
|
|
|
+
|
|
|
+2000-09-26 05:22 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ CVS is now 3.88 alpha 1
|
|
|
+
|
|
|
+2000-09-26 04:49 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ updated to 3.87 beta
|
|
|
+
|
|
|
+2000-09-26 04:48 markt
|
|
|
+
|
|
|
+ * get_audio.c, get_audio.h, gtkanal.c, timestatus.c, mpglib/main.c:
|
|
|
+
|
|
|
+ removed all references to gfc-> from get_audio.c
|
|
|
+ this was needed if we are going to move get_audio.c out of
|
|
|
+ libmp3lame and into the front end code.
|
|
|
+
|
|
|
+2000-09-26 01:00 markt
|
|
|
+
|
|
|
+ * HACKING, STYLEGUIDE:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-09-26 00:55 markt
|
|
|
+
|
|
|
+ * CodingStyle.c, lametype.h:
|
|
|
+
|
|
|
+ Removed two files
|
|
|
+
|
|
|
+2000-09-26 00:09 markt
|
|
|
+
|
|
|
+ * amiga_mpega.c, get_audio.c, lame.c, lame.h, timestatus.c,
|
|
|
+ timestatus.h, util.h:
|
|
|
+
|
|
|
+ when input file was a mp3, it was trashing a bunch of
|
|
|
+ variables (mode, bitrate, etc..)
|
|
|
+
|
|
|
+2000-09-25 21:37 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ MMX choose table support, needs NASM (can be disabled)
|
|
|
+
|
|
|
+2000-09-25 21:23 florian
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ changed default installation prefix to /usr (/usr/local/lib doesn't seem to be in default linker path)
|
|
|
+
|
|
|
+2000-09-25 20:58 florian
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ fixed shared lib (runtime linker information)
|
|
|
+
|
|
|
+2000-09-25 15:20 markt
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ removed ?= from makefile
|
|
|
+
|
|
|
+2000-09-25 14:36 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ A small bugfix of --nspsytune.
|
|
|
+
|
|
|
+2000-09-25 02:13 florian
|
|
|
+
|
|
|
+ * configure, Makefile.in, configure.in:
|
|
|
+
|
|
|
+ cleaner version handling of libmp3lame.so, uninstall target in Makefile
|
|
|
+
|
|
|
+2000-09-25 00:30 markt
|
|
|
+
|
|
|
+ * id3tag.c:
|
|
|
+
|
|
|
+ fixed genre bug in id3tag.c
|
|
|
+
|
|
|
+2000-09-24 22:59 markt
|
|
|
+
|
|
|
+ * id3tag.c, vbrquantize.c:
|
|
|
+
|
|
|
+ removed yet another unsigned loop counter
|
|
|
+
|
|
|
+2000-09-24 21:53 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ enabled Takehiro's IEEE hack
|
|
|
+
|
|
|
+2000-09-24 14:59 robert
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ BUG fixed, which prevented using Layer1/2 decoding abilities
|
|
|
+
|
|
|
+2000-09-24 14:34 robert
|
|
|
+
|
|
|
+ * encoder.c, lame.c, quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ code cleanup and very little speedup
|
|
|
+
|
|
|
+2000-09-24 12:38 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ minor RH_AMP tweak, and once again, do not use tabulator within this file
|
|
|
+
|
|
|
+2000-09-24 12:29 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ please do not use tabulators within this file (better in no files)
|
|
|
+
|
|
|
+2000-09-24 12:22 robert
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ minor BUG fix for MPEG-2(.5)
|
|
|
+
|
|
|
+2000-09-24 11:39 takehiro
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ sorry, scalefac_scale did not have a bug. that was my compiler bug...
|
|
|
+
|
|
|
+2000-09-24 10:38 afaber
|
|
|
+
|
|
|
+ * mpglib/interface.c:
|
|
|
+
|
|
|
+ Fixed MP1/2 decoding problem, for files that were encoded with a CRC
|
|
|
+
|
|
|
+2000-09-24 01:32 markt
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ minor fix to mp3 header parsing
|
|
|
+
|
|
|
+2000-09-23 23:36 afaber
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ removed unused variable bits
|
|
|
+
|
|
|
+2000-09-23 23:36 afaber
|
|
|
+
|
|
|
+ * id3tag.c:
|
|
|
+
|
|
|
+ fixed signed/unsigned mismatch, added bitstream.h include file
|
|
|
+
|
|
|
+2000-09-23 22:31 markt
|
|
|
+
|
|
|
+ * VbrTag.c, bitstream.c, bitstream.h, id3tag.c, id3tag.h, lame.c,
|
|
|
+ lame.h, main.c, parse.c:
|
|
|
+
|
|
|
+ id3v1 and id3v2 tags now get written directly into
|
|
|
+ the bitstream instead of into the output file.
|
|
|
+
|
|
|
+ The only file I/O left in libmp3lame will be the VBR tag.
|
|
|
+
|
|
|
+2000-09-23 21:13 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.h, mpglib/main.c:
|
|
|
+
|
|
|
+ removed lame_decode_fromfile() calls from the API,
|
|
|
+ moved them into get_audio.c
|
|
|
+
|
|
|
+2000-09-23 20:08 markt
|
|
|
+
|
|
|
+ * lame.h, mpglib/main.c:
|
|
|
+
|
|
|
+ some mpglib restructering.
|
|
|
+ All mp3 routines which work with files now only make
|
|
|
+ calls to lame_decode_* that are in the API.
|
|
|
+
|
|
|
+2000-09-23 14:48 markt
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ bug in Xing header for MPEG2.5 fixed
|
|
|
+
|
|
|
+2000-09-23 09:07 takehiro
|
|
|
+
|
|
|
+ * quantize.c, quantize_pvt.c, util.c, util.h:
|
|
|
+
|
|
|
+ workaround for subblock_gain and scalefac_scale artifact.
|
|
|
+ I hope this will fix -q1 problems.
|
|
|
+
|
|
|
+2000-09-23 02:11 markt
|
|
|
+
|
|
|
+ * version.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-09-23 01:23 markt
|
|
|
+
|
|
|
+ * mpglib/main.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-09-23 01:23 markt
|
|
|
+
|
|
|
+ * VbrTag.c, VbrTag.h, lame.h, parse.c, util.c, util.h:
|
|
|
+
|
|
|
+ bug fixed in decoding: if syncword found in Xing VBR header toc,
|
|
|
+ it would confuse things.
|
|
|
+
|
|
|
+ Also fixed overflow in vbrtag.c, and changed size of xing vbr
|
|
|
+ header to 128kbs. This will make non-vbr aware players
|
|
|
+ give a more reasonable playing time estimate.
|
|
|
+
|
|
|
+2000-09-23 00:51 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ minor fix
|
|
|
+
|
|
|
+2000-09-22 22:54 shibatch
|
|
|
+
|
|
|
+ * quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ Minor bugfixes of --nspsytune. Frame analyzer works correctly with --nspsytune.
|
|
|
+
|
|
|
+2000-09-21 23:55 shibatch
|
|
|
+
|
|
|
+ * parse.c, psymodel.c, quantize.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune. This improves CBR quality.
|
|
|
+
|
|
|
+2000-09-21 16:50 afaber
|
|
|
+
|
|
|
+ * Dll/LameDLLInterface.htm:
|
|
|
+
|
|
|
+ Updated lame_enc.dll documentation file
|
|
|
+
|
|
|
+2000-09-20 22:56 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, configure, configure.in, encoder.c, lame.c,
|
|
|
+ timestatus.c:
|
|
|
+
|
|
|
+ more configure updates.
|
|
|
+ not compiling/linking BRHIST routine when it is disabled.
|
|
|
+
|
|
|
+2000-09-20 20:50 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h, Example.cpp:
|
|
|
+
|
|
|
+ Added bNoRes option in LHV1 structure, updated example to have default settings as in testcase.wav test case
|
|
|
+
|
|
|
+2000-09-20 19:08 afaber
|
|
|
+
|
|
|
+ * brhist.c, lame.h:
|
|
|
+
|
|
|
+ Changed BRHST un-signed variables to signed variables
|
|
|
+
|
|
|
+2000-09-20 18:50 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ High quality was not enabled
|
|
|
+
|
|
|
+2000-09-20 18:49 afaber
|
|
|
+
|
|
|
+ * Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Added TAKEHIRO_IEEE754_HACK define to project file
|
|
|
+
|
|
|
+2000-09-20 18:41 afaber
|
|
|
+
|
|
|
+ * lame.dsp:
|
|
|
+
|
|
|
+ Added TAKEHIRO_IEEE754_HACK define to project file
|
|
|
+
|
|
|
+2000-09-20 16:40 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ VBR old quality tuning for --raise-smr
|
|
|
+
|
|
|
+2000-09-19 14:40 takehiro
|
|
|
+
|
|
|
+ * Makefile.in:
|
|
|
+
|
|
|
+ update glibc inline math error detection
|
|
|
+
|
|
|
+2000-09-19 14:32 takehiro
|
|
|
+
|
|
|
+ * configure, configure.in:
|
|
|
+
|
|
|
+ oops, needless gabage removed
|
|
|
+
|
|
|
+2000-09-19 14:26 takehiro
|
|
|
+
|
|
|
+ * configure:
|
|
|
+
|
|
|
+ newer configure script made by configure.in
|
|
|
+
|
|
|
+2000-09-19 14:12 takehiro
|
|
|
+
|
|
|
+ * Makefile.in, configure.in:
|
|
|
+
|
|
|
+ not compiling/linking mpglib code when it disabled.
|
|
|
+ not compiling/linking gtk related code when it disabled.
|
|
|
+
|
|
|
+ control LAYER1 and LAYER2 decoding function with --enable-decode-layer1 and
|
|
|
+ --enable-decode-layer2
|
|
|
+
|
|
|
+ autodetect math inline bug of glibc < 2.1.3
|
|
|
+
|
|
|
+2000-09-19 14:11 robert
|
|
|
+
|
|
|
+ * quantize_pvt.c:
|
|
|
+
|
|
|
+ modified --ATHlower to not touch sfb21
|
|
|
+
|
|
|
+2000-09-19 14:06 takehiro
|
|
|
+
|
|
|
+ * .cvsignore:
|
|
|
+
|
|
|
+ ignore files related configure script and library itself
|
|
|
+
|
|
|
+2000-09-19 05:33 markt
|
|
|
+
|
|
|
+ * mpglib/main.c:
|
|
|
+
|
|
|
+ got rid of a size_t in main.c
|
|
|
+
|
|
|
+2000-09-19 05:19 markt
|
|
|
+
|
|
|
+ * lame.dsp (MSVC6), Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ updated msvc6 project files
|
|
|
+
|
|
|
+2000-09-19 04:54 markt
|
|
|
+
|
|
|
+ * mpglib/main.c:
|
|
|
+
|
|
|
+ removed unsigned int being used as a loop counter.
|
|
|
+
|
|
|
+2000-09-19 04:18 markt
|
|
|
+
|
|
|
+ * encoder.h, lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ updated filter settings
|
|
|
+
|
|
|
+2000-09-18 22:29 afaber
|
|
|
+
|
|
|
+ * Dll/Example.cpp:
|
|
|
+
|
|
|
+ Bug fixes in example file
|
|
|
+
|
|
|
+2000-09-18 21:57 markt
|
|
|
+
|
|
|
+ * testcase.mp3, util.c, util.h:
|
|
|
+
|
|
|
+ changed BPC to 160 on Frank's advice.
|
|
|
+ This means pre-compute 160 filter-sinc-windows, instead of just 16.
|
|
|
+ Should also fix the aliasing problem shown in mp3.com bulliten
|
|
|
+ board
|
|
|
+
|
|
|
+2000-09-18 21:30 markt
|
|
|
+
|
|
|
+ * Makefile.B32, Makefile.DJGPP, Makefile.in, Makefile.unix:
|
|
|
+
|
|
|
+ Makefiles updated to reflect that all the ASM code has been
|
|
|
+ removed and replaced with IEEE754_HACK. I'm glad to see
|
|
|
+ it gone - but I didn't remove it!
|
|
|
+
|
|
|
+2000-09-18 21:28 markt
|
|
|
+
|
|
|
+ * STYLEGUIDE, VbrTag.c, brhist.c, get_audio.c, machine.h,
|
|
|
+ quantize.c, quantize_pvt.c, takehiro.c, vorbis_interface.c:
|
|
|
+
|
|
|
+ minor code cleanup.
|
|
|
+
|
|
|
+2000-09-18 20:53 afaber
|
|
|
+
|
|
|
+ * lame.dsp:
|
|
|
+
|
|
|
+ Fixed library problem in ReleaseGTK mode
|
|
|
+
|
|
|
+2000-09-18 20:09 markt
|
|
|
+
|
|
|
+ * config.log:
|
|
|
+
|
|
|
+ removed config.log from repository
|
|
|
+
|
|
|
+2000-09-18 19:43 afaber
|
|
|
+
|
|
|
+ * brhist.c:
|
|
|
+
|
|
|
+ Fixes for Cygwin compiler
|
|
|
+
|
|
|
+2000-09-18 18:52 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile.in, Makefile.unix, config.log:
|
|
|
+
|
|
|
+ more configure updates
|
|
|
+
|
|
|
+2000-09-18 18:34 markt
|
|
|
+
|
|
|
+ * INSTALL, INSTALL.configure, Makefile, Makefile.in, Makefile.unix,
|
|
|
+ aclocal.m4, confdefs.h, config.guess, config.log, config.sub,
|
|
|
+ configure, configure.in, install-sh:
|
|
|
+
|
|
|
+ added configure stuff from Florian!
|
|
|
+
|
|
|
+ original Makefile is now in Makefile.unix
|
|
|
+
|
|
|
+2000-09-18 01:48 cisc
|
|
|
+
|
|
|
+ * util.c, vbrquantize.c, version.h:
|
|
|
+
|
|
|
+ warning fixes & bumped alpha version
|
|
|
+
|
|
|
+2000-09-17 23:25 markt
|
|
|
+
|
|
|
+ * Makefile, lame.h:
|
|
|
+
|
|
|
+ added note about shared library
|
|
|
+
|
|
|
+2000-09-17 22:25 markt
|
|
|
+
|
|
|
+ * USAGE, encoder.c, lame.c, lame.h, parse.c:
|
|
|
+
|
|
|
+ --scale option added
|
|
|
+
|
|
|
+2000-09-17 21:47 afaber
|
|
|
+
|
|
|
+ * bitstream.c, get_audio.c, quantize.c:
|
|
|
+
|
|
|
+ removed unecessary (int) casts
|
|
|
+
|
|
|
+2000-09-17 21:21 markt
|
|
|
+
|
|
|
+ * HACKING, STYLEGUIDE, lame.h:
|
|
|
+
|
|
|
+ some editing
|
|
|
+
|
|
|
+2000-09-17 21:04 afaber
|
|
|
+
|
|
|
+ * encoder.c, lame.dsp:
|
|
|
+
|
|
|
+ Enabled BRHIST in MSVC project file, and changed calls to brhist functions in encoder.c
|
|
|
+
|
|
|
+2000-09-17 20:55 markt
|
|
|
+
|
|
|
+ * encoder.c, takehiro.c:
|
|
|
+
|
|
|
+ forgot to add encoder.c to cvs
|
|
|
+
|
|
|
+2000-09-17 20:53 markt
|
|
|
+
|
|
|
+ * bitstream.c, machine.h, util.c, util.h:
|
|
|
+
|
|
|
+ more 'unsigned's removed
|
|
|
+
|
|
|
+2000-09-17 20:52 afaber
|
|
|
+
|
|
|
+ * brhist.c, brhist.h, lame.c, lame.h, timestatus.c:
|
|
|
+
|
|
|
+ Moved BRHIST variables to lame_global_flags structure, so a library (like lame_enc.dll) can have access to the histogramming data
|
|
|
+
|
|
|
+2000-09-17 20:20 markt
|
|
|
+
|
|
|
+ * lame.c, testcase.mp3, version.c:
|
|
|
+
|
|
|
+ resampling nolonger needs to quantize back to integers
|
|
|
+ since internal representation of PCM samples is now floating point
|
|
|
+
|
|
|
+2000-09-17 19:50 markt
|
|
|
+
|
|
|
+ * Makefile, fft.c, gtkanal.c, lame.c, machine.h, newmdct.c,
|
|
|
+ newmdct.h, psymodel.c, psymodel.h, testcase.mp3, util.c, util.h,
|
|
|
+ mpglib/main.c:
|
|
|
+
|
|
|
+ sample_t changes updated, sample_t = FLOAT
|
|
|
+
|
|
|
+2000-09-17 18:52 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile, Makefile.B32, Makefile.DJGPP, Makefile.MSVC,
|
|
|
+ encoder.h, lame.c, lame.dsp, lametime.h, main.c, timestatus.h,
|
|
|
+ Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ added encoder.c which has the core encoding function.
|
|
|
+ fixed sample_t stuff
|
|
|
+
|
|
|
+2000-09-17 17:55 robert
|
|
|
+
|
|
|
+ * Makefile, l3side.h, quantize.c, quantize_pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ not everyone has access to Vorbis in Mark's home directory ;-)
|
|
|
+
|
|
|
+2000-09-17 17:54 afaber
|
|
|
+
|
|
|
+ * mpglib/main.c:
|
|
|
+
|
|
|
+ Changed return value from zero to -1 when EOF has been reached
|
|
|
+
|
|
|
+2000-09-17 16:19 takehiro
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ added #include <math.h>
|
|
|
+
|
|
|
+2000-09-17 10:07 takehiro
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ trivial warning fix
|
|
|
+
|
|
|
+2000-09-17 09:32 takehiro
|
|
|
+
|
|
|
+ * quantize_pvt.c:
|
|
|
+
|
|
|
+ removed old assembler code
|
|
|
+
|
|
|
+2000-09-17 09:30 takehiro
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ quick hack for "sample_t is not defined"
|
|
|
+
|
|
|
+2000-09-17 05:00 cisc
|
|
|
+
|
|
|
+ * get_audio.h, version.c:
|
|
|
+
|
|
|
+ updated some libsndfile related stuff
|
|
|
+
|
|
|
+2000-09-17 04:19 cisc
|
|
|
+
|
|
|
+ * VbrTag.h, bitstream.h, brhist.h, encoder.h, fft.h, get_audio.h,
|
|
|
+ gpkplotting.h, gtkanal.h, id3tag.h, ieeefloat.h, l3side.h,
|
|
|
+ lame.h, lametime.h, lametype.h, machine.h, newmdct.h,
|
|
|
+ portableio.h, psymodel.h, quantize.h, quantize_pvt.h,
|
|
|
+ reservoir.h, rtp.h, tables.h, timestatus.h, util.h, version.h:
|
|
|
+
|
|
|
+ conformed all this-is-included-defines to match 'project_file_name' style
|
|
|
+
|
|
|
+2000-09-16 22:52 afaber
|
|
|
+
|
|
|
+ * lame.dsp, reservoir.c, reservoir.h, tables.c, tables.h,
|
|
|
+ timestatus.c, timestatus.h, util.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ Changed lame header/source to LGPL license where necessary, added LGPL header to files when applicable
|
|
|
+
|
|
|
+2000-09-16 22:39 afaber
|
|
|
+
|
|
|
+ * encoder.h, fft.h, get_audio.c, get_audio.h, gpkplotting.c,
|
|
|
+ gpkplotting.h, gtkanal.c, gtkanal.h, l3side.h, lametime.c,
|
|
|
+ lametime.h, newmdct.h, parse.c, psymodel.h, quantize.c,
|
|
|
+ quantize.h, quantize_pvt.c, quantize_pvt.h, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Changed lame header/source to LGPL license where necessary, added LGPL header to files when applicable
|
|
|
+
|
|
|
+2000-09-16 22:16 afaber
|
|
|
+
|
|
|
+ * fft.c, machine.h, psymodel.c:
|
|
|
+
|
|
|
+ Removed the float/double compiler warnings
|
|
|
+
|
|
|
+2000-09-16 22:08 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.h, MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Small changes to the lame_enc project settings
|
|
|
+
|
|
|
+2000-09-16 21:52 afaber
|
|
|
+
|
|
|
+ * brhist.c, brhist.h, get_audio.c, gtkanal.c, lametime.h, main.c,
|
|
|
+ psymodel.c, quantize.c, takehiro.c, timestatus.c, vbrquantize.c,
|
|
|
+ mpglib/layer2.c, mpglib/layer3.c, mpglib/main.c:
|
|
|
+
|
|
|
+ Removed a bunch of signed/unsigned compiler warnings
|
|
|
+ and removed const/no const assignements compiler warnings
|
|
|
+ welcome to const hell Frank!
|
|
|
+
|
|
|
+2000-09-16 21:07 markt
|
|
|
+
|
|
|
+ * Makefile, quantize_pvt.c:
|
|
|
+
|
|
|
+ shared lib support, IEEE stuff the default on i386
|
|
|
+
|
|
|
+2000-09-16 21:07 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ added mode & mode_ext support to mp3data struct, like mpglib/main.c
|
|
|
+
|
|
|
+2000-09-16 21:06 afaber
|
|
|
+
|
|
|
+ * lame.dsp:
|
|
|
+
|
|
|
+ Added lametime.c and lametime.h files to project
|
|
|
+
|
|
|
+2000-09-16 19:03 markt
|
|
|
+
|
|
|
+ * HACKING, STYLEGUIDE:
|
|
|
+
|
|
|
+ style updates
|
|
|
+
|
|
|
+2000-09-16 18:54 markt
|
|
|
+
|
|
|
+ * STYLEGUIDE:
|
|
|
+
|
|
|
+ adding STYLEGUIDE
|
|
|
+
|
|
|
+2000-09-16 18:54 markt
|
|
|
+
|
|
|
+ * CodingStyle.c, LICENSE, USAGE, bitstream.c, get_audio.c,
|
|
|
+ gtkanal.c, id3tag.c, l3side.h, lame.c, lame.h, lametime.c,
|
|
|
+ machine.h, parse.c, quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ tables.c, tables.h, takehiro.c, testcase.mp3, timestatus.c,
|
|
|
+ util.h, vbrquantize.c, version.c, mpglib/common.h,
|
|
|
+ mpglib/interface.h, mpglib/main.c:
|
|
|
+
|
|
|
+ got rid of a bunch of unsigned variables.
|
|
|
+
|
|
|
+2000-09-16 13:59 afaber
|
|
|
+
|
|
|
+ * brhist.c, psymodel.c, quantize_pvt.c, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ Removed the signed/unsigned mismatch compiler warnings
|
|
|
+
|
|
|
+2000-09-16 13:30 afaber
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ Removed the signed/unsigned mismatch compiler warnings
|
|
|
+
|
|
|
+2000-09-16 12:53 afaber
|
|
|
+
|
|
|
+ * mpglib/layer1.c:
|
|
|
+
|
|
|
+ Switched include from mpg123.h to common.h to avoid compiler warnings
|
|
|
+
|
|
|
+2000-09-16 00:43 cisc
|
|
|
+
|
|
|
+ * psymodel.c, timestatus.c:
|
|
|
+
|
|
|
+ warning fixes
|
|
|
+
|
|
|
+2000-09-15 16:36 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune.
|
|
|
+
|
|
|
+2000-09-15 15:01 takehiro
|
|
|
+
|
|
|
+ * quantize_pvt.c:
|
|
|
+
|
|
|
+ oops, foolish bug ...
|
|
|
+
|
|
|
+2000-09-15 13:03 takehiro
|
|
|
+
|
|
|
+ * quantize_pvt.c:
|
|
|
+
|
|
|
+ TAKEHIRO_IEEE754_HACK now C99 aliasing rule compliant.
|
|
|
+ it runs correctly with "-fstrict-aliasing" (GCC)
|
|
|
+
|
|
|
+2000-09-14 03:32 markt
|
|
|
+
|
|
|
+ * brhist.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+ fixed VBR display
|
|
|
+
|
|
|
+2000-09-13 23:31 markt
|
|
|
+
|
|
|
+ * Makefile, quantize.c, reservoir.c:
|
|
|
+
|
|
|
+ NORES_TEST turned back of
|
|
|
+
|
|
|
+2000-09-13 18:46 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Fixed bug in lame_enc.dll when using preset option, and return proper frame size when using MPEG-2
|
|
|
+
|
|
|
+2000-09-13 18:24 afaber
|
|
|
+
|
|
|
+ * mpglib/: common.c, common.h, interface.c, interface.h, layer2.c,
|
|
|
+ layer3.c, main.c, mpg123.h, mpglib.dsp, mpglib.h:
|
|
|
+
|
|
|
+ Added common.h and interface.h, and added the functions prototypes that should be in these files, instead of mpg123.h
|
|
|
+
|
|
|
+2000-09-13 18:22 markt
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ precompute for filter turned back on
|
|
|
+
|
|
|
+2000-09-13 18:19 markt
|
|
|
+
|
|
|
+ * lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ replaced upsampling filter with 19 point blackman filter
|
|
|
+
|
|
|
+2000-09-13 11:18 markt
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ typo in documentation
|
|
|
+
|
|
|
+2000-09-13 11:03 markt
|
|
|
+
|
|
|
+ * Makefile, parse.c, testcase.mp3, vorbis_interface.c:
|
|
|
+
|
|
|
+ fixed vorbis_interface.c so it would compile
|
|
|
+
|
|
|
+2000-09-13 10:59 markt
|
|
|
+
|
|
|
+ * Makefile, bitstream.c, fft.c, get_audio.c, lame.c, lame.h,
|
|
|
+ psymodel.c:
|
|
|
+
|
|
|
+ fixed some bugs introduced by frank.
|
|
|
+ get_audio.c must count samples for .wav files.
|
|
|
+ lame.c: disabling ATH is not the way to solve the problem Frank
|
|
|
+ wants to solve
|
|
|
+
|
|
|
+2000-09-13 09:23 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ quality adjustment for VBR old to better use --raise-smr
|
|
|
+
|
|
|
+2000-09-12 22:36 pfk
|
|
|
+
|
|
|
+ * brhist.c, gtkanal.c, id3tag.c, lame.c, lametype.h, main.c,
|
|
|
+ psymodel.c, quantize.c, quantize_pvt.c, tables.c, tables.h,
|
|
|
+ takehiro.c, util.c, util.h, vbrquantize.c, vorbis_interface.c,
|
|
|
+ mpglib/common.c, mpglib/huffman.h, mpglib/l2tables.h,
|
|
|
+ mpglib/layer2.c, mpglib/layer3.c, mpglib/main.c, mpglib/mpg123.h,
|
|
|
+ mpglib/tabinit.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ added const to all constant tables, so that they are placed in write
|
|
|
+ protected RAM or in ROM (standalone DSP version).
|
|
|
+
|
|
|
+ The SEGFAULT be with you (instead of debugging for hours).
|
|
|
+
|
|
|
+ Also some remarks instead of changes instead of code changes.
|
|
|
+
|
|
|
+ Remove them if they are fully useless.
|
|
|
+
|
|
|
+2000-09-12 20:47 robert
|
|
|
+
|
|
|
+ * Makefile, lame.c, lame.h, parse.c, psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ added --raise-smr <0..1> a new toy to control quality
|
|
|
+
|
|
|
+2000-09-12 18:20 pfk
|
|
|
+
|
|
|
+ * Makefile, Makefile.B32, Makefile.DJGPP, Makefile.MSVC,
|
|
|
+ bitstream.c, get_audio.c, lame.c, lame.h, lametype.h, parse.c,
|
|
|
+ util.h, version.h, vorbis_interface.c, mpglib/main.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Some bug fixes
|
|
|
+ Activated lametime.c
|
|
|
+ Two types of display update now possible (old and new, depends on Makefile)
|
|
|
+
|
|
|
+2000-09-12 06:26 pfk
|
|
|
+
|
|
|
+ * brhist.c, lame.c, lametype.h, version.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ brhist.c Changed display of percentages between 0.1 and 1 %
|
|
|
+
|
|
|
+ lame.c: ???
|
|
|
+ version.h: include as less as possible
|
|
|
+
|
|
|
+ lametype.h: First try to disentangle the #include jungle of lame
|
|
|
+ (this style would be the immediate death for larger
|
|
|
+ projects)
|
|
|
+
|
|
|
+2000-09-12 00:47 markt
|
|
|
+
|
|
|
+ * main.c, mpglib/l2tables.h, mpglib/layer2.h:
|
|
|
+
|
|
|
+ al_table struct renamed al_table2
|
|
|
+
|
|
|
+2000-09-11 20:33 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ --nspsytune uses additive masking.
|
|
|
+
|
|
|
+2000-09-11 20:05 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ disabled "additive masking" in subband calculation
|
|
|
+
|
|
|
+2000-09-11 20:04 robert
|
|
|
+
|
|
|
+ * lame.c, lame.h, parse.c, quantize.c, quantize.h, quantize_pvt.c:
|
|
|
+
|
|
|
+ experimental mix of VBR new and old available with --vbr-mtrh
|
|
|
+
|
|
|
+2000-09-10 23:24 markt
|
|
|
+
|
|
|
+ * HACKING:
|
|
|
+
|
|
|
+ added rule #1 LAME style guide
|
|
|
+
|
|
|
+2000-09-10 22:13 markt
|
|
|
+
|
|
|
+ * doc/html/modes.html:
|
|
|
+
|
|
|
+ modes.html was not in the repository
|
|
|
+
|
|
|
+2000-09-10 21:45 markt
|
|
|
+
|
|
|
+ * testcase.mp3, testcase.wav:
|
|
|
+
|
|
|
+ made the test case a little longer
|
|
|
+ (100k .wav file)
|
|
|
+
|
|
|
+2000-09-10 21:27 markt
|
|
|
+
|
|
|
+ * lame.h, parse.c, mpglib/huffman.h, mpglib/l2tables.h,
|
|
|
+ mpglib/layer2.h:
|
|
|
+
|
|
|
+ reverted mpglib routines back to original.
|
|
|
+ please keep mpglib as close as possible to the mpg123/mpglib
|
|
|
+ code that it is based on.
|
|
|
+
|
|
|
+ Went back to display every 100 frames, which I prefer.
|
|
|
+
|
|
|
+2000-09-10 20:54 markt
|
|
|
+
|
|
|
+ * Makefile, lame.c, timestatus.c:
|
|
|
+
|
|
|
+ went back to display every 100 frames.
|
|
|
+
|
|
|
+2000-09-10 19:54 cisc
|
|
|
+
|
|
|
+ * brhist.c:
|
|
|
+
|
|
|
+ small adjustment
|
|
|
+
|
|
|
+2000-09-10 19:52 cisc
|
|
|
+
|
|
|
+ * version.c:
|
|
|
+
|
|
|
+ correct includes for libsndfile prototypes
|
|
|
+
|
|
|
+2000-09-10 18:05 pfk
|
|
|
+
|
|
|
+ * Makefile, USAGE, brhist.c, brhist.h, fft.c, fft.h, lame.c,
|
|
|
+ lame.h, version.h, mpglib/huffman.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ some minor changes. Start to introduce sample_t.
|
|
|
+
|
|
|
+ Changed VBR display.
|
|
|
+
|
|
|
+2000-09-10 13:11 pfk
|
|
|
+
|
|
|
+ * fft.c, parse.c, psymodel.c, version.h, mpglib/l2tables.h,
|
|
|
+ mpglib/layer2.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ fft.c: loop variables short => size_t/int
|
|
|
+ layer2.h
|
|
|
+ l2tables.h: formated, structure definition changed for (possible)
|
|
|
+ speedup
|
|
|
+ parse.c optimized sfb21 usage for presets
|
|
|
+
|
|
|
+2000-09-09 23:00 pfk
|
|
|
+
|
|
|
+ * get_audio.c, gtkanal.c, lametime.c, lametime.h, mpglib/common.c,
|
|
|
+ mpglib/l2tables.h, mpglib/layer2.c, mpglib/layer2.h,
|
|
|
+ mpglib/mpg123.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ struct al_table {} <=>
|
|
|
+ typedef struct {} al_table conflict removed
|
|
|
+
|
|
|
+ lame/gtkanal.c: typecast of functions ptr's
|
|
|
+
|
|
|
+2000-09-09 21:11 pfk
|
|
|
+
|
|
|
+ * CodingStyle.c, Makefile, USAGE, lametime.c, lametime.h, mlame,
|
|
|
+ mlame_corr.c, quantize_pvt.c, quantize_pvt.h, vbrquantize.c,
|
|
|
+ version.c, version.h, mpglib/layer1.c, mpglib/layer2.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Makefile: added option -pedantic
|
|
|
+ USAGE: updated some remarks,
|
|
|
+ added some remarks,
|
|
|
+ kbs => kbps, HZ/hz => Hz, space between number and unit
|
|
|
+ mlame: -mf => -mj
|
|
|
+ uses mlame_corr
|
|
|
+ mlame_corr: First try of a program which analyzes the total file
|
|
|
+ and recommend flags
|
|
|
+ quantize_pvt.*: made some arrays const
|
|
|
+ asm => __asm__
|
|
|
+ version.* copied vom pfk1 tree
|
|
|
+ mpglib/*.c added newline at the end of the file
|
|
|
+
|
|
|
+ CodingStyle.c start of an CodingStyle Guide, pre-alpha
|
|
|
+ lametime.* heavy system specific code should moved to this
|
|
|
+ file, should not mixed with other code
|
|
|
+
|
|
|
+2000-09-09 21:04 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ warning fix
|
|
|
+
|
|
|
+2000-09-09 14:41 robert
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ fixed debugging code
|
|
|
+
|
|
|
+2000-09-09 11:40 takehiro
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ sorry, back to old...
|
|
|
+
|
|
|
+2000-09-09 11:22 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ BUG fix for possible endless loop in RH_AMP code
|
|
|
+
|
|
|
+2000-09-09 10:59 takehiro
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ bit faster mdct.
|
|
|
+ there's some difference caused by rounding problem, but i think this is OK.
|
|
|
+
|
|
|
+2000-09-09 10:34 takehiro
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ bit faster putbits
|
|
|
+
|
|
|
+2000-09-09 10:28 takehiro
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ small fix of debugging code
|
|
|
+
|
|
|
+2000-09-08 19:28 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ to combine VBR_rh with VBR_mt define RH_VBR_MTRH at compile time
|
|
|
+
|
|
|
+2000-09-08 16:05 robert
|
|
|
+
|
|
|
+ * quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ merging branches pfk1 with main
|
|
|
+
|
|
|
+2000-09-08 14:55 robert
|
|
|
+
|
|
|
+ * gtkanal.h, quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ set_pinfo calcs noise and masking of its own
|
|
|
+
|
|
|
+2000-09-08 12:17 robert
|
|
|
+
|
|
|
+ * parse.c, quantize.c, quantize_pvt.c, quantize_pvt.h, takehiro.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ substitution of lame_global_flags with lame_internal_flags
|
|
|
+
|
|
|
+2000-09-08 11:22 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ Bug fix for automatic file type recognition back into MAIN branch
|
|
|
+
|
|
|
+2000-09-08 10:04 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ A minor bugfix of mask_add().
|
|
|
+
|
|
|
+2000-09-07 23:37 pfk
|
|
|
+
|
|
|
+ * mlame_corr.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ file to use with mlame to select different modes by pre analysing wav files.
|
|
|
+
|
|
|
+2000-09-07 18:06 afaber
|
|
|
+
|
|
|
+ * mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ Cleanup project file a bit
|
|
|
+
|
|
|
+2000-09-07 18:05 afaber
|
|
|
+
|
|
|
+ * README.WINGTK:
|
|
|
+
|
|
|
+ Small modification to the instruction, in order to compile/link with latest GTK/GDK libs
|
|
|
+
|
|
|
+2000-09-07 18:04 afaber
|
|
|
+
|
|
|
+ * lame.dsp:
|
|
|
+
|
|
|
+ Changed project file to work with latest GTK/GDK libs
|
|
|
+
|
|
|
+2000-09-07 17:40 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Fixed problem in VBR WriteTag function (it did not compile, MP3 file stream was not closed properly, wrong file name was used)
|
|
|
+
|
|
|
+2000-09-07 12:26 shibatch
|
|
|
+
|
|
|
+ * psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune.
|
|
|
+
|
|
|
+2000-09-06 23:19 robert
|
|
|
+
|
|
|
+ * quantize.c (pfk1):
|
|
|
+
|
|
|
+ modularization and clean-up finished
|
|
|
+
|
|
|
+2000-09-06 18:02 markt
|
|
|
+
|
|
|
+ * Makefile (pfk1):
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-09-06 07:50 shibatch
|
|
|
+
|
|
|
+ * psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ updated --nspsytune.
|
|
|
+
|
|
|
+2000-09-06 07:15 markt
|
|
|
+
|
|
|
+ * Makefile, amiga_mpega.c, bitstream.c, brhist.c, fft.c, fft.h,
|
|
|
+ get_audio.c, get_audio.h, gtkanal.c, gtkanal.h, lame.c, lame.h,
|
|
|
+ main.c, mp3rtp.c, newmdct.c, newmdct.h, parse.c, psymodel.c,
|
|
|
+ psymodel.h, quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ reservoir.c, tables.c, tables.h, takehiro.c, timestatus.c,
|
|
|
+ util.c, util.h, vbrquantize.c, version.c, version.h,
|
|
|
+ vorbis_interface.c, mpglib/common.c, mpglib/decode_i386.c,
|
|
|
+ mpglib/huffman.h, mpglib/interface.c, mpglib/l2tables.h,
|
|
|
+ mpglib/layer1.c, mpglib/layer2.c, mpglib/layer3.c, mpglib/main.c,
|
|
|
+ mpglib/mpg123.h:
|
|
|
+
|
|
|
+ LAME CVS reverted back to Aug 30 version.
|
|
|
+
|
|
|
+ code before this can be checked out with:
|
|
|
+ cvs update -r pfk1
|
|
|
+
|
|
|
+2000-09-05 23:55 pfk
|
|
|
+
|
|
|
+ * HACKING, Makefile, TODO, get_audio.c, lame.c, lame.h, mlame,
|
|
|
+ parse.c, version.h, mpglib/README, mpglib/huffman.h,
|
|
|
+ mpglib/layer1.c, mpglib/layer2.c:
|
|
|
+
|
|
|
+
|
|
|
+ HACKING: add type proposals
|
|
|
+ Makefile: layer 1 enabled
|
|
|
+ mlame: flaw removed
|
|
|
+ get_audio: C-Linkage problem solved
|
|
|
+ layer1.c: bug fixed
|
|
|
+ disabled decoding enabled, works for C/C++
|
|
|
+ huffman.c: read protect/scope protect tables using 'const'/'static'
|
|
|
+ lame.h: Starting RPC support, 3 macros IN/OUT/INOUT defined
|
|
|
+ Starting supported for szip compressed wave/aiff
|
|
|
+ parse.c: detection of raw/wav/aiff input (proposal of RH)
|
|
|
+ boolean bug fixed !=||!=||!=
|
|
|
+ layer2.c: common layer1/layer2 buffer moved from layer2.c to layer1.c
|
|
|
+ lame.c: bug fixed: -V9 switched to mono
|
|
|
+ Auto switch to mono reported wrong compression ratio
|
|
|
+ report of forced joint stereo usage
|
|
|
+
|
|
|
+ *: Some spelling errors removed
|
|
|
+
|
|
|
+2000-09-05 22:20 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ more modularization and clean-up, some few more to come
|
|
|
+
|
|
|
+2000-09-05 20:39 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune(table optimization).
|
|
|
+
|
|
|
+2000-09-05 16:36 cisc
|
|
|
+
|
|
|
+ * parse.c, mpglib/common.c, mpglib/interface.c, mpglib/l2tables.h,
|
|
|
+ mpglib/layer1.c, mpglib/layer2.c, mpglib/layer3.c:
|
|
|
+
|
|
|
+ quick fix to make mpglib compile, prolly still broken though. fixed mono bug in layer1.c?
|
|
|
+
|
|
|
+2000-09-04 23:17 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune.
|
|
|
+
|
|
|
+2000-09-04 19:56 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ more cleanup in VBR_rh
|
|
|
+
|
|
|
+2000-09-04 16:05 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ more modularization work
|
|
|
+
|
|
|
+ it is now possible to combine VBR_RH with VBR_MT
|
|
|
+
|
|
|
+2000-09-03 22:33 cisc
|
|
|
+
|
|
|
+ * brhist.c:
|
|
|
+
|
|
|
+ small change
|
|
|
+
|
|
|
+2000-09-03 19:10 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ updated remarks
|
|
|
+
|
|
|
+2000-09-03 17:21 pfk
|
|
|
+
|
|
|
+ * get_audio.c, gtkanal.c, lame.h, main.c, mp3rtp.c, parse.c,
|
|
|
+ util.c, util.h, version.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ some bugfixes, move some functionality to two simple functions.
|
|
|
+
|
|
|
+ Added support of 24 and 32 bit BE and LE AIFF and WAV files
|
|
|
+ (simple support, only using upper 16 bit)
|
|
|
+
|
|
|
+ marking 3 areas which seems to be buggy.
|
|
|
+
|
|
|
+2000-09-03 17:19 robert
|
|
|
+
|
|
|
+ * quantize.c, quantize_pvt.c, quantize_pvt.h, takehiro.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ code cleanup in quantize_pvt.c
|
|
|
+
|
|
|
+2000-09-03 15:06 robert
|
|
|
+
|
|
|
+ * lame.c, quantize.c, quantize_pvt.c, quantize_pvt.h, takehiro.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ takehiro.c now free of lame_global_flags
|
|
|
+
|
|
|
+2000-09-03 14:05 robert
|
|
|
+
|
|
|
+ * quantize.c, quantize_pvt.c, quantize_pvt.h:
|
|
|
+
|
|
|
+ code clean up
|
|
|
+
|
|
|
+2000-09-03 13:06 pfk
|
|
|
+
|
|
|
+ * Makefile, brhist.c, get_audio.c, get_audio.h, gtkanal.c, lame.c,
|
|
|
+ lame.h, main.c, version.c, version.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ minor fixes
|
|
|
+
|
|
|
+ get_audio: (simple) support of 24 bit PCM
|
|
|
+ Replaced the different types of tabs by 3, 4 or 8 spaces
|
|
|
+
|
|
|
+2000-09-03 12:42 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune.
|
|
|
+
|
|
|
+2000-09-03 11:47 shibatch
|
|
|
+
|
|
|
+ * psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune. Noise calculation using tonality is canceled.
|
|
|
+
|
|
|
+2000-09-03 09:54 robert
|
|
|
+
|
|
|
+ * tables.c:
|
|
|
+
|
|
|
+ fix for i386/choose_table.nas, could not be linked
|
|
|
+
|
|
|
+2000-09-03 06:50 cisc
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ removed *extremely* annoying debug. fixed related bug? should be checked if mono encoding still works!
|
|
|
+
|
|
|
+2000-09-03 06:48 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ fixed conflicting prototype when LIBSNDFILE is defined
|
|
|
+
|
|
|
+2000-09-02 18:06 robert
|
|
|
+
|
|
|
+ * quantize_pvt.c:
|
|
|
+
|
|
|
+ small fix to previous check in
|
|
|
+
|
|
|
+2000-09-02 18:03 robert
|
|
|
+
|
|
|
+ * gtkanal.h, quantize.c, quantize_pvt.c, quantize_pvt.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ set_pinfo does now the noise calculation for the frame analyzer
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-09-02 15:36 pfk
|
|
|
+
|
|
|
+ * mlame:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ extended functionality and feature fix
|
|
|
+
|
|
|
+2000-09-02 13:36 pfk
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ bug fix.
|
|
|
+
|
|
|
+2000-09-02 13:28 pfk
|
|
|
+
|
|
|
+ * get_audio.c, main.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Bug fix in final fwrite().
|
|
|
+
|
|
|
+2000-09-02 06:38 cisc
|
|
|
+
|
|
|
+ * util.h:
|
|
|
+
|
|
|
+ warning and error fixes
|
|
|
+
|
|
|
+2000-09-02 05:42 cisc
|
|
|
+
|
|
|
+ * mpglib/mpg123.h:
|
|
|
+
|
|
|
+ It's important to remember the PARENT_IS_SLASH define when including files from previous dir.
|
|
|
+
|
|
|
+2000-09-02 05:29 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c, lame.c, util.c:
|
|
|
+
|
|
|
+ warning and error fixes
|
|
|
+
|
|
|
+2000-09-02 03:13 pfk
|
|
|
+
|
|
|
+ * Makefile, get_audio.c, gtkanal.c, lame.c, lame.spec, psymodel.h,
|
|
|
+ timestatus.c, util.c, util.h, vbrquantize.c, version.c,
|
|
|
+ version.h, mpglib/l2tables.h, mpglib/layer2.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Quick and Dirty: Now compilable with g++.
|
|
|
+
|
|
|
+ Layer 1 and 2 decoding makes problems.
|
|
|
+
|
|
|
+ structs and typedef structs with the same name.
|
|
|
+ Must be patched.
|
|
|
+
|
|
|
+2000-09-02 01:03 cisc
|
|
|
+
|
|
|
+ * psymodel.c, quantize_pvt.c, timestatus.c:
|
|
|
+
|
|
|
+ warning fixes
|
|
|
+
|
|
|
+2000-09-01 23:28 pfk
|
|
|
+
|
|
|
+ * Makefile, lame.c, lame.h, util.c, util.h, mpglib/layer1.c,
|
|
|
+ mpglib/layer2.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Bugfix for 9 kbps error
|
|
|
+
|
|
|
+2000-09-01 23:28 robert
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ small typo in remark
|
|
|
+
|
|
|
+2000-09-01 20:21 pfk
|
|
|
+
|
|
|
+ * bitstream.c, get_audio.c, gtkanal.c, gtkanal.h, lame.c, lame.h,
|
|
|
+ newmdct.c, psymodel.c, quantize.c, quantize_pvt.c, reservoir.c,
|
|
|
+ tables.c, tables.h, util.c, util.h, vbrquantize.c, version.h,
|
|
|
+ mpglib/common.c, mpglib/interface.c, mpglib/layer1.c,
|
|
|
+ mpglib/layer2.c, mpglib/layer3.c, mpglib/main.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ * A lot of minor changes
|
|
|
+
|
|
|
+ * Changed the name of structure element from 'stereo' to 'channels'
|
|
|
+ if it has the meaning of 'channels'. This is so confusing, so that
|
|
|
+ there are some bugs in lame.
|
|
|
+
|
|
|
+ Rest read in 'Bad and worse programming styles' and 'job security'
|
|
|
+
|
|
|
+ --
|
|
|
+ Frank Klemm
|
|
|
+
|
|
|
+2000-09-01 16:19 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ small fix, lame -v x.wav did not work anymore
|
|
|
+
|
|
|
+2000-09-01 04:04 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ some warning and error fixes
|
|
|
+
|
|
|
+2000-09-01 04:03 cisc
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+
|
|
|
+ libsndfile is now LGPL
|
|
|
+
|
|
|
+2000-09-01 00:05 pfk
|
|
|
+
|
|
|
+ * brhist.c, lame.c, parse.c, quantize.c, util.c, util.h, version.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ presets modified
|
|
|
+ changed name of bitrate_table to index_to_bitrate
|
|
|
+ added table bitrate_to_index, speedup of functions using it.
|
|
|
+
|
|
|
+2000-08-31 21:33 pfk
|
|
|
+
|
|
|
+ * Makefile, amiga_mpega.c, fft.c, fft.h, get_audio.c, get_audio.h,
|
|
|
+ gtkanal.c, lame.c, lame.h, main.c, mp3rtp.c, newmdct.c,
|
|
|
+ newmdct.h, psymodel.c, psymodel.h, quantize_pvt.c, util.c,
|
|
|
+ util.h, version.c, version.h, vorbis_interface.c,
|
|
|
+ mpglib/decode_i386.c, mpglib/main.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Introduction of the type sample_t for PCM samples.
|
|
|
+ 'short' should not be used in the future.
|
|
|
+
|
|
|
+2000-08-31 11:06 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ minor bugfix of mask_add().
|
|
|
+
|
|
|
+2000-08-30 23:29 pfk
|
|
|
+
|
|
|
+ * LICENSE, PRESETS.draft, bitstream.c, lame.c, parse.c,
|
|
|
+ timestatus.c, util.h, version.c, version.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-08-30 07:18 shibatch
|
|
|
+
|
|
|
+ * quantize_pvt.c:
|
|
|
+
|
|
|
+ Tweaks to --nspsytune.
|
|
|
+
|
|
|
+2000-08-29 22:35 pfk
|
|
|
+
|
|
|
+ * debugscalefac.c, get_audio.c, id3tag.c, lame.c, lame.h, parse.c,
|
|
|
+ util.c, util.h, version.c, version.h, doc/html/switchs.html:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-08-29 10:14 shibatch
|
|
|
+
|
|
|
+ * psymodel.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ Tweakings to --nspsytune.
|
|
|
+ Tonality table is optimized a little.
|
|
|
+ Noise calculation now uses tonality.
|
|
|
+ NSATHSCALE is decreased from 103 to 100.
|
|
|
+
|
|
|
+2000-08-28 20:18 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ small tweak to RH_VALIDATE_MS
|
|
|
+
|
|
|
+2000-08-28 19:55 robert
|
|
|
+
|
|
|
+ * lame.h, parse.c, psymodel.c:
|
|
|
+
|
|
|
+ small fixes
|
|
|
+
|
|
|
+2000-08-28 19:27 shibatch
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ Tweaks to the tonality table. vbrtest.wav is now encoded correctly with --nspsytune.
|
|
|
+
|
|
|
+2000-08-28 18:37 pfk
|
|
|
+
|
|
|
+ * lame.h, parse.c, version.c, version.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ parse.c: presets are taken from a table
|
|
|
+ version.c: version incremented (should be done more often)
|
|
|
+
|
|
|
+2000-08-28 10:04 shibatch
|
|
|
+
|
|
|
+ * parse.c, quantize_pvt.c, psymodel.c:
|
|
|
+
|
|
|
+
|
|
|
+ Changes to --nspsytune.
|
|
|
+
|
|
|
+2000-08-27 11:51 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ tweak to validate MS switching criterion (to be enabled with RH_VALIDATE_MS)
|
|
|
+
|
|
|
+2000-08-27 04:34 markt
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ look for .mp3 or .MP3 when parsing input filename
|
|
|
+
|
|
|
+2000-08-26 04:07 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ openBSD tweak
|
|
|
+
|
|
|
+2000-08-26 04:06 markt
|
|
|
+
|
|
|
+ * Makefile (debug):
|
|
|
+
|
|
|
+ tweak for Open BSD
|
|
|
+
|
|
|
+2000-08-26 04:03 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ added include sys/types to BlaceMP3EncDLL.h
|
|
|
+ Borland compiler needs definitions for BOOL and DWORD.
|
|
|
+
|
|
|
+2000-08-24 20:34 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ little tweak to VBR-old, side channel gets now a little lower bit skeleton
|
|
|
+
|
|
|
+2000-08-23 23:08 robert
|
|
|
+
|
|
|
+ * Makefile, lame.c, quantize.c, quantize_pvt.c:
|
|
|
+
|
|
|
+ sfb21 kludge, only VBR tries to get an undistorted sfb21
|
|
|
+ at lower sample frequencies it makes more trouble than
|
|
|
+ we can gain from that, so now sfb21 will be ignored in
|
|
|
+ VBR mode for MPEG-2 LSF.
|
|
|
+
|
|
|
+ first tweak (not enabled) for M/S switching criterion
|
|
|
+
|
|
|
+2000-08-23 00:02 markt
|
|
|
+
|
|
|
+ * lame.c, vorbis_interface.c:
|
|
|
+
|
|
|
+ messages about filters, vorbis modes
|
|
|
+
|
|
|
+2000-08-22 18:29 markt
|
|
|
+
|
|
|
+ * lame.c, util.h:
|
|
|
+
|
|
|
+ moved last_time into lame_internal_flags struct
|
|
|
+
|
|
|
+2000-08-22 16:30 markt
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ byte swapping code now only used for 16 bit input files.
|
|
|
+
|
|
|
+2000-08-22 03:19 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ minor gtkflag changes
|
|
|
+
|
|
|
+2000-08-22 00:08 pfk
|
|
|
+
|
|
|
+ * get_audio.c, parse.c:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ get_audio.c:
|
|
|
+ Support of reporting all supported input file types.
|
|
|
+
|
|
|
+2000-08-21 20:16 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ pe_MS was not initialized in case we don't use our psychoacoustic model
|
|
|
+
|
|
|
+2000-08-21 16:02 robert
|
|
|
+
|
|
|
+ * lame.c, mpglib/main.c:
|
|
|
+
|
|
|
+ LayerI+II LSF corrections
|
|
|
+
|
|
|
+2000-08-21 15:47 markt
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, history.html, id3.html, index.html,
|
|
|
+ switchs.html:
|
|
|
+
|
|
|
+ updated docs from Gabriel
|
|
|
+
|
|
|
+2000-08-21 05:32 markt
|
|
|
+
|
|
|
+ * Makefile (debug), USAGE, vorbis_interface.c:
|
|
|
+
|
|
|
+ added support for the four new vorbis modes. (higher bitrates)
|
|
|
+ use with the -b option.
|
|
|
+
|
|
|
+2000-08-21 04:52 markt
|
|
|
+
|
|
|
+ * main.c, mp3rtp.c, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Fixed problem with writing VBR tag if user renames mp3 output
|
|
|
+ file during the encoding.
|
|
|
+
|
|
|
+2000-08-21 00:40 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, main.c, mp3rtp.c:
|
|
|
+
|
|
|
+ more prep work for vbr tag problem
|
|
|
+
|
|
|
+2000-08-21 00:28 markt
|
|
|
+
|
|
|
+ * VbrTag.c, VbrTag.h, lame.c:
|
|
|
+
|
|
|
+ prep work to fix Vbrtag when user renames mp3 file during encodiing.
|
|
|
+
|
|
|
+2000-08-21 00:05 markt
|
|
|
+
|
|
|
+ * main.c, testcase.mp3:
|
|
|
+
|
|
|
+ fixes to main.c: it is supposed to be example code for how to
|
|
|
+ use the LAME library - it should only include lame.h, all other
|
|
|
+ .h files are supposed to be private to the encoding library.
|
|
|
+
|
|
|
+2000-08-21 00:00 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile, Makefile.B32, Makefile.DJGPP, Makefile.MSVC,
|
|
|
+ README.B32, TODO, bitstream.c, gtkanal.c, lame.c, lame.dsp,
|
|
|
+ quantize-pvt.c, quantize-pvt.h, quantize.c, quantize_pvt.c,
|
|
|
+ quantize_pvt.h, takehiro.c, vbrquantize.c, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ changed quantize-pvt.c to quantize_pvt.c
|
|
|
+ Added Boland stuff_
|
|
|
+
|
|
|
+2000-08-20 23:21 markt
|
|
|
+
|
|
|
+ * Makefile, version.h:
|
|
|
+
|
|
|
+ Amiga stuff for Makefile, updated version.h to 3.87alpha
|
|
|
+
|
|
|
+2000-08-20 21:22 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ enhanced lame_enc dll debugging
|
|
|
+
|
|
|
+2000-08-20 20:50 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ fixed bug for LSF,
|
|
|
+ ms_ratio will not be calculated for the second granule
|
|
|
+ because at lower sample rates there is no second granule
|
|
|
+ but the M/S switching criterion relies ms_ratio on it
|
|
|
+
|
|
|
+2000-08-19 10:54 robert
|
|
|
+
|
|
|
+ * lame.c, parse.c, mpglib/main.c:
|
|
|
+
|
|
|
+ total frames of LayerI files was not correctly estimated for decoding
|
|
|
+
|
|
|
+2000-08-18 18:07 robert
|
|
|
+
|
|
|
+ * USAGE, get_audio.c, gtkanal.c, lame.c, lame.h, parse.c,
|
|
|
+ mpglib/main.c:
|
|
|
+
|
|
|
+ LayerI+II decoding patches
|
|
|
+
|
|
|
+2000-08-18 01:40 pfk
|
|
|
+
|
|
|
+ * bitstream.c, brhist.c, lame.c, main.c, parse.c, timestatus.c,
|
|
|
+ timestatus.h:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ bitstream.c: Table based CRC calculation code added (must be enabled to use)
|
|
|
+ brhist.c: Enlighted design of the bit rate history output
|
|
|
+ main.c: init of CRC Table in bitstream.c
|
|
|
+ parse.c: Some parameters can be name in Hz/bps and in kHz/kbps
|
|
|
+ timestatus.c: Enlighted design of the time counters
|
|
|
+ lame.c: Changed screen update frequency from 50/100 frames to 2 seconds
|
|
|
+
|
|
|
+2000-08-17 14:34 robert
|
|
|
+
|
|
|
+ * Makefile, Makefile.DJGPP, Makefile.MSVC, mpglib/common.c:
|
|
|
+
|
|
|
+ Layer1/2 related update
|
|
|
+
|
|
|
+2000-08-16 17:05 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ added GTK support (frame analyzer)
|
|
|
+
|
|
|
+2000-08-16 01:22 afaber
|
|
|
+
|
|
|
+ * parse.c, mpglib/common.c, mpglib/interface.c, mpglib/l2tables.h,
|
|
|
+ mpglib/layer1.c, mpglib/layer1.h, mpglib/layer2.c,
|
|
|
+ mpglib/layer2.h, mpglib/mpg123.h, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ Added support for Layer 1 and Layer 2 decoding
|
|
|
+
|
|
|
+2000-08-15 19:31 robert
|
|
|
+
|
|
|
+ * Makefile, lame.c, takehiro.c, util.h:
|
|
|
+
|
|
|
+ patch to prevent core dump in case big value = 576 in count_bits_long()
|
|
|
+
|
|
|
+2000-08-13 13:44 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h, Example.cpp,
|
|
|
+ LameDLLInterface.htm:
|
|
|
+
|
|
|
+ Added Lame presets to the DLL interface + added HTM document how to use the lame_enc.dll interface
|
|
|
+
|
|
|
+2000-08-13 02:50 afaber
|
|
|
+
|
|
|
+ * Dll/: Example.cpp, Example.dsp, Example.dsw, MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Added DLL Example
|
|
|
+
|
|
|
+2000-08-12 15:42 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ major speed increase for vbr-old
|
|
|
+
|
|
|
+2000-08-11 20:53 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ RH_AMP tweak, improves vbrtest.wav
|
|
|
+
|
|
|
+2000-08-08 21:08 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Add new RecordItem array, not completely finsihed yet, but it compiles
|
|
|
+
|
|
|
+2000-08-08 20:11 cisc
|
|
|
+
|
|
|
+ * psymodel.c, takehiro.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-08-08 04:01 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ Dec Alpha makefile fix
|
|
|
+
|
|
|
+2000-08-07 18:24 robert
|
|
|
+
|
|
|
+ * Makefile, lame.c, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-08-07 05:53 markt
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ code cleanup in count_bits_long()
|
|
|
+
|
|
|
+2000-08-07 00:00 markt
|
|
|
+
|
|
|
+ * Makefile (debug), doc/html/history.html, mpglib/interface.c,
|
|
|
+ mpglib/layer3.c:
|
|
|
+
|
|
|
+ bug fixed in mpglib error recovery from corrupt frames
|
|
|
+
|
|
|
+2000-08-06 22:58 markt
|
|
|
+
|
|
|
+ * get_audio.c, testcase.mp3:
|
|
|
+
|
|
|
+ oops, one bug in 3.86beta. try and change this before
|
|
|
+ anyone downloads source from the web site :-)
|
|
|
+
|
|
|
+2000-08-06 22:34 markt
|
|
|
+
|
|
|
+ * get_audio.c, version.h, doc/html/history.html:
|
|
|
+
|
|
|
+ lame 3.86 beta release
|
|
|
+
|
|
|
+2000-08-06 21:34 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, testcase.mp3:
|
|
|
+
|
|
|
+ disabled scalefac_scale (except if -q1 is used)
|
|
|
+ and make old vbr mode the default
|
|
|
+
|
|
|
+2000-08-06 20:58 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, testcase.mp3:
|
|
|
+
|
|
|
+ Reverted back to original definition of over_noise and tot_noise:
|
|
|
+
|
|
|
+ tot_noise = is really the average over each sfb of:
|
|
|
+ [noise(db) - allowed_noise(db)]
|
|
|
+
|
|
|
+ and over_noise is the same average, only over only the
|
|
|
+ bands with noise > allowed_noise.
|
|
|
+
|
|
|
+2000-08-06 20:32 markt
|
|
|
+
|
|
|
+ * mpglib/main.c:
|
|
|
+
|
|
|
+ Album ID tag reading bug fixes
|
|
|
+
|
|
|
+2000-08-06 20:21 markt
|
|
|
+
|
|
|
+ * INSTALL, USAGE, lame.c, lame.h, parse.c, quantize-pvt.c,
|
|
|
+ takehiro.c, timestatus.c, timestatus.h, util.h, vbrquantize.c,
|
|
|
+ Dll/MP3export.pas, Dll/README:
|
|
|
+
|
|
|
+ added the "--athlower n" option which lowers the ATH by n db.
|
|
|
+
|
|
|
+ Added possible fix for region0_count and region1_count getting
|
|
|
+ set to illegal negative values.
|
|
|
+
|
|
|
+2000-08-03 20:07 robert
|
|
|
+
|
|
|
+ * Makefile, lame.c, lame.spec, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ don't worry Mark! my noise calculation wrapped by RH_NOISE_CALC
|
|
|
+ define RH_NOISE_CALC at compile time to get my version of noise
|
|
|
+ calculation
|
|
|
+
|
|
|
+ special:
|
|
|
+ -Y amp_scalefac_bands will amplify only the maximum distorted band
|
|
|
+
|
|
|
+2000-08-01 06:36 markt
|
|
|
+
|
|
|
+ * INSTALL, bitstream.c:
|
|
|
+
|
|
|
+ added a few assert's
|
|
|
+
|
|
|
+2000-08-01 04:53 markt
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ Fixed amp_scalefac_bands (RH found this)
|
|
|
+
|
|
|
+2000-08-01 04:38 markt
|
|
|
+
|
|
|
+ * get_audio.c, util.c, util.h, mpglib/main.c:
|
|
|
+
|
|
|
+ updated lame --decode to read Roel's AID stuff
|
|
|
+
|
|
|
+2000-07-31 19:17 markt
|
|
|
+
|
|
|
+ * Makefile (debug), INSTALL, Makefile.DJGPP, lame.spec:
|
|
|
+
|
|
|
+ updated debug makefile
|
|
|
+
|
|
|
+2000-07-31 19:00 markt
|
|
|
+
|
|
|
+ * Makefile, TODO, USAGE:
|
|
|
+
|
|
|
+ open bsd updates to makefile
|
|
|
+
|
|
|
+2000-07-31 18:46 markt
|
|
|
+
|
|
|
+ * quantize.c, takehiro.c, testcase.mp3:
|
|
|
+
|
|
|
+ Takehiro's best_huffman_divide turned back on
|
|
|
+ for MPEG1 only
|
|
|
+
|
|
|
+2000-07-31 18:38 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c, takehiro.c:
|
|
|
+
|
|
|
+ many commits were made over the weekend. But:
|
|
|
+
|
|
|
+ 1. MPEG2 encoding was broken
|
|
|
+ 2. all my test cases failed.
|
|
|
+
|
|
|
+ #11 is bad. #2 can be caused be general improvements, but
|
|
|
+ coupled with #1 is a bad sign.
|
|
|
+
|
|
|
+ I spent all of sunday tracking down the many changes, and trying
|
|
|
+ to find what what the cause of what. I finally ran out of time
|
|
|
+ and am going to revert some changes back to last working copy.
|
|
|
+
|
|
|
+ Here is a summary:
|
|
|
+
|
|
|
+ takehiro.c: newest version, except:
|
|
|
+ count_bits_long uses old code (new code commented out).
|
|
|
+ This code was breaking MPEG2
|
|
|
+
|
|
|
+ scfsi: uses old slen1_n, slen2_n. I will change this
|
|
|
+ with the next commit. (in about 10min)
|
|
|
+
|
|
|
+ best_huffman_divide: short block code breaks MPEG2.
|
|
|
+ short block code is still there, but disabled.
|
|
|
+
|
|
|
+ quantize-pvt.c: Newest version, except:
|
|
|
+
|
|
|
+ all noice calculations reverted back to db.
|
|
|
+ tot_noise, over_noise, ave_noise, etc. are given in db
|
|
|
+ and will always be given in db.
|
|
|
+
|
|
|
+ distort[], is left in units of energy, since this saves
|
|
|
+ many log10() function calls.
|
|
|
+
|
|
|
+ quantize.c : Reverted back to last working version, except
|
|
|
+ have newest version of VBR_iteration_loop().
|
|
|
+
|
|
|
+2000-07-31 00:36 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ revert back to previous version,
|
|
|
+ it creept in by accident
|
|
|
+
|
|
|
+2000-07-30 23:48 robert
|
|
|
+
|
|
|
+ * lame.c, psymodel.c, quantize.c:
|
|
|
+
|
|
|
+ minor tweaks
|
|
|
+
|
|
|
+2000-07-29 22:37 robert
|
|
|
+
|
|
|
+ * lame.bat:
|
|
|
+
|
|
|
+ long file names on in for, thanks to Ihárosi Wiktor
|
|
|
+
|
|
|
+2000-07-27 16:42 takehiro
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ minor change
|
|
|
+
|
|
|
+2000-07-27 16:41 takehiro
|
|
|
+
|
|
|
+ * quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ make the short block huffman coding more efficient
|
|
|
+
|
|
|
+2000-07-27 16:39 takehiro
|
|
|
+
|
|
|
+ * machine.h:
|
|
|
+
|
|
|
+ oops MMX code couldn't compile...
|
|
|
+
|
|
|
+2000-07-27 16:38 takehiro
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ removed unused code
|
|
|
+
|
|
|
+2000-07-27 16:38 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ restore old algorithm temporary...
|
|
|
+
|
|
|
+2000-07-26 13:56 takehiro
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ minor coding hack and prepare for GOGO's subband filtering code
|
|
|
+
|
|
|
+2000-07-26 13:47 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, takehiro.c, util.h:
|
|
|
+
|
|
|
+ debug for region0/1 which kzmi reported
|
|
|
+
|
|
|
+2000-07-26 13:25 takehiro
|
|
|
+
|
|
|
+ * machine.h, quantize-pvt.h, takehiro.c:
|
|
|
+
|
|
|
+ i hope this fix make intel native asm code available on VC
|
|
|
+
|
|
|
+2000-07-25 22:28 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ possible endless loop for different -X modes fixed,
|
|
|
+ some modes do not minimize "over" and would never
|
|
|
+ reach over == 0 in some rare cases
|
|
|
+
|
|
|
+2000-07-25 20:39 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ small "fast encode" fix
|
|
|
+
|
|
|
+2000-07-25 20:09 robert
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ fixed typo
|
|
|
+
|
|
|
+2000-07-25 19:24 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ fixed somehow messed up noise calculation
|
|
|
+
|
|
|
+2000-07-25 15:42 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ small bug fix
|
|
|
+
|
|
|
+2000-07-24 23:50 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ small fix
|
|
|
+
|
|
|
+2000-07-24 23:32 cisc
|
|
|
+
|
|
|
+ * USAGE, get_audio.c:
|
|
|
+
|
|
|
+ Changed lame_decoder() to write native endian format when not writing WAV header (-x will byteswap).
|
|
|
+
|
|
|
+2000-07-24 20:31 markt
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ removed some print statements
|
|
|
+
|
|
|
+2000-07-24 20:30 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize.c, takehiro.c:
|
|
|
+
|
|
|
+ fixed rare bug with -X0 getting stuck in a loop when over>0 and
|
|
|
+ over and over_noise didn't change from one iteration to the next.
|
|
|
+
|
|
|
+2000-07-24 05:51 markt
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ updated docs
|
|
|
+
|
|
|
+2000-07-24 05:42 markt
|
|
|
+
|
|
|
+ * USAGE, get_audio.c, gtkanal.c, lame.h, parse.c:
|
|
|
+
|
|
|
+ -t: disables Xing header for encoding,
|
|
|
+ disables WAV header for decoding
|
|
|
+
|
|
|
+2000-07-21 17:39 markt
|
|
|
+
|
|
|
+ * Makefile, vorbis_interface.c:
|
|
|
+
|
|
|
+ vorbis interface fixes
|
|
|
+
|
|
|
+2000-07-21 17:09 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile.DJGPP, README.DJGPP:
|
|
|
+
|
|
|
+ updated some DJGPP stuff
|
|
|
+
|
|
|
+2000-07-21 16:50 markt
|
|
|
+
|
|
|
+ * VbrTag.c, encoder.h, get_audio.c:
|
|
|
+
|
|
|
+ added some comments about decoder/encoder delay,
|
|
|
+
|
|
|
+2000-07-20 04:29 kzmi
|
|
|
+
|
|
|
+ * machine.h:
|
|
|
+
|
|
|
+ add mingw32 support. using windows.h.
|
|
|
+
|
|
|
+2000-07-20 04:28 kzmi
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ add non-UNIX environment support. (NOUNIXCMD)
|
|
|
+ specifying UNAME,ARCH,PGM on command line is available.
|
|
|
+
|
|
|
+2000-07-19 23:19 robert
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ oops, fixed typo
|
|
|
+
|
|
|
+2000-07-19 22:42 robert
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ fixed problem with Roel's clips.wav file,
|
|
|
+ "pseudo endless loop" problem now gone
|
|
|
+ maybe the annoying spikes too?
|
|
|
+
|
|
|
+2000-07-18 22:57 robert
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ moved calc_xmin out of VBR_noise_shaping
|
|
|
+ moved xr34 calculation out of VBR_noise_shaping
|
|
|
+ changed analog silence detection from granule based to frame based
|
|
|
+ hacked in a first digital silence treatment per granule (can be optimized)
|
|
|
+
|
|
|
+ round about 8 percent faster on my Pentium 200 machine
|
|
|
+
|
|
|
+2000-07-18 00:09 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ moved some stuff into lame_init()
|
|
|
+
|
|
|
+2000-07-17 23:36 robert
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ to make someone happy ;)
|
|
|
+
|
|
|
+2000-07-17 23:28 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ Changes from Kimmo: split lame_init_params() into 3 smaller
|
|
|
+ routines. This somehow fixes some crashes on PPC (which OS?).
|
|
|
+
|
|
|
+2000-07-17 23:10 markt
|
|
|
+
|
|
|
+ * USAGE, lame.c, machine.h, main.c, quantize.c, util.c,
|
|
|
+ mpglib/common.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+ Mac patches. (in an #ifdef macintosh)
|
|
|
+
|
|
|
+2000-07-17 15:38 robert
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ analog silence treatment like in old VBR
|
|
|
+
|
|
|
+2000-07-16 02:16 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ minor tweaks
|
|
|
+
|
|
|
+2000-07-15 19:20 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ OK found what was wrong, should work now
|
|
|
+
|
|
|
+2000-07-15 17:55 markt
|
|
|
+
|
|
|
+ * Makefile, lame.c, quantize.c:
|
|
|
+
|
|
|
+ Reverted back to older version of quantize.c becuase
|
|
|
+ version 1.137 broke some of my CBR test cases.
|
|
|
+
|
|
|
+ made scalefac_scale always on for all vbr modes
|
|
|
+
|
|
|
+2000-07-15 16:49 robert
|
|
|
+
|
|
|
+ * lame.c, quantize.c:
|
|
|
+
|
|
|
+ Takehiro's scalefac_scale now default for old-VBR, no more -q1 necessary
|
|
|
+
|
|
|
+2000-07-15 04:55 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ updated makefile for Dec Alpha Linux
|
|
|
+
|
|
|
+2000-07-14 20:06 markt
|
|
|
+
|
|
|
+ * USAGE, lame.h:
|
|
|
+
|
|
|
+ c++ name mangling fix, type in USAGE
|
|
|
+
|
|
|
+2000-07-12 18:03 robert
|
|
|
+
|
|
|
+ * util.c, util.h:
|
|
|
+
|
|
|
+ critical band width formula added
|
|
|
+
|
|
|
+2000-07-11 02:25 markt
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ tuning for vbr_mt to fix chirp from John Dalton
|
|
|
+
|
|
|
+2000-07-11 00:47 markt
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ better tuning for ABR mode
|
|
|
+
|
|
|
+2000-07-11 00:31 markt
|
|
|
+
|
|
|
+ * gtkanal.c, quantize-pvt.c, quantize.c, vbrquantize.c,
|
|
|
+ mpglib/main.c:
|
|
|
+
|
|
|
+ bug in frame analyzer (causes hangs near eof) fixed
|
|
|
+ better resyncing during mp3 file initialization in mpglib
|
|
|
+
|
|
|
+2000-07-10 23:03 markt
|
|
|
+
|
|
|
+ * lame.c, main.c, parse.c, reservoir.c, testcase.mp3,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ tuned new VBR so Roel will be happy :-)
|
|
|
+
|
|
|
+2000-07-10 00:24 markt
|
|
|
+
|
|
|
+ * timestatus.c:
|
|
|
+
|
|
|
+ timestatus overflow fix
|
|
|
+
|
|
|
+2000-07-09 20:05 markt
|
|
|
+
|
|
|
+ * Makefile.DJGPP, README.DJGPP, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ more updated for DJGPP
|
|
|
+
|
|
|
+2000-07-09 13:19 shibatch
|
|
|
+
|
|
|
+ * fft.h:
|
|
|
+
|
|
|
+ I forgot to commit fft.h. (by Naoki Shibata)
|
|
|
+
|
|
|
+2000-07-09 13:16 shibatch
|
|
|
+
|
|
|
+ * fft.c, lame.c, lame.h, parse.c, psymodel.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ Added --nspsytune command line option. This should solve vbrtest problem. (By Naoki Shibata)
|
|
|
+
|
|
|
+2000-07-09 03:22 gramps
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ additional help for ID3-style comments in Ogg Vorbis output from a patch by Ralph Giles
|
|
|
+
|
|
|
+2000-07-09 03:20 gramps
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ don't add ID3 tags to Ogg Vorbis output
|
|
|
+
|
|
|
+2000-07-09 03:18 gramps
|
|
|
+
|
|
|
+ * vorbis_interface.c:
|
|
|
+
|
|
|
+ partial support for ID3-style comments from a patch by Ralph Giles
|
|
|
+
|
|
|
+2000-07-08 15:08 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ long time BUG in old VBR fixed, preventing LAME from using more than 2500 bits per channel
|
|
|
+
|
|
|
+2000-07-08 00:39 markt
|
|
|
+
|
|
|
+ * README.DJGPP, get_audio.c:
|
|
|
+
|
|
|
+ 8bit .wav files supported.
|
|
|
+
|
|
|
+2000-07-07 22:44 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ Updateted Makefile for alpha/linux
|
|
|
+
|
|
|
+2000-07-07 21:42 robert
|
|
|
+
|
|
|
+ * quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ little VBR-old speed up (upto 10%)
|
|
|
+
|
|
|
+2000-07-07 20:09 markt
|
|
|
+
|
|
|
+ * Makefile.DJGPP, README.DJGPP:
|
|
|
+
|
|
|
+ updated DJGPP stuff from Chris Wise
|
|
|
+
|
|
|
+2000-07-07 00:34 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ more "old-VBR" tuning
|
|
|
+
|
|
|
+2000-07-06 22:20 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Should now work for GCC.
|
|
|
+
|
|
|
+2000-07-06 16:54 robert
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ DLL uses now the same VBR routine by default as the EXE
|
|
|
+
|
|
|
+2000-07-05 04:57 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, timestatus.c:
|
|
|
+
|
|
|
+ minor changes
|
|
|
+
|
|
|
+2000-07-04 23:52 cisc
|
|
|
+
|
|
|
+ * brhist.c, quantize-pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-07-04 23:52 gramps
|
|
|
+
|
|
|
+ * id3tag.h, lame.h:
|
|
|
+
|
|
|
+ make id3tag.h dependent on lame.h instead of the other way around
|
|
|
+
|
|
|
+2000-07-04 22:16 markt
|
|
|
+
|
|
|
+ * lame.h, testcase.mp3, util.h, version.h:
|
|
|
+
|
|
|
+ updated version to 3.86 alpha
|
|
|
+
|
|
|
+2000-07-04 15:40 robert
|
|
|
+
|
|
|
+ * lame.c, quantize.c:
|
|
|
+
|
|
|
+ old VBR silence bug fixed
|
|
|
+
|
|
|
+2000-07-04 14:46 robert
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ oops, 1 bit forgotten
|
|
|
+
|
|
|
+2000-07-04 03:32 kzmi
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ old tot_noise and over_noise are obsolete.
|
|
|
+ tot_avg_noise and over_avg_noise were renamed as tot_noise
|
|
|
+ and over_noise.
|
|
|
+
|
|
|
+2000-07-04 03:28 gramps
|
|
|
+
|
|
|
+ * USAGE, VbrTag.c, id3tag.c, id3tag.h, lame.c, lame.h, main.c,
|
|
|
+ mp3rtp.c, parse.c, doc/html/id3.html:
|
|
|
+
|
|
|
+ ID3 version 2 tag support
|
|
|
+
|
|
|
+2000-07-03 17:10 robert
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ keep CRC bit for additional Xing-VBR frame
|
|
|
+
|
|
|
+2000-07-03 16:21 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-07-03 16:20 markt
|
|
|
+
|
|
|
+ * README.DJGPP, lame.h, psymodel.c, quantize-pvt.c, vbrquantize.c,
|
|
|
+ version.h:
|
|
|
+
|
|
|
+ lame 3.85 beta release
|
|
|
+ (old VBR mode back to being the default)
|
|
|
+
|
|
|
+2000-07-03 00:58 markt
|
|
|
+
|
|
|
+ * Makefile, machine.h, psymodel.c:
|
|
|
+
|
|
|
+ added note about FLOAT8 = float breaking certain features
|
|
|
+
|
|
|
+2000-07-03 00:57 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-07-03 00:48 markt
|
|
|
+
|
|
|
+ * psymodel.c, testcase.mp3:
|
|
|
+
|
|
|
+ updated mid/side demasking thresholds with takehiro's formula
|
|
|
+
|
|
|
+2000-07-03 00:25 markt
|
|
|
+
|
|
|
+ * psymodel.c, vbrquantize.c:
|
|
|
+
|
|
|
+ more tweakes to ATH/PE calculation. psymodel.c uses additive masking
|
|
|
+ so ATH needed a *= numlines.
|
|
|
+
|
|
|
+2000-07-02 23:51 markt
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ added ATH threshold to PE calculation.
|
|
|
+
|
|
|
+2000-07-02 23:39 markt
|
|
|
+
|
|
|
+ * psymodel.c, quantize-pvt.c, quantize-pvt.h, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ code so that ATH can be used for PE formula
|
|
|
+
|
|
|
+2000-07-02 21:44 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ Makefile updated so float8 = double
|
|
|
+
|
|
|
+2000-07-02 18:40 markt
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.c, quantize-pvt.h, quantize.c, takehiro.c,
|
|
|
+ util.c, vbrquantize.c:
|
|
|
+
|
|
|
+ short block re-ording complete!
|
|
|
+ all routines updated, but not cleaned up: it is now possible
|
|
|
+ to merge most short block and long block loops
|
|
|
+
|
|
|
+2000-07-01 22:12 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-07-01 21:48 robert
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ integer based padding routine
|
|
|
+
|
|
|
+2000-07-01 20:37 cisc
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.h, util.h:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-07-01 18:12 markt
|
|
|
+
|
|
|
+ * bitstream.c, lame.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ takehiro.c, testcase.mp3, util.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ re-order short blocks data storage. in preperation for takehiro's
|
|
|
+ asm routines
|
|
|
+
|
|
|
+2000-07-01 15:23 robert
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ old VBR no ATH bug fixed
|
|
|
+
|
|
|
+2000-07-01 13:51 robert
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.h, quantize.c, util.c, util.h:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-07-01 11:26 robert
|
|
|
+
|
|
|
+ * lame.c, lame.h, parse.c, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ made switch between default VBR modes easier, look into lame.h
|
|
|
+
|
|
|
+2000-07-01 02:35 markt
|
|
|
+
|
|
|
+ * lame.c, parse.c, version.h:
|
|
|
+
|
|
|
+ 3.85 alpha (CVS) version: new vbr mode is the default
|
|
|
+
|
|
|
+2000-07-01 02:32 markt
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ still bugs trying to make 3.84beta release
|
|
|
+
|
|
|
+2000-07-01 02:16 markt
|
|
|
+
|
|
|
+ * lame.c, parse.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ i screwed up the 3.84 beta release, lets try again.
|
|
|
+ making old vbr mode the defailt, temporarily
|
|
|
+
|
|
|
+2000-07-01 02:11 markt
|
|
|
+
|
|
|
+ * Makefile, version.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-06-30 23:32 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ makefile: -DFLOAT8 is float
|
|
|
+
|
|
|
+2000-06-30 23:30 markt
|
|
|
+
|
|
|
+ * lame.c, parse.c, version.h:
|
|
|
+
|
|
|
+ ok, back to new vbr mode = default
|
|
|
+
|
|
|
+2000-06-30 23:28 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-06-30 23:27 markt
|
|
|
+
|
|
|
+ * Makefile, lame.c, parse.c, version.h:
|
|
|
+
|
|
|
+ old vbr mode made the default. --vbr-old and --vbr-new options
|
|
|
+ can specify which mode. This is just for the next 10min
|
|
|
+ while I put out lame 3.84. CVS will then revert back to
|
|
|
+ default = new vbr mode
|
|
|
+
|
|
|
+2000-06-30 23:15 markt
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ 8 bit input support (maybe works?)
|
|
|
+
|
|
|
+2000-06-30 14:25 kzmi
|
|
|
+
|
|
|
+ * VbrTag.c, bitstream.c, brhist.c, debugscalefac.c, gtkanal.c,
|
|
|
+ psymodel.c, quantize-pvt.c, vbrquantize.c, vorbis_interface.c:
|
|
|
+
|
|
|
+ replaced fprintf/printf/exit() functions with macro
|
|
|
+
|
|
|
+2000-06-27 13:58 kzmi
|
|
|
+
|
|
|
+ * get_audio.c, lame.c, main.c, timestatus.c, timestatus.h:
|
|
|
+
|
|
|
+ replace printf/fprintf/exit() with macro.
|
|
|
+ decode_progress() and decode_progress_finish() are added
|
|
|
+ in timestatus.c. these functions are used in lame_decode().
|
|
|
+
|
|
|
+2000-06-27 02:23 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile, TODO:
|
|
|
+
|
|
|
+ minor updates
|
|
|
+
|
|
|
+2000-06-27 01:18 markt
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ Sergey's bug fix for layer3.c MPEG2 tables
|
|
|
+
|
|
|
+2000-06-26 20:47 afaber
|
|
|
+
|
|
|
+ * Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Version 1.30 beta 1
|
|
|
+
|
|
|
+2000-06-26 16:08 markt
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ put Roberts ABR -V n settings back in.
|
|
|
+
|
|
|
+2000-06-26 05:56 markt
|
|
|
+
|
|
|
+ * TODO, lame.c, quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ fixed one bug in VBR handling of vbrquantize.c
|
|
|
+ changed ABR mode: it should not be adjusting masking thresholds
|
|
|
+ based on quality settings. It doesn't make sense to change the
|
|
|
+ maskings if the number of bits is fixed.
|
|
|
+
|
|
|
+2000-06-25 19:07 robert
|
|
|
+
|
|
|
+ * quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ little improvements for experimentalX modes
|
|
|
+
|
|
|
+2000-06-24 07:49 kzmi
|
|
|
+
|
|
|
+ * parse.c, util.h:
|
|
|
+
|
|
|
+ replace printf/fprintf and exit() in parse.c with macro
|
|
|
+
|
|
|
+2000-06-24 06:00 kzmi
|
|
|
+
|
|
|
+ * util.h:
|
|
|
+
|
|
|
+ abolished LAME_ASSERT().
|
|
|
+
|
|
|
+2000-06-24 05:57 kzmi
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ LAME_ASSERT() macro was removed. It was replaced assert().
|
|
|
+
|
|
|
+2000-06-23 14:45 kzmi
|
|
|
+
|
|
|
+ * util.h:
|
|
|
+
|
|
|
+ FLUSH_ERR() --> FLUSH_ERROR()
|
|
|
+
|
|
|
+2000-06-23 13:59 kzmi
|
|
|
+
|
|
|
+ * util.h:
|
|
|
+
|
|
|
+ new macros used instead of fprintf(), assert(), and exit().
|
|
|
+
|
|
|
+2000-06-23 13:53 kzmi
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ Alternative printing function lame_errorf() was added.
|
|
|
+ It will be called instead of fprintf() by using new macro "ERRORF"
|
|
|
+
|
|
|
+2000-06-22 20:41 robert
|
|
|
+
|
|
|
+ * lame.c, parse.c:
|
|
|
+
|
|
|
+ minor bugs
|
|
|
+
|
|
|
+2000-06-22 18:42 robert
|
|
|
+
|
|
|
+ * USAGE, lame.c, parse.c, quantize.c:
|
|
|
+
|
|
|
+ Marks new VBR now the default, old still under there, use --vbr-old
|
|
|
+
|
|
|
+2000-06-22 17:16 robert
|
|
|
+
|
|
|
+ * lame.c, util.h:
|
|
|
+
|
|
|
+ padding as in "MPEG-Layer3/Bitstream Syntax and Decoding"
|
|
|
+
|
|
|
+2000-06-22 16:06 robert
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ table correction, thanks to Sergey Sapelin
|
|
|
+
|
|
|
+2000-06-21 15:38 afaber
|
|
|
+
|
|
|
+ * machine.h:
|
|
|
+
|
|
|
+ Update project file (added FLOAT8_is_float define)
|
|
|
+
|
|
|
+2000-06-21 05:04 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, psymodel.c, psymodel.h, quantize-pvt.c, util.h,
|
|
|
+ vorbis_interface.c:
|
|
|
+
|
|
|
+ added some return codes, removed some exits
|
|
|
+
|
|
|
+2000-06-21 01:14 markt
|
|
|
+
|
|
|
+ * brhist.c:
|
|
|
+
|
|
|
+ added brhist display for windows, from mremondini@racine.ra.it
|
|
|
+
|
|
|
+2000-06-21 00:05 markt
|
|
|
+
|
|
|
+ * machine.h:
|
|
|
+
|
|
|
+ added default settings for FLOAT8
|
|
|
+
|
|
|
+2000-06-20 23:34 markt
|
|
|
+
|
|
|
+ * psymodel.c, quantize-pvt.c, util.h:
|
|
|
+
|
|
|
+ added code to compute numlines and bo,bu arrays instead of using
|
|
|
+ table data
|
|
|
+
|
|
|
+2000-06-20 13:28 takehiro
|
|
|
+
|
|
|
+ * Makefile, machine.h:
|
|
|
+
|
|
|
+ prepare for architecture depending optimization
|
|
|
+
|
|
|
+2000-06-19 05:08 markt
|
|
|
+
|
|
|
+ * main.c, parse.c, vorbis_interface.c:
|
|
|
+
|
|
|
+ more vorbis bugs fixed
|
|
|
+
|
|
|
+2000-06-19 01:10 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ oops, if (gfc->filter_type=0) statement fixed
|
|
|
+
|
|
|
+2000-06-18 14:39 markt
|
|
|
+
|
|
|
+ * mpglib/interface.c:
|
|
|
+
|
|
|
+ mpglib: better resyncing code
|
|
|
+
|
|
|
+2000-06-18 04:34 cisc
|
|
|
+
|
|
|
+ * version.c:
|
|
|
+
|
|
|
+ minor change
|
|
|
+
|
|
|
+2000-06-18 04:15 cisc
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ Removed redundant return.
|
|
|
+
|
|
|
+2000-06-18 04:13 markt
|
|
|
+
|
|
|
+ * vorbis_interface.c:
|
|
|
+
|
|
|
+ more ogg updates
|
|
|
+
|
|
|
+2000-06-18 04:09 markt
|
|
|
+
|
|
|
+ * main.c (ogg), lame.c:
|
|
|
+
|
|
|
+ ogg stuff
|
|
|
+
|
|
|
+2000-06-18 04:08 cisc
|
|
|
+
|
|
|
+ * version.c:
|
|
|
+
|
|
|
+ Included get_audio.h for prototypes...
|
|
|
+
|
|
|
+2000-06-18 03:59 cisc
|
|
|
+
|
|
|
+ * version.c:
|
|
|
+
|
|
|
+ Added version-check for libsndfile...
|
|
|
+
|
|
|
+2000-06-18 03:43 markt
|
|
|
+
|
|
|
+ * Makefile, main.c (ogg), lame.c, version.c:
|
|
|
+
|
|
|
+ ogg updates
|
|
|
+
|
|
|
+2000-06-17 14:00 robert
|
|
|
+
|
|
|
+ * parse.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ typo in parse.c was disabling -Xn settings
|
|
|
+
|
|
|
+2000-06-17 04:57 takehiro
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ something added
|
|
|
+
|
|
|
+2000-06-17 00:35 markt
|
|
|
+
|
|
|
+ * lame.c, psymodel.c, util.h:
|
|
|
+
|
|
|
+ code to compute numlines_[] mostly debugged, but not in use.
|
|
|
+ only remaining psycho acoustic table data: minval (for long
|
|
|
+ blocks) and SNR for short blocks.
|
|
|
+
|
|
|
+2000-06-16 18:17 markt
|
|
|
+
|
|
|
+ * encoder.h, psymodel.c, testcase.mp3, util.h:
|
|
|
+
|
|
|
+ psymodel cleanup, bval[] table lookup replaced with
|
|
|
+ formulas. Next step: replace numlines with formulas
|
|
|
+
|
|
|
+2000-06-16 18:03 robert
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ point added
|
|
|
+
|
|
|
+2000-06-16 17:31 markt
|
|
|
+
|
|
|
+ * psymodel.c, quantize-pvt.c, vbrquantize.c:
|
|
|
+
|
|
|
+ code re-arrangment in psymode.c. In preperation to replace
|
|
|
+ bval[] from table lookup with formulas.
|
|
|
+
|
|
|
+2000-06-15 16:45 markt
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ bug fix for -Y VBR mode: needed to check for return code
|
|
|
+ for count_bits for errors.
|
|
|
+
|
|
|
+2000-06-15 15:56 markt
|
|
|
+
|
|
|
+ * parse.c, vbrquantize.c, vorbis_interface.c, mpglib/interface.c:
|
|
|
+
|
|
|
+ mpglib bug fix from Naoki
|
|
|
+
|
|
|
+2000-06-15 00:06 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ scalefac_scale disabled for VBR modes.
|
|
|
+
|
|
|
+2000-06-14 21:13 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ A new noise moded(-X 7) and a new structure to keep track
|
|
|
+ of all the different noise measures, from Iwasa Kazmi
|
|
|
+
|
|
|
+2000-06-14 21:04 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, main.c, parse.c, util.c, util.h:
|
|
|
+
|
|
|
+ new FindNearestBitrate routine, return codes for lame_init_params.
|
|
|
+
|
|
|
+2000-06-14 20:03 markt
|
|
|
+
|
|
|
+ * USAGE, gpkplotting.c:
|
|
|
+
|
|
|
+ font in frame analyzer, updates to USAGE
|
|
|
+
|
|
|
+2000-06-14 03:15 markt
|
|
|
+
|
|
|
+ * Makefile.MSVC, vorbis_interface.c:
|
|
|
+
|
|
|
+ updated vorbis support (mono, different samplerates)
|
|
|
+
|
|
|
+2000-06-13 12:42 takehiro
|
|
|
+
|
|
|
+ * bitstream.c, tables.h, takehiro.c:
|
|
|
+
|
|
|
+ minor optimization and debug
|
|
|
+
|
|
|
+2000-06-13 11:27 takehiro
|
|
|
+
|
|
|
+ * tables.c, takehiro.c:
|
|
|
+
|
|
|
+ completely MMXed choose table routine. faster!
|
|
|
+
|
|
|
+2000-06-12 05:29 markt
|
|
|
+
|
|
|
+ * psymodel.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ added a different FFT->MDCT normalization, disabled.
|
|
|
+
|
|
|
+2000-06-10 09:38 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC, machine.h:
|
|
|
+
|
|
|
+ vorbis support
|
|
|
+
|
|
|
+2000-06-10 03:39 cisc
|
|
|
+
|
|
|
+ * quantize-pvt.c, vbrquantize.c:
|
|
|
+
|
|
|
+ Aaargh, and now it suddenly doesn't work anymore, just gives me tons and tons of bitreservoir errors. :P
|
|
|
+
|
|
|
+2000-06-10 02:43 cisc
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ Ooops, fixed redefinition...
|
|
|
+
|
|
|
+2000-06-10 01:56 cisc
|
|
|
+
|
|
|
+ * quantize-pvt.c, vbrquantize.c:
|
|
|
+
|
|
|
+ TAKEHIRO_IEEE754_HACK works great now, let's put it as default.
|
|
|
+
|
|
|
+2000-06-10 00:26 markt
|
|
|
+
|
|
|
+ * Makefile, quantize-pvt.c:
|
|
|
+
|
|
|
+ Mat's ROUNDFAC fix. If #define TAKEHIRO_IEEE754_HACK is
|
|
|
+ used, ROUNDFAC should be set to -0.0946
|
|
|
+
|
|
|
+2000-06-10 00:10 markt
|
|
|
+
|
|
|
+ * Makefile, README, USAGE, lame.c, parse.c, quantize.c:
|
|
|
+
|
|
|
+ trivial changes
|
|
|
+
|
|
|
+2000-06-09 22:54 robert
|
|
|
+
|
|
|
+ * USAGE:
|
|
|
+
|
|
|
+ average bitrate coding (--abr) usage added
|
|
|
+
|
|
|
+2000-06-09 22:18 robert
|
|
|
+
|
|
|
+ * get_audio.c, lame.c, lame.h, parse.c, quantize.c, quantize.h:
|
|
|
+
|
|
|
+ Safe VBR mode available as --abr x, targetting x kbits
|
|
|
+ you can use -b and -B switches as usual with VBR
|
|
|
+
|
|
|
+2000-06-09 20:34 markt
|
|
|
+
|
|
|
+ * get_audio.c, get_audio.h, quantize-pvt.c:
|
|
|
+
|
|
|
+ minor changes
|
|
|
+
|
|
|
+2000-06-09 01:00 markt
|
|
|
+
|
|
|
+ * tables.c:
|
|
|
+
|
|
|
+ fixed bug in tables.c
|
|
|
+
|
|
|
+2000-06-09 00:30 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-06-09 00:28 markt
|
|
|
+
|
|
|
+ * Makefile, lame.c:
|
|
|
+
|
|
|
+ fix for when compiling without #define HAVEVORBIS
|
|
|
+
|
|
|
+2000-06-09 00:22 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ updated makefiles for VORBIS option
|
|
|
+
|
|
|
+2000-06-08 23:19 markt
|
|
|
+
|
|
|
+ * USAGE, lame.c, parse.c, vorbis_interface.c:
|
|
|
+
|
|
|
+ .ogg encoding now works.
|
|
|
+
|
|
|
+2000-06-08 21:15 markt
|
|
|
+
|
|
|
+ * lame.c, vorbis_interface.c:
|
|
|
+
|
|
|
+ more .ogg encoding stuff. still not working
|
|
|
+
|
|
|
+2000-06-08 20:46 markt
|
|
|
+
|
|
|
+ * Makefile, get_audio.c, gtkanal.c, lame.c, lame.h, parse.c,
|
|
|
+ vorbis_interface.c:
|
|
|
+
|
|
|
+ --ogg option to produce .ogg files. not yet working
|
|
|
+
|
|
|
+2000-06-08 06:04 markt
|
|
|
+
|
|
|
+ * API:
|
|
|
+
|
|
|
+ updated API to include HAVEVORBIS info
|
|
|
+
|
|
|
+2000-06-08 05:59 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ makefile for libvorbis support
|
|
|
+
|
|
|
+2000-06-08 05:58 markt
|
|
|
+
|
|
|
+ * Makefile, USAGE, get_audio.c, lame.h, parse.c,
|
|
|
+ vorbis_interface.c, mpglib/main.c:
|
|
|
+
|
|
|
+ added .ogg file decoding.
|
|
|
+ Re-encode all your Vorbis files to MP3 !!!
|
|
|
+
|
|
|
+ (or, lame --decode input.ogg output.wav might be usefull)
|
|
|
+
|
|
|
+2000-06-07 23:36 markt
|
|
|
+
|
|
|
+ * INSTALL, get_audio.c, lame.h, reservoir.c:
|
|
|
+
|
|
|
+ started to add .ogg decoding
|
|
|
+
|
|
|
+2000-06-07 22:56 sbellon
|
|
|
+
|
|
|
+ * VbrTag.c, get_audio.c, ieeefloat.c, ieeefloat.h, machine.h,
|
|
|
+ portableio.c, reservoir.c, mpglib/decode_i386.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+ added support for FPA10 hardware (RISC OS only)
|
|
|
+
|
|
|
+2000-06-07 22:54 sbellon
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ changed RISC OS file typing code
|
|
|
+
|
|
|
+2000-06-07 13:26 takehiro
|
|
|
+
|
|
|
+ * lame.spec:
|
|
|
+
|
|
|
+ spec file for RPM. contributed by ramsy@linux.or.jp
|
|
|
+
|
|
|
+2000-06-05 18:44 markt
|
|
|
+
|
|
|
+ * gpkplotting.c, gtkanal.c:
|
|
|
+
|
|
|
+ updated X windows font selection (thanks Iwasa)
|
|
|
+
|
|
|
+2000-06-05 17:38 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase
|
|
|
+
|
|
|
+2000-06-03 05:39 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ more aggressive scfsi using and little bit memory optimization
|
|
|
+
|
|
|
+2000-06-03 02:46 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-06-01 18:30 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-31 21:00 markt
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ SAFE_VBR mode fixes
|
|
|
+
|
|
|
+2000-05-31 20:40 markt
|
|
|
+
|
|
|
+ * USAGE, lame.c, parse.c, psymodel.c, quantize.c:
|
|
|
+
|
|
|
+ SAFE_VBR mode added. not enabled yet
|
|
|
+
|
|
|
+2000-05-31 19:52 cisc
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-31 03:37 cisc
|
|
|
+
|
|
|
+ * timestatus.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-31 00:25 robert
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-05-31 00:24 robert
|
|
|
+
|
|
|
+ * mpglib/: interface.c, layer3.c, main.c, mpg123.h:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-30 23:47 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ -f "fast mode" is now a little slower.
|
|
|
+
|
|
|
+ It now *will* compute psycho acoustics, used for total bits
|
|
|
+ and pre-echo detection. But it will not spend any time
|
|
|
+ trying to find optimal scalefactors.
|
|
|
+
|
|
|
+2000-05-30 23:37 markt
|
|
|
+
|
|
|
+ * TODO, bitstream.c, lame.c, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ fixed scfsi bug in vbrquantize.c
|
|
|
+
|
|
|
+2000-05-30 22:29 cisc
|
|
|
+
|
|
|
+ * VbrTag.c, bitstream.c, get_audio.c, l3side.h, main.c,
|
|
|
+ quantize-pvt.c, quantize-pvt.h, util.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-30 22:01 cisc
|
|
|
+
|
|
|
+ * takehiro.c, timestatus.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-30 20:01 robert
|
|
|
+
|
|
|
+ * VbrTag.c, gtkanal.c, lame.c, newmdct.c, psymodel.c,
|
|
|
+ quantize-pvt.c, reservoir.c, takehiro.c, timestatus.c, util.c,
|
|
|
+ util.h, vbrquantize.c, Makefile:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-30 16:01 robert
|
|
|
+
|
|
|
+ * fft.c, get_audio.c, main.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-30 15:16 robert
|
|
|
+
|
|
|
+ * bitstream.c, l3side.h, quantize.c, quantize.h, util.h:
|
|
|
+
|
|
|
+ signed/unsigned fixes
|
|
|
+
|
|
|
+2000-05-30 00:20 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ updated Makefile comment about Sun OS
|
|
|
+
|
|
|
+2000-05-30 00:12 markt
|
|
|
+
|
|
|
+ * bitstream.c, psymodel.c, reservoir.c, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ psymodel.c: yet another loop check added
|
|
|
+
|
|
|
+ vbrquantize.c: best_scalefac_store can change scalefac values.
|
|
|
+ scalefactors must be saved and restored before each call.
|
|
|
+
|
|
|
+ bitstream.c: added part2_length assert check
|
|
|
+
|
|
|
+2000-05-29 22:11 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ Included portableio.h for prototypes.
|
|
|
+
|
|
|
+2000-05-29 21:49 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Skip bad frames.
|
|
|
+
|
|
|
+2000-05-29 19:59 robert
|
|
|
+
|
|
|
+ * VbrTag.c, get_audio.c, quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ compiler warnings fixed
|
|
|
+
|
|
|
+2000-05-29 17:15 afaber
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ Private bit was not retained in VBR header, changes masking bit from 0x0c to 0x0d
|
|
|
+
|
|
|
+2000-05-29 17:14 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ Some minor fixes to the DLL inteface, added Write VBR tag prototype
|
|
|
+ Added LGPL header to *.h file
|
|
|
+
|
|
|
+2000-05-29 17:12 afaber
|
|
|
+
|
|
|
+ * lame.dsp:
|
|
|
+
|
|
|
+ Set proper defines in the debug mode
|
|
|
+
|
|
|
+2000-05-29 16:50 markt
|
|
|
+
|
|
|
+ * mpglib/: layer3.c, main.c, mpglib.h:
|
|
|
+
|
|
|
+ parent_is_slash #define, for the Amiga
|
|
|
+
|
|
|
+2000-05-29 14:39 markt
|
|
|
+
|
|
|
+ * brhist.c, machine.h, psymodel.c, mpglib/interface.c:
|
|
|
+
|
|
|
+ fixed loop problems with large --cwlimit
|
|
|
+
|
|
|
+2000-05-28 23:48 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ makefile debug branch
|
|
|
+
|
|
|
+2000-05-28 23:47 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ makefile now -O3 (linux) by default
|
|
|
+
|
|
|
+2000-05-28 23:46 markt
|
|
|
+
|
|
|
+ * Makefile, USAGE, psymodel.c, quantize.c, reservoir.c,
|
|
|
+ vbrquantize.c, mpglib/interface.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-28 06:56 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ restored old GCC asm routine
|
|
|
+
|
|
|
+2000-05-28 05:01 takehiro
|
|
|
+
|
|
|
+ * Makefile, takehiro.c:
|
|
|
+
|
|
|
+ initial MMX implementation attempt..
|
|
|
+ use MMX to huffman coding.
|
|
|
+
|
|
|
+2000-05-27 07:41 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ more pseudo SIMD code
|
|
|
+
|
|
|
+2000-05-27 07:23 takehiro
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ testcase update for new scalefac_scale
|
|
|
+
|
|
|
+2000-05-27 07:22 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, takehiro.c:
|
|
|
+
|
|
|
+ pseude SIMD countbit routine preparing for MMX
|
|
|
+
|
|
|
+2000-05-27 07:21 takehiro
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ oops, foolish typemiss...
|
|
|
+
|
|
|
+2000-05-27 03:22 takehiro
|
|
|
+
|
|
|
+ * lame.c, quantize.c, version.h:
|
|
|
+
|
|
|
+ scalefac_scale debug and use it as default
|
|
|
+ new subblock_gain algorithm
|
|
|
+ (initial release, -Z to enable it, but not works fine)
|
|
|
+
|
|
|
+2000-05-27 03:08 takehiro
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ minor changing
|
|
|
+
|
|
|
+2000-05-27 03:06 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize.c, quantize-pvt.h:
|
|
|
+
|
|
|
+ scalefac_scale debug and use it as default
|
|
|
+ new subblock_gain algorithm
|
|
|
+ (initial release, -Z to enable it, but not works fine)
|
|
|
+
|
|
|
+2000-05-26 19:03 markt
|
|
|
+
|
|
|
+ * gtkanal.c, lame.c, vbrquantize.c:
|
|
|
+
|
|
|
+ vbrquantize.c work
|
|
|
+
|
|
|
+2000-05-26 01:49 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c, get_audio.c, lame.h:
|
|
|
+
|
|
|
+ Fixed a bunch of errors that must have been committed whilst sleepwalking. ;)
|
|
|
+
|
|
|
+2000-05-26 00:49 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.h, main.c:
|
|
|
+
|
|
|
+ moved WAV writing routines and lame_decoder() into get_audio.c
|
|
|
+
|
|
|
+2000-05-26 00:31 markt
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ another bug in WriteWav
|
|
|
+
|
|
|
+2000-05-26 00:02 markt
|
|
|
+
|
|
|
+ * main.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ tweaked .wav file output. Fixed small bug in short block bit
|
|
|
+ allocation (thanks Iwasa!)
|
|
|
+
|
|
|
+2000-05-25 23:02 markt
|
|
|
+
|
|
|
+ * lame.dsp (MSVC6):
|
|
|
+
|
|
|
+ updated project files MSVC6 tag
|
|
|
+
|
|
|
+2000-05-25 15:27 markt
|
|
|
+
|
|
|
+ * amiga_mpega.c, get_audio.c, gtkanal.c, lame.h, main.c,
|
|
|
+ vbrquantize.c, mpglib/interface.c, mpglib/main.c:
|
|
|
+
|
|
|
+ updated frame analyzer to show difference between original/decoded
|
|
|
+ updated --decode to return bitrate, samplerate, numchannels.
|
|
|
+ if samplerate or numchannels changes in mp3 stream, --decode will
|
|
|
+ quite with an error message
|
|
|
+
|
|
|
+2000-05-24 16:53 markt
|
|
|
+
|
|
|
+ * gtkanal.c, gtkanal.h, quantize-pvt.c, vbrquantize.c,
|
|
|
+ mpglib/layer3.c:
|
|
|
+
|
|
|
+ tweeks to frame analyzer: added preflag display
|
|
|
+
|
|
|
+2000-05-24 00:24 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ Fixed silly bug preventing mp3input working together with libsndfile.
|
|
|
+
|
|
|
+2000-05-23 04:12 markt
|
|
|
+
|
|
|
+ * bitstream.c, gtkanal.c, quantize-pvt.c, quantize.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ fixed a bug in the frame analyzer: was rescaling axis between plotting
|
|
|
+ energy, masking and noise
|
|
|
+
|
|
|
+2000-05-22 18:20 shibatch
|
|
|
+
|
|
|
+ * mpglib/tabinit.c:
|
|
|
+
|
|
|
+ Changed decwin to more precise one.
|
|
|
+
|
|
|
+2000-05-22 17:11 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ make IEEE stuff the default on GNU i386
|
|
|
+
|
|
|
+2000-05-22 13:14 cisc
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ fwrite() returns number of objects actually written
|
|
|
+
|
|
|
+2000-05-22 05:39 markt
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ fixed bug for mono .wav headers for lame --decode
|
|
|
+
|
|
|
+2000-05-22 05:27 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ GNU C ASM code is temporarily disabled.
|
|
|
+
|
|
|
+ It looks like Takehiro's changes to 1.107 have broken this code.
|
|
|
+
|
|
|
+2000-05-22 05:07 markt
|
|
|
+
|
|
|
+ * mpglib/: common.c, interface.c:
|
|
|
+
|
|
|
+ more robust frame resyncing
|
|
|
+
|
|
|
+2000-05-22 05:07 markt
|
|
|
+
|
|
|
+ * quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ more robust mpglib decoding (frame re-syncing)
|
|
|
+
|
|
|
+2000-05-21 20:54 cisc
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ TAKEHIRO_IEEE754_HACK should not be default
|
|
|
+
|
|
|
+2000-05-21 20:31 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ PRESET tunings:
|
|
|
+ + after we dropped the ISO 7680 bit buffer limit
|
|
|
+ allow more often 320 kbits frames
|
|
|
+ + for MPEG2.5 allow more often short blocks
|
|
|
+ only 8 kHz streams have now problems with
|
|
|
+ short blocks, so don't use them then
|
|
|
+ - dropped all highpass filters, cos the
|
|
|
+ results did not satisfy me
|
|
|
+ (in my opinion they actually do more harm than good)
|
|
|
+ - tuned some lowpass filters cos of the sfb21
|
|
|
+ noise calculation in VBR
|
|
|
+
|
|
|
+2000-05-21 19:33 markt
|
|
|
+
|
|
|
+ * l3side.h, parse.c, psymodel.c, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ quantize.c, quantize.h, reservoir.c, reservoir.h:
|
|
|
+
|
|
|
+ comments and other code cleanup
|
|
|
+
|
|
|
+2000-05-21 16:42 takehiro
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ new scalefac_scale algorithm option changed -Y -> -Z
|
|
|
+
|
|
|
+2000-05-21 16:25 takehiro
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ new scalefac_scale algorithm
|
|
|
+
|
|
|
+2000-05-21 16:19 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ new scalefac_scale algorithm. enables with -Y option.
|
|
|
+
|
|
|
+2000-05-21 13:15 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.h:
|
|
|
+
|
|
|
+ VBR bug related sfb22 fixed
|
|
|
+
|
|
|
+2000-05-21 12:52 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ VBR bug related sfb22 fixed
|
|
|
+
|
|
|
+2000-05-20 23:49 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ minor tweaks
|
|
|
+
|
|
|
+2000-05-20 23:33 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ VBR hack
|
|
|
+
|
|
|
+2000-05-20 21:05 markt
|
|
|
+
|
|
|
+ * bitstream.c, main.c, mpglib/main.c:
|
|
|
+
|
|
|
+ totbit buffer overflow fix
|
|
|
+
|
|
|
+2000-05-20 20:57 cisc
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ choose_table() argument is int *, not unsigned *
|
|
|
+
|
|
|
+2000-05-20 20:36 markt
|
|
|
+
|
|
|
+ * bitstream.c, main.c, util.h, mpglib/main.c:
|
|
|
+
|
|
|
+ mpglib will not decode Xing VBR header.
|
|
|
+ write_timing changed to unsigned long to allow encoding more
|
|
|
+ than 4 hours at 128kbs.
|
|
|
+
|
|
|
+2000-05-20 15:13 markt
|
|
|
+
|
|
|
+ * main.c, takehiro.c:
|
|
|
+
|
|
|
+ .wav output with --decode was putting wrong filesize in
|
|
|
+ .wav header.
|
|
|
+
|
|
|
+2000-05-19 23:01 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, testcase.mp3, version.h:
|
|
|
+
|
|
|
+ updated version.h lame 3.84 alpha (CVS version)
|
|
|
+
|
|
|
+2000-05-19 20:07 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updated history for 3.83beta
|
|
|
+
|
|
|
+2000-05-19 20:06 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ lame 3.83beta
|
|
|
+
|
|
|
+2000-05-19 18:43 markt
|
|
|
+
|
|
|
+ * encoder.h, lame.c:
|
|
|
+
|
|
|
+ possible serious buffering problem fixed. LAME buffers input data until
|
|
|
+ it has at least 1904 samples. It then starts processing them.
|
|
|
+
|
|
|
+ The old MDCT routines processed 1728 samples and had a delay of 528.
|
|
|
+ (introduced in 3.54) But the new MDCT routines, because the delay is
|
|
|
+ so small (48 samples) actually need 2014 samples to be in the buffer!
|
|
|
+
|
|
|
+ If you use the lame input routines, for MPEG1, this bug would
|
|
|
+ not be found because the buffer always has well over 2014 samples
|
|
|
+ in it. But it was possible to trigger it in MPEG2 encodings.
|
|
|
+ It would also be possible to trigger this bug in programs
|
|
|
+ that use lame_enc.dll and pass LAME data that is not in
|
|
|
+ chunks of 1152 samples.
|
|
|
+
|
|
|
+2000-05-19 17:23 markt
|
|
|
+
|
|
|
+ * bitstream.c, lame.c, lame.h, parse.c, psymodel.c, testcase.mp3,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ tweaks to psymodel initialization
|
|
|
+ more work on vbrquantize.c
|
|
|
+
|
|
|
+2000-05-19 01:38 markt
|
|
|
+
|
|
|
+ * bitstream.c, gtkanal.c, l3side.h, lame.c, main.c, psymodel.c,
|
|
|
+ quantize-pvt.c, takehiro.c, testcase.mp3, vbrquantize.c:
|
|
|
+
|
|
|
+ more work on vbrquantize.c
|
|
|
+
|
|
|
+2000-05-18 18:50 markt
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ updated decoder to remove initial delay
|
|
|
+
|
|
|
+2000-05-18 05:38 markt
|
|
|
+
|
|
|
+ * main.c, parse.c:
|
|
|
+
|
|
|
+ lame --decode now outputs .wav files
|
|
|
+ file length in header is set to 2^32-1, since we dont
|
|
|
+ really know ahead of time how many samples are in the mp3 file.
|
|
|
+
|
|
|
+2000-05-17 22:25 markt
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ ath lower bug in quantize.c fixed
|
|
|
+
|
|
|
+2000-05-17 22:08 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ calc_noise1 will compute noise (and related info) for
|
|
|
+ last scalefactor band
|
|
|
+
|
|
|
+2000-05-17 21:33 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ frame analyzer displays more data in scalefactor band 22
|
|
|
+
|
|
|
+2000-05-17 19:50 markt
|
|
|
+
|
|
|
+ * gtkanal.h, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ modified frame analyzer to show last scalefactor band,
|
|
|
+ energy and masking (from the ATH). distortion is not yet
|
|
|
+ calculated in this band.
|
|
|
+
|
|
|
+2000-05-17 18:08 markt
|
|
|
+
|
|
|
+ * gtkanal.c, l3side.h, quantize-pvt.c, quantize.c, util.h:
|
|
|
+
|
|
|
+ Possible fix for recent VBR/sweep bug:
|
|
|
+ min bitrate not strictly enforced with -F, and
|
|
|
+ analog silence was only being computed up th 16khz.
|
|
|
+
|
|
|
+2000-05-17 17:16 markt
|
|
|
+
|
|
|
+ * USAGE, brhist.c, get_audio.c, lame.c, lame.h, main.c, quantize.c,
|
|
|
+ reservoir.c, util.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ moved framenum, totalframes into lame.h (so programs which
|
|
|
+ use libmp3lame can compute statis info.)
|
|
|
+
|
|
|
+2000-05-15 14:34 takehiro
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ more coding hack.
|
|
|
+
|
|
|
+2000-05-14 23:38 cisc
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ Changed M_PI to PI
|
|
|
+
|
|
|
+2000-05-14 08:12 takehiro
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ Naoki's short block mdct
|
|
|
+ and more my coding hack for mdct
|
|
|
+
|
|
|
+2000-05-14 05:51 takehiro
|
|
|
+
|
|
|
+ * newmdct.c, util.h:
|
|
|
+
|
|
|
+ mdct_long coding hack
|
|
|
+
|
|
|
+2000-05-12 11:59 robert
|
|
|
+
|
|
|
+ * util.h, lame.c, newmdct.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-05-12 09:51 takehiro
|
|
|
+
|
|
|
+ * newmdct.c, doc/html/history.html:
|
|
|
+
|
|
|
+ more work in mdct_long and window_filtering
|
|
|
+
|
|
|
+2000-05-12 05:03 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcase.mp3
|
|
|
+
|
|
|
+2000-05-12 05:02 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ updated version to 3.83 alpha
|
|
|
+
|
|
|
+2000-05-12 05:01 markt
|
|
|
+
|
|
|
+ * API, README, version.h, doc/html/history.html:
|
|
|
+
|
|
|
+ version 3.83
|
|
|
+
|
|
|
+2000-05-10 13:55 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ dirty hack for IEEE 754 FPU
|
|
|
+
|
|
|
+2000-05-09 16:31 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Fixed problem with build date string, temp string was not initialized properly (was missing a terminator character)
|
|
|
+
|
|
|
+2000-05-09 11:30 takehiro
|
|
|
+
|
|
|
+ * newmdct.c:
|
|
|
+
|
|
|
+ Naoki's mdct_long with my coding hack.
|
|
|
+
|
|
|
+2000-05-09 02:45 cisc
|
|
|
+
|
|
|
+ * API, brhist.c:
|
|
|
+
|
|
|
+ Added NOTERMCAP define and changed brhist.c accordingly.
|
|
|
+
|
|
|
+2000-05-08 22:48 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-05-08 22:41 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, doc/html/history.html:
|
|
|
+
|
|
|
+ updated side channel 320kbs fix
|
|
|
+
|
|
|
+2000-05-08 22:30 robert
|
|
|
+
|
|
|
+ * Makefile, quantize-pvt.c:
|
|
|
+
|
|
|
+ M/S reduce_side bug fixed,
|
|
|
+ nonISO buffer mode should work now for
|
|
|
+ 320 kbits MS streams too
|
|
|
+
|
|
|
+2000-05-08 19:55 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Bumped up version number of DLL version library, fixed some of the debugging code
|
|
|
+
|
|
|
+2000-05-08 17:46 markt
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, examples.html, id3.html,
|
|
|
+ index.html, lame.css, node5.html, node6.html, switchs.html:
|
|
|
+
|
|
|
+ updated docs from Gaby
|
|
|
+
|
|
|
+2000-05-08 17:40 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ 3.82 alpha(CVS) version
|
|
|
+
|
|
|
+2000-05-08 17:38 markt
|
|
|
+
|
|
|
+ * version.h, doc/html/history.html:
|
|
|
+
|
|
|
+ 3.81beta release
|
|
|
+
|
|
|
+2000-05-08 17:31 markt
|
|
|
+
|
|
|
+ * Makefile, USAGE, VbrTag.c, brhist.c, lame.h, parse.c,
|
|
|
+ reservoir.c, util.c:
|
|
|
+
|
|
|
+ removed ISO buffer limitation, added --strictly-enforce-ISO option
|
|
|
+
|
|
|
+2000-05-08 00:06 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, reservoir.c, vbrquantize.c:
|
|
|
+
|
|
|
+ started work on vbrquantize.c
|
|
|
+
|
|
|
+2000-05-07 11:09 robert
|
|
|
+
|
|
|
+ * Makefile, Makefile.MSVC, lame.c, parse.c:
|
|
|
+
|
|
|
+ -F option now working,
|
|
|
+ updated Makefile for DOS
|
|
|
+
|
|
|
+2000-05-07 03:59 takehiro
|
|
|
+
|
|
|
+ * newmdct.c, util.h:
|
|
|
+
|
|
|
+ new IDCT32 routine from Naoki and optimized by me.
|
|
|
+ and more thread safe coding.
|
|
|
+
|
|
|
+2000-05-06 22:20 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated testcases
|
|
|
+
|
|
|
+2000-05-06 22:20 markt
|
|
|
+
|
|
|
+ * l3bitstream-pvt.h, lame.dsp, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ updated project files (for removal of ISO code)
|
|
|
+
|
|
|
+2000-05-06 22:18 markt
|
|
|
+
|
|
|
+ * Makefile, VbrTag.c, VbrTag.h, formatBitstream.c,
|
|
|
+ formatBitstream.h, l3bitstream.c, l3bitstream.h, lame.c,
|
|
|
+ quantize.c, util.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ removed all ISO code
|
|
|
+
|
|
|
+2000-05-06 22:09 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ updated version to 3.81 alpha 1 (CVS version)
|
|
|
+
|
|
|
+2000-05-06 22:07 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ updated makefile for beta release
|
|
|
+
|
|
|
+2000-05-06 22:05 markt
|
|
|
+
|
|
|
+ * version.h, doc/html/history.html:
|
|
|
+
|
|
|
+ updated version for 3.80 beta release
|
|
|
+
|
|
|
+2000-05-06 22:04 markt
|
|
|
+
|
|
|
+ * USAGE, lame.c, lame.h, main.c, parse.c, quantize.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ added -F option and compression ratio options
|
|
|
+
|
|
|
+2000-05-06 19:16 markt
|
|
|
+
|
|
|
+ * USAGE, lame.c, lame.h, parse.c, util.c:
|
|
|
+
|
|
|
+ --freeformat option added. Allows lame to write free format
|
|
|
+ bitstreams
|
|
|
+
|
|
|
+2000-05-06 18:45 markt
|
|
|
+
|
|
|
+ * bitstream.c, gtkanal.c, lame.c, parse.c, psymodel.c, quantize.c,
|
|
|
+ util.h, mpglib/interface.c, mpglib/main.c:
|
|
|
+
|
|
|
+ fixed buffer overflow in bitstream.c,
|
|
|
+ some improvements to mpglib mp3 playback
|
|
|
+
|
|
|
+2000-05-06 09:27 afaber
|
|
|
+
|
|
|
+ * Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Update workspaces
|
|
|
+
|
|
|
+2000-05-05 20:48 markt
|
|
|
+
|
|
|
+ * get_audio.c, mpglib/common.c, mpglib/interface.c, mpglib/main.c,
|
|
|
+ mpglib/mpg123.h, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ free format mp3 decoding now supported, not fully tested
|
|
|
+
|
|
|
+2000-05-04 00:07 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ new count bits routine, speed up by coding hack.
|
|
|
+
|
|
|
+2000-05-03 07:23 markt
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ updated comments
|
|
|
+
|
|
|
+2000-05-03 07:21 markt
|
|
|
+
|
|
|
+ * psymodel.c, testcase.mp3:
|
|
|
+
|
|
|
+ minor change to long block pre-echo control
|
|
|
+
|
|
|
+2000-05-03 07:18 markt
|
|
|
+
|
|
|
+ * psymodel.c, testcase.mp3:
|
|
|
+
|
|
|
+ minor improvement to long block pre-echo control
|
|
|
+
|
|
|
+2000-05-03 03:03 markt
|
|
|
+
|
|
|
+ * mpglib/interface.c:
|
|
|
+
|
|
|
+ one last tweak to interface.c
|
|
|
+
|
|
|
+2000-05-03 02:37 markt
|
|
|
+
|
|
|
+ * bitstream.c, mpglib/common.c, mpglib/interface.c,
|
|
|
+ mpglib/layer3.c, mpglib/mpg123.h, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ worked on mpglib/interface.c to make it handle free format
|
|
|
+ bitstreams. (not yet working)
|
|
|
+
|
|
|
+2000-05-02 18:31 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Update lame version, bug fixes to play list file generation
|
|
|
+
|
|
|
+2000-05-02 02:53 markt
|
|
|
+
|
|
|
+ * reservoir.c:
|
|
|
+
|
|
|
+ for CBR encoding, 320kbs, dont allow main_data_begin > 0
|
|
|
+
|
|
|
+2000-05-02 01:24 markt
|
|
|
+
|
|
|
+ * gtkanal.c, lame.c, psymodel.c, quantize-pvt.c, quantize.c,
|
|
|
+ testcase.mp3:
|
|
|
+
|
|
|
+ tweaked a bunch of bit allocation on PE settings,
|
|
|
+ based on tunings of testsignal2.wav and castanets.wav
|
|
|
+
|
|
|
+2000-05-01 18:18 markt
|
|
|
+
|
|
|
+ * bitstream.c, brhist.c, brhist.h, lame.c, lame.dsp, lame.h,
|
|
|
+ parse.c, quantize-pvt.c, reservoir.c, util.h, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ bunch of vbr histogram tweaks, and added --athshort option for
|
|
|
+ internal testing only
|
|
|
+
|
|
|
+2000-04-30 17:54 robert
|
|
|
+
|
|
|
+ * lame.bat:
|
|
|
+
|
|
|
+ DOS batch file to put on Win9x Desktop
|
|
|
+ you can drag and drop waves on it and
|
|
|
+ lame will encode them to mp3
|
|
|
+
|
|
|
+2000-04-29 23:41 markt
|
|
|
+
|
|
|
+ * bitstream.c, reservoir.c, testcase.mp3:
|
|
|
+
|
|
|
+ moved where main_data_begin was corrected when
|
|
|
+ padding into ancillary data
|
|
|
+
|
|
|
+2000-04-26 18:14 markt
|
|
|
+
|
|
|
+ * USAGE, lame.h, main.c, parse.c:
|
|
|
+
|
|
|
+ added the '--decode' option
|
|
|
+
|
|
|
+2000-04-26 00:54 markt
|
|
|
+
|
|
|
+ * machine.h, main.c, mpglib/decode_i386.c, mpglib/layer3.c:
|
|
|
+
|
|
|
+ moved calls to open the output file until after all
|
|
|
+ arguments and other conditions are checked.
|
|
|
+
|
|
|
+2000-04-24 22:22 markt
|
|
|
+
|
|
|
+ * reservoir.c, testcase.mp3:
|
|
|
+
|
|
|
+ disabled acillary drain (pre-frame) because of bugs at 320kbs
|
|
|
+ Could be player or encoder bug - have to investigate
|
|
|
+
|
|
|
+2000-04-19 21:35 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ MPEG2.5 related bug fixed
|
|
|
+
|
|
|
+2000-04-19 19:35 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, parse.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ fixed bug allowing more than 4096 bits in a granule
|
|
|
+
|
|
|
+2000-04-18 22:57 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, psymodel.c, reservoir.c, takehiro.c, util.h:
|
|
|
+
|
|
|
+ lame is now (*maybe*) thread safe!
|
|
|
+
|
|
|
+2000-04-18 08:35 markt
|
|
|
+
|
|
|
+ * VbrTag.c, VbrTag.h, bitstream.c, brhist.c, get_audio.c,
|
|
|
+ get_audio.h, id3tag.c, id3tag.h, l3bitstream.c, lame.c, lame.h,
|
|
|
+ parse.c, psymodel.c, quantize-pvt.c, quantize.c, reservoir.c,
|
|
|
+ reservoir.h, testcase.mp3, util.c, util.h, vbrquantize.c,
|
|
|
+ Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ more thread-safe work, and id3/vbr tag bug discovered by
|
|
|
+ Iwasa Kasmi
|
|
|
+
|
|
|
+2000-04-17 23:29 markt
|
|
|
+
|
|
|
+ * lame.c, psymodel.c, quantize-pvt.c, quantize.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ tweaks to vbrquantize.c
|
|
|
+
|
|
|
+2000-04-17 06:12 markt
|
|
|
+
|
|
|
+ * lame.c, testcase.mp3, vbrquantize.c:
|
|
|
+
|
|
|
+ updated test cases
|
|
|
+
|
|
|
+2000-04-17 05:16 markt
|
|
|
+
|
|
|
+ * bitstream.c, l3bitstream.c, l3side.h, lame.c, quantize-pvt.c,
|
|
|
+ reservoir.c, mpglib/main.c:
|
|
|
+
|
|
|
+ fixed VBR stuffing bits problem.
|
|
|
+ if VBR uses a large frame, then ResvMax may become small, and
|
|
|
+ we have to make sure that main_data_begin doesn't create a buffer
|
|
|
+ which violates this condition.
|
|
|
+
|
|
|
+ The old code wouldn't check the above, but it would pad the current
|
|
|
+ frame with 0's (wasting bits) to make sure the *next* frame didn't
|
|
|
+ violate the ResvMax condition. But this results in wasted bits
|
|
|
+ because in VBR there is a change the *next* frame will be at
|
|
|
+ a lower bitrate and thus have a larger ResvMax.
|
|
|
+
|
|
|
+2000-04-17 02:25 markt
|
|
|
+
|
|
|
+ * API, Makefile, get_audio.c, gtkanal.c, lame.c, lame.h, main.c,
|
|
|
+ mp3x.c, parse.c, psymodel.c, quantize-pvt.c, quantize.c,
|
|
|
+ reservoir.c, util.h, vbrquantize.c, mpglib/layer3.c,
|
|
|
+ mpglib/main.c, mpglib/mpglib.h:
|
|
|
+
|
|
|
+ Removed gtk specific code from libmp3lame.a: libmp3lame.a can now
|
|
|
+ be compiled to support the mp3 frame analyzer but does not require
|
|
|
+ gtk to be installed. (and thus, HAVEGTK does not occure in any
|
|
|
+ of the library routines). To compile the frame analyzer (mp3x) you
|
|
|
+ of course still need gtk installed.
|
|
|
+
|
|
|
+2000-04-17 00:38 markt
|
|
|
+
|
|
|
+ * VbrTag.c, mpglib/main.c:
|
|
|
+
|
|
|
+ another attempt at fixing mpeg2.5 xing header
|
|
|
+
|
|
|
+2000-04-16 20:56 markt
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ VBR header for MPEG2.5 fixed.
|
|
|
+
|
|
|
+2000-04-14 00:37 markt
|
|
|
+
|
|
|
+ * lame.c, main.c, parse.c, quantize-pvt.c, reservoir.c,
|
|
|
+ reservoir.h, vbrquantize.c:
|
|
|
+
|
|
|
+ tweaks to vbrquantize.c
|
|
|
+
|
|
|
+2000-04-13 01:57 markt
|
|
|
+
|
|
|
+ * version.h (lame3_70):
|
|
|
+
|
|
|
+ fixed version
|
|
|
+
|
|
|
+2000-04-13 01:19 markt
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.c, quantize-pvt.h, quantize.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ vrbquantize bounds checking
|
|
|
+
|
|
|
+2000-04-12 18:44 markt
|
|
|
+
|
|
|
+ * lame.c, psymodel.c, quantize.c, testcase.mp3, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ removed gfc->masking_lower
|
|
|
+
|
|
|
+2000-04-12 18:29 markt
|
|
|
+
|
|
|
+ * Makefile, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ Robert's VBR quality control mode now the default!
|
|
|
+
|
|
|
+2000-04-12 18:19 markt
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.c, quantize-pvt.h, quantize.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ removed static masking_lower
|
|
|
+
|
|
|
+2000-04-12 18:10 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ removed reduce_sidechannel static
|
|
|
+
|
|
|
+2000-04-12 18:08 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ removed convert_mdct static variable
|
|
|
+
|
|
|
+2000-04-12 18:06 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, util.h:
|
|
|
+
|
|
|
+ removed static variables ATH_l, ATH_s
|
|
|
+
|
|
|
+2000-04-12 15:47 markt
|
|
|
+
|
|
|
+ * lame.c, psymodel.c, quantize.c, vbrquantize.c, doc/man/lame.1:
|
|
|
+
|
|
|
+ removed qthr_l, qthr_s from psymodel.c
|
|
|
+ fixed man pages.
|
|
|
+ enabled new VBR code with -Y
|
|
|
+ disabled -Z option: it was broken since subblock gains were not
|
|
|
+ scaled into xrpow
|
|
|
+
|
|
|
+2000-04-12 01:37 markt
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ gtk changes
|
|
|
+
|
|
|
+2000-04-12 01:36 markt
|
|
|
+
|
|
|
+ * gtkanal.c, lame.c, psymodel.c, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ quantize.h, testcase.mp3, vbrquantize.c:
|
|
|
+
|
|
|
+ new vbr quantize code mostly done!
|
|
|
+
|
|
|
+2000-04-11 18:24 markt
|
|
|
+
|
|
|
+ * Makefile, get_audio.c, get_audio.h, gtkanal.c, gtkanal.h, lame.c,
|
|
|
+ lame.h, quantize.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ removed all static variables from get_audio.c
|
|
|
+
|
|
|
+2000-04-11 15:59 markt
|
|
|
+
|
|
|
+ * HACKING:
|
|
|
+
|
|
|
+ updated HACKING
|
|
|
+
|
|
|
+2000-04-11 15:55 markt
|
|
|
+
|
|
|
+ * API, l3side.h, lame.c, quantize-pvt.c, quantize-pvt.h, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ updated API
|
|
|
+
|
|
|
+2000-04-11 00:33 markt
|
|
|
+
|
|
|
+ * lame.c, vbrquantize.c:
|
|
|
+
|
|
|
+ work on vbrquattize.c
|
|
|
+
|
|
|
+2000-04-10 20:24 markt
|
|
|
+
|
|
|
+ * lame.c, main.c, quantize-pvt.c, quantize.c, util.c, util.h:
|
|
|
+
|
|
|
+ bug fixed: mfbuf overflow, and check for overflow was
|
|
|
+ being done, but after the overflow and in this case
|
|
|
+ the overflow was causing the check to pass.
|
|
|
+
|
|
|
+2000-04-10 16:41 markt
|
|
|
+
|
|
|
+ * lame.c, quantize.h, util.c, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ precompute 16 windows for downsampling. much faster.
|
|
|
+
|
|
|
+2000-04-09 21:53 markt
|
|
|
+
|
|
|
+ * bitstream.c, quantize-pvt.c, quantize.c, reservoir.c, util.c,
|
|
|
+ mpglib/layer3.c, mpglib/main.c:
|
|
|
+
|
|
|
+ MPEG2.5 8khz sampling rate fixes
|
|
|
+
|
|
|
+2000-04-09 02:08 markt
|
|
|
+
|
|
|
+ * encoder.h, lame.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ reservoir.c, testcase.mp3:
|
|
|
+
|
|
|
+ tweaked bit reservoir growth, bits on pe allocation
|
|
|
+
|
|
|
+2000-04-08 23:33 markt
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.c, takehiro.c, testcase.mp3:
|
|
|
+
|
|
|
+ tweaks to on_pe, side channel bit allocation
|
|
|
+
|
|
|
+2000-04-08 20:33 markt
|
|
|
+
|
|
|
+ * encoder.h, testcase.mp3:
|
|
|
+
|
|
|
+ switched to encoder delay of 576
|
|
|
+
|
|
|
+2000-04-08 20:31 markt
|
|
|
+
|
|
|
+ * bitstream.c, tables.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-08 20:22 markt
|
|
|
+
|
|
|
+ * bitstream.c, quantize.c, takehiro.c, testcase.mp3, util.c,
|
|
|
+ util.h:
|
|
|
+
|
|
|
+ Takehiro's more efficient short block huffman coding.
|
|
|
+
|
|
|
+2000-04-08 18:08 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ VBR compression ratio calculation
|
|
|
+
|
|
|
+2000-04-08 01:26 cisc
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ Use INLINE dammit! ;)
|
|
|
+
|
|
|
+2000-04-07 00:11 markt
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ fixed M_PI problem
|
|
|
+
|
|
|
+2000-04-06 21:08 robert
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ scalefac_band compile fix
|
|
|
+
|
|
|
+2000-04-06 19:26 markt
|
|
|
+
|
|
|
+ * doc/html/history.html (lame3_70):
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-06 19:17 markt
|
|
|
+
|
|
|
+ * Makefile, version.h (lame3_70):
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-06 18:49 markt
|
|
|
+
|
|
|
+ * Makefile (lame3_70):
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-06 18:48 markt
|
|
|
+
|
|
|
+ * version.h, doc/html/history.html (lame3_70):
|
|
|
+
|
|
|
+ version 3.70
|
|
|
+
|
|
|
+2000-04-06 18:30 markt
|
|
|
+
|
|
|
+ * gtkanal.c, l3bitstream-pvt.h, l3bitstream.c, l3side.h, lame.c,
|
|
|
+ quantize-pvt.c, quantize-pvt.h, quantize.c, takehiro.c,
|
|
|
+ testcase.mp3, util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ made scalefac_band non-local
|
|
|
+
|
|
|
+2000-04-06 18:23 markt
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-06 18:19 markt
|
|
|
+
|
|
|
+ * bitstream.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-06 18:18 markt
|
|
|
+
|
|
|
+ * bitstream.c:
|
|
|
+
|
|
|
+ opps, forgot to add this...
|
|
|
+
|
|
|
+2000-04-06 17:31 markt
|
|
|
+
|
|
|
+ * Makefile.MSVC, lame.dsp, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ MSVC project files updated
|
|
|
+
|
|
|
+2000-04-06 17:29 markt
|
|
|
+
|
|
|
+ * VbrTag.c, VbrTag.h, lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ takehiro bitstream.c now on by default!
|
|
|
+
|
|
|
+2000-04-06 16:32 markt
|
|
|
+
|
|
|
+ * takehiro.c, mpglib/layer3.c:
|
|
|
+
|
|
|
+ takehiro bitstream.c now working for CBR, disabled by default
|
|
|
+
|
|
|
+2000-04-05 08:54 markt
|
|
|
+
|
|
|
+ * Makefile, l3bitstream.c, lame.c, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ tables.c, tables.h, takehiro.c, util.c, util.h:
|
|
|
+
|
|
|
+ takehiro's bitstream.c package close to being interface
|
|
|
+ into lame.
|
|
|
+
|
|
|
+2000-04-05 01:38 markt
|
|
|
+
|
|
|
+ * lame.c, util.c:
|
|
|
+
|
|
|
+ mode_fixed bug
|
|
|
+
|
|
|
+2000-04-05 01:38 markt
|
|
|
+
|
|
|
+ * lame.c (lame3_70):
|
|
|
+
|
|
|
+ mode_fixed bug fixed
|
|
|
+
|
|
|
+2000-04-04 22:49 markt
|
|
|
+
|
|
|
+ * version.h, doc/html/history.html (lame3_70):
|
|
|
+
|
|
|
+ updated version
|
|
|
+
|
|
|
+2000-04-04 21:36 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-04 20:37 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c (lame3_70):
|
|
|
+
|
|
|
+ Fixed nsamp overflow problem.
|
|
|
+
|
|
|
+2000-04-04 19:51 markt
|
|
|
+
|
|
|
+ * lame.c, util.c, util.h:
|
|
|
+
|
|
|
+ upsampling uses old interpolation code
|
|
|
+ downsampling uses good, FIR/blackman window code
|
|
|
+
|
|
|
+2000-04-04 19:27 markt
|
|
|
+
|
|
|
+ * version.h (lame3_70):
|
|
|
+
|
|
|
+ updated version
|
|
|
+
|
|
|
+2000-04-04 19:05 markt
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ loopold removed from makefile.msvc
|
|
|
+
|
|
|
+2000-04-04 17:45 markt
|
|
|
+
|
|
|
+ * parse.c (lame3_70), parse.c:
|
|
|
+
|
|
|
+ cwlimit parsing fixed
|
|
|
+
|
|
|
+2000-04-04 16:05 markt
|
|
|
+
|
|
|
+ * lame.c (lame3_70), lame.c:
|
|
|
+
|
|
|
+ default mode will use jstereo
|
|
|
+
|
|
|
+2000-04-04 03:20 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (lame3_70):
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-04 03:20 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ more fixes
|
|
|
+
|
|
|
+2000-04-03 19:50 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ more gfc changes
|
|
|
+
|
|
|
+2000-04-03 19:19 markt
|
|
|
+
|
|
|
+ * HACKING, lame.c, newmdct.c, quantize-pvt.c, quantize.c, util.c,
|
|
|
+ util.h:
|
|
|
+
|
|
|
+ more thread-safe work. (moving all static variables into
|
|
|
+ gfc-> struct)
|
|
|
+
|
|
|
+2000-04-03 18:24 markt
|
|
|
+
|
|
|
+ * brhist.c, get_audio.c, gtkanal.c, l3bitstream.c, l3bitstream.h,
|
|
|
+ lame.c, lame.h, newmdct.c, parse.c, psymodel.c, quantize-pvt.c,
|
|
|
+ quantize.c, quantize.h, reservoir.c, takehiro.c, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ more massive internal changes in the goal of making
|
|
|
+ lame thread safe.
|
|
|
+
|
|
|
+ gfp-> user controlled varialbes
|
|
|
+ gfc-> all other internal parameters. eventually all global variables
|
|
|
+ which very from encode to encode need to go in here.
|
|
|
+
|
|
|
+2000-04-03 16:00 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ dll finally fixed!
|
|
|
+
|
|
|
+2000-04-03 15:59 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (lame3_70):
|
|
|
+
|
|
|
+ dll fixes
|
|
|
+
|
|
|
+2000-04-03 15:39 markt
|
|
|
+
|
|
|
+ * lame.c, Dll/BladeMP3EncDLL.c (lame3_70):
|
|
|
+
|
|
|
+ bug in lame_enc dll fixed?
|
|
|
+
|
|
|
+2000-04-03 15:38 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ bug in lame_enc.dll finally fixed?
|
|
|
+
|
|
|
+2000-04-03 01:19 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ tweaked output display
|
|
|
+
|
|
|
+2000-04-03 01:07 markt
|
|
|
+
|
|
|
+ * lame.c, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ new resample routine. very slow, but much higher
|
|
|
+ quality.
|
|
|
+
|
|
|
+2000-04-02 19:38 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ overhauled presets:
|
|
|
+ + redesign of help page
|
|
|
+ + phone uses now MPEG2.5 8kHz
|
|
|
+ + sw new, for short wave radio @ 11.025 kHz 24kbits
|
|
|
+ + am new, for am radio @ 16 kHz 32 kbits
|
|
|
+ + fm changed, 22.05 kHz 64 kbits
|
|
|
+ + radio new, the old fm at 112 kbits
|
|
|
+ rest minor tunings
|
|
|
+
|
|
|
+2000-04-02 02:57 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (lame3_70):
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-02 02:44 markt
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c (lame3_70), BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-04-02 01:56 markt
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.h (lame3_70):
|
|
|
+
|
|
|
+ Dll updates
|
|
|
+
|
|
|
+2000-04-02 01:55 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ more DLL updates
|
|
|
+
|
|
|
+2000-04-02 01:39 markt
|
|
|
+
|
|
|
+ * parse.c, util.c:
|
|
|
+
|
|
|
+ MPEG2.5 docs
|
|
|
+
|
|
|
+2000-04-02 01:35 markt
|
|
|
+
|
|
|
+ * l3bitstream.c, lame.c, lame.h, psymodel.c, quantize-pvt.c,
|
|
|
+ quantize-pvt.h, util.c, util.h, Dll/BladeMP3EncDLL.c,
|
|
|
+ Dll/BladeMP3EncDLL.h:
|
|
|
+
|
|
|
+ MPEG2.5 support
|
|
|
+
|
|
|
+2000-04-01 11:47 robert
|
|
|
+
|
|
|
+ * lame.c, parse.c:
|
|
|
+
|
|
|
+ + added --version and --license switch
|
|
|
+ + changed --help to give only most important options
|
|
|
+ so that it fits on a 80x24 terminal display
|
|
|
+ + added --longhelp switch to get the full options list
|
|
|
+ + changed -v and -Vx, now they switch quality to 2
|
|
|
+ you can go down below 2 by adding -f or -q5
|
|
|
+ + changed presets:
|
|
|
+ turned off highpass filters except for "phone"
|
|
|
+ voice sample freq now 22.05 kHz, due to mpg123 bug
|
|
|
+
|
|
|
+2000-04-01 01:09 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (lame3_70):
|
|
|
+
|
|
|
+ more dll bug fixes (mono)
|
|
|
+
|
|
|
+2000-04-01 00:04 markt
|
|
|
+
|
|
|
+ * version.h (lame3_70):
|
|
|
+
|
|
|
+ updated version to 3.68 alpha 1
|
|
|
+
|
|
|
+2000-03-31 23:56 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (lame3_70):
|
|
|
+
|
|
|
+ fixed mono bug
|
|
|
+
|
|
|
+2000-03-31 23:53 markt
|
|
|
+
|
|
|
+ * lame.c, vbrquantize.c, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ mono encoding bug in DLL fixed
|
|
|
+
|
|
|
+2000-03-31 22:47 robert
|
|
|
+
|
|
|
+ * Makefile, quantize-pvt.c, quantize-pvt.h:
|
|
|
+
|
|
|
+ removed RH_ATH/RH_SIDE_CBR code
|
|
|
+
|
|
|
+2000-03-31 22:45 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ minor frame analyzer fix for VBR, removed RH_ATH/RH_SIDE_CBR code
|
|
|
+
|
|
|
+2000-03-30 23:39 markt
|
|
|
+
|
|
|
+ * lame.c, parse.c (lame3_70):
|
|
|
+
|
|
|
+ undocumented -q option for internal testing
|
|
|
+
|
|
|
+2000-03-30 23:38 markt
|
|
|
+
|
|
|
+ * get_audio.c, gtkanal.c, lame.c, main.c, parse.c, quantize.c:
|
|
|
+
|
|
|
+ added -q option for internal testing. sets value of gfp->quality
|
|
|
+
|
|
|
+2000-03-30 19:51 markt
|
|
|
+
|
|
|
+ * testcase.mp3:
|
|
|
+
|
|
|
+ updated test case for new CVS version
|
|
|
+
|
|
|
+2000-03-30 09:37 markt
|
|
|
+
|
|
|
+ * INSTALL:
|
|
|
+
|
|
|
+ wingtk doc
|
|
|
+
|
|
|
+2000-03-30 09:36 markt
|
|
|
+
|
|
|
+ * INSTALL:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-03-30 08:24 markt
|
|
|
+
|
|
|
+ * INSTALL, README:
|
|
|
+
|
|
|
+ updated docs
|
|
|
+
|
|
|
+2000-03-30 08:04 markt
|
|
|
+
|
|
|
+ * README.WINGTK, lame.dsp, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ new directions for compiling mp3x under windows
|
|
|
+
|
|
|
+2000-03-30 07:54 markt
|
|
|
+
|
|
|
+ * lame.dsp (MSVC6), README.WINGTK:
|
|
|
+
|
|
|
+ updated project files
|
|
|
+
|
|
|
+2000-03-30 07:00 markt
|
|
|
+
|
|
|
+ * lame.dsp (MSVC6), Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ updated project files
|
|
|
+
|
|
|
+2000-03-30 05:39 markt
|
|
|
+
|
|
|
+ * VbrTag.c, gtkanal.c, gtkanal.h, l3bitstream.c, lame.c, machine.h,
|
|
|
+ psymodel.c, quantize.c, takehiro.c, mpglib/layer3.c:
|
|
|
+
|
|
|
+ added big_values display to mp3x
|
|
|
+
|
|
|
+2000-03-30 05:38 markt
|
|
|
+
|
|
|
+ * VbrTag.c, l3bitstream.c, lame.c, machine.h, quantize.c,
|
|
|
+ takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ fixed 2 bugs:
|
|
|
+
|
|
|
+ l3bitstream.c:
|
|
|
+ 1. The quadruples were encoded with the wrong sign: Any non-zero
|
|
|
+ coefficient in the count1 block was marked as negative!
|
|
|
+
|
|
|
+ takehiro.c:
|
|
|
+ 2. short blocks were using a cod_info->big_values=288
|
|
|
+ (which should be 576, because big_values was multiplied by 2
|
|
|
+ in the new version of takehiro.c)
|
|
|
+
|
|
|
+2000-03-29 20:49 markt
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, examples.html, history.html,
|
|
|
+ id3.html, index.html, lame.css, node6.html, switchs.html:
|
|
|
+
|
|
|
+ new docs from Gabriel
|
|
|
+
|
|
|
+2000-03-29 02:00 markt
|
|
|
+
|
|
|
+ * l3bitstream.c, psymodel.c, quantize-pvt.c, quantize.c,
|
|
|
+ reservoir.c, takehiro.c, util.c, vbrquantize.c, brhist.c, fft.c,
|
|
|
+ get_audio.c, globalflags.h, gtkanal.c, gtkanal.h, lame.c,
|
|
|
+ newmdct.c, parse.c:
|
|
|
+
|
|
|
+ removed globalflags.h
|
|
|
+
|
|
|
+2000-03-29 01:55 markt
|
|
|
+
|
|
|
+ * globalflags.h (lame3_70), brhist.c, fft.c, get_audio.c,
|
|
|
+ gtkanal.c, gtkanal.h, lame.c, newmdct.c, parse.c, vbrquantize.c:
|
|
|
+
|
|
|
+ removed "globalflags.h"
|
|
|
+
|
|
|
+2000-03-29 01:06 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ missing free() calls in lame_encode_buffer_interleave
|
|
|
+
|
|
|
+2000-03-28 16:41 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ oops, this may remove any seg.fault bug...
|
|
|
+
|
|
|
+2000-03-28 15:39 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ Oops, I mistake count1 for big_values
|
|
|
+
|
|
|
+2000-03-28 13:08 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Fixed overflow problem with nsamp calculation.
|
|
|
+
|
|
|
+2000-03-27 22:09 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ fixes to lame_encode_buffer_interleave
|
|
|
+
|
|
|
+2000-03-27 22:09 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ fixes to lame_encode_buffer_interleave()
|
|
|
+
|
|
|
+2000-03-27 21:46 robert
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ added assertion, cos here is a bug
|
|
|
+
|
|
|
+2000-03-27 21:34 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updated history.html
|
|
|
+
|
|
|
+2000-03-27 21:33 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-03-27 21:09 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ minor change with ms_ener_ratio_ave
|
|
|
+
|
|
|
+2000-03-27 21:06 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ ms_ener_ratio_ave M/S override switch turned off
|
|
|
+
|
|
|
+2000-03-27 20:58 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ changed version number. 3.80 is the next beta version,
|
|
|
+ 3.70 is the stable version
|
|
|
+
|
|
|
+2000-03-27 19:42 markt
|
|
|
+
|
|
|
+ * version.h (lame3_80):
|
|
|
+
|
|
|
+ updated version in the lame3_80 branch
|
|
|
+
|
|
|
+2000-03-27 19:42 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ this is new the future version 3.81beta
|
|
|
+
|
|
|
+2000-03-27 19:39 markt
|
|
|
+
|
|
|
+ * l3bitstream.c, quantize.c, tables.c, takehiro.c (lame3_80):
|
|
|
+
|
|
|
+ The next "official" stable release, lame3.80.
|
|
|
+ lame3_80 is a branch.
|
|
|
+
|
|
|
+ This will not include Takehiro's latest lossless encoding stuff.
|
|
|
+ (l3bitstream.c, quantize.c, tables.c, takehiro.c)
|
|
|
+
|
|
|
+2000-03-27 19:26 markt
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ gfp->use_scfsi replaced by mode_gr==2
|
|
|
+
|
|
|
+2000-03-27 17:53 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.c, main.c, util.c, version.h:
|
|
|
+
|
|
|
+ Ingo -f fast-math rounding problem fix
|
|
|
+
|
|
|
+2000-03-27 15:59 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ debugged seg.fault when count1 is 576
|
|
|
+
|
|
|
+2000-03-26 21:21 markt
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ opps, i screwed up quantize.c! fixed version
|
|
|
+
|
|
|
+2000-03-26 10:05 markt
|
|
|
+
|
|
|
+ * Makefile, gtkanal.c, gtkanal.h, lame.c, quantize.c,
|
|
|
+ mpglib/layer3.c:
|
|
|
+
|
|
|
+ disabled noise_shaping_stop=1, fixed jstereo default mode problem,
|
|
|
+ updated frame analyzer
|
|
|
+
|
|
|
+2000-03-25 18:16 cisc
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ Use INLINE define instead of inline.
|
|
|
+
|
|
|
+2000-03-25 16:18 takehiro
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ enable noise_shaping==1 when high quality mode even without -X
|
|
|
+
|
|
|
+2000-03-25 16:17 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ debug seg.fault when big_values==0
|
|
|
+
|
|
|
+2000-03-25 15:01 takehiro
|
|
|
+
|
|
|
+ * l3bitstream.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ tables.c, takehiro.c:
|
|
|
+
|
|
|
+ best huffman divide now "more best" huffman coding.
|
|
|
+
|
|
|
+2000-03-25 03:35 takehiro
|
|
|
+
|
|
|
+ * Makefile, l3bitstream.c, l3side.h, lame.c, psymodel.c,
|
|
|
+ quantize-pvt.c, tables.c, takehiro.c:
|
|
|
+
|
|
|
+ new faster lossless coding routine(especially with -h)
|
|
|
+
|
|
|
+2000-03-25 00:06 markt
|
|
|
+
|
|
|
+ * get_audio.c, main.c, quantize-pvt.h, quantize.c, takehiro.c,
|
|
|
+ testcase.mp3:
|
|
|
+
|
|
|
+ added some code to best_scalefac_store:
|
|
|
+ if ix=0 in a scalefactor band, set the scalefactor to 0 also,
|
|
|
+ to save a few bits.
|
|
|
+
|
|
|
+2000-03-24 23:06 markt
|
|
|
+
|
|
|
+ * lame.dsp (MSVC6), Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ updated project files
|
|
|
+
|
|
|
+2000-03-24 23:02 markt
|
|
|
+
|
|
|
+ * get_audio.c, machine.h:
|
|
|
+
|
|
|
+ _setmode stuff for windows
|
|
|
+
|
|
|
+2000-03-24 22:37 markt
|
|
|
+
|
|
|
+ * lame.h, quantize-pvt.c, mpglib/layer3.c:
|
|
|
+
|
|
|
+ fixed MPEG2 tables in mpglib,
|
|
|
+ added more accurate mp3buffer size bound in lame.h
|
|
|
+
|
|
|
+2000-03-24 18:21 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-03-24 18:08 markt
|
|
|
+
|
|
|
+ * lame.dsp, loopold.c, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ removed loopold.c
|
|
|
+
|
|
|
+2000-03-24 18:07 markt
|
|
|
+
|
|
|
+ * Makefile, gtkanal.c, lame.c, lame.h, psymodel.c, psymodel.h,
|
|
|
+ quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ Removed old M/S stereo mode which uses L/R masking functions.
|
|
|
+ removed loopold.c and all that other "dual channel" stuff
|
|
|
+
|
|
|
+2000-03-24 02:00 markt
|
|
|
+
|
|
|
+ * VbrTag.c, lame.c:
|
|
|
+
|
|
|
+ MPEG2 VBR tag should now work
|
|
|
+
|
|
|
+2000-03-24 01:38 markt
|
|
|
+
|
|
|
+ * VbrTag.c, VbrTag.h, lame.c, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Xing MPEG2 headers work
|
|
|
+
|
|
|
+2000-03-23 22:13 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ uncommented options in makefile
|
|
|
+
|
|
|
+2000-03-23 22:12 markt
|
|
|
+
|
|
|
+ * API, Makefile, lame.c, lame.h, util.c, mpglib/common.c:
|
|
|
+
|
|
|
+ strange bug with -f fast-math option under gcc: it would compute
|
|
|
+ the mp3 framesize wrong, due to incorrect integer truncation.
|
|
|
+ Replaced implicit integer truncation with floor() to fix this.
|
|
|
+
|
|
|
+2000-03-23 20:30 markt
|
|
|
+
|
|
|
+ * Makefile, get_audio.c, lame.c, lame.h:
|
|
|
+
|
|
|
+ autoconvert moved into lame_encode_buffer
|
|
|
+
|
|
|
+2000-03-23 20:02 markt
|
|
|
+
|
|
|
+ * Makefile, lame.c, lame.h:
|
|
|
+
|
|
|
+ lame_encode_buffer_interleaved added to API
|
|
|
+
|
|
|
+2000-03-22 17:14 markt
|
|
|
+
|
|
|
+ * vbrquantize.c:
|
|
|
+
|
|
|
+ minor fixes
|
|
|
+
|
|
|
+2000-03-22 04:15 markt
|
|
|
+
|
|
|
+ * version.h, doc/html/history.html:
|
|
|
+
|
|
|
+ lame 3.66
|
|
|
+
|
|
|
+2000-03-22 02:03 markt
|
|
|
+
|
|
|
+ * USAGE, gtkanal.c, lame.c, machine.h, main.c, parse.c,
|
|
|
+ quantize-pvt.c:
|
|
|
+
|
|
|
+ float/double version of ASM quantize routines
|
|
|
+
|
|
|
+2000-03-21 23:02 markt
|
|
|
+
|
|
|
+ * brhist.c, brhist.h, gtkanal.c, gtkanal.h, l3bitstream-pvt.h,
|
|
|
+ l3bitstream.c, l3bitstream.h, lame.c, loopold.c, newmdct.c,
|
|
|
+ newmdct.h, psymodel.c, psymodel.h, quantize-pvt.c,
|
|
|
+ quantize-pvt.h, quantize.c, quantize.h, reservoir.c, reservoir.h,
|
|
|
+ takehiro.c, util.c, util.h, vbrquantize.c, mpglib/layer3.c:
|
|
|
+
|
|
|
+ replaced all "gf." by gfp->
|
|
|
+
|
|
|
+2000-03-21 20:58 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ fixed bug in lame_encode_finish: if user informs
|
|
|
+ lame that mp3buffer has size 0, lame will not check to make
|
|
|
+ sure the mp3buffer is big enough to store the encoded data
|
|
|
+
|
|
|
+2000-03-19 22:29 afaber
|
|
|
+
|
|
|
+ * lame.c, Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Fixes to the lame DLL encoder:
|
|
|
+ If last frame is too short, set number of output bits to 0 instead of -1
|
|
|
+ Don't disable the bWriteVBRTag flag if input file is null
|
|
|
+
|
|
|
+2000-03-19 20:07 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ Byteswapping (-x) didn't work when using LIBSNDFILE
|
|
|
+
|
|
|
+2000-03-18 00:33 cisc
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ Fixed typo in define.
|
|
|
+
|
|
|
+2000-03-18 00:32 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Erk, didn't spot the array/pointer relation, restored to previous version.
|
|
|
+
|
|
|
+2000-03-17 22:09 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ b[] is a pointer, so supply addresses of pcm_l&r.
|
|
|
+
|
|
|
+2000-03-17 19:29 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ VBR was displaying MPEG2 bitrates - fixed.
|
|
|
+
|
|
|
+2000-03-17 04:31 markt
|
|
|
+
|
|
|
+ * machine.h:
|
|
|
+
|
|
|
+ added note to machine.h
|
|
|
+
|
|
|
+2000-03-17 04:30 markt
|
|
|
+
|
|
|
+ * version.h, doc/html/history.html:
|
|
|
+
|
|
|
+ uncommented gcc ASM code
|
|
|
+
|
|
|
+2000-03-17 04:27 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ uncommended the GCC ASM code for quantize_xrpow()
|
|
|
+
|
|
|
+2000-03-17 00:07 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updated history
|
|
|
+
|
|
|
+2000-03-17 00:05 markt
|
|
|
+
|
|
|
+ * amiga_mpega.c, get_audio.c, lame.h, version.h, mpglib/main.c,
|
|
|
+ mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ some tweaks to API for lame_decode_fromfile
|
|
|
+
|
|
|
+2000-03-16 23:59 markt
|
|
|
+
|
|
|
+ * lame.dsp, mpglib/mpglib.dsp (MSVC6), Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ project file tweaks
|
|
|
+
|
|
|
+2000-03-16 23:36 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.dsp, lame.h, parse.c:
|
|
|
+
|
|
|
+ updated project files MSVC5
|
|
|
+
|
|
|
+2000-03-16 23:19 markt
|
|
|
+
|
|
|
+ * lame.dsp, mpglib/mpglib.dsp (MSVC6), main.c:
|
|
|
+
|
|
|
+ updated MSVC6 branch project files
|
|
|
+
|
|
|
+2000-03-16 19:42 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ update to bladedll
|
|
|
+
|
|
|
+2000-03-16 19:38 markt
|
|
|
+
|
|
|
+ * gtkanal.c, lame.h, mpglib/main.c:
|
|
|
+
|
|
|
+ one last change to lame_decode()...
|
|
|
+
|
|
|
+2000-03-16 19:05 markt
|
|
|
+
|
|
|
+ * get_audio.c, get_audio.h, gtkanal.c, gtkanal.h, lame.c, lame.h,
|
|
|
+ main.c, mp3rtp.c, mp3x.c, parse.c, util.c, util.h:
|
|
|
+
|
|
|
+ more and these really should be the last changes to the API
|
|
|
+ 'gf' is no substantiated by the calling program, and passed
|
|
|
+ to all lame_routines(). This is so lame can eventually be
|
|
|
+ made re-entrant by putting all static vars in the gf struct.
|
|
|
+
|
|
|
+2000-03-16 16:44 markt
|
|
|
+
|
|
|
+ * VbrTag.c, loopold.c, machine.h, takehiro.c, timestatus.c, util.h:
|
|
|
+
|
|
|
+ strict ansi patches from Heiko.Eissfeld
|
|
|
+
|
|
|
+2000-03-16 05:33 markt
|
|
|
+
|
|
|
+ * USAGE, main.c:
|
|
|
+
|
|
|
+ updated USAGE
|
|
|
+
|
|
|
+2000-03-16 05:28 markt
|
|
|
+
|
|
|
+ * mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ revert back to MSVC5
|
|
|
+
|
|
|
+2000-03-16 05:26 markt
|
|
|
+
|
|
|
+ * lame.dsp, lame.dsw (MSVC6), main.c, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ MSVC changes to compile lame.exe
|
|
|
+
|
|
|
+2000-03-16 00:24 markt
|
|
|
+
|
|
|
+ * timestatus.c:
|
|
|
+
|
|
|
+ fixed CPU/playing time display bug
|
|
|
+
|
|
|
+2000-03-15 20:37 markt
|
|
|
+
|
|
|
+ * encoder.h, l3bitstream.c, lame.h, parse.c, psymodel.c,
|
|
|
+ takehiro.c:
|
|
|
+
|
|
|
+ minor changes
|
|
|
+
|
|
|
+2000-03-15 01:34 markt
|
|
|
+
|
|
|
+ * filters.c, filters.h:
|
|
|
+
|
|
|
+ removed filters.c, filters.h
|
|
|
+
|
|
|
+2000-03-15 01:30 markt
|
|
|
+
|
|
|
+ * Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ updated MSVC6 project files
|
|
|
+ (in MSVC6 branch)
|
|
|
+
|
|
|
+2000-03-15 01:20 markt
|
|
|
+
|
|
|
+ * Dll/: MP3EncDll.dsp, MP3EncDll.dsw:
|
|
|
+
|
|
|
+ reverting back to MSVC5
|
|
|
+
|
|
|
+2000-03-15 01:14 markt
|
|
|
+
|
|
|
+ * parse.c, Dll/BladeMP3EncDLL.c, Dll/MP3EncDll.dsp,
|
|
|
+ Dll/MP3EncDll.dsw:
|
|
|
+
|
|
|
+ updated bladeenc dll
|
|
|
+
|
|
|
+2000-03-14 21:01 markt
|
|
|
+
|
|
|
+ * lame.c, loopold.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ quantize.h, reservoir.c, reservoir.h, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ removed fr_ps struct
|
|
|
+
|
|
|
+2000-03-14 20:45 markt
|
|
|
+
|
|
|
+ * brhist.c, brhist.h, l3bitstream.c, l3bitstream.h, lame.c, lame.h,
|
|
|
+ psymodel.c, psymodel.h, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ quantize.c, reservoir.c, timestatus.h, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ removed "info" sturct. Removing fr_ps struct
|
|
|
+
|
|
|
+2000-03-14 07:21 markt
|
|
|
+
|
|
|
+ * brhist.c, l3bitstream.c, lame.c, lame.h, loopold.c, psymodel.c,
|
|
|
+ quantize-pvt.c, quantize.c, reservoir.c, timestatus.c,
|
|
|
+ timestatus.h, util.c, util.h:
|
|
|
+
|
|
|
+ removed more info-> variables
|
|
|
+
|
|
|
+2000-03-14 06:36 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h:
|
|
|
+
|
|
|
+ removing some of the info-> variables
|
|
|
+
|
|
|
+2000-03-10 23:21 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Had to make a dummy break-function to make atexit() work.
|
|
|
+
|
|
|
+2000-03-10 23:18 markt
|
|
|
+
|
|
|
+ * loopold.c:
|
|
|
+
|
|
|
+ segfault fixed in loopold.c when count[] was zero for one channel
|
|
|
+ and non-zero for the other
|
|
|
+
|
|
|
+2000-03-10 20:56 markt
|
|
|
+
|
|
|
+ * API, Makefile, gtkanal.c, lame.c, lame.h, version.c:
|
|
|
+
|
|
|
+ added lame_version to the API
|
|
|
+
|
|
|
+2000-03-10 20:13 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ removed some unnecessary #includes
|
|
|
+
|
|
|
+2000-03-10 19:48 markt
|
|
|
+
|
|
|
+ * Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ added #define LAMEPARSE to Blade project files
|
|
|
+
|
|
|
+2000-03-10 19:38 markt
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, MP3EncDll.dsp:
|
|
|
+
|
|
|
+ Blade dll updated to handle new interface
|
|
|
+ Albert: Sorry if I broke anything, the old version is still in CVS :-)
|
|
|
+
|
|
|
+2000-03-10 18:55 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c (test):
|
|
|
+
|
|
|
+ testing...
|
|
|
+
|
|
|
+2000-03-10 16:01 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ BladeMP3 changes
|
|
|
+
|
|
|
+2000-03-10 01:41 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ some changes to update BaldeMP3encdll
|
|
|
+
|
|
|
+2000-03-09 19:42 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ quantize_xrpow_ISO also uses tablelookup, so it also needed the
|
|
|
+ "xr too big" check
|
|
|
+
|
|
|
+2000-03-09 18:05 markt
|
|
|
+
|
|
|
+ * HACKING, get_audio.c, gtkanal.c, lame.c, lame.h, main.c, parse.c:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-03-08 00:16 markt
|
|
|
+
|
|
|
+ * Makefile, parse.c:
|
|
|
+
|
|
|
+ Robert's presets restored. polyphase filters now except filterwidth
|
|
|
+ arguments.
|
|
|
+
|
|
|
+2000-03-08 00:05 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, newmdct.c:
|
|
|
+
|
|
|
+ polyphase filter now supports lowpasswidth and highpasswidth option
|
|
|
+
|
|
|
+2000-03-07 23:10 cisc
|
|
|
+
|
|
|
+ * API:
|
|
|
+
|
|
|
+ Added AMIGA_MPEGA #define, and fixed a few minor spelling errors... ;)
|
|
|
+
|
|
|
+2000-03-07 22:56 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Made sure lame_decode_fromfile() won't return an empty frame (unless there's an error).
|
|
|
+
|
|
|
+2000-03-07 18:33 markt
|
|
|
+
|
|
|
+ * API, Makefile, get_audio.c, lame.c, main.c, parse.c:
|
|
|
+
|
|
|
+ minor tweeks to compile w/o decoding library
|
|
|
+
|
|
|
+2000-03-07 08:01 sbellon
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ fixed RISC OS FPE support
|
|
|
+
|
|
|
+2000-03-06 23:28 markt
|
|
|
+
|
|
|
+ * API:
|
|
|
+
|
|
|
+ API description
|
|
|
+
|
|
|
+2000-03-06 19:55 markt
|
|
|
+
|
|
|
+ * lame.dsp:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-03-06 19:53 markt
|
|
|
+
|
|
|
+ * Makefile, Makefile.MSVC, get_audio.c, get_audio.h, id3tag.h,
|
|
|
+ lame.c, lame.dsp, lame.h, parse.c, Dll/MP3EncDll.dsp,
|
|
|
+ mpglib/common.c, mpglib/dct64_i386.c, mpglib/decode_i386.c,
|
|
|
+ mpglib/interface.c, mpglib/layer3.c, mpglib/main.c,
|
|
|
+ mpglib/tabinit.c:
|
|
|
+
|
|
|
+ More library work.
|
|
|
+ Sorry to all the non-unix developers out there, but this will
|
|
|
+ break all project files. (but we are very close to the end of
|
|
|
+ the modularization work).
|
|
|
+
|
|
|
+ New code needs the following #defines set somewhere:
|
|
|
+
|
|
|
+ #define HAVEMPGLIB to use mpglib's mp3 *decoding* capibility
|
|
|
+ (or AMEGA_MPEGA on amiga systems, and dont define HAVEMPGLIB)
|
|
|
+ #define BRHIST to allow the display of the VBR historgram
|
|
|
+ #define LIBSNDFILE to use Erik de Castro Lopo's libsndfile
|
|
|
+ #define LIBSNDLAME to use LAME's minimial internal sndfile I/O
|
|
|
+ #define LAMEPARSE to use LAME's command line parsing/option setting routines
|
|
|
+ #define HAVEGTK to compile in support for the GTK mp3 frame analyzer
|
|
|
+
|
|
|
+2000-03-06 15:16 markt
|
|
|
+
|
|
|
+ * filters.c, lame.c, lame.h, newmdct.c, parse.c, testcase.mp3:
|
|
|
+
|
|
|
+ polyphase filters are now working!
|
|
|
+ some tuning of polyphase fiters.
|
|
|
+ removed MDCT filters, sfb21 cutoff.
|
|
|
+
|
|
|
+2000-03-06 03:59 markt
|
|
|
+
|
|
|
+ * gtkanal.c, lame.c, newmdct.c, psymodel.c:
|
|
|
+
|
|
|
+ new polyphase filters
|
|
|
+
|
|
|
+2000-03-05 19:07 markt
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ Gabriel: L/R block matching fix
|
|
|
+
|
|
|
+2000-03-05 18:37 markt
|
|
|
+
|
|
|
+ * id3tag.c, id3tag.h, lame.c, lame.h, newmdct.c, parse.c,
|
|
|
+ doc/html/id3.html:
|
|
|
+
|
|
|
+ id3v1.1 tags from Don Melton
|
|
|
+
|
|
|
+2000-03-04 17:19 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.c:
|
|
|
+
|
|
|
+ resampling moved to fill_buffer_resample() in lame.c,
|
|
|
+ which has linear and 3rd order resampling
|
|
|
+
|
|
|
+2000-03-04 15:31 markt
|
|
|
+
|
|
|
+ * amiga_mpega.c, get_audio.c, lame.c, main.c, quantize-pvt.c,
|
|
|
+ quantize.c, vbrquantize.c:
|
|
|
+
|
|
|
+ patch from kimmo to remove more c++ comments,
|
|
|
+ fill_buffer_linear_resample code
|
|
|
+
|
|
|
+2000-03-04 05:13 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ fill_buffer routines
|
|
|
+
|
|
|
+2000-03-03 19:25 markt
|
|
|
+
|
|
|
+ * encoder.h, mp3rtp.c:
|
|
|
+
|
|
|
+ mp3rtp uses new, simplified lame_encode_buffer interface
|
|
|
+
|
|
|
+2000-03-03 19:01 markt
|
|
|
+
|
|
|
+ * encoder.h, lame.c, lame.h, main.c, testcase.mp3:
|
|
|
+
|
|
|
+ added lame_encode_buffer, the new, prefered encoding interface
|
|
|
+
|
|
|
+2000-02-29 21:19 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ minor change, exit if wrong preset type was given
|
|
|
+
|
|
|
+2000-02-29 19:54 robert
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ minor speed up (at least for gcc)
|
|
|
+
|
|
|
+2000-02-29 18:00 sbellon
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ moved RISC OS floating point exception part into debugging area
|
|
|
+
|
|
|
+2000-02-27 19:11 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ removed unused parameter
|
|
|
+
|
|
|
+2000-02-27 18:36 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ code clean up, giving an overall speed up of 3-4%
|
|
|
+
|
|
|
+2000-02-25 07:00 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ minor cleanup
|
|
|
+
|
|
|
+2000-02-24 15:30 robert
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ code cleanup, removed unused parameter
|
|
|
+
|
|
|
+2000-02-23 02:40 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Fixed up the cleanup function.
|
|
|
+
|
|
|
+2000-02-22 23:21 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c, testcase.mp3:
|
|
|
+
|
|
|
+ switched back to original bin_search_stepsize routine
|
|
|
+
|
|
|
+2000-02-22 03:14 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, testcase.mp3:
|
|
|
+
|
|
|
+ RH bin_search_stepsize now the default
|
|
|
+
|
|
|
+2000-02-22 00:54 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Oh, nevermind, wasn't very efficient here, proper place would be in sndfile.lib
|
|
|
+
|
|
|
+2000-02-22 00:15 cisc
|
|
|
+
|
|
|
+ * lame.h, main.c:
|
|
|
+
|
|
|
+ Minor fixes.
|
|
|
+
|
|
|
+2000-02-21 23:58 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Make sure input-file is closed when CTRL-C is received.
|
|
|
+
|
|
|
+2000-02-21 23:05 markt
|
|
|
+
|
|
|
+ * Makefile, get_audio.c, gtkanal.c, ieeefloat.c, l3bitstream.c,
|
|
|
+ main.c, util.c, doc/html/history.html, mpglib/main.c:
|
|
|
+
|
|
|
+ some 64bit DEC Alpha patches
|
|
|
+
|
|
|
+2000-02-21 22:40 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ speed up of bin_search_stepsize, the bin_search is about 20% faster, resulting in an average speed up of 2-3%, disabled by default as it breaks the testcase
|
|
|
+
|
|
|
+2000-02-21 22:39 sbellon
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+
|
|
|
+ further RISC OS support added
|
|
|
+
|
|
|
+2000-02-21 00:21 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ minor
|
|
|
+
|
|
|
+2000-02-20 23:36 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.c, lame.h, main.c, mp3rtp.c, parse.c:
|
|
|
+
|
|
|
+ num_samples /eof fix, ABORTFP fix, stdout mode setting fix
|
|
|
+
|
|
|
+2000-02-20 20:31 markt
|
|
|
+
|
|
|
+ * mpglib/common.c:
|
|
|
+
|
|
|
+ better error message
|
|
|
+
|
|
|
+2000-02-20 20:03 robert
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ removed warning about fill up with zeros again, it is common at the end of an input file
|
|
|
+
|
|
|
+2000-02-20 19:26 robert
|
|
|
+
|
|
|
+ * Makefile, quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-02-20 18:45 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ code cleanup
|
|
|
+
|
|
|
+2000-02-20 14:09 robert
|
|
|
+
|
|
|
+ * formatBitstream.c:
|
|
|
+
|
|
|
+ fixed assertion failure while flushing bitstream at end of encoding
|
|
|
+
|
|
|
+2000-02-20 14:08 robert
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ applied patch from Jeremy Hall to fix stdin problem
|
|
|
+
|
|
|
+2000-02-19 13:32 afaber
|
|
|
+
|
|
|
+ * fft.c, formatBitstream.c, formatBitstream.h, get_audio.c,
|
|
|
+ ieeefloat.c, l3bitstream.c, machine.h, quantize-pvt.c,
|
|
|
+ quantize.c, takehiro.c, mpglib/mpg123.h:
|
|
|
+
|
|
|
+ Fixed many warning messages when compiling with MSVC
|
|
|
+
|
|
|
+2000-02-19 12:15 afaber
|
|
|
+
|
|
|
+ * VbrTag.c:
|
|
|
+
|
|
|
+ Applied patch from Mathew Hendry to avoid divide by zero
|
|
|
+
|
|
|
+2000-02-18 16:21 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ Mathew Hendry: line 813 should read "#define USE_MSC_ASM" and not "#define USE_MSC_AMS"
|
|
|
+
|
|
|
+2000-02-18 16:20 robert
|
|
|
+
|
|
|
+ * Makefile.MSVC:
|
|
|
+
|
|
|
+ Mathew Hendry: "stray space character following the \" patched
|
|
|
+
|
|
|
+2000-02-18 16:07 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ Mathew Hendry's CYGWIN gcc FPU control patch
|
|
|
+
|
|
|
+2000-02-18 06:16 markt
|
|
|
+
|
|
|
+ * Makefile, gtkanal.c, lame.c, testcase.mp3:
|
|
|
+
|
|
|
+ changed sizeof frame analyzer so it fits on a 800x600 screen.
|
|
|
+ make --nores also set info->padding = 0. Avoids problem with
|
|
|
+ small changes in frac_SpF causing different padding patterns and
|
|
|
+ mp3 file differences.
|
|
|
+
|
|
|
+2000-02-17 20:12 robert
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ code clean-up, it seems the SIGFPE exceptions are gone
|
|
|
+
|
|
|
+2000-02-16 22:42 cisc
|
|
|
+
|
|
|
+ * machine.h:
|
|
|
+
|
|
|
+ Fixed INLINE define for SAS/C.
|
|
|
+
|
|
|
+2000-02-16 21:18 cisc
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ Include machine.h so that needed prototypes get added.
|
|
|
+
|
|
|
+2000-02-16 07:06 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ new quantize xrpow for PowerPC
|
|
|
+
|
|
|
+2000-02-16 03:56 markt
|
|
|
+
|
|
|
+ * lame.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ patches for risc_os
|
|
|
+
|
|
|
+2000-02-15 22:16 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ forgot to save plotting data for best quantization in VBR_iteration_loop
|
|
|
+
|
|
|
+2000-02-15 17:12 robert
|
|
|
+
|
|
|
+ * quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ VBR_iteration_loop speedup, removed extra quantizations
|
|
|
+
|
|
|
+2000-02-15 14:51 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-02-15 14:40 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ some non-initilized memory patches
|
|
|
+
|
|
|
+2000-02-15 02:01 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ bug in ms_convert fixed when source and target are the same
|
|
|
+
|
|
|
+2000-02-14 21:48 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ Mathew Hendry's quantize-xrpow gcc asm patch
|
|
|
+
|
|
|
+2000-02-14 21:47 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ missing line added
|
|
|
+
|
|
|
+2000-02-14 21:01 afaber
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ Intialize float arrays to avoid floating point errors when ABORTFP is set
|
|
|
+ Added floating point trapping code for MSVC compiler
|
|
|
+
|
|
|
+2000-02-14 20:53 afaber
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ Intialize tot_ener to avoid floating point errors
|
|
|
+
|
|
|
+2000-02-14 05:50 markt
|
|
|
+
|
|
|
+ * Makefile, loopold.c, parse.c, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ quantize.c:
|
|
|
+
|
|
|
+ merged takehiro2 branch back into main branch.
|
|
|
+ there is still a floating point exception which I cannot track down.
|
|
|
+
|
|
|
+2000-02-14 04:53 markt
|
|
|
+
|
|
|
+ * psymodel.c, takehiro.c, doc/html/contributors.html,
|
|
|
+ doc/html/examples.html, doc/html/id3.html, doc/html/index.html,
|
|
|
+ doc/html/switchs.html:
|
|
|
+
|
|
|
+ updated html from Gabriel
|
|
|
+
|
|
|
+2000-02-13 18:52 robert
|
|
|
+
|
|
|
+ * fft.c, fft.h, psymodel.c:
|
|
|
+
|
|
|
+ modified energy calculation, fast MS fft patch should work now
|
|
|
+
|
|
|
+2000-02-11 17:21 markt
|
|
|
+
|
|
|
+ * Makefile, quantize.c, reservoir.c:
|
|
|
+
|
|
|
+ fixed scalefac not-initialized problem. This would happen when
|
|
|
+ xr = 0 and outer_loop() was skipped.
|
|
|
+
|
|
|
+2000-02-11 16:34 markt
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ m/s fft patch was not working.
|
|
|
+
|
|
|
+2000-02-10 19:00 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ added help info for --preset option and shuffled help text to bring it more in line
|
|
|
+
|
|
|
+2000-02-10 16:33 robert
|
|
|
+
|
|
|
+ * fft.c, fft.h, psymodel.c:
|
|
|
+
|
|
|
+ applied Takehiro Tominaga's fast MS fft patch
|
|
|
+
|
|
|
+2000-02-10 14:22 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ updated history file from web page
|
|
|
+
|
|
|
+2000-02-10 06:43 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ updated version
|
|
|
+
|
|
|
+2000-02-10 06:15 markt
|
|
|
+
|
|
|
+ * lame.c, parse.c, version.c, version.h:
|
|
|
+
|
|
|
+ added version info to help output
|
|
|
+
|
|
|
+2000-02-10 05:42 markt
|
|
|
+
|
|
|
+ * psymodel.c, testcase.mp3:
|
|
|
+
|
|
|
+ fixed bug in s3_s spreading function calculation.
|
|
|
+
|
|
|
+2000-02-10 05:35 markt
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ undo some of takehiro's speedup improvements until we can track
|
|
|
+ down floating point exceptions
|
|
|
+
|
|
|
+2000-02-10 05:23 markt
|
|
|
+
|
|
|
+ * Makefile, brhist.c, brhist.h, lame.c, loopold.c, psymodel.c,
|
|
|
+ quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ some bug fixes:
|
|
|
+
|
|
|
+ psymodel partition band calculations done *before*
|
|
|
+ the spreading function need to use npart_l_orig. After spreading function,
|
|
|
+ use npart_s_orig.
|
|
|
+
|
|
|
+ 3 cases of scalefac->l[i][sfb] which should be scalefac->l[sbf][i]
|
|
|
+
|
|
|
+ VBR min & max bitrate index setting problem fixed
|
|
|
+
|
|
|
+2000-02-08 17:20 afaber
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ Guarded disp_brhist with #ifdef BRHIST, in order to compile with MSVC
|
|
|
+
|
|
|
+2000-02-06 10:57 takehiro
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ psymodel.c:
|
|
|
+
|
|
|
+ new spread matrix calculation is now default(faster!)
|
|
|
+
|
|
|
+2000-02-06 05:59 markt
|
|
|
+
|
|
|
+ * gtkanal.c:
|
|
|
+
|
|
|
+ Iwasa's changes to gtkanal.c
|
|
|
+
|
|
|
+2000-02-05 12:32 robert
|
|
|
+
|
|
|
+ * lame.c, lame.h, parse.c, util.c, util.h:
|
|
|
+
|
|
|
+ applied Ingo Saitz command line usage patch
|
|
|
+
|
|
|
+2000-02-05 05:16 markt
|
|
|
+
|
|
|
+ * Makefile.MSVC, brhist.c, lame.c, loopold.c, machine.h, parse.c,
|
|
|
+ quantize.c:
|
|
|
+
|
|
|
+ minor code cleanup
|
|
|
+
|
|
|
+2000-02-04 23:49 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ added "--preset type" option to offer users some usefull presettings
|
|
|
+ that should shorten the commandline for most cases
|
|
|
+
|
|
|
+2000-02-04 21:42 afaber
|
|
|
+
|
|
|
+ * lame.c, lame.dsp:
|
|
|
+
|
|
|
+ Fixed WIN32 compiler errors
|
|
|
+
|
|
|
+2000-02-04 21:26 robert
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ added '--help' option to allow DOS users to scroll thru the usage page with "lame --help | more"
|
|
|
+
|
|
|
+2000-02-04 13:57 takehiro
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ takehiro.c:
|
|
|
+
|
|
|
+ speed up hack on the array index.
|
|
|
+
|
|
|
+2000-02-04 13:49 takehiro
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ and more faster calculation
|
|
|
+
|
|
|
+2000-02-04 02:29 markt
|
|
|
+
|
|
|
+ * lame.h, quantize-pvt.c:
|
|
|
+
|
|
|
+ minor editing
|
|
|
+
|
|
|
+2000-02-03 15:43 takehiro
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ some assertion bug(?) has removed
|
|
|
+
|
|
|
+2000-02-03 15:31 takehiro
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ more faster calculation
|
|
|
+
|
|
|
+2000-02-02 22:30 afaber
|
|
|
+
|
|
|
+ * mpglib/main.c:
|
|
|
+
|
|
|
+ Added MPGLIB library
|
|
|
+
|
|
|
+2000-02-02 22:25 takehiro
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ faster spread function calculation
|
|
|
+
|
|
|
+2000-02-02 17:12 markt
|
|
|
+
|
|
|
+ * get_audio.h, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ minor code cleanup
|
|
|
+
|
|
|
+2000-02-02 10:31 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ testcase update
|
|
|
+
|
|
|
+2000-02-02 10:25 markt
|
|
|
+
|
|
|
+ * Makefile, filters.c, lame.c, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ fixed some minor bugs in new scalefac data structure code
|
|
|
+
|
|
|
+2000-02-02 10:17 markt
|
|
|
+
|
|
|
+ * Makefile, fft.c, filters.c, filters.h, gtkanal.c,
|
|
|
+ l3bitstream-pvt.h, l3bitstream.c, l3bitstream.h, l3side.h,
|
|
|
+ lame.c, loopold.c, psymodel.c, psymodel.h, quantize-pvt.c,
|
|
|
+ quantize-pvt.h, quantize.c, quantize.h, tables.c, tables.h,
|
|
|
+ takehiro.c, vbrquantize.c (takehiro0):
|
|
|
+
|
|
|
+ The pre-takehiro1 scalefac datastructure code
|
|
|
+
|
|
|
+2000-02-02 09:19 markt
|
|
|
+
|
|
|
+ * Makefile, filters.c, lame.c, quantize-pvt.c, quantize.c
|
|
|
+ (takehiro1):
|
|
|
+
|
|
|
+ some bugs fixed with new scalefac struct
|
|
|
+
|
|
|
+2000-02-01 14:09 takehiro
|
|
|
+
|
|
|
+ * l3side.h, lame.c, loopold.c, psymodel.c, psymodel.h,
|
|
|
+ quantize-pvt.c, quantize-pvt.h, quantize.c, quantize.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ code clean up. changed definition of structure to optimize array index calculation
|
|
|
+
|
|
|
+2000-02-01 11:26 takehiro
|
|
|
+
|
|
|
+ * Makefile, fft.c, filters.c, filters.h, gtkanal.c,
|
|
|
+ l3bitstream-pvt.h, l3bitstream.c, l3bitstream.h, l3side.h,
|
|
|
+ lame.c, loopold.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ quantize.h, tables.c, tables.h, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ scalefactor's structure changed
|
|
|
+
|
|
|
+2000-01-31 22:21 robert
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ little VBR tweaks
|
|
|
+
|
|
|
+2000-01-31 18:56 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.c, lame.h, main.c, mp3rtp.c, mp3x.c, version.h:
|
|
|
+
|
|
|
+ updated comments, added lame_close_infile()
|
|
|
+
|
|
|
+2000-01-31 18:22 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, main.c, mp3rtp.c, mp3x.c:
|
|
|
+
|
|
|
+ more modularizaton, fixes to mp3rtp
|
|
|
+
|
|
|
+2000-01-31 05:49 markt
|
|
|
+
|
|
|
+ * mlame:
|
|
|
+
|
|
|
+ spelling error
|
|
|
+
|
|
|
+2000-01-30 23:00 cisc
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ Use INLINE define instead of inline.
|
|
|
+
|
|
|
+2000-01-30 22:19 markt
|
|
|
+
|
|
|
+ * get_audio.c, lame.c, lame.h, parse.c:
|
|
|
+
|
|
|
+ renamed highq quality
|
|
|
+
|
|
|
+2000-01-30 22:01 markt
|
|
|
+
|
|
|
+ * mp3rtp.c:
|
|
|
+
|
|
|
+ added Felix's email to mp3rtp.c code :-)
|
|
|
+
|
|
|
+2000-01-30 20:44 markt
|
|
|
+
|
|
|
+ * lame.h:
|
|
|
+
|
|
|
+ minor editing
|
|
|
+
|
|
|
+2000-01-30 20:27 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, loopold.c, parse.c, psymodel.c, quantize-pvt.c,
|
|
|
+ quantize.c, takehiro.c:
|
|
|
+
|
|
|
+ cleaned up highq option.
|
|
|
+ highq=0 (best quality)... 9(worst quality)
|
|
|
+ values supported so far:
|
|
|
+ highq=9 (turned on with -f)
|
|
|
+ highq=5 (default)
|
|
|
+ highq=2 (turned on with -h)
|
|
|
+
|
|
|
+2000-01-30 19:34 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, machine.h, parse.c, quantize-pvt.c, takehiro.c:
|
|
|
+
|
|
|
+ fixed bug in overflow check in count_bits
|
|
|
+
|
|
|
+2000-01-30 16:19 robert
|
|
|
+
|
|
|
+ * Makefile, quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ introduced new RH_ATH compile switch and splitted
|
|
|
+ RH_masking into RH_SIDE_VBR, RH_SIDE_CBR and
|
|
|
+ RH_QUALITY_CONTROL=n (n=1,2)
|
|
|
+
|
|
|
+ RH_SIDE_CBR turns off side channel reduction for CBR
|
|
|
+ RH_SIDE_VBR turns off side channel reduction for VBR
|
|
|
+ RH_QUALITY_CONTROL=1 plus above switches equals RH_masking
|
|
|
+ RH_QUALITY_CONTROL=2 is tuned to be used with RH_ATH
|
|
|
+ RH_ATH changes the definition of distortion a bit:
|
|
|
+ a)PSY: noise over the PSY model threshold as average
|
|
|
+ quantization noise over PSY model threshold
|
|
|
+ b)ATH: max quantization noise of a single freq line over
|
|
|
+ the ATH threshold of that freq line
|
|
|
+ the resulting distortion is the min of a) and b)
|
|
|
+
|
|
|
+2000-01-30 10:54 markt
|
|
|
+
|
|
|
+ * parse.c:
|
|
|
+
|
|
|
+ parse_args and related code moved to parse.c
|
|
|
+
|
|
|
+2000-01-30 10:53 markt
|
|
|
+
|
|
|
+ * brhist.c, brhist.h:
|
|
|
+
|
|
|
+ vbr histogram code in seperate file
|
|
|
+
|
|
|
+2000-01-30 10:50 markt
|
|
|
+
|
|
|
+ * Makefile, TODO, get_audio.c, gtkanal.c, id3tag.c, id3tag.h,
|
|
|
+ lame.c, lame.h, main.c, mp3rtp.c, mp3x.c, util.c, util.h,
|
|
|
+ Dll/BladeMP3EncDLL.c, Dll/MP3EncDll.dsp, mpglib/main.c:
|
|
|
+
|
|
|
+ more modularization work. Calling program is now responsible for
|
|
|
+ mp3 file output
|
|
|
+
|
|
|
+2000-01-30 07:41 markt
|
|
|
+
|
|
|
+ * l3side.h, loopold.c, machine.h, psymodel.c, quantize-pvt.c,
|
|
|
+ quantize-pvt.h, quantize.c, takehiro.c, vbrquantize.c:
|
|
|
+
|
|
|
+ #ifdef NOPOW removed, replaced by table lookup. You can still
|
|
|
+ go back to pow() function or exp() by changing the POW20 and IPOW20
|
|
|
+ macros in machine.h
|
|
|
+
|
|
|
+2000-01-30 06:17 takehiro
|
|
|
+
|
|
|
+ * l3side.h, loopold.c, psymodel.c, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ quantize.c, takehiro.c:
|
|
|
+
|
|
|
+ use lookup table to calculate pow(2.0, xx).(when not defined NOPOW)
|
|
|
+
|
|
|
+2000-01-30 06:09 takehiro
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ faster FFT implementation
|
|
|
+
|
|
|
+2000-01-28 00:57 cisc
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ Fixed -m bug when bitrate>=160 (gf.mode_fixed was not set).
|
|
|
+
|
|
|
+2000-01-27 17:16 markt
|
|
|
+
|
|
|
+ * lame.h:
|
|
|
+
|
|
|
+ comments about varius quality options
|
|
|
+
|
|
|
+2000-01-27 08:27 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ Fixed bug in scale_bitcount_lsf which was severely limiting the
|
|
|
+ possible scalefacters used by MPEG2. (Lionel Bonnet)
|
|
|
+
|
|
|
+2000-01-27 07:49 markt
|
|
|
+
|
|
|
+ * Makefile, get_audio.c, get_audio.h, gtkanal.c, machine.h:
|
|
|
+
|
|
|
+ minor changes
|
|
|
+
|
|
|
+2000-01-27 05:05 markt
|
|
|
+
|
|
|
+ * fft.c, fft.h, psymodel.c, testcase.mp3:
|
|
|
+
|
|
|
+ Takehiro's fft_short and fft_long now the defaults.
|
|
|
+
|
|
|
+2000-01-27 04:35 markt
|
|
|
+
|
|
|
+ * rtp.c:
|
|
|
+
|
|
|
+ more updates from Felix
|
|
|
+
|
|
|
+2000-01-27 03:52 cisc
|
|
|
+
|
|
|
+ * loopold.c, psymodel.c, quantize-pvt.c, quantize.c, takehiro.c,
|
|
|
+ util.h, vbrquantize.c:
|
|
|
+
|
|
|
+ Added NOPOW define, will replace certain pow()s with optimized variant.
|
|
|
+
|
|
|
+2000-01-27 02:06 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ Removed faulty undef of bitwidth.
|
|
|
+
|
|
|
+2000-01-26 12:37 takehiro
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ window[] and window_s[]'s buffer overrun is corrected
|
|
|
+
|
|
|
+2000-01-26 10:27 markt
|
|
|
+
|
|
|
+ * filters.c, lame.c, lame.h:
|
|
|
+
|
|
|
+ more bugs in specifigy a lowpass filter fixed. --voice mode
|
|
|
+ recast in terms of lowpass filter and other options
|
|
|
+
|
|
|
+2000-01-26 08:39 markt
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ removed two c++ commends (by request)
|
|
|
+
|
|
|
+2000-01-26 08:00 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ moved frameNum=0 from lame_init to lame_init_params
|
|
|
+
|
|
|
+2000-01-26 07:44 markt
|
|
|
+
|
|
|
+ * HACKING, get_audio.c, get_audio.h, globalflags.h, gtkanal.c,
|
|
|
+ lame.c, lame.h, main.c, mp3rtp.c, mp3x.c, Dll/BladeMP3EncDLL.c,
|
|
|
+ Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ more modularizatin work. LAME can now be used as a true library,
|
|
|
+ without the need to construct simulated argument lists.
|
|
|
+ See HACKING for some details, and mp3rtp.c for an example.
|
|
|
+
|
|
|
+2000-01-25 17:50 markt
|
|
|
+
|
|
|
+ * get_audio.c, get_audio.h, globalflags.h, lame.c:
|
|
|
+
|
|
|
+ major work down towards libmp3lame.a: split out parse_args and
|
|
|
+ parameter setting routines. might have broken some things...
|
|
|
+
|
|
|
+2000-01-25 17:48 markt
|
|
|
+
|
|
|
+ * rtp.h:
|
|
|
+
|
|
|
+ bug fix from Felix
|
|
|
+
|
|
|
+2000-01-20 23:21 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ sfb21 parameter messages added
|
|
|
+
|
|
|
+2000-01-20 08:03 markt
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ tweaked filter and other encoding parameter messages
|
|
|
+
|
|
|
+2000-01-20 07:21 markt
|
|
|
+
|
|
|
+ * gtkanal.c, gtkanal.h, mpglib/layer3.c:
|
|
|
+
|
|
|
+ fixed gtk scfsi printout - mpglib/layer3.c seems correct now.
|
|
|
+
|
|
|
+2000-01-20 06:09 markt
|
|
|
+
|
|
|
+ * Makefile, TODO, mpglib/layer3.c:
|
|
|
+
|
|
|
+ scfsi fixes to mpglib from Iwasa Kazmi
|
|
|
+
|
|
|
+2000-01-19 22:11 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ scalefactor for short block last sfb(12) was wrong.
|
|
|
+
|
|
|
+2000-01-18 18:51 afaber
|
|
|
+
|
|
|
+ * l3bitstream.c:
|
|
|
+
|
|
|
+ Made my bug fixes against version 1.9 instead of a previous version
|
|
|
+
|
|
|
+2000-01-17 22:31 afaber
|
|
|
+
|
|
|
+ * l3bitstream.c:
|
|
|
+
|
|
|
+ Guarded BF_FlushBitstream function call if PartHoldersInitialized equals zero.
|
|
|
+ This to avoid GPF when III_Flushbitstream is called when no data is encoder
|
|
|
+
|
|
|
+2000-01-16 06:49 markt
|
|
|
+
|
|
|
+ * lame.c, lame.h, main.c:
|
|
|
+
|
|
|
+ cleaned up main.c
|
|
|
+
|
|
|
+2000-01-15 20:33 markt
|
|
|
+
|
|
|
+ * loopold.c, takehiro.c, testcase.mp3:
|
|
|
+
|
|
|
+ added best_scalefac_store to non -h code also
|
|
|
+
|
|
|
+2000-01-15 14:35 takehiro
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ little bit optimization
|
|
|
+
|
|
|
+2000-01-14 13:05 takehiro
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ debug message is removed...
|
|
|
+
|
|
|
+2000-01-14 12:56 takehiro
|
|
|
+
|
|
|
+ * l3bitstream.c, loopold.c, quantize-pvt.c, quantize.c, psymodel.h,
|
|
|
+ takehiro.c:
|
|
|
+
|
|
|
+ to make it use scfsi
|
|
|
+
|
|
|
+2000-01-14 07:47 markt
|
|
|
+
|
|
|
+ * doc/html/history.html:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+2000-01-14 07:34 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ version 3.61
|
|
|
+
|
|
|
+2000-01-14 06:35 markt
|
|
|
+
|
|
|
+ * lame.c, quantize.c:
|
|
|
+
|
|
|
+ filters were incorrectly being used under VBR
|
|
|
+
|
|
|
+2000-01-14 05:54 markt
|
|
|
+
|
|
|
+ * USAGE, lame.c:
|
|
|
+
|
|
|
+ more on the -k option
|
|
|
+
|
|
|
+2000-01-14 05:46 markt
|
|
|
+
|
|
|
+ * USAGE, lame.c, mpglib/main.c:
|
|
|
+
|
|
|
+ -k option will disable *all* filtering and frequency cutoffs
|
|
|
+
|
|
|
+2000-01-13 20:41 robert
|
|
|
+
|
|
|
+ * Makefile, quantize.c:
|
|
|
+
|
|
|
+ more VBR (RH_masking) finetuning
|
|
|
+ now -V3 should give the same result as -V6 before
|
|
|
+
|
|
|
+2000-01-13 17:21 markt
|
|
|
+
|
|
|
+ * lame.c, psymodel.h:
|
|
|
+
|
|
|
+ fixed noshort option, fixed l3psycho_anal.h
|
|
|
+
|
|
|
+2000-01-13 16:26 takehiro
|
|
|
+
|
|
|
+ * filters.c, get_audio.c, l3bitstream.c, lame.c, loopold.c,
|
|
|
+ newmdct.c, newmdct.h, psymodel.c, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ quantize.c, reservoir.c, reservoir.h, takehiro.c, util.c, util.h,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ moved info.stereo into gf.stereo
|
|
|
+
|
|
|
+2000-01-13 07:43 markt
|
|
|
+
|
|
|
+ * loopold.c, quantize.c:
|
|
|
+
|
|
|
+ got rid of old, no longer used preemph code
|
|
|
+
|
|
|
+2000-01-13 02:07 markt
|
|
|
+
|
|
|
+ * filters.c, get_audio.c, globalflags.h, gtkanal.c, lame.c,
|
|
|
+ psymodel.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ takehiro.c, vbrquantize.c, mpglib/main.c:
|
|
|
+
|
|
|
+ moved the rest of the global variables into gf struct
|
|
|
+
|
|
|
+2000-01-13 00:37 markt
|
|
|
+
|
|
|
+ * quantize.c (debug-mat):
|
|
|
+
|
|
|
+ some debug code
|
|
|
+
|
|
|
+2000-01-12 22:38 afaber
|
|
|
+
|
|
|
+ * .cvsignore, VbrTag.c, lame.dsp:
|
|
|
+
|
|
|
+ fixed a few casting warnings
|
|
|
+ Updated .cvsignore to ignore output of testcase
|
|
|
+
|
|
|
+2000-01-12 14:30 takehiro
|
|
|
+
|
|
|
+ * filters.c, globalflags.h, l3bitstream.c, lame.c, newmdct.c,
|
|
|
+ newmdct.h, quantize-pvt.c, quantize-pvt.h, reservoir.c,
|
|
|
+ takehiro.c, util.c, vbrquantize.c:
|
|
|
+
|
|
|
+ more simple & fast scalefac_scale use
|
|
|
+ and mode_gr is moved into gf structure.
|
|
|
+
|
|
|
+2000-01-11 20:23 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ Fixed timestatus bug (forgot nsamp variable).
|
|
|
+
|
|
|
+2000-01-11 05:46 markt
|
|
|
+
|
|
|
+ * quantize.c (debug-mat), gtkanal.c, lame.c:
|
|
|
+
|
|
|
+ changed axis in gtk flag
|
|
|
+
|
|
|
+2000-01-10 16:37 cisc
|
|
|
+
|
|
|
+ * VbrTag.h, get_audio.c, machine.h, util.c:
|
|
|
+
|
|
|
+ Removed AMIGA_ASYNCIO, custom modified libsndfile worked better.
|
|
|
+
|
|
|
+2000-01-10 09:34 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ debug for scalefactor reading with scfsi.
|
|
|
+
|
|
|
+2000-01-10 03:44 cisc
|
|
|
+
|
|
|
+ * get_audio.c:
|
|
|
+
|
|
|
+ Disabled open/close of mp3 when AMIGA_MPEGA and LIBSNDFILE is enabled.
|
|
|
+
|
|
|
+2000-01-10 02:44 cisc
|
|
|
+
|
|
|
+ * amiga_mpega.c:
|
|
|
+
|
|
|
+ MPGLIB replacement using mpega.library. (AmigaOS)
|
|
|
+
|
|
|
+2000-01-10 02:40 cisc
|
|
|
+
|
|
|
+ * get_audio.c, mpglib/main.c:
|
|
|
+
|
|
|
+ Removed AMIGA_ASYNCIO stuff for mpglib now that we got AMIGA_MPEGA.
|
|
|
+
|
|
|
+2000-01-10 02:07 cisc
|
|
|
+
|
|
|
+ * get_audio.c, lame.h:
|
|
|
+
|
|
|
+ Added mpega.library support for decoding mpeg audio, enable with AMIGA_MPEGA. (AmigaOS)
|
|
|
+
|
|
|
+2000-01-10 00:45 markt
|
|
|
+
|
|
|
+ * loopold.c, quantize.c:
|
|
|
+
|
|
|
+ fixed bug in loopold: scalesave loop was using SBMAX instead of SBPSY,
|
|
|
+ and exceeding bounds.
|
|
|
+
|
|
|
+2000-01-09 23:11 markt
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c, doc/html/examples.html, doc/html/id3.html,
|
|
|
+ mpglib/layer3.c:
|
|
|
+
|
|
|
+ globalflags update
|
|
|
+
|
|
|
+2000-01-09 23:10 markt
|
|
|
+
|
|
|
+ * get_audio.c, globalflags.h, gtkanal.c, gtkanal.h, lame.c,
|
|
|
+ loopold.c, main.c, mp3x.c, psymodel.c, quantize-pvt.c,
|
|
|
+ quantize.c, reservoir.c, vbrquantize.c:
|
|
|
+
|
|
|
+ moved more globalflags into the gf. struct
|
|
|
+
|
|
|
+2000-01-09 22:56 cisc
|
|
|
+
|
|
|
+ * VbrTag.h, get_audio.c, machine.h, util.c, mpglib/main.c:
|
|
|
+
|
|
|
+ Added usage of asyncio.library for improved I/O, enable with AMIGA_ASYNCIO. (AmigaOS)
|
|
|
+
|
|
|
+2000-01-09 22:26 markt
|
|
|
+
|
|
|
+ * quantize.c, testcase.mp3, doc/html/history.html:
|
|
|
+
|
|
|
+ updated validation testcase.
|
|
|
+
|
|
|
+2000-01-09 20:59 markt
|
|
|
+
|
|
|
+ * Makefile, version.h:
|
|
|
+
|
|
|
+ release 3.60beta
|
|
|
+
|
|
|
+2000-01-09 20:55 markt
|
|
|
+
|
|
|
+ * testcase.mp3, testcase.wav:
|
|
|
+
|
|
|
+ new test case: testcase.wav and 'official' output testcase.mp3
|
|
|
+ 'make test' will perform a comparison. see makefile for details
|
|
|
+
|
|
|
+2000-01-09 20:52 markt
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ new validation procedure
|
|
|
+
|
|
|
+2000-01-09 20:21 markt
|
|
|
+
|
|
|
+ * doc/html/: history.html, index.html, switchs.html:
|
|
|
+
|
|
|
+ updated web pages from Gabriel
|
|
|
+
|
|
|
+2000-01-09 16:08 cisc
|
|
|
+
|
|
|
+ * mpglib/main.c:
|
|
|
+
|
|
|
+ VbrTag.h wasn't included on Amiga
|
|
|
+
|
|
|
+2000-01-09 16:07 cisc
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ Removed INLINE from fht (will get inlined as a local function anyway)
|
|
|
+
|
|
|
+2000-01-09 10:54 takehiro
|
|
|
+
|
|
|
+ * l3bitstream.c, l3side.h, loopold.c, quantize-pvt.c,
|
|
|
+ quantize-pvt.h, quantize.c, takehiro.c:
|
|
|
+
|
|
|
+ All Huffman code search algorithm is implemented.
|
|
|
+ (-h option to enable this)
|
|
|
+ more slower, but better quality.
|
|
|
+
|
|
|
+2000-01-09 07:51 markt
|
|
|
+
|
|
|
+ * Makefile, psymodel.c, quantize.c:
|
|
|
+
|
|
|
+ AAC masking function now the default. This represents less
|
|
|
+ masking then the old masking function.
|
|
|
+
|
|
|
+2000-01-09 07:34 markt
|
|
|
+
|
|
|
+ * gtkanal.c, gtkanal.h, lame.c, psymodel.c, psymodel.h, quantize.c:
|
|
|
+
|
|
|
+ compute mid/side energy rations in addition to masking ratios.
|
|
|
+ in the future we might use this for side channel bit allocation.
|
|
|
+ it is not used at all right now.
|
|
|
+
|
|
|
+2000-01-09 04:11 markt
|
|
|
+
|
|
|
+ * Makefile, psymodel.c, quantize.c:
|
|
|
+
|
|
|
+ someone mistakenly uncommented the call to preemphasis().
|
|
|
+ this routine should *not* be used. preemph is now taken care of
|
|
|
+ in scale_bitcount.
|
|
|
+
|
|
|
+2000-01-08 17:57 robert
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ define AAC_TMN_NMT at compile time to activate AAC tone masking noise
|
|
|
+ and noise masking tone values
|
|
|
+
|
|
|
+2000-01-08 17:56 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ tuned VBR code, inactive until you define RH_masking at compile time
|
|
|
+
|
|
|
+2000-01-08 17:54 robert
|
|
|
+
|
|
|
+ * Makefile:
|
|
|
+
|
|
|
+ added suggested compiler options for gcc 2.95.2, uncomment them to activate them
|
|
|
+
|
|
|
+2000-01-08 17:52 robert
|
|
|
+
|
|
|
+ * PRESETS.draft:
|
|
|
+
|
|
|
+ changed frequencies to Lames format
|
|
|
+
|
|
|
+2000-01-07 06:40 markt
|
|
|
+
|
|
|
+ * HACKING, Makefile:
|
|
|
+
|
|
|
+ updated HACKING notes
|
|
|
+
|
|
|
+2000-01-07 06:13 markt
|
|
|
+
|
|
|
+ * get_audio.c, globalflags.h, lame.c, loopold.c, psymodel.c,
|
|
|
+ quantize-pvt.c, quantize.c, reservoir.c:
|
|
|
+
|
|
|
+ Robert's cw_lower_limit, upper_limit code back in. Default is compute
|
|
|
+ cw[] up to 8.9Khz. set with --cwlimit <freq>
|
|
|
+
|
|
|
+ started putting global variables into global_flags struct.
|
|
|
+
|
|
|
+2000-01-06 05:12 markt
|
|
|
+
|
|
|
+ * mp3rtp.c:
|
|
|
+
|
|
|
+ more rtp updates
|
|
|
+
|
|
|
+2000-01-06 04:58 markt
|
|
|
+
|
|
|
+ * lame.c, mp3rtp.c, rtp.c:
|
|
|
+
|
|
|
+ more rtp updates
|
|
|
+
|
|
|
+2000-01-05 23:52 robert
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ VBR: masking lower was not set correctly
|
|
|
+ it was only set for sloppy mode, fixed now
|
|
|
+
|
|
|
+2000-01-05 17:40 afaber
|
|
|
+
|
|
|
+ * mpglib/mpglib.h:
|
|
|
+
|
|
|
+ Fixed BOOL definition conflict for Win32 systems
|
|
|
+
|
|
|
+2000-01-05 16:47 markt
|
|
|
+
|
|
|
+ * Makefile, mp3rtp.c, rtp.c, rtp.h:
|
|
|
+
|
|
|
+ added mp3rtp code. uses lame library, but not part of normal lame
|
|
|
+ encoder
|
|
|
+
|
|
|
+2000-01-05 10:04 markt
|
|
|
+
|
|
|
+ * VbrTag.c, VbrTag.h, get_audio.c, l3side.h, lame.h, mpglib/main.c:
|
|
|
+
|
|
|
+ Check for Xing header in mp3 input files
|
|
|
+
|
|
|
+2000-01-05 06:29 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ updated version
|
|
|
+
|
|
|
+2000-01-05 06:20 markt
|
|
|
+
|
|
|
+ * Makefile, psymodel.c:
|
|
|
+
|
|
|
+ norm_l, norm_s table data replaced by formulas.
|
|
|
+
|
|
|
+2000-01-03 05:15 markt
|
|
|
+
|
|
|
+ * INSTALL, Makefile, encoder.h, gtkanal.c, lame.c, main.c,
|
|
|
+ doc/html/contributors.html, doc/html/index.html,
|
|
|
+ doc/html/lame.css, doc/html/node6.html, doc/html/node7.html,
|
|
|
+ doc/html/switchs.html:
|
|
|
+
|
|
|
+ new html from Gabriel. Fixed but that was causing the first frame to
|
|
|
+ always be zero. changed encoder delay to 800 to fix some other problems
|
|
|
+ and remove the buffering of the first frame in lame_encode().
|
|
|
+
|
|
|
+1999-12-29 15:34 takehiro
|
|
|
+
|
|
|
+ * doc/html/: contributors.html, history.html, index.html,
|
|
|
+ node6.html, node7.html, switchs.html:
|
|
|
+
|
|
|
+ updated html doc written by Gabriel Bouvigne.
|
|
|
+
|
|
|
+1999-12-28 22:02 afaber
|
|
|
+
|
|
|
+ * lame.dsp, Dll/BladeMP3EncDLL.c, Dll/BladeMP3EncDLL.h,
|
|
|
+ Dll/MP3EncDll.dsp, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ Some fixes to the Encoder DLL:
|
|
|
+ use -h instead of -k flag for high qualtiy
|
|
|
+ The voice option was set in HQ mode, which is obviously not correct
|
|
|
+
|
|
|
+1999-12-26 14:48 takehiro
|
|
|
+
|
|
|
+ * l3bitstream.c, lame.c:
|
|
|
+
|
|
|
+ some foolish bug is removed :)
|
|
|
+
|
|
|
+1999-12-26 09:51 takehiro
|
|
|
+
|
|
|
+ * globalflags.h, lame.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ new option "--noath" to disable the ATH masking
|
|
|
+
|
|
|
+1999-12-26 09:50 takehiro
|
|
|
+
|
|
|
+ * .cvsignore:
|
|
|
+
|
|
|
+ ignore mp3x binary exe.
|
|
|
+
|
|
|
+1999-12-23 12:27 takehiro
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ guess wiser initial StepSize for bin_search_stepsize
|
|
|
+
|
|
|
+1999-12-22 17:38 markt
|
|
|
+
|
|
|
+ * Makefile, psymodel.c:
|
|
|
+
|
|
|
+ AAC NMT/TMN values (commented out)
|
|
|
+
|
|
|
+1999-12-22 08:03 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ back to oringal (ave_noise < ATH) definition of analog silence for
|
|
|
+ VBR mode.
|
|
|
+
|
|
|
+1999-12-22 07:39 markt
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ added AAC spreading function (disabled by default)
|
|
|
+
|
|
|
+1999-12-21 08:18 markt
|
|
|
+
|
|
|
+ * Makefile, fft.c, l3side.h, lame.c, psymodel.c, psymodel.h,
|
|
|
+ quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ Bug fix in Mid/Side masking thresholds
|
|
|
+
|
|
|
+1999-12-19 21:33 afaber
|
|
|
+
|
|
|
+ * Dll/BladeMP3EncDLL.c:
|
|
|
+
|
|
|
+ Set home page link to Lame home page
|
|
|
+
|
|
|
+1999-12-19 01:47 markt
|
|
|
+
|
|
|
+ * Makefile, globalflags.h, lame.c, psymodel.c:
|
|
|
+
|
|
|
+ went back to ISO layer III recommended cw formulas
|
|
|
+
|
|
|
+1999-12-19 01:15 robert
|
|
|
+
|
|
|
+ * globalflags.h, lame.c, psymodel.c:
|
|
|
+
|
|
|
+ patched GPSYCHO, enable with --psy-model 0
|
|
|
+
|
|
|
+1999-12-17 04:24 markt
|
|
|
+
|
|
|
+ * USAGE, globalflags.h, lame.c, reservoir.c:
|
|
|
+
|
|
|
+ added the --nores option to disable the bitreservoir. only usefull
|
|
|
+ in special circumstances
|
|
|
+
|
|
|
+1999-12-16 05:24 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ changed analog silence switch to use max_ener rather than ave_ener.
|
|
|
+ only affects VBR mode: when analog silence is detected, the min bitrate
|
|
|
+ is allowed to drop to 32kbs even if set higher with -b
|
|
|
+
|
|
|
+1999-12-14 23:51 cisc
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ Changed M_PI to PI. (Not everyone has M_PI, but PI is always defined in util.h)
|
|
|
+
|
|
|
+1999-12-14 22:44 robert
|
|
|
+
|
|
|
+ * PRESETS.draft:
|
|
|
+
|
|
|
+ first sketch of what could become PRESETS for LAME
|
|
|
+
|
|
|
+1999-12-14 22:40 robert
|
|
|
+
|
|
|
+ * lame.c, quantize.c:
|
|
|
+
|
|
|
+ added new experimentalX quant_compare -X6 mode
|
|
|
+
|
|
|
+1999-12-14 04:38 markt
|
|
|
+
|
|
|
+ * Makefile, fft.c, fft.h, psymodel.c:
|
|
|
+
|
|
|
+ Takehiro's fft's back in. fft_short2(), fft_long2() will call original
|
|
|
+ fft's (with one minor change: 0 protection for ax[] and bx[] was not
|
|
|
+ needed and has been removed). Takehiro's routines are fft_short() and
|
|
|
+ fft_long(). They dont give bit-for-bit identical answers, and I still
|
|
|
+ want to track this down before making them the defaults. .
|
|
|
+
|
|
|
+1999-12-14 00:19 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ changed filter options
|
|
|
+
|
|
|
+1999-12-13 21:56 markt
|
|
|
+
|
|
|
+ * version.h:
|
|
|
+
|
|
|
+ updated version to 3.58
|
|
|
+
|
|
|
+1999-12-12 21:14 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ grrr, mist some filter comandline combinations :(
|
|
|
+
|
|
|
+1999-12-12 19:22 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ fixed filter commandline parameter inconsistencies
|
|
|
+
|
|
|
+1999-12-12 19:02 markt
|
|
|
+
|
|
|
+ * filters.c, newmdct.c, util.h:
|
|
|
+
|
|
|
+ removed extra #define's related to PI
|
|
|
+
|
|
|
+1999-12-12 03:53 cisc
|
|
|
+
|
|
|
+ * filters.c, loopold.c, newmdct.c, quantize.c, util.h:
|
|
|
+
|
|
|
+ Added new PI and LOG predefined variants, and stuck them in at respective places.
|
|
|
+
|
|
|
+1999-12-11 23:37 robert
|
|
|
+
|
|
|
+ * lame.c:
|
|
|
+
|
|
|
+ added low/highpass filter switches
|
|
|
+
|
|
|
+1999-12-11 23:36 robert
|
|
|
+
|
|
|
+ * filters.c, globalflags.h:
|
|
|
+
|
|
|
+ added highpass filter similar to lowpass filter
|
|
|
+ fixed lowpass filter to avoid endless loops
|
|
|
+
|
|
|
+1999-12-11 20:13 robert
|
|
|
+
|
|
|
+ * mlame:
|
|
|
+
|
|
|
+ fix for filenames containing spaces
|
|
|
+
|
|
|
+1999-12-11 00:57 takehiro
|
|
|
+
|
|
|
+ * .cvsignore:
|
|
|
+
|
|
|
+ added lame binary executable itself
|
|
|
+
|
|
|
+1999-12-10 01:57 takehiro
|
|
|
+
|
|
|
+ * lame.c, loopold.c, quantize.c, util.c, util.h:
|
|
|
+
|
|
|
+ little bit good subblock_gain calculation.
|
|
|
+ and nint2 is removed.
|
|
|
+
|
|
|
+1999-12-09 15:17 takehiro
|
|
|
+
|
|
|
+ * loopold.c:
|
|
|
+
|
|
|
+ little bit clean up. some variable restoring is removed.
|
|
|
+
|
|
|
+1999-12-09 07:07 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c, quantize-pvt.h, quantize.c, takehiro.c:
|
|
|
+
|
|
|
+ PRECALC_SIZE bug?
|
|
|
+ PRECALC_SIZE should be 8191+15+1, since max value of xr/ix is 8191+15.
|
|
|
+
|
|
|
+1999-12-09 06:29 markt
|
|
|
+
|
|
|
+ * loopold.c:
|
|
|
+
|
|
|
+ cod_info-> should be cod_info[ch]->
|
|
|
+
|
|
|
+1999-12-09 02:34 takehiro
|
|
|
+
|
|
|
+ * loopold.c, quantize.c:
|
|
|
+
|
|
|
+ Oops, stepsize history was not recorded.
|
|
|
+
|
|
|
+1999-12-09 02:28 takehiro
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ initial value of binary search is separeted by channels.
|
|
|
+ maybe faster bin_search_stepsize
|
|
|
+
|
|
|
+1999-12-09 00:44 cisc
|
|
|
+
|
|
|
+ * l3bitstream-pvt.h:
|
|
|
+
|
|
|
+ Removed write_ancillary_data() prototype. (No longer used)
|
|
|
+
|
|
|
+1999-12-09 00:38 cisc
|
|
|
+
|
|
|
+ * takehiro.c:
|
|
|
+
|
|
|
+ Included the correct quantize header. (quantize-pvt.h instead of quantize.h)
|
|
|
+
|
|
|
+1999-12-08 19:39 cisc
|
|
|
+
|
|
|
+ * util.h:
|
|
|
+
|
|
|
+ Adjusted PI/SQRT2 precision. (SQRT2 deviated from standard math.h value)
|
|
|
+
|
|
|
+1999-12-08 19:37 cisc
|
|
|
+
|
|
|
+ * mpglib/mpg123.h:
|
|
|
+
|
|
|
+ Fixed M_PI/M_SQRT2 to work on all platforms. Removed unused INLINE.
|
|
|
+
|
|
|
+1999-12-08 13:45 takehiro
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ debug about scfsi treatment
|
|
|
+
|
|
|
+1999-12-08 06:27 markt
|
|
|
+
|
|
|
+ * Makefile, lame.c:
|
|
|
+
|
|
|
+ fixed display bug for VBR histogram under ncurses. Now termcap
|
|
|
+ is replaced by the more modern ncurses.
|
|
|
+
|
|
|
+1999-12-08 05:46 markt
|
|
|
+
|
|
|
+ * psymodel.c, takehiro.c:
|
|
|
+
|
|
|
+ avoid bounds check on xr[] for non-hq mode, from Mat.
|
|
|
+ spelling error in psymodel.c fixed :-)
|
|
|
+
|
|
|
+1999-12-08 05:24 markt
|
|
|
+
|
|
|
+ * TODO:
|
|
|
+
|
|
|
+ [no log message]
|
|
|
+
|
|
|
+1999-12-08 03:49 takehiro
|
|
|
+
|
|
|
+ * psymodel.c:
|
|
|
+
|
|
|
+ debugged possible buffer overrun.
|
|
|
+
|
|
|
+1999-12-07 22:58 cisc
|
|
|
+
|
|
|
+ * mpglib/layer3.c:
|
|
|
+
|
|
|
+ No GTK on Amiga. :(
|
|
|
+
|
|
|
+1999-12-07 22:56 cisc
|
|
|
+
|
|
|
+ * main.c:
|
|
|
+
|
|
|
+ Removed redundant __buffsize (SAS/C (AmigaOS))
|
|
|
+
|
|
|
+1999-12-07 05:11 markt
|
|
|
+
|
|
|
+ * Makefile, TODO, quantize-pvt.c:
|
|
|
+
|
|
|
+ removed -.5 from quantize_xrpow
|
|
|
+
|
|
|
+1999-12-07 02:04 markt
|
|
|
+
|
|
|
+ * fft.c, fft.h, lame.c, psymodel.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ backed out takehiro's fft changes for now
|
|
|
+ added latest quantize_xrpow asm from Acy and Mat
|
|
|
+
|
|
|
+1999-12-06 22:45 takehiro
|
|
|
+
|
|
|
+ * fft.c:
|
|
|
+
|
|
|
+ lookup table integration
|
|
|
+
|
|
|
+1999-12-06 20:38 afaber
|
|
|
+
|
|
|
+ * fft.c, lame.h, machine.h, psymodel.c:
|
|
|
+
|
|
|
+ Fixed compiler errors
|
|
|
+
|
|
|
+1999-12-03 10:13 takehiro
|
|
|
+
|
|
|
+ * fft.c, fft.h, psymodel.c:
|
|
|
+
|
|
|
+ maybe faster FFT coding
|
|
|
+
|
|
|
+1999-12-03 10:11 takehiro
|
|
|
+
|
|
|
+ * l3bitstream.c:
|
|
|
+
|
|
|
+ foolish mistake has removed :)
|
|
|
+
|
|
|
+1999-12-03 09:45 takehiro
|
|
|
+
|
|
|
+ * l3bitstream.c, l3bitstream.h, lame.c:
|
|
|
+
|
|
|
+ little bit cleanup
|
|
|
+
|
|
|
+1999-12-02 17:01 takehiro
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.c, quantize-pvt.h, quantize.c,
|
|
|
+ takehiro.c:
|
|
|
+
|
|
|
+ correct adj43 overrun(maybe)
|
|
|
+
|
|
|
+1999-11-30 19:30 afaber
|
|
|
+
|
|
|
+ * Dll/.cvsignore, mpglib/.cvsignore:
|
|
|
+
|
|
|
+ Added .cvsignore files in sub projects
|
|
|
+
|
|
|
+1999-11-30 19:27 afaber
|
|
|
+
|
|
|
+ * .cvsignore, gtkanal.c, lame.dsp, util.c, mpglib/mpglib.dsp:
|
|
|
+
|
|
|
+ Added Win32 specific output files to .cvsignore
|
|
|
+ updated project files to set proper output directory and fixed alignment
|
|
|
+ problem between mpglib project and lame project, now all modules
|
|
|
+ have 8 byte alignment in all configurations
|
|
|
+
|
|
|
+1999-11-29 19:54 takehiro
|
|
|
+
|
|
|
+ * .cvsignore:
|
|
|
+
|
|
|
+ configure ignoring *.d file
|
|
|
+
|
|
|
+1999-11-29 19:48 takehiro
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ And more cleanup. needless variable store/restores are removed.
|
|
|
+
|
|
|
+1999-11-29 19:39 takehiro
|
|
|
+
|
|
|
+ * quantize.c:
|
|
|
+
|
|
|
+ little bit code cleanup(deleted needless call of scale_bitcount)
|
|
|
+ sorry, it is not bugfix of "TOO LARGE quantizerStepSize" ;p
|
|
|
+
|
|
|
+1999-11-29 16:34 markt
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.h, quantize.c:
|
|
|
+
|
|
|
+ removed unused VBRbits from non-VBR quant routines
|
|
|
+
|
|
|
+1999-11-29 03:13 markt
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.c, quantize.c:
|
|
|
+
|
|
|
+ scalefactor preemph *correctly* turned back on
|
|
|
+
|
|
|
+1999-11-29 02:55 markt
|
|
|
+
|
|
|
+ * loopold.c, quantize-pvt.c:
|
|
|
+
|
|
|
+ scalefac pre-emph turned back on in loopold.c
|
|
|
+
|
|
|
+1999-11-29 02:45 markt
|
|
|
+
|
|
|
+ * encoder.h, gtkanal.h, l3side.h, lame.c, newmdct.c, psymodel.c,
|
|
|
+ psymodel.h, quantize.c, util.c:
|
|
|
+
|
|
|
+ MS stereo switch slightly improved: old formula was based on the average
|
|
|
+ of ms_ratio of both granules. New formula uses ms_ratio from both
|
|
|
+ granules and the previous and next granule. This will help avoid toggleing
|
|
|
+ MS stereo off for a single frame. Long runs of MS stereo or regular
|
|
|
+ stereo will not be affected.
|
|
|
+
|
|
|
+ also fixed a bug in frame analyzer - it was accessing l3_xmin in the last
|
|
|
+ scalefactor (l3_xmin and maskings are not computed for last scalefactor)
|
|
|
+
|
|
|
+1999-11-28 23:00 afaber
|
|
|
+
|
|
|
+ * lame.c, lame.dsp, Dll/MP3EncDll.dsp:
|
|
|
+
|
|
|
+ More fixes in order to compile under Win32
|
|
|
+
|
|
|
+1999-11-28 22:42 afaber
|
|
|
+
|
|
|
+ * lame.dsp, quantize-pvt.c:
|
|
|
+
|
|
|
+ Fixes to compile under Win32
|
|
|
+
|
|
|
+1999-11-28 22:21 afaber
|
|
|
+
|
|
|
+ * Dll/: BladeMP3EncDLL.c, BladeMP3EncDLL.def, BladeMP3EncDLL.h,
|
|
|
+ MP3EncDll.dsp, MP3EncDll.dsw:
|
|
|
+
|
|
|
+ Update of Blade DLL interface in order to support new lame features
|
|
|
+
|
|
|
+1999-11-28 06:45 markt
|
|
|
+
|
|
|
+ * quantize-pvt.c:
|
|
|
+
|
|
|
+ updated comments
|
|
|
+
|
|
|
+1999-11-28 06:36 markt
|
|
|
+
|
|
|
+ * USAGE, quantize-pvt.c, quantize-pvt.h, vbrquantize.c:
|
|
|
+
|
|
|
+ ASM routines (gcc & MSVC) for quantize_xrpow
|
|
|
+
|
|
|
+1999-11-28 01:01 markt
|
|
|
+
|
|
|
+ * Makefile, TODO, lame.c, quantize-pvt.c, quantize-pvt.h,
|
|
|
+ quantize.c:
|
|
|
+
|
|
|
+ If analog silence is detected, allow VBR code to over ride the VBR_min_bitrate
|
|
|
+ setting and encode at 32kbs.
|
|
|
+
|
|
|
+1999-11-27 23:39 markt
|
|
|
+
|
|
|
+ * Makefile, formatBitstream.c, l3bitstream.c, lame.c,
|
|
|
+ quantize-pvt.c, quantize-pvt.h, quantize.c, util.c,
|
|
|
+ vbrquantize.c:
|
|
|
+
|
|
|
+ More accurate quantization from Segher Boessenkool
|
|
|
+
|
|
|
+1999-11-25 19:27 markt
|
|
|
+
|
|
|
+ * util.c:
|
|
|
+
|
|
|
+ fixed allowable bitrate displays
|
|
|
+
|
|
|
+1999-11-24 08:43 markt
|
|
|
+
|
|
|
+ * loopold.c, main.c, mlame, mp3x.c, timestatus.c, portableio.c,
|
|
|
+ portableio.h, reservoir.c, reservoir.h, tables.h, timestatus.h,
|
|
|
+ version.c, newmdct.h, quantize.h, takehiro.c, debugscalefac.c,
|
|
|
+ encoder.h, machine.h, filters.c, quantize-pvt.h, HACKING,
|
|
|
+ filters.h, vbrquantize.c, Dll/MP3EncDll.dsp,
|
|
|
+ Dll/BladeMP3EncDLL.c, Dll/BladeMP3EncDLL.def,
|
|
|
+ Dll/BladeMP3EncDLL.h, Dll/MP3EncDll.dsw, doc/html/index.html,
|
|
|
+ doc/html/lame.css, doc/html/node7.html, doc/html/node5.html,
|
|
|
+ doc/html/contributors.html, doc/html/node6.html,
|
|
|
+ doc/html/history.html, doc/html/switchs.html, doc/man/lame.1,
|
|
|
+ mpglib/Makefile, mpglib/README, mpglib/TODO, mpglib/common.c,
|
|
|
+ mpglib/dct64_i386.c, mpglib/decode_i386.c, mpglib/huffman.h,
|
|
|
+ mpglib/interface.c, mpglib/layer3.c, mpglib/main.c,
|
|
|
+ mpglib/mpglib.dsp, mpglib/mpg123.h, mpglib/mpglib.h,
|
|
|
+ mpglib/tabinit.c:
|
|
|
+
|
|
|
+ Initial revision
|
|
|
+
|
|
|
+1999-11-24 08:43 markt
|
|
|
+
|
|
|
+ * loopold.c, main.c, mlame, mp3x.c, timestatus.c, portableio.c,
|
|
|
+ portableio.h, reservoir.c, reservoir.h, tables.h, timestatus.h,
|
|
|
+ version.c, newmdct.h, quantize.h, takehiro.c, debugscalefac.c,
|
|
|
+ encoder.h, machine.h, filters.c, quantize-pvt.h, HACKING,
|
|
|
+ filters.h, vbrquantize.c, Dll/MP3EncDll.dsp,
|
|
|
+ Dll/BladeMP3EncDLL.c, Dll/BladeMP3EncDLL.def,
|
|
|
+ Dll/BladeMP3EncDLL.h, Dll/MP3EncDll.dsw, doc/html/index.html,
|
|
|
+ doc/html/lame.css, doc/html/node7.html, doc/html/node5.html,
|
|
|
+ doc/html/contributors.html, doc/html/node6.html,
|
|
|
+ doc/html/history.html, doc/html/switchs.html, doc/man/lame.1,
|
|
|
+ mpglib/Makefile, mpglib/README, mpglib/TODO, mpglib/common.c,
|
|
|
+ mpglib/dct64_i386.c, mpglib/decode_i386.c, mpglib/huffman.h,
|
|
|
+ mpglib/interface.c, mpglib/layer3.c, mpglib/main.c,
|
|
|
+ mpglib/mpglib.dsp, mpglib/mpg123.h, mpglib/mpglib.h,
|
|
|
+ mpglib/tabinit.c:
|
|
|
+
|
|
|
+ initial checkin of LAME
|
|
|
+ Starting with LAME 3.57beta with some modifications
|
|
|
+
|
|
|
+1999-11-24 08:40 markt
|
|
|
+
|
|
|
+ * COPYING, INSTALL, Makefile, Makefile.MSVC, tables.c, util.c,
|
|
|
+ README, README.WINGTK, TODO, USAGE, fft.c, VbrTag.c, VbrTag.h,
|
|
|
+ auenc, fft.h, psymodel.c, lame.dsp, util.h, formatBitstream.c,
|
|
|
+ formatBitstream.h, get_audio.c, lame.c, get_audio.h,
|
|
|
+ globalflags.h, gpkplotting.c, gpkplotting.h, gtkanal.c,
|
|
|
+ gtkanal.h, quantize.c, version.h, newmdct.c, id3tag.c, id3tag.h,
|
|
|
+ ieeefloat.c, ieeefloat.h, l3bitstream-pvt.h, l3bitstream.c,
|
|
|
+ l3bitstream.h, LICENSE, l3side.h, lame.dsw, quantize-pvt.c,
|
|
|
+ lame.h, psymodel.h:
|
|
|
+
|
|
|
+ Initial revision
|
|
|
+
|
|
|
+1999-11-24 08:40 markt
|
|
|
+
|
|
|
+ * COPYING, INSTALL, Makefile, Makefile.MSVC, tables.c, util.c,
|
|
|
+ README, README.WINGTK, TODO, USAGE, fft.c, VbrTag.c, VbrTag.h,
|
|
|
+ auenc, fft.h, psymodel.c, lame.dsp, util.h, formatBitstream.c,
|
|
|
+ formatBitstream.h, get_audio.c, lame.c, get_audio.h,
|
|
|
+ globalflags.h, gpkplotting.c, gpkplotting.h, gtkanal.c,
|
|
|
+ gtkanal.h, quantize.c, version.h, newmdct.c, id3tag.c, id3tag.h,
|
|
|
+ ieeefloat.c, ieeefloat.h, l3bitstream-pvt.h, l3bitstream.c,
|
|
|
+ l3bitstream.h, LICENSE, l3side.h, lame.dsw, quantize-pvt.c,
|
|
|
+ lame.h, psymodel.h:
|
|
|
+
|
|
|
+ initial checkin of LAME
|
|
|
+ Starting with LAME 3.57beta with some modifications
|
|
|
+
|