pkgsrc/audio/lame/PLIST

23 lines
600 B
Text
Raw Normal View History

Update to 3.93.1, from Juan RP in pkg/19388. Changes: LAME 3.93.1 December 1 2002 * Gabriel Bouvigne: * preset medium added to the dll interface * fix for abr/cbr presets * fix -q0 switch * Alexander Leidinger: fix link problem on systems where socket() resides in libsocket LAME 3.93 November 16 2002 * Takehiro Tominaga: * bit allocation for pre-echo control improved for single channel encodings * substep noise shaping * optimizations by changing data structure * noise shaping model 2 fix * nspsytune FIR filter clean up * fix small psymodel bugs(DC current estimation, preecho detection of non-VBR mode, and nspsymode initialization) * portability fixes for Tru64 UNIX * Albert Faber: some fixes in the DLL * Simon Blandford: fixes for channel scaling in mono mode * Dominique Duvivier: some optimizations and a faster log10 function * Mark Taylor: * some tag related fixes in the direct show filter and in the ACM codec * fixed a mono encoding bug found by Justin Schoeman * calc_noise bug fix * other fixes * Alexander Leidinger: * update to autoconf 2.53, rewrite some configure tests * Akos Maroy: determine gcc version even with gcc 3.1 * Andrew Bachmann: compile shared libs on BeOS (and perhaps other arches) * ultrasparc switches for gcc 3.1 * fixes for SunOS 4.x * fixes for 64bit arches * CFLAGS fix for IRIX * don't override CFLAGS if exptopt isn't requested * Robert Hegeman: * some fixes * some fixes for VBR * Gabriel Bouvigne: * --noasm switch. Might help Cyrix/Via users * presets and alt-presets merged
2002-12-19 01:53:47 +01:00
@comment $NetBSD: PLIST,v 1.2 2002/12/19 00:53:47 wiz Exp $
1999-08-08 05:12:09 +02:00
bin/lame
update to 3.89 pkgsrc related changes: -use default install, so we get the library installed too (needed eg. as audacity plugin) -this version knows about libffm (on alpha), removed corresponding patches (untested) changelog: LAME 3.89alpha July 5 2001 John Stewart: long filename support for Win9x/NT. Takehiro Tominaga: LAME can calculate the CRC of VBR header, so now "lame -pv" works fine. Robert Hegemann: Improvements of the new VBR code. Robert Hegemann: New VBR code is now defaulted. The VBR speed is now on par with CBR. We will use the old VBR code in the release. Gabriel Bouvigne: Change of the maximum frame size limit. LAME should now be more friendly with hardware players. Gabriel Bouvigne: Size of VBR is now more balanced according to the -V value. Alexander Leidinger: Finished the implementation of the set/get functions. John Dahlstrom: LAME now handles 24bits input Mark Taylor: bugs in lame --decode causing truncation of mp3 file fixed Mark Taylor: preliminary --nogap support "Final" API completed: shared library safe! This API is frozen and should be backwords compatiable with future versions of libmp3lame.so, but we will continue to add new functionality. LAME 3.88beta March 25 2001 A lot of work that was never added to the History! Frank Klemm and Gabriel Bouvigne: New ATH formula. Big improvement for high bitrate encodings. Takehiro Tominaga: Temporal masking Gabriel Bouvigne/Mark Taylor: auto adjustment of ATH Robert Hegemann: Better outer_loop stopping criterion. Enabled with -q2 or better. Robert Hegemann/Naoki Shibata: slow/carefull noise shaping. -q3..9: amplify all distorted bands. -q2: amplify distorted bands within 50%. -q1-0: amplify only most distorted band at each iteration. Takehiro Tominaga: Interframe, shortblock temporal masking. Takehiro Tominaga: LAME restructured into a shared library and front end application. Slight changes to the API. More changes are coming to turn LAME into a true shared library (right now you have to recompile if you upgrade the library :-( Naoki Shibata: improvements to psychoacoustics (--nspsytune) BUG in long block pre echo control fixed (some out of range array access in M/S psychoacoustics) Ralf Kempkens: Visual Basic Script for lame, suggested to put it on your Windows Desktop and you can drag'n'drop Waves to encode on it. Alexander Stumpf: improved lame.bat for 4Dos users Mark Taylor: Several bugs fixed in the resampling code. Frank Klemm, Robert Hegemann: added assembler code for CPU feature detection on runtime (MMX, 3DNow, SIMD) Takehiro Tominaga: 3DNow FFT code. Florian Bome, Alexander Leidinger: more work on configure stuff Alexander Leidinger: automake/libtool generated Makefiles and TONS of other work. Alexander Leidinger: Much work towards shared library style API. Anonymous: New more efficient RTP code. Mark Taylor: psycho-acoustic data now computed for all scalefactor bands (up to 24khz) Mark Taylor, Takehiro Tominaga: All ISO table data replaced by formulas - should improve MPEG2.5 results for which we never had correct table data.
2001-07-31 16:23:01 +02:00
include/lame/lame.h
lib/libmp3lame.a
Update to 3.93.1, from Juan RP in pkg/19388. Changes: LAME 3.93.1 December 1 2002 * Gabriel Bouvigne: * preset medium added to the dll interface * fix for abr/cbr presets * fix -q0 switch * Alexander Leidinger: fix link problem on systems where socket() resides in libsocket LAME 3.93 November 16 2002 * Takehiro Tominaga: * bit allocation for pre-echo control improved for single channel encodings * substep noise shaping * optimizations by changing data structure * noise shaping model 2 fix * nspsytune FIR filter clean up * fix small psymodel bugs(DC current estimation, preecho detection of non-VBR mode, and nspsymode initialization) * portability fixes for Tru64 UNIX * Albert Faber: some fixes in the DLL * Simon Blandford: fixes for channel scaling in mono mode * Dominique Duvivier: some optimizations and a faster log10 function * Mark Taylor: * some tag related fixes in the direct show filter and in the ACM codec * fixed a mono encoding bug found by Justin Schoeman * calc_noise bug fix * other fixes * Alexander Leidinger: * update to autoconf 2.53, rewrite some configure tests * Akos Maroy: determine gcc version even with gcc 3.1 * Andrew Bachmann: compile shared libs on BeOS (and perhaps other arches) * ultrasparc switches for gcc 3.1 * fixes for SunOS 4.x * fixes for 64bit arches * CFLAGS fix for IRIX * don't override CFLAGS if exptopt isn't requested * Robert Hegeman: * some fixes * some fixes for VBR * Gabriel Bouvigne: * --noasm switch. Might help Cyrix/Via users * presets and alt-presets merged
2002-12-19 01:53:47 +01:00
lib/libmp3lame.la
lib/libmp3lame.so
lib/libmp3lame.so.0
lib/libmp3lame.so.0.0
man/man1/lame.1
update to 3.89 pkgsrc related changes: -use default install, so we get the library installed too (needed eg. as audacity plugin) -this version knows about libffm (on alpha), removed corresponding patches (untested) changelog: LAME 3.89alpha July 5 2001 John Stewart: long filename support for Win9x/NT. Takehiro Tominaga: LAME can calculate the CRC of VBR header, so now "lame -pv" works fine. Robert Hegemann: Improvements of the new VBR code. Robert Hegemann: New VBR code is now defaulted. The VBR speed is now on par with CBR. We will use the old VBR code in the release. Gabriel Bouvigne: Change of the maximum frame size limit. LAME should now be more friendly with hardware players. Gabriel Bouvigne: Size of VBR is now more balanced according to the -V value. Alexander Leidinger: Finished the implementation of the set/get functions. John Dahlstrom: LAME now handles 24bits input Mark Taylor: bugs in lame --decode causing truncation of mp3 file fixed Mark Taylor: preliminary --nogap support "Final" API completed: shared library safe! This API is frozen and should be backwords compatiable with future versions of libmp3lame.so, but we will continue to add new functionality. LAME 3.88beta March 25 2001 A lot of work that was never added to the History! Frank Klemm and Gabriel Bouvigne: New ATH formula. Big improvement for high bitrate encodings. Takehiro Tominaga: Temporal masking Gabriel Bouvigne/Mark Taylor: auto adjustment of ATH Robert Hegemann: Better outer_loop stopping criterion. Enabled with -q2 or better. Robert Hegemann/Naoki Shibata: slow/carefull noise shaping. -q3..9: amplify all distorted bands. -q2: amplify distorted bands within 50%. -q1-0: amplify only most distorted band at each iteration. Takehiro Tominaga: Interframe, shortblock temporal masking. Takehiro Tominaga: LAME restructured into a shared library and front end application. Slight changes to the API. More changes are coming to turn LAME into a true shared library (right now you have to recompile if you upgrade the library :-( Naoki Shibata: improvements to psychoacoustics (--nspsytune) BUG in long block pre echo control fixed (some out of range array access in M/S psychoacoustics) Ralf Kempkens: Visual Basic Script for lame, suggested to put it on your Windows Desktop and you can drag'n'drop Waves to encode on it. Alexander Stumpf: improved lame.bat for 4Dos users Mark Taylor: Several bugs fixed in the resampling code. Frank Klemm, Robert Hegemann: added assembler code for CPU feature detection on runtime (MMX, 3DNow, SIMD) Takehiro Tominaga: 3DNow FFT code. Florian Bome, Alexander Leidinger: more work on configure stuff Alexander Leidinger: automake/libtool generated Makefiles and TONS of other work. Alexander Leidinger: Much work towards shared library style API. Anonymous: New more efficient RTP code. Mark Taylor: psycho-acoustic data now computed for all scalefactor bands (up to 24khz) Mark Taylor, Takehiro Tominaga: All ISO table data replaced by formulas - should improve MPEG2.5 results for which we never had correct table data.
2001-07-31 16:23:01 +02:00
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
Update to 3.93.1, from Juan RP in pkg/19388. Changes: LAME 3.93.1 December 1 2002 * Gabriel Bouvigne: * preset medium added to the dll interface * fix for abr/cbr presets * fix -q0 switch * Alexander Leidinger: fix link problem on systems where socket() resides in libsocket LAME 3.93 November 16 2002 * Takehiro Tominaga: * bit allocation for pre-echo control improved for single channel encodings * substep noise shaping * optimizations by changing data structure * noise shaping model 2 fix * nspsytune FIR filter clean up * fix small psymodel bugs(DC current estimation, preecho detection of non-VBR mode, and nspsymode initialization) * portability fixes for Tru64 UNIX * Albert Faber: some fixes in the DLL * Simon Blandford: fixes for channel scaling in mono mode * Dominique Duvivier: some optimizations and a faster log10 function * Mark Taylor: * some tag related fixes in the direct show filter and in the ACM codec * fixed a mono encoding bug found by Justin Schoeman * calc_noise bug fix * other fixes * Alexander Leidinger: * update to autoconf 2.53, rewrite some configure tests * Akos Maroy: determine gcc version even with gcc 3.1 * Andrew Bachmann: compile shared libs on BeOS (and perhaps other arches) * ultrasparc switches for gcc 3.1 * fixes for SunOS 4.x * fixes for 64bit arches * CFLAGS fix for IRIX * don't override CFLAGS if exptopt isn't requested * Robert Hegeman: * some fixes * some fixes for VBR * Gabriel Bouvigne: * --noasm switch. Might help Cyrix/Via users * presets and alt-presets merged
2002-12-19 01:53:47 +01:00
share/doc/html/lame/presets.html
share/doc/html/lame/switchs.html
@dirrm share/doc/html/lame
Update to 3.93.1, from Juan RP in pkg/19388. Changes: LAME 3.93.1 December 1 2002 * Gabriel Bouvigne: * preset medium added to the dll interface * fix for abr/cbr presets * fix -q0 switch * Alexander Leidinger: fix link problem on systems where socket() resides in libsocket LAME 3.93 November 16 2002 * Takehiro Tominaga: * bit allocation for pre-echo control improved for single channel encodings * substep noise shaping * optimizations by changing data structure * noise shaping model 2 fix * nspsytune FIR filter clean up * fix small psymodel bugs(DC current estimation, preecho detection of non-VBR mode, and nspsymode initialization) * portability fixes for Tru64 UNIX * Albert Faber: some fixes in the DLL * Simon Blandford: fixes for channel scaling in mono mode * Dominique Duvivier: some optimizations and a faster log10 function * Mark Taylor: * some tag related fixes in the direct show filter and in the ACM codec * fixed a mono encoding bug found by Justin Schoeman * calc_noise bug fix * other fixes * Alexander Leidinger: * update to autoconf 2.53, rewrite some configure tests * Akos Maroy: determine gcc version even with gcc 3.1 * Andrew Bachmann: compile shared libs on BeOS (and perhaps other arches) * ultrasparc switches for gcc 3.1 * fixes for SunOS 4.x * fixes for 64bit arches * CFLAGS fix for IRIX * don't override CFLAGS if exptopt isn't requested * Robert Hegeman: * some fixes * some fixes for VBR * Gabriel Bouvigne: * --noasm switch. Might help Cyrix/Via users * presets and alt-presets merged
2002-12-19 01:53:47 +01:00
@dirrm include/lame