summaryrefslogtreecommitdiff
path: root/audio/lame
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-20remove dead mirror.zafer1-3/+2
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-27Disable MMX when using Sun Studio.sketch1-1/+5
2008-10-09Use 'sndfile' as name for the (new) libsndfile option, since it alreadywiz1-3/+3
exists.
2008-10-09Update to 3.98.2:wiz9-83/+49
LAME 3.98.1 September 21 2008 * Rogerio Brito: * More fixes for the abx tool for Unix systems: * Plugged a memory leak. * Fixed an endianness problem: users of big-endian machines can now do abx tests. * Fixed history's HTML doctype * Fixed history so that it finally validates at W3's validator * Fixed compilation of frontend mp3rtp.c. Thanks to Kris Karas. Bugtracker item [ 2015432 ] mp3rtp missing uint16_t in lame 3.98 * Robert Hegemann: * Fix for Bugtracker item [ 2031704 ] --id3v1-only didnt work in 3.98-final * Fix for Bugtracker item [ 2022035 ] encoder_padding value and resampling * Fix for Bugtracker item [ 2029282 ] Frequency filtering API broken in 3.98 * Fix for Bugtracker item [ 2039648 ] potential memory leak in parse_args() function in parse.c * Fix for some tagging issues: * Made search for ID3v1 genres more sloppy, abbrevations may match more often as some simple typos. Examples: * --tg "Alt. Rock" matches genre "Alternate Rock" * --tg "acapela" matches genre "A Cappella" * New switch --pad-id3v2-size "n": adds ID3v2 tag with n padding bytes. LAME 3.98 July 4 2008 * Anton Sergunov: * Frontend DirectShow: enabling LAME dshow filter to connect to "File Writer Filter". * Rogerio Brito: * Updates to the Debian Packaging * Fixes to the abx tool for Unix systems (so that more people can evaluate LAME's compression against the original files) * Alexander Leidinger: * explicitely link the math lib to the lame lib * add switch to disable the use of the compaq optimized math lib LAME 3.98 beta 8 April 13 2008 * Robert Hegemann: * LAME now accepts a floating point value in the range [0,...,10[ as VBR quality setting, like -V5.678 * Found and fixed some suspicious code in additive masking calculation for VBR-NEW * bug-fix:experimental code was defaulted by accident for VBR-NEW * fix for some endianess problem on big-endian machines LAME 3.98 beta 7 April 6 2008 * Robert Hegemann: * libmp3lame API: allow frontends to separately retrieve LAME/Xing and ID3 data, because the old library automatism makes it impossible to make fully buffered encodes. * libmp3lame API: added some experimental unicode ID3 tagging code. * frontends: write itself final ID3 tags and LAME/Xing header frame * lame_enc.dll: writes itself final LAME/Xing header frame * Latest changes to the new VBR psymodel: * uses a different spreading function * bug-fix for out-of-bounds array access (program stack corruption possible) LAME 3.98 beta 6 December 16 2007 * Robert Hegemann: * Feature request [ 1811483 ] WAVE_FORMAT_EXTENSIBLE support (PCM) * Fix for some rare scalefactor selection issue the newer vbr code had at low compression levels * Fix for Bugtracker item[ 1813496 ] AIFF parsing bug * Latest changes to the new VBR code: * it now has its own psy model, a derivation from NSPSY. * some more tuning has been done for this new psy model. Many thanks to Horst Albrecht and Myles Thaiss. * the "out-of-bits" strategy is reworked * It was possible, that the "interchannel masking effects feature" was used by the dual-channel-mode for bi-lingual encodings too. It was meant to work on stereo L/R channels only. LAME 3.98 beta 5 August 12 2007 * 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. * Robert Hegemann: * Fix for Bugtracker item [ 1719593 ] Track numbers > 255 not allowed even with --id3v2-only * Fix for Bugtracker item [ 1742623 ] fail(lame --mp3input -m m -b 128 --resample 8 *.mp3 **.mp3) The problem here was, the input files are MPEG-1 Layer2 files named as MP3s. Even if you leave out the --mp3input switch LAME tried to decode the input files as Layer3 files because of the file name extension and because it found some valid looking Layer3 synchronization header. The fixed LAME version does not assume the file name extension is always correct and treats the files depending on the first found MPEG sync word. The files in question are now correctly detected as Layer2 files and transcoding does succeed. * Fix for Bugtracker item [ 1445175 ] Input being stdin fails in Windows on WAV files The problem here was, seeking on pipes shows some different behaviour depending on C-Library implementations. The workaround tries to detect it's working on a pipe and doing some reading instead of seeking in that case. * Fixing some memory leak in the 'lame_enc.dll'. * Fix for Bugtracker items [ 1160757, 1160741 ] --little-endian / --big-endian not working These switches where originally intended to be used together with Libsndfile only. * Fix for Bugtracker item [ 1746336 ] Incorrect Bitrate with ABR und --resample, LAME 3.98b4 Some earlier bug-fix had some typo. As a result, when adding a '--resample 123' switch, the average bitrate rised upto maximum bitrate. LAME 3.98 beta 4 June 23 2007 * Dennis Lambe Jr: Added support for total track count (id3v2) in the frontend * Nyaochi: * Ability to set user-defined ID3v2.3 frame * Ability to include albumArt in ID3v2.3 tag * Robert Hegemann: * Bugfix: the "play length in ms", which is stored in the ID3v2 tag TLEN, was not correctly computed. Some hardware and software players were confused by this garbage data. * Out of bits strategy for the newer VBR code overhauled * LAME API: the ID3 tag functions do not store the pointers passed anymore, they do make deep copies of strings passed as parameters. * Changes in LAME frontend switches regarding ID3 tags: --tg "MyGenre" will route unknown ID3v1 genres to "Other" for ID3v1 tags and will be stored as plain text "MyGenre" for ID3v2 tags. Genres given by known ID3v1 numbers will be stored as its corresponding text in ID3v2 tags. --tn "02/02" will store the track number specified as plain text as-is for ID3v2 tags. LAME 3.98 beta 3 May 22 2007 * Robert Hegemann: * Fixes regarding max number of bits limitation LAME 3.98 beta 2 May 20 2007 * Robert Hegemann: * Bug tracker item: [ 1693461 ]; Fixed memory leaks in ACM codec * Fixed encoding of non-standard sampling rates in CBR * Improved VBR strategy when running out of bits LAME 3.98 beta 1 May 16 2007 * Alexander Leidinger: * Add TLEN (ID3v2) support (Submitted by: Linus Walleij). * Add number of total tracks per album (ID3v2) support (Submitted by: Kyle VanderBeek). * Some seatbelts for overflowing arrays in the ID3v2 support. * Update the RPM spec (Submitted by: Kyle VanderBeek). * Fix some mem-leaks in the error case. * Update to newer autotools versions. * Update to use a recent libsndfile (submitted by libsndfile author). * Intrinsics support enabled for gcc * Robert Hegemann: * The newer VBR code is now LAME's default VBR routine * Fixed: in case of not enough bits the new vbr code incorrectly used old vbr routine * Improved ATH adjustment in low volume cases * Fixed (PSY model): mapping from convolution bands to partition bands was broken since we replaced tables by own calculation several years ago * Fixed (PSY model): loss of fraction in equal loudness weighting * Fixed (PSY model): in NSPSY highpass filter, out of bounds access in fircoef * Known problem samples for the new VBR code: many of them are at an acceptable quality level now; with a big 'Thank You' to Francis Niechcial * Modified VBR strategy to handle out of bits cases * Restricted bitreservoir size for 320 kbps frames to the size used for sideinfo, because of decoding problems with FhG decoders installed on almost every Windows system * LAME aborts on unsupported input files or unrecognized parameter options passed more often now * Bug tracker item: [ 1596306 ] "fatal error during initialization"; an invalid MPEG samplerate was returned by optimum_samplefreq function * 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. * Bug tracker item: [ 1711980 ] LAME writes invalid Xing header when ID3 tags exist; LAME was sometimes writing an invalid Xing/Info header * Feature request: [ 1588283 ] Flushing output stream in lame.exe; 'flush' option added * Added FFTSSE and FFT3DNOW assembler code from Lame4 branch * Changes in lame frontend switches: -k removed, add lowpass and highpass switches 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 and -Z isn't used actualy * Fixed some console printing problems * Windows: ACM code now uses LAME library API only, all references to private include files are removed * Windows: DirectShow code now uses LAME library API only, all references to private include files are removed * Windows: disabled code that resets processor affinity, because this doesn't belong to LAME, but seems to work around some problems the parent process has (in most cases EAC) * John33: * Fixed mp2 and mp3 decoding: For mp3 and mp2 decoding, this now yields the same output as foobar2000 but the error checking remains unchanged * Gabriel Bouvigne: * VC8 project files * Added support for x64 under VC8 * Restricted MPEG 2.5 to 64kbps frames * Takehiro Tominaga: * SSE version of FFT
2007-07-02PR 36582: John Ruschmeyer: Don't use nasm on Interix.tnn1-2/+2
2007-07-01The package supports installation to DESTDIR.heinz1-1/+2
2007-01-29fix a namespace problem on solarisdmcmahill2-1/+33
2006-12-15Reset maintainer, ben@ has resigned.wiz1-2/+2
2006-10-24For some weird reason, the configure script uses the C++ preprocessorrillig1-1/+2
instead of the C one. Therefore, added c++ to USE_LANGUAGES.
2006-10-23Not needed any longer.wiz1-13/+0
2006-10-23Update lame to 3.97, using diff provided by wiz.ben7-45/+40
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
2006-08-27Fix build on i386 Mac OS X 10.4.7.ben1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-09-04Do not depend on nasm in Solaris x86, it's known to fail.xtraeme1-2/+2
2005-08-30Enable ASM functions when MACHINE_ARCH = i386 for performance,xtraeme1-2/+7
closes PR pkg/31101.
2005-05-31Convert to options framework.wiz2-8/+17
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24I will maintain this package, set my email as MAINTAINER.ben1-2/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-02-03Added a license file for lame based on many notes from differentreed1-3/+3
files in the lame source. And for the audio/lame/Makefile: Change the LICENSE from fee-based-commercial-use to use this new lame-license. The problem before was that fee-based-commercial-use did not exist and the "make show-license" suggested running pkg_info -d to view the long-description of the package (which may not be installed yet). Anyways, the DESCR didn't mention these license issues. Also bump PKGREVISION.
2004-11-15s/__inline/inline/ to give this package a chance of building with moresketch2-1/+15
compilers, such as SunPro.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-06Changes 3.96.1:adam2-6/+6
* Fixed rare bug in VBR-new * Fixes in ACM codec * Fixed padding for 320kbps encoding * Block size selection for mid and side channels fixed as well
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-04-14Changes 3.96:adam3-9/+9
* quality improvments * several bugs fixes, including some fatal ones
2004-04-12Convert to buildlink3.snj1-19/+0
2004-03-27Fix this so it builds on alpha.he3-3/+16
If we're going to mess with defining FLOAT on the command line (done for alpha from before), we should also define FLOAT_MAX. Pull in <float.h> in libmp3lib/machine.h, so that DBL_MAX is available for that purpose.
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+5
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20Use curses.buildlink3.mk instead of ncurses' bl3, as the native library isjmmv1-2/+2
enough.
2004-02-20Clean up, and remove unnecessary ncurses/buildlink3.mk inclusion.jlam1-12/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11Missed in previous...xtraeme1-0/+24
2004-02-11bl3ify, also remove PLIST_SUBST part (it's not needed anymore) andxtraeme2-15/+9
replace obsoleted LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.
2004-02-03Some files were not installed in FreeBSD, use PLIST_SUBST for now.xtraeme2-4/+10
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Changes 3.95.1:adam5-26/+25
* improved presets * fixed issues in VBR header * more robust decoding * several fixes in psychoacoustic model * removed Vorbis support * 10% faster on PowerPC
2003-11-06Solaris needs -lmgavan1-1/+3