SHA256
15
0
forked from pool/python-av

Accepting request 1039121 from home:Guillaume_G:branches:devel:languages:python

- Update to 10.0.0:
  * Add support for FFmpeg 5.0 and 5.1 (:issue:`817`).
  * Drop support for FFmpeg < 4.3.
  * Deprecate CodecContext.time_base for decoders (:issue:`966`).
  * Deprecate VideoStream.framerate and VideoStream.rate (:issue:`1005`).
  * Stop proxying Codec from Stream instances (:issue:`1037`).
  * Add VideoFrame ndarray operations for gbrp formats (:issue:`986`).
  * Add VideoFrame ndarray operations for gbrpf32 formats (:issue:`1028`).
  * Add VideoFrame ndarray operations for nv12 format (:issue:`996`).
  * Fix conversion to numpy array for multi-byte formats (:issue:`981`).
  * Safely iterate over filter pads (:issue:`1000`).
- Drop upstream patch:
  * python-av-ffmpeg5-compatibility.patch

OBS-URL: https://build.opensuse.org/request/show/1039121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=23
This commit is contained in:
2022-11-30 16:25:09 +00:00
committed by Git OBS Bridge
parent c606411153
commit 72d1d7ef08
5 changed files with 21 additions and 752 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 30 13:43:36 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 10.0.0:
* Add support for FFmpeg 5.0 and 5.1 (:issue:`817`).
* Drop support for FFmpeg < 4.3.
* Deprecate CodecContext.time_base for decoders (:issue:`966`).
* Deprecate VideoStream.framerate and VideoStream.rate (:issue:`1005`).
* Stop proxying Codec from Stream instances (:issue:`1037`).
* Add VideoFrame ndarray operations for gbrp formats (:issue:`986`).
* Add VideoFrame ndarray operations for gbrpf32 formats (:issue:`1028`).
* Add VideoFrame ndarray operations for nv12 format (:issue:`996`).
* Fix conversion to numpy array for multi-byte formats (:issue:`981`).
* Safely iterate over filter pads (:issue:`1000`).
- Drop upstream patch:
* python-av-ffmpeg5-compatibility.patch
-------------------------------------------------------------------
Mon Aug 8 21:41:40 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>