Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_2 20 Aug 2024 14:35:21 |
Christos Margiolis (christos) |
audio/virtual_oss: Enable BT_SPEAKER by default
There is no good reason not to have this option disabled by default.
Most people nowadays want bluetooth support as well so it's good to have
it enabled.
PR: 203745
Requested by: Zahemszky Gábor <gabor@zahemszky.hu>
Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: lwhsu, emaste
Differential Revision: https://reviews.freebsd.org/D46376 |
1.3.1_1 05 Apr 2024 11:10:44 |
Christos Margiolis (christos) |
audio/virtual_oss: Take over maintenance
Since HPS' passing, virtual_oss has been left unmaintained.
Sponsored by: The FreeBSD Foundation
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D44608 |
1.3.1_1 19 Feb 2024 17:49:46 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.3.1 22 Jul 2023 15:33:48 |
Rene Ladan (rene) |
*: return Hans Petter Selasky's ports to the pool after he passed away.
portmgr would like to thank Hans Petter for his years of ports maintenance
and his work on FreeBSD in general. May he rest in peace.
An in-memoriam can be read at
https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html
With hat: portmgr-secretary |
1.3.1 27 May 2023 11:14:46 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.3.1
- Fix resource leakage related to Bluetooth.
Approved by: pi (implicit) |
1.3.0_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.3.0_1 30 Mar 2023 17:20:15 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Set cuse(3) as required kernel module.
Approved by: pi (implicit) |
1.3.0 27 Nov 2022 14:04:33 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.3.0
- Automagically load the cuse.ko module
- Add more tips and tricks to manual page
- Factor out repeating mixing core into own function
- Fix adding noise when gaining
Approved by: pi (implicit) |
1.2.22 15 Nov 2022 09:58:11 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.22
- Removed dependency for bzip2 from port. GitHub uses gzip.
- Improved low latency audio reception for bluetooth.
Approved by: pi (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.21 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.2.21 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.2.21 03 Apr 2022 10:52:24 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.21
- Updated manual page.
Approved by: pi (implicit) |
1.2.20 08 Mar 2022 09:44:55 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.20
- Fixed resampling bug for duplex audio.
Approved by: pi (implicit) |
1.2.19 28 Feb 2022 14:50:23 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.19
- Add support for getting system information, like current input and output
device when using virtual_oss_cmd(8).
Approved by: pi (implicit) |
1.2.18 30 Jan 2022 20:04:15 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.18
- Make sure SNDCTL_DSP_GETISPACE() returns
the maximum read size in the bytes field.
Approved by: pi (implicit) |
1.2.17 29 Jan 2022 17:56:53 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.17
- Make sure DMA pointers are cyclic.
Approved by: pi (implicit) |
1.2.16 16 Dec 2021 19:50:59 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.16
- Add support for sndio(7) as a backend.
Submitted by: Tim Creech <tcreech@tcreech.com>
Approved by: pi (implicit) |
1.2.15 12 Nov 2021 12:59:20 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.15
- Populate devnode field for SNDCTL_ENGINEINFO IOCTL(2).
Approved by: pi (implicit) |
1.2.14 06 Aug 2021 12:28:01 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.14
- Fix buffering issue with local monitoring.
Approved by: pi (implicit) |
1.2.13 16 May 2021 21:46:33 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.13
- Fix detection of OSS transmit buffer overruns.
Approved by: pi (implicit) |
1.2.12 11 May 2021 10:20:43 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.12
- Update usage of -a option.
Approved by: pi (implicit) |
1.2.11 08 May 2021 21:58:13 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.11
- Fix equalizer filter for receive direction.
Approved by: pi (implicit) |
1.2.10 24 Apr 2021 13:59:51 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.10
- Fix build on 14-current.
- Remove now redundant HAVE_CUSE=YES make variable.
Approved by: pi (implicit) |
1.2.9 23 Apr 2021 03:11:29 |
Hans Petter Selasky (hselasky) |
audio/virtual_oss: Update to 1.2.9
Catch up with sndstat(4) API overhaul.
Approved by: pi (implicit) |
1.2.8_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.2.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.8_1 27 Mar 2021 17:25:27 |
lwhsu |
audio/virtual_oss: Add sndstat(4) support
Also fix a portlint(1) warning.
Submitted by: khng
Approved by: hselasky (maintainer)
Reviewed by: philip
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29413 |
1.2.8 08 Mar 2021 14:15:09 |
hselasky |
Update to 1.2.8:
- Added support for local monitoring.
- Implemented SNDCTL_DSP_LOW_WATER ioctl(9).
Approved by: pi (implicit) |
1.2.7 04 Feb 2021 14:36:30 |
hselasky |
Add webpage link for virtual_oss.
Approved by: pi (implicit) |
1.2.7 04 Feb 2021 14:24:48 |
hselasky |
Update to 1.2.7:
- several improvements and minor fixes.
- new virtual_oss_cmd utility for manipulating existing virtual_oss instances.
- moved distfile to GitHUB.
Approved by: pi (implicit) |
1.2.6_5 29 Dec 2020 11:46:46 |
hselasky |
Require kld before starting virtual_oss in case cuse(3) is loaded from there.
Suggested by: Rozhuk Ivan <rozhuk.im@gmail.com>
Approved by: pi (implicit) |
1.2.6_4 07 Oct 2020 07:10:57 |
hselasky |
Fix rc.d status command for virtual_oss.
PR: 250046
Approved by: pi (implicit) |
1.2.6_3 06 Oct 2020 20:58:10 |
hselasky |
Fix path for virtual_oss when checking pidfile in rc.d file.
PR: 250046
Approved by: pi (implicit) |
1.2.6_2 03 Oct 2020 19:23:23 |
hselasky |
Add missing LD_PRELOAD= environment variable to the virtual_oss rc.d .
PR: 250046
Approved by: pi (implicit) |
1.2.6_1 15 Sep 2020 06:20:19 |
hselasky |
Lower default buffer latency in rc.d script.
Approved by: pi (implicit) |
1.2.6 11 Aug 2020 11:14:58 |
hselasky |
Update virtual_oss to 1.2.6
- Added support for configurable main output and recording level compressor.
- Added support for simple HTTP streaming frontend.
- Added system startup rc.d script.
- Fixed a jitter bug.
- Updated documentation.
Approved by: pi (implicit) |
1.2.5 03 Mar 2020 17:14:06 |
hselasky |
Update virtual_oss to 1.2.5
- Fix compatibility with portaudio.
Approved by: pi |
1.2.4 30 Nov 2019 21:23:36 |
rene |
audio/virtual_oss: libcuse is available on all supported versions of FreeBSD. |
1.2.4 05 Jul 2019 09:34:08 |
hselasky |
Update virtual_oss to 1.2.4
Implement SNDCTL_DSP_RESET. Improves support for vlc.
Approved by: pi |
1.2.3 04 Jul 2019 17:07:41 |
hselasky |
Update virtual_oss to 1.2.3
Fixes for use with firefox and chrome, ALSA backend.
Approved by: pi |
1.2.2 30 Mar 2019 23:00:09 |
hselasky |
Update virtual_oss to 1.2.2
Separate bluetooth speaker utility into own option.
This resolves some build failures.
Approved by: pi |
1.2.1 29 Mar 2019 12:47:20 |
hselasky |
Update virtual_oss to 1.2.1
Among other features and bugfixes virtual_oss now can do simple FIR
filtering on the played back or recorded audio.
Approved by: lme |
1.2.0 30 Oct 2018 10:57:45 |
hselasky |
Update virtual_oss to 1.2.0
- Buffering improvements to avoid jitter and
artifacts when playing back audio.
Approved by: pi |
1.1.6 28 Jul 2018 17:38:01 |
hselasky |
Update virtual_oss to 1.1.6
- Fix for incorrect ODELAY values.
Approved by: pi |
1.1.5 04 Nov 2017 16:39:13 |
hselasky |
Update virtual_oss to 1.1.5
- Fix regression issue when using the portaudio OSS backend.
Approved by: maintainer |
1.1.4 04 Nov 2017 08:21:45 |
hselasky |
Update virtual_oss to 1.1.4
- Improved support for VLC OSS backend.
- Added support for running in background.
- Added support for setting resampling quality.
- Updated manual page.
Approved by: maintainer |
1.1.3 04 Aug 2017 18:15:29 |
kwm |
Update virtual_oss to 1.1.3
- Fixed division by zero bug.
Submitted by: maintainer (via e-mail) |
1.1.2 06 Nov 2016 20:58:31 |
kwm |
Bump virtual_oss to 1.1.2.
* Build fixes for the new libsamplerate.
Submitted by: maintainer
Reported by: pkg-fallout@ |
1.1.1 28 Oct 2016 16:00:45 |
danfe |
- Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line |
1.1.1 28 Oct 2016 13:03:40 |
kwm |
Add virtual_oss and it's graphical control panel virtual_oss_ctl.
Virtual OSS is an audio mixing application that multiplexes and demultiplexes
a single OSS device into multiple customizable OSS compatible devices using
character devices in userspace. These devices can be used to record played
back audio and mix the individual channels in multiple ways. Virtual OSS
also supports playback and recording through bluetooth audio devices.
Submitted by: Hans Petter Selasky |