diff options
author | ben <ben> | 2006-10-23 01:30:34 +0000 |
---|---|---|
committer | ben <ben> | 2006-10-23 01:30:34 +0000 |
commit | ddae6d47c48cbcad304e0c4b866c6fd46a45e58a (patch) | |
tree | b6e52a7ff76fdf268c3a4959e5e3e946f1a1522e /audio/lame/PLIST | |
parent | 9c3acb0746baf4da4a721e18c4b5ab0b475611a2 (diff) | |
download | pkgsrc-ddae6d47c48cbcad304e0c4b866c6fd46a45e58a.tar.gz |
Update lame to 3.97, using diff provided by wiz.
LAME 3.97 September 24 2006
* 3.97 beta 3 becomes 3.97
LAME 3.97 beta 3 August 19 2006
* Gabriel Bouvigne:
o Workaround against a short blocks detection issue
LAME 3.97 beta 2 November 26 2005
* Gabriel Bouvigne:
o Fixed an initialization error when input is not using a standard sampling frequency
o Fixed a possible assertion failure in very low bitrate encoding
o Slight change regarding ATH adjustment with V5
o Reinstated bit reservoir for 320kbps CBR
o ReplayGain analysis should now be faster when encountering silent parts
* Takehiro Tominaga:
o Fixed a possible link problem of assembly code
LAME 3.97 beta 1 September 12 2005
* Takehiro Tominaga:
o Fixed an out of array access in mp3rtp
o Fixed a quality setting in DLL
o Fixed display when using --silent
* Vitaly Ivanov:
o Updated DirectShow interface
* Robert Hegemann:
o Fixed an out of array access
o Fixed some small rounding problem in vbr-new quantization routines
o Fixed a bug in vbr-new regarding high frequencies (sfb21) when using -Y
o Fixed a few bugs in vbr-new when using -Y
o Updated scalefactors allocation scheme in vbr-new
o Fixed mingw32 configure problems
o Resolved some compiler warnings
o Updated command-line visualisation
* Gabriel Bouvigne:
o Changed some FLOAT8 to FLOAT
o Added project files for VC7
o Reworked -q1 and -q0
o Updated presets
o Fixed an error in ISO quantization on systems not using the IEEE754 hack
o Faster quantization
o SSE version of init_xrpow
* Rog�io Brito:
o Updated Debian packaging
o Documentation work
* Chris Miller:
o Support for x64 platform SDK in makefile.msvc
Diffstat (limited to 'audio/lame/PLIST')
-rw-r--r-- | audio/lame/PLIST | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/lame/PLIST b/audio/lame/PLIST index 5260a0cec2d..70937b8144c 100644 --- a/audio/lame/PLIST +++ b/audio/lame/PLIST @@ -1,18 +1,18 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:16 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/10/23 01:30:34 ben Exp $ bin/lame include/lame/lame.h lib/libmp3lame.la man/man1/lame.1 -share/doc/html/lame/basic.html -share/doc/html/lame/contributors.html -share/doc/html/lame/examples.html -share/doc/html/lame/history.html -share/doc/html/lame/id3.html -share/doc/html/lame/index.html -share/doc/html/lame/lame.css -share/doc/html/lame/modes.html -share/doc/html/lame/node6.html -share/doc/html/lame/presets.html -share/doc/html/lame/switchs.html -@dirrm share/doc/html/lame +share/doc/lame/basic.html +share/doc/lame/contributors.html +share/doc/lame/examples.html +share/doc/lame/history.html +share/doc/lame/id3.html +share/doc/lame/index.html +share/doc/lame/lame.css +share/doc/lame/modes.html +share/doc/lame/node6.html +share/doc/lame/presets.html +share/doc/lame/switchs.html +@dirrm share/doc/lame @dirrm include/lame |