forked from pool/python-audioread
Accepting request 454958 from home:alarrosa:branches:devel:languages:python
New package python-audioread OBS-URL: https://build.opensuse.org/request/show/454958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=1
This commit is contained in:
56
python-audioread.changes
Normal file
56
python-audioread.changes
Normal file
@@ -0,0 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 12:16:46 UTC 2017 - alarrosa@suse.com
|
||||
|
||||
- Initial package release
|
||||
|
||||
2.1.4
|
||||
Fix a bug in the FFmpeg backend where, after closing a file, the program's
|
||||
standard input stream would be "broken" and wouldn't receive any input.
|
||||
|
||||
2.1.3
|
||||
Avoid some warnings in the GStreamer backend when using modern versions of
|
||||
GLib. We now require at least GLib 2.32.
|
||||
|
||||
2.1.2
|
||||
Fix a file descriptor leak when opening and closing many files using
|
||||
GStreamer.
|
||||
|
||||
2.1.1
|
||||
Just fix ReST formatting in the README.
|
||||
|
||||
2.1.0
|
||||
The FFmpeg backend can now also use Libav's ``avconv`` command.
|
||||
Fix a warning by requiring GStreamer >= 1.0.
|
||||
Fix some Python 3 crashes with the new GStreamer backend (thanks to
|
||||
@xix-xeaon).
|
||||
|
||||
2.0.0
|
||||
The GStreamer backend now uses GStreamer 1.x via the new
|
||||
gobject-introspection API (and is compatible with Python 3).
|
||||
|
||||
1.2.2
|
||||
When running FFmpeg on Windows, disable its crash dialog. Thanks to
|
||||
jcsaaddupuy.
|
||||
|
||||
1.2.1
|
||||
Fix an unhandled exception when opening non-raw audio files (thanks to
|
||||
aostanin).
|
||||
Fix Python 3 compatibility for the raw-file backend.
|
||||
|
||||
1.2.0
|
||||
Add support for FFmpeg on Windows (thanks to Jean-Christophe Saad-Dupuy).
|
||||
|
||||
1.1.0
|
||||
Add support for Sun/NeXT `Au files`_ via the standard-library ``sunau``
|
||||
module (thanks to Dan Ellis).
|
||||
|
||||
1.0.3
|
||||
Use the rawread (standard-library) backend for .wav files.
|
||||
|
||||
1.0.2
|
||||
Send SIGKILL, not SIGTERM, to ffmpeg processes to avoid occasional hangs.
|
||||
|
||||
1.0.1
|
||||
When GStreamer fails to report a duration, raise an exception instead of
|
||||
silently setting the duration field to None.
|
||||
|
||||
Reference in New Issue
Block a user