0.7.10 - 12.10.2016 (Hollow)
Bug Fixes:
[issue 97] - Missing import
[issue 105] - Fix the rendering of default constructed id3.TagHeader
Fixed Tag.frameiter
0.7.9 - 11.27.2015 (Collapse/Failure)
New Features:
process files and directories in a sorted fashion. <Hans-Peter Jansen>
display the ellipsis file name and path, and the file size right justified in printHeader. <Hans-Peter Jansen>
stating to be unable to find a valid mp3 frame without a hint, where this happened is rather unfortunate. I noticed this from using eyed3.load() calls. <Hans-Peter Jansen>
[fixup plugin] - Better compilation support.
Bug Fixes:
Fixed missing ‘math’ import.
[issue 81] - Replaced invalid Unicode.
[issue 91] - Disabled ANSI codes on Windows
[issue 92] - More friendly logging (as a module)
0.7.8 - 05.25.2015 (Chartsengrafs)
New Features:
[pymod plugin] – A more procedural plugin interface with modules.
[art plugin] – Extract tag art to image files, or add images to tags.
eyed3.utils.art - High level tag art API
eyed3.id3.frames.ImageFrame.makeFileName produces the file extension .jpg instead of .jpeg for JPEG mime-types.
Added eyed3.utils.makeUniqueFileName for better reuse.
[statistics plugin] – Less score deduction for lower bit rates.
Split example plugins module into discrete plugin modules.
[fixup plugin] – Added –fix-case for applying title() to names
[fixup plugin] – Detects and optionally removes files determined to be cruft.
eyed3.id3.Tag – Added frameiter method for iterating over tag frames.
Added optional preserve_file_time argument to eyed3.id3.Tag.remove.
Removed python-magic dependency, it not longer offers any value (AFAICT).
Bug Fixes:
[issue 50] Crashing on –remove-frame PRIV
[issue 75] Parse lameinfo even if crc16 is not correct
[issue 77] Typo in docs/installation.rst
[issue 79] Request to update the GPL License in source files
Fixes to eyed3.id3.tag.TagTemplate when expanding empty dates.
eyed3.plugins.Plugin.handleDone return code is not actually used.
[classic plugin] – Fixed ID3v1 –verbose bug.
[fixup plugin] – Better date handling, album type, and many bug fixes.
0.7.6 / 0.7.7 - Skipped
ver 0.20.4 (2017/02/01)
* input
- nfs: fix freeze after reconnect
* output
- sndio: work around a libroar C++ incompatibility
* workaround for GCC 4.9 "constexpr" bug
* fix FreeBSD build failure
ver 0.20.3 (2017/01/25)
* protocol
- "playlistadd" creates new playlist if it does not exist, as documented
* database
- proxy: fix error "terminate called after throwing ..."
- proxy: make connect errors during startup non-fatal
* neighbor
- upnp: fix premature expiry
* replay gain: don't reset ReplayGain levels when unpausing playback
* silence surround channels when converting from stereo
* use shortcuts such as "dsd64" in log messages
--------------------------------
libdiscid-0.6.2:
- ISRC and MCN support on BSD
- LIB-60: fix make check for default device on generic/unknown platform
- make Doxygen output reproducible (no timestamps)
- remove newline for Linux device "1" from proc
added: all new command-line tagging utility (wvtag)
added: option to import ID3v2.3 tags from Sony DSF files
fixed: fuzz test failures from AFL reported on SourceForge
improved: DSD decimation filter (less HF rolloff & CPU use)
fixed: non-byte audio depths (12-bit, 20-bit) not showing
fixed: rare case of noise-shaping triggering a lossy mute
fixed: recognize UTF-8 BOM when reading text files
fixed: a few portability issues
This Opus 1.1.4 release fixes a single bug. A specially-crafted
Opus packet could cause an integer wrap-around in the SILK LSF
stabilization code. This would cause an out-of-bounds read 256
bytes before a constant table. In most circumstances, the consequences
are harmless and the result is simply noise in the audio.
This was reported as CVE-2017-0381. Contrary to that report, our
own analysis shows that no remote code execution is possible.
However, we are making this release as a precaution.
abcde 2.8.1.
* Fix silly error introduced in abcde-musicbrainz-tool when fixing bug
30. Thanks to Thomas Klausner for the bug/patch. Closes Issue 52:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=52
-- Steve McIntyre <93sam@debian.org> Wed, 18 Jan 2017 11:02:38 +0000
Changelog:
# PulseAudio 10.0 release notes
## Changes at a glance
* Automatically switch Bluetooth profile when using VoIP
applications
* New module for prioritizing passthrough streams
(module-allow-passthrough)
* Fixed hotplugging support for USB surround sound cards
* Separate volumes for Bluetooth A2DP and HSP profiles
* memfd-based shared memory mechanism enabled by default
* Removed module-xenpv-sink
* Dropped dependency to json-c
* When using systemd to start PulseAudio, pulseaudio.socket is
always started first
* Compatibility with OpenSSL 1.1.0
* Clarified qpaeq license
## Notes for end users
### Automatically switch Bluetooth profile when using VoIP applications
Bluetooth headsets typically support both the A2DP profile, which is
suitable for music, and the HSP profile, which is suitable for
telephony use cases. module-bluetooth-policy will now automatically
switch the profile of a Bluetooth headset from A2DP to HSP/HFP when an
application creates a recording stream with property media.role=phone
(telephony applications should set that property for their
streams). When the stream goes away, the profile gets restored back to
A2DP. This way the user doesn't have to manually switch the profiles
when starting and stopping a call. This behaviour can be disabled by
giving argument auto_switch=false to module-bluetooth-policy.
### New module for prioritizing passthrough streams (module-allow-passthrough)
Passthrough streams are streams whose content must go completely unaltered from the application to the sound card, and they are mainly used for playing back compressed audio through an S/PDIF connection. When a passthrough stream is playing to a device, no other streams can play at the same time to the same device, and if there's already something playing when a passthrough stream is created, the passthrough stream creation will normally fail. Now we have a new module, called module-allow-passthrough, which will give higher priority to passthrough streams, so that if there are other streams playing when a passthrough stream is created, those other streams will be moved out of the way to a dummy device.
### Fixed hotplugging support for USB surround sound cards
A long-standing bug that prevented PulseAudio from using any
hotplugged USB surround sound cards has been fixed.
### Separate volumes for Bluetooth A2DP and HSP profiles
The Bluetooth sink and source names are now different depending on
whether the active profile is A2DP or HSP. This allows PulseAudio to
store different volumes for A2DP and HSP. Due to different mechanisms
for implementing volume control between the profiles, trying to use
the same volume value in PulseAudio doesn't actually result in the
same perceived volume, so it's better not to try to use the same
volume.
As an unfortunate transition effect, volumes saved earlier with an
older PulseAudio version won't have effect in the new PulseAudio
version, so all Bluetooth devices will have their volume reset to the
default value when running the new PulseAudio version for the first
time.
This only affects BlueZ 5 users. The same change was done already
earlier for PulseAudio's BlueZ 4 code.
### memfd-based shared memory mechanism enabled by default
The memfd-based shared memory mechanism that was implemented in 9.0 is
now enabled by default. This shouldn't cause any user-visible changes
in behaviour, except if you're using the Firejail sandboxing software,
which doesn't work with PulseAudio's old shared memory mechanism.
If desired, the feature can still be disabled by setting "enable-memfd
= no" either in daemon.conf (for disabling it at the server side) or
in client.conf (for disabling it at the client side).
### Removed module-xenpv-sink
module-xenpv-sink was removed, because it's probably not used by
anyone. If you use it, please let us know.
## Notes for packagers
### Dropped dependency to json-c
libpulse previously used json-c internally, which forced applications
to link to json-c too. That caused crashing in some GLib applications,
because json-c and json-glib both use the same name for some
functions. To solve this, we implemented the necessary JSON
functionality directly in libpulse, so we don't depend on json-c any
more.
### When using systemd to start PulseAudio, pulseaudio.socket is always started first
The pulseaudio.service unit now depends on pulseaudio.socket, meaning
that before systemd starts PulseAudio, it will always first set up the
socket. This is done to avoid confusing behaviour in certain corner
cases (see the comments in pulseaudio.service for a more detailed
explanation).
### Compatibility with OpenSSL 1.1.0
OpenSSL, which is used by module-raop-sink, broke backwards
compatibility in the 1.1.0 release. PulseAudio now supports both 1.1.0
and older versions.
### Clarified qpaeq license
Most of PulseAudio is licensed under LGPL, but the "qpaeq" equalizer
GUI is licensed under AGPL. That hasn't previously been mentioned
anywhere else than in the qpaeq source code itself. Therefore,
distributions that tag their packages with license information have
likely used incorrect information. The license of qpaeq hasn't
changed, but the use of AGPL is now correctly noted in the top-level
LICENSE file.
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
abcde 2.8
* Make fdkaac the default for m4a encoding. Faac can still be selected
for m4a encding via ~/.abcde.conf file but best not to :).
* Split user-definable mungefilename function into mungetrackname,
mungeartistname, and mungealbumname, each of which default to
mungefilename Thanks to Gerald Turner for the patch and enhancement
request. This closes Issue 39:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=39
* FAQs: Clarify the exit from multi-result CDDB search.
* Fix to allow multiple output formats when aac fallback is triggered.
Thanks to Birk Bremer for the bug report. This closes Issue 35:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=35
* Fix for some erroneous error and status logging. Thanks to Christian
Wasem for the bug report and fix. This closes Issue 32:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=32
* Add support for trying multiple CD lookup services in order. Thanks to
Gabriel Rosenkoetter for the patch. Closes Issue 42:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=42
* Add Recommends on glyrc and imagemagick in Debian packaging. Closes
Debian Bug #827626
* Fix up handling of the first few sectors when reading
from a whole-CD flac file or using cdparanoia in one-track
mode. Thanks to Matthias König for the patch. Closes Issue 44:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=44
* Tweak the fix in musicbrainz for handling sketchy returned data
some more. Hopefully closes Issue 30:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=30
* Re-enable some commented out cdparanoia/debug code in do_discid.
Closes Issue 14:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=14
* Add "-a" to lots of grep calls in case of "binary" looking data,
e.g. non-ascii text in track titles!
Closes Issue 24:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=24
* Add "-L" to default curl options, to follow redirects if needed
Closes Issue 40:
https://abcde.einval.com/bugzilla/show_bug.cgi?id=40
Thanks to Gabriel Rosenkoetter for the patch.
* Switch default from "cddb" to "musicbrainz" for track lookup
Closes Debian Bug #842178
ver 0.20.2 (2017/01/15)
* input
- alsa: fix crash bug
- alsa: fix buffer overruns
* decoder
- flac: add options "probesize" and "analyzeduration"
* resampler
- libsamplerate: reset state after seeking
* output
- fix static noise after changing to a different audio format
- alsa: fix the DSD_U32 sample rate
- alsa: fix the DSD_U32 byte order
- alsa: support DSD_U16
- recorder: fix error "Failed to create : No such file or directory"
* playlist
- cue: fix skipping songs
ver 0.20.1 (2017/01/09)
* input
- curl: fix crash bug
- curl: fix freeze bug
* decoder
- wavpack: fix crash bug
* storage
- curl: new storage plugin for WebDAV (work in progress)
* mixer
- alsa: normalize displayed volume according to human perception
* fix crash with volume_normalization enabled
ver 0.20 (2017/01/04)
* protocol
- "commands" returns playlist commands only if playlist_directory configured
- "search"/"find" have a "window" parameter
- report song duration with milliseconds precision
- "sticker find" can match sticker values
- drop the "file:///" prefix for absolute file paths
- add range parameter to command "plchanges" and "plchangesposid"
- send verbose error message to client
* input
- curl: fix memory leak
* tags
- ape, ogg: drop support for non-standard tag "album artist"
affected filetypes: vorbis, flac, opus & all files with ape2 tags
(most importantly some mp3s)
- id3: remove the "id3v1_encoding" setting; by definition, all ID3v1 tags
are ISO-Latin-1
- ape: support APE replay gain on remote files
- read ID3 tags from NFS/SMB
* decoder
- improved error logging
- report I/O errors to clients
- ffmpeg: support ReplayGain and MixRamp
- ffmpeg: support stream tags
- gme: add option "accuracy"
- gme: provide the TRACK tag
- gme: faster scanning
- mad: reduce memory usage while scanning tags
- mpcdec: read the bit rate
- pcm: support audio/L16 (RFC 2586) and audio/x-mpd-float
- sidplay: faster scanning
- wavpack: large file support
- wavpack: support DSD (WavPack 5)
- wavpack: archive support
* playlist
- cue: don't skip pregap
- embcue: fix last track
- flac: new plugin which reads the "CUESHEET" metadata block
* output
- alsa: fix multi-channel order
- alsa: remove option "use_mmap"
- alsa: support DSD_U32
- alsa: disable DoP if it fails
- jack: reduce CPU usage
- pulse: set channel map to WAVE-EX
- recorder: record tags
- recorder: allow dynamic file names
- sndio: new output plugin
* mixer
- null: new plugin
* resampler
- new block "resampler" in configuration file
replacing the old "samplerate_converter" setting
- soxr: allow multi-threaded resampling
* player
- reset song priority on playback
- reduce xruns
* write database and state file atomically
* always write UTF-8 to the log file.
* remove dependency on GLib
* support libsystemd (instead of the older libsystemd-daemon)
* database
- proxy: add TCP keepalive option
* update
- apply .mpdignore matches to subdirectories
* switch the code base to C++14
- GCC 4.9 or clang 3.4 (or newer) recommended
- Updated upstream sources
- Fixed building with GCC 3.3 and 3.4
- Fixed building with GCC 6
- AArch64 optimizations
- Makefiles for building with MSVC
- Support building the code in C++11 mode
Tue Nov 1 20:16:59 CET 2016 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.4.3
* New:
+ The RIFF track field name is configurable (IPRT, ITRK, TRCK)
for better interoperability.
+ The RIFF chunk name for ID3v2 tags in WAV files is configurable
(ID3, id3) for better interoperability.
+ ID3v2 tags in WAV files can have version 2.3.0 or 2.4.0.
* Improved:
+ Support new classical music frames introduced with iTunes 12.5.
* Fixed:
+ Use the last sort order and column for the file list on startup.
+ Display expected ID3v2 version if no ID3v2 tag exists yet.
+ Tag 3 can be addressed in kid3-cli by number "3".
+ Support translated display frame names in kid3-cli.
+ Avoid crash when pictures in FLAC files are empty or too large.
Wed Aug 24 14:44:04 CEST 2016 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.4.2
* Fixed:
+ Embed Lyrics works again with makepersonal.co and
lyrics.wikia.com.
+ Do not add an empty frame when deleting a non existant frame
in kid3-cli.
+ Support setting multiple frames of the same type with
copy/paste.
+ Allow editing of quick access frames which are not yet present
in the file.
+ Reset shortcuts and appearance configuration when the defaults
are restored in the settings.
* Improved:
+ Do not show any disabled tag values in the Tag 1 section
for files which do not support an ID3v1 tag.
+ Set the file filter for the file list in the file settings,
not with the filter used in the open dialog.
+ Disable the global app menu on Ubuntu's Unity desktop.
Fri Jun 24 20:20:20 CEST 2016 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.4.1
* Fixed:
+ Avoid wrong marking of ID3v2 Date frames as modified.
+ Enable setting M4A, Vorbis date with ISO date/time also when no
tag exists.
+ Windows: Fix separators and relative file names in playlists.
+ Windows: Install missing SSL DLLs, needed for Discogs import.
+ Windows: Fix temporary file creation in id3lib.
Sat Apr 23 16:30:36 CEST 2016 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.4.0
* New:
+ Support more than two tags for MP3 files with ID3v1, ID3v2 and APE
tags, FLAC files with ID3v1, ID3v2 and Vorbis tags.
+ Support RIFF INFO tags in WAV files.
+ Filename to tag format can be defined as a regular expression with
captures.
+ Perl regular expressions with Qt 5.
* Improved:
+ Import from tags is also available from CLI, QML and D-Bus.
+ Help for editing synchronized lyrics.
+ Handle redirects when downloading.
* Fixed:
+ Windows: Saving files which are open in player, e.g. when editing
synchronized lyrics.
+ Windows: Timestamp preservation with non-ASCII file names.
+ KDE 5: Jumping to a specific help topic.
+ Enable setting ID3v2.4 date with ISO date/time also when no tag
exists.
+ Crash when writing to a FLAC file which cannot be opened.
Thu Mar 10 17:55:29 CET 2016 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.3.2
* New:
+ Setting for text encoding used in playlists and exports.
* Improved:
+ Support removing tags in MPC, WavPack with TagLib 1.11.
* Fixed:
+ Windows: Fix plugin name in qmldir.
+ Windows: Crash when adding large pictures to Ogg files.
+ Windows: Go back to older Qt 5.4.2 to avoid random crashes.
+ Stripping of ID3v2 tags from WAV files with TagLib 1.11.
+ Adapted to Discogs server update.
Thu Dec 17 14:53:06 CET 2015 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.3.1
* New:
+ Package for Android.
+ Support setting of data in GEOB frames from CLI and scripts.
+ Icons for high pixel density displays.
* Improved:
+ Trim values from tags in format strings to avoid whitespace when
setting file names from tags.
+ Updated Czech translation.
* Fixed:
+ List picture in get command of kid3-cli also if its description
is empty.
+ Set configured text encoding in picture frames.
+ Make file renaming work when saving non writable files.
+ Use high resolution icon in task switcher.
+ Avoid cropping in picture preview window on high pixel density
displays.
General:
* Fix undefined behaviour using GCC/Clang UBSAN (erikd).
* General hardening via fuzz testing with AFL (erikd and others).
* General code improvements (lvqcl, erikd and others).
* Add FLAC in MP4 specification docs (Ralph Giles).
* MSVS build cleanups (lvqcl).
* Fix some cppcheck warnings (erikd).
* Assume all currently used OSes support SSE2.
flac:
* Fix potential infinite loop on flac-to-flac conversion (erikd).
* Add WAVEFORMATEXTENSIBLE to WAV (as needed) when decoding (lvqcl).
* Only write vorbis-comments if they are non-empty.
* Error out if decoding RAW with bits != (8|16|24).
metaflac:
* Add --scan-replay-gain option.
build system:
* Fixes for MSVC and Makefile.lite build systems.
libraries:
* CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).
* Fix two stream decoder bugs (Max Kellermann).
* Fix a NULL dereference bug (on a malformed file).
* Changed the LPC order guess for a slight compression improvement, particularly for classical music (Martijn van Beurden).
* Improved encoding speed on older Intel CPUs.
* Fixed a seeking bug when decoding certain files (Miroslav Lichvar).
* Put an upper bound (32768) on the number of seek points.
* Fix potential memory leaks.
* Support 64bit brword/bwword allowing FLAC__BYTES_PER_WORD to be set to 8 (disabled by default).
* Fix an out-of-bounds heap read.
* Win32: Only use large buffers when writing to disk.
Version 1.4.1 -- December 12, 2016
==================================
- Restored the -v/-version parameter for fpcalc that got accidentally removed in 1.4.
- Fixed processing of some short audio files. They were ignored in 1.4.
- The DURATION field in the default output of fpcalc is now printed as an integer again.
- Added missing version number to libchromaprint.pc.
- Mac OS X fpcalc builds are done with clang/libc++ and should work on 10.7+.
- Linux fpcalc builds are now fully static.
isn't actually a cstatic. switch to just defining it in the accessor.
GCC optimized this UB away leading to an undefined reference in the builds.
Also use a function which is right for int32 too (same as upstream)
Thanks joerg for the help
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
Switch to ffmpeg3.
Version 1.4 -- December 3, 2016
===============================
- Fully streaming audio processing without any post-processing step for the fingerprint generation.
- Many performance optimizations. Especially when processing long streams, operations should be faster and use less memory.
- C++11 compiler is now required for building the library.
- The public C API now uses standard fixed-size int types from stdint.h (breaks backwards compatibility).
- All code written for the library is now distributed under the MIT license.
- Kiss FFT is now included with the library and automatically used if no other FFT library is found.
- Added support for using the FFTW3F version of FFTW3.
- Boost is no longer used.
added: multiple input formats, including RF64, Wave64, and CAF
added: lossless DSD audio in Philips DSDIFF and Sony DSF files
fixed: seeking in > 2GB WavPack files (new stream reader)
fixed: accept > 4GB source audio files (all formats)
improved: increase maximum samples from 2^32 to 2^40
added: block checksums for robustness to corruption
added: support for non-standard channel identities
removed: support for legacy WavPack files (< 4.0)
added: block decoder for streaming applications
fixed: many small fixes and improvements
added: all new pdf documentation
Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline
The missing specification is obvious on DragonFly because there's
no publically accessible version of readline in base.
PulseAudio builds on DragonFly but doesn't function correctly (one
core spins at 100% and sound still doesn't work. PA has been banished
from DPorts, so follow suit here.
2016-11-01 the hydrogen team <hydrogen-devel@lists.sourceforge.net>
* Release 0.9.7
* The color of the SongEditors squares is now configurable
* Added support for midi cymbal choking
* Added support for midi hihat pressure control
* Added hihat pressure groups
* Added basic non session manager support
* Added instrument components
* Basic lilypond export
* New windows cross compilation script
* Support for soundlibrary images
* Configurable sample selection algorithm
* Support for soundlibraries with images
* Donation dialog
* New midi action:
* SELECT_PREV_PATTERN_RELATIVE
libopenmpt 0.2-beta20.3 (2016-11-20)
[Bug] Possible crashes with malformed ITP and MED files.
Pattern loops ending on the last row a pattern were not executed correctly in S3M files.
Playback fixes for 8-channel MED files
Tremolo on quiet notes was broken in 0.2-beta20.2.
Snd 16.9:
Anders Vinjar provided tankrev.scm
Tito Latini fixed a bug in clm's tap generator (discovered by AV).
Snd: removed snd13.scm
s7: make-keyword -> string->keyword
checked: FC 25, gtk 3.21.6 3.22.0|1, sbcl 1.3.10
in gtk 3.22.0, the basic display mechanism changed again(!) so
(at least today) the window-manager close decoration is messed up,
and I probably missed other troubles -- please let me know
as you encounter them.
Thanks!: Anders Vinjar, IOhannes m zmölnig, Tito Latini.
Changes:
The license of glyr changed from GPLv3 to LGPLv3 (See also #82).
Additionally the lyricswiki provider was fixed (thanks @bugdone)
and quite some typos were fixed (thanks @emillon).
There are more broken providers, but sadly I lack the time/motivation to
maintain glyr on a regular base.
Therefore I would happily pass the development of glyr to a new maintainer.
Please mail me if you are interested.
- Fixed windows builds when UNICODE is defined. (Thanks S. Michel).
libmikmod v3.3.9:
- Amiga, AHI driver: Fixed a crash upon driver shutdown.
- Amiga: Updates. Added standalone makefiles with cross-build support.
- RAW file writer: Changed to use ansi stdio functions instead of
posix unistd, for better portability.
- Playercode: Allocate the right channel reverb buffers only if the
mixer is setup for stereo mode. (Helps with ports to memory-tight
platforms. Patch from Andrew Rossignol.)
- Fixed access to uninitialized memory in the simpleplayMEM example
program.
- Added a configuration option to exclude the hqmixer (off by default.)
- Using locale-insensitive ctype.h and casecmp functions in library.
- Configury: New --disable-alldrv option to disable all of the audio
output drivers. If additional --enable-xxx options are given, the
specified drivers will be enabled.
Avoids failure to notice clang (and use tls workaround) when
PKGSRC_COMPILER is "ccache clang" or similar. Resolves build failure;
binary should be unchanged if it built before.
TagLib 1.11.1 (Oct 24, 2016)
============================
* Fixed binary incompatible change in TagLib::String.
* Fixed reading ID3v2 CTOC frames with a lot of entries.
* Fixed seeking ByteVectorStream from the end.
From the 6.0 release notes (https://freedesktop.org/wiki/Software/PulseAudio/Notes/6.0/):
The libsamplerate based resamplers are now deprecated, because they
offer no particular advantage over speex. Packagers can drop the
dependency to libsamplerate, unless they specifically want to keep
enabling the libsamplerate based resamplers for some reason.
libopenmpt 0.2-beta20.2 (2016-10-22)
[Bug] The C API could crash instead of failing gracefully in out-of-memory situations.
[Bug] libopenmpt_stream_callbacks_fd.h and libopenmpt_stream_callbacks_file.h were missing in Windows development packages.
[Bug] Plugins did not work correctly when changing the sample rate between two render calls.
[Bug] Possible crashes with malformed IT, AMS, MDL, MED, MPTM, PSM and Startrekker files.
[Bug] Possible hangs with malformed DBM, MPTM and PSM files.
ParamEq plugin emulation didn't do anything at full gain (+15dB).
Avoid enabling some ProTracker-specific quirks for MOD files most likely created with ScreamTracker 3.
Tremolo effect only had half the intended strength in MOD files.
openmpt123: Improved section layout in man page.
to be illegal (and is on netbsd.) this fixes 100% cpu usage seen
while doing nothing at all. (it still writes nul to /dev/audio while
doing nothing, but that takes little cpu :)
"This release adds a new function ebur128_relative_threshold(), adds the
new channel definitions from ITU R-REC-BS 1770-4 to the channel enum, and
fixes some build issues."
Updated options to match supported ones, removing the guile one.
Many more options could be handled:
ruby, forth, alsa, oss, jack, pulseaudio, gmp, ladspa
but are not right now.
The default extension language is now s7 (a scheme), included.
Snd 16.8.
cmn: Michael Edwards got cmn to work in ECL.
s7: object->let
changed ->byte-vector to string->byte-vector
let-temporarily is now built-in
checked: sbcl 1.3.8|9, gtk 3.21.5
Thanks!: Michael Edwards.Snd change log
6-Sep: Snd 16.8.
28-Jul: Snd 16.7.
14-Jun: Snd 16.6.
30-May: snd-lint.scm, symbol takes any number of args.
6-May: Snd 16.5.
29-Mar: --with-webserver configuration (Kjetil Matheussen)
28-Mar: Snd 16.4.
18-Mar: s7webserver directory (Kjetil Matheussen)
20-Feb: Snd 16.3.
11-Jan-16: Snd 16.2.
2015 ----------------------------------------------------------------
30-Nov: Snd 16.1.
19-Oct: Snd 16.0.
11-Sep: Snd 15.9.
1-Aug: Snd 15.8.
15-Jun: Snd 15.7.
11-May: Snd 15.6.
3-Apr: Snd 15.5.
20-Mar: changed the no-gui repl to use repl.scm in the s7 case.
27-Feb: Snd 15.4.
25-Jan: Snd 15.3.
2015 ----------------------------------------------------------------
18-Dec: Snd 15.2.
5-Nov: moved all the motif stuff (xm.c, snd-motif.scm etc) to the *motif* environment,
OpenGL (gl.c, snd-gl.scm) to *gl*, and gtk (xg.c, snd-gtk.scm etc) to *gtk*.
4-Nov: Snd 15.1.
25-Sep: Snd 15.0.
17-Sep: moved snd-x*.c to snd-motif.c
18-Aug: Snd 14.9.
9-July: Snd 14.8.
31-May: Snd 14.7.
23-Apr: Snd 14.6.
18-Mar: Snd 14.5.
12-Feb: Snd 14.4.
4-Jan: Snd 14.3.
2014 ----------------------------------------------------------------
22-Nov: Snd 14.2.
15-Oct: Snd 14.1.
11-Oct: removed frame.scm and mixer.scm: frames and mixers are obsolete in the scheme version of Snd.
11-Sep: Snd 14.0. Homogenous vectors, write readably, libc.scm, libgsl.scm.
5-Sep: removed kmenu.scm and oscope.scm.
9-Aug: write.scm, removed pretty-print.scm.
3-Aug: Snd 13.9.
17-Jul: many changes to the configure script, added tools/make-config-pc.rb.
30-Jun: Snd 13.8.
11-Jun: removed the view files dialog from the gtk version, including all the
related extension language functions, and view-files-select-hook.
25-May: Snd 13.7.
14-May: glistener.c/h (gtk listener).
22-Apr: Snd 13.6.
12-Mar: Snd 13.5.
4-Feb: Snd 13.4.
2013 ----------------------------------------------------------------
25-Dec: Snd 13.3.
30-Oct: Snd 13.2.
20-Sep: Snd 13.1.
8-Aug: Snd 13.0.
3-July: removed ptree-channel and max-virtual-ptrees, optimization, run.c.
(clm 5.0, sndlib 22.0).
26-Jun: Snd 12.12.
4-Jun: removed the --with-static-* configuration switches.
21-May: Snd 12.11.
11-May: all scheme-side hook code changed. removed print-hook.
1-May: removed mus-audio-describe, ESD audio support, audinfo.
12-Apr: Snd 12.10.
5-Mar: Snd 12.9.
Feb: s7: added random-state?, hash-table-iterator?, and morally-equal?
clm/cmn/snd/s7: removed snd1.html and snd-contents.html (these were
using Javascript for stuff that is now built into html), and
translated the rest of the html files to html5.
snd: removed the recorder, recorder-dialog, snd-g|xrec.c,
changed various menu names and added a view:with-grid menu
moved dialog buttons around at random,
removed save-macros and named keyboard macros,
added context-sensitive tooltips to the gtk version,
changed the gtk listener default font to Monospace 11,
the "minibuffer" is now a "statusbar". This means it is not
editable, so all the key sequences that used to prompt for
info are either undefined now, or use a dialog instead.
removed minibuffer-history-length, prompt-in-minibuffer, clear-minibuffer,
and report-in-minibuffer. Replaced the latter two with status-report.
removed sound-specific search-procedures (i.e. there is only one search procedure)
removed the bomb function
2-Feb: Snd 12.8.
27-Jan: removed snd10.scm.
2012 ----------------------------------------------------------------
30-Dec: Snd 12.7.
8-Nov: Snd 12.6.
29-Sep: Snd 12.5.
19-Aug: Snd 12.4.
18-Aug: removed snd9.scm.
14-Jul: removed thread stuff.
11-Jul: Snd 12.3.
30-May: Snd 12.2.
24-Apr: Snd 12.1.
5-Apr: lint.scm.
25-Mar: show-full-range, info-popup-hook.
21-Mar: with-interrupts.
18-Mar: Snd 12.0.
18-Mar: removed time-graph-hook; replaced by combined-data-color.
10-Mar: space=play or pause, tracking-cursor stuff changed.
4-Mar: 'src' button in Save-as dialogs to do automatic sampling rate conversion.
1-Mar: delete-selection-and-smooth, delete-samples-and-smooth.
23-Feb: sync-style variable: sync-none, sync-all, or sync-by-sound (the new default).
Options:Controls menu item, and Edit:Unselect
show-selection and unselect-all.
show-full-duration, initial-beg, initial-dur, ask-about-unsaved-edits.
with-toolbar, with-tooltips, remember-sound-state, with-smpte-label.
new built-in toolbars, removed toolbar.scm and panic.scm.
removed Snd.gtkrc, Snd.ad, and the totally obsolete X resources stuff.
The built-in popup menus are now context sensitive, and the files popup.scm
and gtk-popup.scm have been removed.
with-menu-icons (Gtk only).
play-arrow-size
12-Feb: Snd 11.13.
7-Jan: Snd 11.12.
2011 ----------------------------------------------------------------
29-Nov: Snd 11.11.
5-Nov: add|delete-watchers removed, replaced by effects-hook.
25-Oct: Snd 11.10.
22-Sep: def-clm-struct is now just a synonym for defgenerator.
19-Sep: removed snd7.scm and snd8.scm.
18-Sep: Snd 11.9.
19-Aug: removed the Gdk backend option; cairo is now the only choice.
12-Aug: Snd 11.8.
9-Aug: make-index.scm (replaces index.cl and indexer.scm).
30-Jul: removed *-button-color.
8-July: Snd 11.7.
12-Jun: removed window-property, window-property-changed-hook, send-mozilla.
removed snd-gxutils.c.
7-June: Snd 11.6.
27-May: removed snd6.scm. added binary-io.scm.
29-Apr: Snd 11.5.
7-Apr: autoload support via s7's *unbound-variable-hook*.
20-Mar: Snd 11.4.
27-Feb: the run macro's argument no longer has to be a thunk.
11-Feb: Snd 11.3.
9-Feb: removed NLS support (the po directory and so on).
8-Feb: moved sound|channel|mix|mark|edit-property to C.
23-Jan: The rest of the Guile-dependent files have been removed.
This includes pd-*, rt-*, and the --with-snd-as-pd-external
--with-hobbit, and --with-rt configuration switches.
5-Jan: Snd 11.2.
2010 ----------------------------------------------------------------
26-Dec: tools/sam.c.
21-Dec: moved focus-follows-mouse to C as with-pointer-focus.
removed def-optkey-fun and def-optkey-instrument (use define* and definstrument).
16-Dec: make-current-window-display (draw.scm) moved to C as with-inset-graph.
removed Guile support.
14-Dec: peak-env support moved to C, added peak-env-dir, removed peak-env.*,
peak-env-info, read-peak-env-info-file, and write-peak-env-info-file.
11-Dec: removed midi.c and Alsa < 1.0 support.
7-Dec: removed SGI support.
4-Dec: portaudio support.
1-Dec: removed --with-modules configuration switch.
30-Nov: Snd 11.1.
23-Nov: colormaps are objects now. integer->colormap, colormap->integer.
transforms are also objects. integer->transform, transform->integer.
20-Nov: play is generic now, "old-play" is the previous form.
6-Nov: removed all support for gtkglext.
2-Nov: selection function/object. selection->mix.
28-Oct: pretty-print.scm.
22-Oct: Snd 11.0.
16-Oct: clm.rb and grani.rb (thanks to Mike Scholz).
12-Oct: generic length, srate, channels, frames, file-name, sync, maxamp.
7-Oct: removed run-safety; the run macro only works in s7.
6-Oct: removed *snd-loaded-files* and *snd-remember-paths*.
removed tools/sed-href, tools/lines.scm, and tools/check-gtk.scm.
29-Sep: mixes are objects (not ints), integer->mix and mix->integer.
all "sample-reader" and "sample_reader" names changed to "sampler".
marks are objects (not ints), integer->mark and mark->integer.
regions are objects, integer->region, region->integer.
several region functions now take the region argument first:
insert-region, make-region-sampler, mix-region, region-sample,
region->vct, region->frame, make-region-frame-reader.
sounds are objects, but integers are still ok, integer->sound and sound->integer.
players are objects.
removed export-all.scm, snd4.scm, snd5.scm.
17-Sep: Snd 10.9.
10-Sep: removed show-backtrace. default optimization is 6.
9-Aug: Snd 10.8.
6-Jul: Snd 10.7.
2-Jul: default audio in Linux is now ALSA.
28-May: Snd 10.6.
17-Apr: Snd 10.5.
26-Feb: Snd 10.4.
30-Jan: big-gens.scm (scheme-only versions of the built-in generators).
15-Jan: Snd 10.3.
8-Jan: multiprecision math support for all scheme (s7) numeric
types and functions via gmp, mpfr, and mpc. In configure,
use --with-gmp.
2009 ----------------------------------------------------------------
29-Dec: jcvoi.scm.
11-Dec: snd10.scm for sum-of-sines and friends.
28-Nov: Snd 10.2.
17-Nov: removed s7-optargs.scm -- define* is now built-in in s7.
11-Nov: removed s7-format.scm -- format is now built-in in s7.
4-Nov: moved snd-run.c to run.c (for sndlib).
29-Oct: osc.scm thanks to Kjetil.
16-Oct: removed Gauche support.
15-Oct: Snd 10.1.
3-Sep: Snd 10.0.
1-Sep: S7 extension language.
14-Jul: Snd 9.11.
7-July: with-threaded-channels.
30-Jun: flatten-partials.
27-Jun: axis-color.
20-Jun: time-graph-hook.
6-June: with-threaded-sound (ws.scm)
2-June: Snd 9.10.
30-May: peak-phases.scm.
20-May: rt-various.[ch], rt-coroutines.scm, rt-stalin.scm, rt-DotEmacs, and
many other changes thanks to Kjetil.
many const char* changes for g++ 4.3.0.
17-May: normalize-partials is now built-in.
12-May: expandn (clm-ins.scm) thanks to Michael Klingbeil.
10-May: merged green.scm into generators.scm.
5-May: music5 port: music5.f, music5-examples, old-music5.f
1.8.3
The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016. This release only contains bugfixes and it should be safe to update from 1.8.x.
Major bugfixes in 1.8.3
Fix Android build scripts on OS X and Windows
Fix stepping in PAUSED state in certain circumstances
Fix jackaudiosink hang when exiting
Fix udpsrc receiving multicast packets not only from the selected multicast group
Fix unnecessary decoding of unselected streams in GES
Fix (multi)udpsink randomly not sending to clients
Fix ALL_BOTH probes not considering EVENT_FLUSH
Fix average input rate calculations in queue2
Fix various locking issues causing deadlock in adaptivedemux
Fix gst-libav encoders to correctly produce codec_data in caps
Add Wayland, Windows and Rasberry Pi support to the QML GL video sink
Add support for building with OpenH264 1.6
Add support for controlling deinterlacing in GES video sources
... and many, many more!
For a full list of bugfixes see Bugzilla. Note that this is not the full list of changes. For the full list of changes please refer to the GIT logs or ChangeLogs of the particular modules.
Known Issues
gst-rtsp-server does not take address pool configuration into account for sending unicast UDP. Bugzilla #766612
vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected. Bugzilla #763663
libopenmpt 0.2-beta20.1
[Bug] The test suite could fail on MacOSX or FreeBSD in non-fatal ways when no locale was active.
[Bug] Possible crashes with malformed IT, MED, MPTM, PSM and Startrekker files.
'Makefile' has now explicit support for FreeBSD with no special option or configuration required.