15
0

Accepting request 792761 from home:mcalabkova:branches:devel:languages:python

- Update to 0.4.1
  * The default value for ffmpeg_timeout is now zero, e.g. just wait for ffmpeg.
  * Added bits_per_pixel parameter to read_frames.
  * Official support for Python 3.8.
  * Improved handling of interrupts during reading/writing/closing-down.
  * Allow the ffmpeg_timeout arg in write_frames() to be None.
  * Don't prevent sigint propagation for ffmpeg call in count_frames_and_secs().

OBS-URL: https://build.opensuse.org/request/show/792761
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio-ffmpeg?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-04-09 14:25:14 +00:00
committed by Git OBS Bridge
parent 56b947e998
commit 232826a52c
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 9 14:12:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.1
* The default value for ffmpeg_timeout is now zero, e.g. just wait for ffmpeg.
* Added bits_per_pixel parameter to read_frames.
* Official support for Python 3.8.
* Improved handling of interrupts during reading/writing/closing-down.
* Allow the ffmpeg_timeout arg in write_frames() to be None.
* Don't prevent sigint propagation for ffmpeg call in count_frames_and_secs().
-------------------------------------------------------------------
Wed Apr 17 15:01:56 UTC 2019 - Todd R <toddrme2178@gmail.com>