forked from pool/python-imageio-ffmpeg
- update to 0.4.9:
* detect linux-aarch6 correctly for ffmpeg filenames * Add GH Sponsors Link * Updated deprecated test approach + minor changes * Fix format * Enable py311 on ci * Check CI pypy * Add setuptools dependency * correct `fps` parsing * get_ffmpeg_exe always checks env var * Fix pix_format parser to capture formats that have commas A fix for closing the std stream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio-ffmpeg?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 21:20:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.4.9:
|
||||
* detect linux-aarch6 correctly for ffmpeg filenames
|
||||
* Add GH Sponsors Link
|
||||
* Updated deprecated test approach + minor changes
|
||||
* Fix format
|
||||
* Enable py311 on ci
|
||||
* Check CI pypy
|
||||
* Add setuptools dependency
|
||||
* correct `fps` parsing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 13:31:33 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -7,8 +20,8 @@ Thu Aug 17 13:31:33 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
Sun Mar 26 19:53:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.4.8:
|
||||
* get_ffmpeg_exe always checks env var
|
||||
* Fix pix_format parser to capture formats that have commas
|
||||
* get_ffmpeg_exe always checks env var
|
||||
* Fix pix_format parser to capture formats that have commas
|
||||
within strings
|
||||
* Avoid warning about invalid escape sequence in regex
|
||||
|
||||
@@ -19,7 +32,7 @@ Thu Sep 29 02:35:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
Formal support for Python 3.5 -3.10.
|
||||
Automatically find available h264 encoders and choose the best.
|
||||
Allow users to specify quality=None.
|
||||
A fix for closing the std stream.
|
||||
A fix for closing the std stream.
|
||||
|
||||
- v0.4.5
|
||||
Set daemon attribute instead of using deprecated setDaemon method.
|
||||
|
||||
Reference in New Issue
Block a user