Next | Query returned 36 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-05-12 16:13:22 by Ryo ONODERA | Files touched by this commit (8) | Package updated
Log message:
alsa-utils: Update to 1.2.4

Changelog:
1.2.4
Core

    Release v1.2.4

ALSA Control (alsactl)

    alsactl: 00main - fix typo in goto label
    alsactl: add new -U argument text to man page
    alsactl: init - add -U option to disable UCM based init
    alsactl: fix the syslog message - add : delimiter after function:line

Audio Transfer utility

    treewide: fix typos in manual pages

alsa-info.sh

    alsa-info: provide DMI system sku
    alsa-info.sh: command -v cleanups
    alsa-info.sh: declare variables separately from the assign (coverity)

alsaloop

    alsaloop: Fix the silence generation in xrun_sync

alsamixer

    alsamixer: remove wrong free(buf) call in read_file()
    alsamixer: small optimizations
    alsamixer: added configuration file parser
    alsamixer: Use a struct for storing color attributes
    alsamixer: added mouse support
    alsamixer: Replaced hardcoded keys by binding arrays
    alsamixer: Fix window_size_changed()

alsatplg (topology)

    topology: check for the remove() error (coverity)
    topology: fix the error path in load()

alsaucm

    alsaucm: Fix ending with quotes commands

aplay/arecord

    aplay: fix the wrong count in compute_max_peak() for 16bit+ sample widths
    minor aplay man page correction
    aplay: Fix typo in error message
    treewide: fix typos in manual pages
    aplay: capture: write only the amount of read frames
    aplay: pcm_read(): return read samples instead of requested upon abort
    aplay: pcm_readv(): return read samples instead of requested upon abort
    aplay: fix possible string overflow (coverity)

bat (basic audio tester)

    alsabat: fix typo

1.2.3
Core

    Release v1.2.3
    github actions: ubuntu - fix the non-interactive build
    github workflow: fix tag fetch

ALSA Control (alsactl)

    alsactl: ucm - rename _once command to _boot command
    alsactl: allow to compile alsactl without UCM support
    alsactl: use the right priority for syslog messages
    alsactl: add -D argument to execute also the UCM defaults section
    alsactl: redirect alsa-lib errors
    alsactl: add initial support for UCM init
    alsactl: init - iterate through all cards for the initial settings
    alsactl: daemon.c - fix gcc warning in write_pid_file()
    alsactl: fix error handling for sched_setscheduler() call
    alsactl: avoid needless wakeups in monitor loop.
    alsactl: don't exit on EINTR from epoll_wait().

alsa-info.sh

    alsa-info.sh: increase version to 0.4.65
    alsa-info: initial rpm/deb package info
    alsa-info.sh: add ALT to DISTRO list

alsaloop

    alsaloop: reduce cumulative error caused by non-atomic samples calculation

alsamixer

    alsamixer: suppress _XOPEN_SOURCE compile warning

alsaucm

    alsaucm: remove custom rules, alsactl is UCM aware now
    alsactl: ucm - rename _once command to _boot command

amixer

    amixer: retype to double in convert_prange1() like in convert_prange()
    amixer: improve the raw percentual volume rounding

1.1.9
Core

    Release v1.1.9
    axfer: add an entry of axfer to README

ALSA Control (alsactl)

    alsactl: monitor - remove dead code in run_dispatcher() (coverity)
    alsactl: simple coverity fix

Audio Transfer utility

    axfer/test: fix uninitialized warning
    axfer/test: fix uninitialized warning
    axfer: Declare global variables as 'extern' in header
    axfer: Fix creation of v1.2 headers on big-endian systems
    xfer: fix possible minor memory leak in xfer_options_parse_args() (coverity)
    axfer: return back unsigned avail variable, do proper retype in \ 
xfer-libasound-irq-mmap.c
    axfer: coverity fixes
    axfer: add missing header file of unit test to distribution
    axfer: allow to be compiled with glibc-2.11 or former
    axfer: correct invalid usage of escape of itaric text
    axfer: supplement value of options for the manual of transfer subcommand
    axfer: correct message to notice that help text is implemented
    axfer: correct description about snoop mode of libffado
    axfer: fulfill section for backward compatibitity for chmap option
    axfer: add a section about unit test

alsa-info.sh

    alsa-info.sh: cleanups

alsaloop

    alsaloop: remove unused assignment warning (coverity)

alsamixer

    alsamixer: define _GNU_SOURCE to get exp10

amixer

    amixer: define _GNU_SOURCE to get exp10

aplay/arecord

    aplay: check the return value for snd_pcm_sw_params_current() (coverity)
    aplay: fix the multiple open file descriptors for the raw capture

aplaymidi/arecordmidi

    arecordmidi: simple coverity fix
    seq: arecordmidi: Add num-events option

1.1.8
Core

    Release v1.1.8
    Makefile.am: add README.md to EXTRA_DIST
    axfer: add support for libffado transmission backend
    axfer: add unit test for container interface
    axfer: add an entry point for this command
    initial version of .travis.yml
    rename and update README.md

Audio Transfer utility

    axfer: add an explanation about advantages/issues of Timer-based scheduling model
    axfer: add an explanation about Timer-based scheduling model
    axfer: add an explanation about IRQ-based scheduling model
    axfer: add text for compatibility loss of sw parameter in libasound backend
    axfer: fulfill manual section for libasound backend
    axfer: print help for libasound backend
    axfer: fulfill manual section for libffado backend
    axfer: print help for libffado backend
    axfer: correct description about signal handling
    axfer: fix typo in axfer(1) manual
    axfer: fix no return statement in print_help() function
    axfer: enable each backend to print own help
    axfer: print help text of transfer subcommand just for common options
    axfer: print help text of list subcommand
    axfer: print help text of command entry
    axfer: add a section about design of transfer subcommand
    axfer: add a section to describe compatibility to aplay(1)
    axfer: add a manual for transfer subcommand
    axfer: add a manual for list subcommand
    axfer: add a manual for entry point
    axfer: check whether a terminal is referred for stdio
    axfer: truncate parsed arguments before operating subcommand
    axfer: use transfer subcommand as a default for compatibility mode to aplay(1)
    axfer: use second argument in command line for transmission direction
    axfer: apply refactoring in list subcommand for new command system
    axfer: apply refactoring to list subcommand for backward compatibility to \ 
aplay(1)
    axfer: add support for libffado transmission backend
    axfer: obsolete some unimplemented options
    axfer: add support for timer-based scheduling model with MMAP operation
    axfer: add an implementation of waiter for epoll(7)
    axfer: add an implementation of waiter for select(2)
    axfer: add an implementation of waiter for poll(2)
    axfer: add an option for waiter type
    axfer: add a common interface of waiter for I/O event notification
    axfer: add options for plugins in alsa-lib
    axfer: add options for software parameters of PCM substream
    axfer: add options for buffer arrangement
    axfer: add an option to suppress event waiting
    axfer: add support for MMAP PCM operation
    axfer: add support for non-blocking operation
    axfer: add an option to finish transmission at XRUN
    axfer: add options related to duration and obsolete '--max-file-size' option
    axfer: add an option to dump available hardware parameters
    axfer: add informative output and an option to suppress it
    axfer: add a sub-command to transfer data frames
    axfer: add support for blocking data transmission operation of alsa-lib PCM API
    axfer: add support to transfer data frames by alsa-lib PCM APIs
    axfer: add a parser for command-line options
    axfer: add a common interface to transfer data frames
    axfer: add a unit test for mapper interface
    axfer: add support for a mapper for multiple target
    axfer: add support for a mapper for single target
    axfer: add a common interface to align data frames on different layout
    axfer: add unit test for container interface
    axfer: add support for a container of raw data
    axfer: add support for a container of Creative Tech. voice format
    axfer: add support for a container of Sparc AU format
    axfer: add support for a container of Microsoft/IBM RIFF/Wave format
    axfer: add a common interface to handle a file with audio-specific data format
    axfer: add a sub-command to print list of PCMs/devices
    axfer: add an entry point for this command

alsaloop

    alsaloop: more avail_min cleanups

alsatplg (topology)

    topology/topology.c: drop unneeded <dlfcn.h> include

aplay/arecord

    aplay: improve available conditions for '--samples' and '--duration' options
    aplay: add a paragraph for '--samples' ('-s') option to aplay manual
    aplay: delete paragraph for obsoleted '--sleep-min' ('-s') option from aplay \ 
manual

1.1.7
Core

    Release v1.1.7
    Release v1.1.6

ALSA Control (alsactl)

    alsactl: lock - fix the array size (gcc warning)
    alsactl: use signalfd to catch UNIX signal
    alsactl: handle detection of new sound card
    alsactl: handle disconnection of sound card
    alsactl: obsolete array for maintenance of handlers
    alsactl: use a list of source for event dispatcher instead of an array of source
    alsactl: use link list to maintain source of events
    alsactl: use epoll(7) instead of poll(2)
    alsactl: add an iterator of registered instances of sound card
    alsactl: split event loop code to a function

Speaker Test

    speaker-test: Allow sampling rates up to 768000
    speaker-test: Remove unused variable
    speaker-test: Support S24_3LE sample format

alsaloop

    alsaloop: pcmjob - fix few warnings

alsamixer

    alsamixer: fix gcc warnings

alsatplg (topology)

    alsatplg: add man file

alsaucm

    alsatplg: add man file
    alsaucm: add alsa-ucm udev rules for PAZ00 (Toshiba AC100/Dynabook AZ).

aplay/arecord

    aplay: add missing block brackets
    aplay: Fix invalid file size check for non-regular files

bat (basic audio tester)

    alsabat: Allow custom sample format for round trip latency test
    bat: alsa.c - move the thread cleanup pop before goto exit3

1.1.6
Core

    Release v1.1.6

ALSA Control (alsactl)

    alsactl: Only start restore service when asoundrc file exists
    Change FSF address (Franklin Street)

ALSA RawMidi Utility (amidi)

    Change FSF address (Franklin Street)

Speaker Test

    speaker-test: Refactor the tone-generator codes

alsaloop

    alsaloop: fix a typo in the comparison
    Change FSF address (Franklin Street)

amixer

    Change FSF address (Franklin Street)

aplay/arecord

    aplay: Fix wav file not being split on 32 bit platforms
    aplay: Adjust sample rate limits to support newer hardware

bat (basic audio tester)

    bat: alsa.c - move the thread cleanup pop before goto exit3

1.1.5
Core

    Release v1.1.5
    alsactl: Move systemd unit start-up from basic.target to sound.target

ALSA Control (alsactl)

    alsactl: Move systemd unit start-up from basic.target to sound.target

alsatplg (topology)

    alsatplg: fix topology compiler long option parsing
    topology: delete output file if parsing fails.

aplay/arecord

    aplay: Fix playback for small raw files
    aplay: Refactor playback code
    aplay: Add samples argument for playing/recording a given number of samples
    aplay: interrupt streaming via signal in voc_pcm_write
    aplay: Fix --max-file-time option 32 bits overflow

bat (basic audio tester)

    alsabat: fix one uninitialized warning issue

1.1.4
 Core

    Release v1.1.4

ALSA Control (alsactl)

    alsactl: Remove standard output definition in systemd unit

ALSA RawMidi Utility (amidi)

    amidi: optarg might be NULL, fix 't' argument parsing

alsa-info.sh

    alsa-info: add ACPI device status
    alsa-info: provide more DMI information

alsaucm

    alsaucm: Add alsaucm.rst to EXTRA_DIST

aplay/arecord

    aplay: Introduce and use xwrite helper

1.1.3
Core

    Release v1.1.3
    INSTALL: document how to configure a build for installation in a local dir
    configure.ac: add a check for rst2man, a reStructuredText man page generator
    configure.ac: fix the check for xmlto availability
    alsabat: add amixer config files
    alsabat: automation test scripts

ALSA Control (alsactl)

    alsactl: Fix potential NULL dereferences in daemon mode

ALSA RawMidi Utility (amidi)

    amidi: add sysex-interval option
    amidi: fix timeout handling
    amidi: ignore not only Active Sensing but also Clock bytes

Speaker Test

    speaker-test: Fix chmap wav file selection.

alsaloop

    alsaloop: try adapt avail_min for playback to avoid 100% CPU usage

alsaucm

    alsaucm: add a man page, generated from reStructuredText
    alsaucm: mention the "list1" command in the usage output

aplay/arecord

    aplay: Fix to handle pause when system is suspended/Resumed

bat (basic audio tester)

    alsabat: add system power management S3 test
    alsabat: fix alsabat -86 error
    alsabat: add amixer config files
    alsabat: automation test scripts

1.1.2
Core

    Release v1.1.2
    alsabat: align the data type on float

aplay/arecord

    aplay: fix lurking capture file overwrite bug

bat (basic audio tester)

    alsabat: make snr_is_valid static
    alsabat: fix a missing break in switch
    alsabat: add noise detection
    alsabat: add a single channel sine wave generator
    alsabat: add channels parameter for adjust_waveform()
    alsabat: align the data type on float
    alsabat: add round trip audio latency test
    alsabat: fix a possible memory leak
    alsabat: add buffer size and period size settings
    alsabat: add terminate status check for capture thread
   2018-04-21 15:38:07 by Thomas Klausner | Files touched by this commit (28)
Log message:
*: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites
   2016-12-19 00:33:12 by Joerg Sonnenberger | Files touched by this commit (12)
Log message:
Bump revision of all packages using libform, libpanel or libmenu as the
library name in devel/ncurses changed.
   2016-04-20 14:10:35 by Niclas Rosenvik | Files touched by this commit (138)
Log message:
Set LICENSE for a lot of audio packages.
   2016-04-15 10:50:21 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update alsa-utils to 1.1.0.

Core

    Release v1.1.1
    alsabat: add tinyalsa support
    alsabat: add standalone mode
    aconnect: Show sequencer sound card numer/PID via aconnect

ALSA Control (alsactl)

    alsactl: init/ca0106, init/hda - use CTL{values} instead CTL{value}
    alsactl: remove debug line in set_ctl_values()

aconnect

    aconnect: Show sequencer sound card numer/PID via aconnect

alsa-info.sh

    alsa-info: add alsa-info.sh.1 to EXTRA_DIST
    alsa-info.sh: add man page

amixer

    amixer: skip showing asoc tlv byte controls

aplay/arecord

    aplay/arecord: handle parsing errors of parameter values

bat (basic audio tester)

    alsabat: add tinyalsa support
    alsabat: move alsa process to a single block
    alsabat: use general data generator function
    alsabat: clean return value for playback and capture threads
    alsabat: use general function for wav header update
    alsabat: refactoring alsa capture thread
    alsabat: use variable for thread return value
    alsabat: fix fopen and messages
    alsabat: fix misusing of errno
    alsabat: add bash test script
    alsabat: add standalone mode
    alsabat: add default device name for playback and capture
    alsabat: truncate sample frames for faster FFT analysis
    alsabat: rename to avoid naming conflict
    bat: Don't pass incompatible function pointers to pthread_cleanup_push()
    bat: Avoid local signal.h file
   2016-02-18 16:16:33 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
Update alsa-utils to 1.1.0:

Core

    Release v1.1.0
    bat: don't link all binaries with fftw library, add missing header
    configure.ac: check for fftw3/m(sqrtf)/pthread only when BAT is enabled
    build: Do not try to detect cross-compiler
    BAT: Add Makefile and configures
    topology: Add command line topology tool to build topology binaries

ALSA Control (alsactl)

    alsactl: Manage both save and restore in a single unit
    alsactl: Add path condition to alsa-store and alsa-restore services
    alsactl: terminate readlink result string

Speaker Test

    speaker-test: fix option ordering
    speaker-test: Add option to specify signal scale

alsa-info.sh

    alsa-info: Don't try update when wget isn't available

alsatplg (topology)

    topology: Add command line topology tool to build topology binaries

alsaucm

    alsaucm: Drop localbuild hacks

amixer

    amixer: expand local storage for item name according to kernel code
    amixer: Don't set only the first item in sset_enum()

aplay/arecord

    aplay: fix VU meter for S24_LE etc formats
    arecord: Remove only regular files
    aplay: Fix uninterruptible aplay
    aplay: Fix type for signal flag

bat (basic audio tester)

    bat: add all headers to noinst_HEADERS
    bat: don't link all binaries with fftw library, add missing header
    BAT: Add missing locale.h header
    BAT: Add man page
    BAT: Use dynamic temp file
    BAT: Change comments and interface of usage()
    BAT: Use colon instead of comma for separation
    BAT: Remove redundant message strings
    BAT: Add Makefile and configures
    BAT: Add spectrum analysis functions
    BAT: Add converting functions
    BAT: Add signal generator
    BAT: Add playback and record functions
    BAT: Add common definitions and functions
    BAT: Add initial functions
   2015-11-03 02:12:56 by Alistair G. Crooks | Files touched by this commit (409)
Log message:
Add SHA512 digests for distfiles for audio category

Problems found with existing distfiles:
	/pub/pkgsrc/distfiles/amp-0.7.6.tgz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
	/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
	/pub/pkgsrc/distfiles/mp3to.gz
	/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-18 09:31:20 by Thomas Klausner | Files touched by this commit (282)
Log message:
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
   2015-08-17 19:11:32 by Thomas Klausner | Files touched by this commit (178)
Log message:
Bump PKGREVISION for ncurses shlib bump.
   2014-09-24 13:10:38 by Jonathan Perkin | Files touched by this commit (5)
Log message:
USE_TOOLS+=gsed for -r support, plus various patches to fix SunOS build.

Next | Query returned 36 messages, browsing 11 to 20 | Previous