15
0
Files
python-imageio-ffmpeg/python-imageio-ffmpeg.changes
Tomáš Chvátal 232826a52c 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
2020-04-09 14:25:14 +00:00

16 lines
694 B
Plaintext

-------------------------------------------------------------------
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>
- Initial version