non port: audio/opus/Makefile |
SVNWeb
|
Number of commits found: 31 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] ffa50ba
audio/opus: update to 1.4
This new release brings the following improvements:
- Improved tuning of the Opus in-band FEC (LBRR)
- Added an OPUS_SET_INBAND_FEC(2) option that turns on FEC, but does not
force SILK mode (FEC will be disabled in CELT mode)
- Improved tuning and various fixes to DTX
PR: 270996
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 21 Apr 2019
|
[ 19:31 naddy ]
Update to 1.3.1. Changes:
* Fixes an issue with the analysis of files with digital silence.
* A new OPUS_GET_IN_DTX query to know if the encoder is in DTX mode.
|
Sat, 20 Oct 2018
|
[ 18:17 naddy ]
Update to 1.3.
Changes since 1.2.x include:
- Improvements to the VAD and speech/music classification using an RNN
- Support for ambisonics coding using channel mapping families 2 and 3
- Improvements to stereo speech coding at low bitrate
- Using wideband encoding down to 9 kb/s
- Making it possible to use SILK down to bitrates around 5 kb/s
- Minor quality improvement on tones
- Enabling the spec fixes in RFC 8251 by default
- Security/hardening improvements
Notable bug fixes include:
- Fixes to the CELT PLC
- Bandwidth detection fixes
|
Sat, 1 Jul 2017
|
[ 20:23 naddy ]
Update to 1.2.1.
For a description of the codec improvements in 1.2, see
https://people.xiph.org/~jm/opus/opus-1.2/
|
Sat, 21 Jan 2017
|
[ 21:52 naddy ]
Update to 1.1.4: A specially-crafted Opus packet could cause an
integer wrap-around in the SILK LSF stabilization code.
Reported as CVE-2017-0381, but upstream does not believe that any
remote code execution is possible.
https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607
|
Thu, 4 Aug 2016
|
[ 15:24 naddy ]
Update to 1.1.3 for some minor fixes.
|
Fri, 15 Jan 2016
|
[ 21:53 naddy ]
Update to 1.1.2 for minor bug fixes.
|
Mon, 28 Dec 2015
|
[ 15:49 naddy ]
Move homepage to https; add license.
|
Thu, 24 Dec 2015
|
[ 16:34 naddy ]
Update to 1.1.1 for minor bug fixes and optimizations.
|
Tue, 13 Oct 2015
|
[ 20:07 naddy ]
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
|
Tue, 9 Jun 2015
|
[ 14:24 jbeich ] (Only the first 10 of 30 ports in this commit are shown above. )
bsd.sites.mk: cleanup MOZILLA mirrors
- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://
https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/
Differential Revision: https://reviews.freebsd.org/D2550
Tested by: distilator
Reviewed by: mat (partial)
Approved by: bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by: portmgr (bapt, earlier version)
MFH: 2015Q2
|
Sun, 17 May 2015
|
[ 11:01 amdmi3 ]
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sun, 25 May 2014
|
[ 20:07 naddy ] (Only the first 10 of 20 ports in this commit are shown above. )
Switch Opus to USES=libtool.
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1]
|
Wed, 18 Dec 2013
|
[ 16:04 naddy ]
Update opus to 1.1, which includes:
* new analysis code and tuning that significantly improves encoding
quality, especially for variable-bitrate (VBR),
* automatic detection of speech or music to decide which encoding
mode to use,
* surround with good quality at 128 kbps for 5.1 and usable down
to 48 kbps,
* and speed improvements on all architectures.
Chase shared library bump.
PR: 184956
|
Tue, 24 Sep 2013
|
[ 06:24 bapt ] (Only the first 10 of 61 ports in this commit are shown above. )
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Thu, 19 Sep 2013
|
[ 15:30 naddy ]
bsd.port.options.mk can handle testing of ARCH, and is less expensive
then inclusion of bsd.port.pre.mk
PR: 180585
Submitted by: jgh
|
Thu, 1 Aug 2013
|
[ 20:22 naddy ] (Only the first 10 of 21 ports in this commit are shown above. )
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
|
Tue, 16 Jul 2013
|
[ 00:16 mandree ]
Fix up build. bsd.port.pre.mk needs bsd.port.mk changed to bsd.port.post.mk.
|
Mon, 15 Jul 2013
|
[ 20:25 naddy ]
Update to Opus 1.0.3:
* new surround API
* fixes for a few minor glitches during mode switching
* fixes a regression in the FEC code introduced in 1.0.2
Chase libopus bump in dependent ports.
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Thu, 14 Mar 2013
|
[ 21:43 naddy ]
Enable Opus custom modes, required by jack2.
Submitted by: gahr
|
Tue, 11 Dec 2012
|
[ 13:01 naddy ]
Fix shared library version in plist.
PR: 174351
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info>
|
Mon, 10 Dec 2012
|
[ 19:01 naddy ]
Update to 1.0.2: fixes an out-of-bounds read.
|
Sat, 15 Sep 2012
|
[ 19:42 naddy ]
Update to 1.0.1. Opus has now been standardized by the IETF as RFC 6716.
PR: 171564
|
Sun, 22 Jul 2012
|
[ 19:39 naddy ]
Mirrored on ftp.mozilla.org itself, but _not_ on MASTER_SITE_MOZILLA.
|
Thu, 19 Jul 2012
|
[ 14:34 naddy ]
Import opus 0.9.14.
The Opus codec is designed to handle a wide range of interactive
audio applications, including Voice over IP, videoconferencing,
in-game chat, and even remote live music performances. It can scale
from low bit-rate narrowband speech to very high quality stereo
music.
WWW: http://opus-codec.org/
|
Number of commits found: 31 |