SHA256
15
0
forked from pool/python-av

- Update to 8.1.0:

* Update FFmpeg to 4.3.2 for the binary wheels.
  * Provide binary wheels for Python 3.10 (:issue:`820`).
  * Stop providing binary wheels for end-of-life Python 3.6.
  * Fix args order in Frame.__repr__ (:issue:`749`).
  * Fix documentation to remove unavailable QUIET log level (:issue:`719`).
  * Expose codec_context.codec_tag (:issue:`741`).
  * Add example for encoding with a custom PTS (:issue:`725`).
  * Use av_packet_rescale_ts in Packet._rebase_time() (:issue:`737`).
  * Do not hardcode errno values in test suite (:issue:`729`).
  * Use av_guess_format for output container format (:issue:`691`).
  * Fix setting CodecContext.extradata (:issue:`658`, :issue:`740`).
  * Fix documentation code block indentation (:issue:`783`).
  * Fix link to Conda installation instructions (:issue:`782`).
  * Export AudioStream from av.audio (:issue:`775`).
  * Fix setting CodecContext.extradata (:issue:`801`).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=18
This commit is contained in:
2022-01-11 03:18:02 +00:00
committed by Git OBS Bridge
parent 8aced7dd0c
commit 9abc9f3213
4 changed files with 28 additions and 9 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jan 11 03:17:08 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 8.1.0:
* Update FFmpeg to 4.3.2 for the binary wheels.
* Provide binary wheels for Python 3.10 (:issue:`820`).
* Stop providing binary wheels for end-of-life Python 3.6.
* Fix args order in Frame.__repr__ (:issue:`749`).
* Fix documentation to remove unavailable QUIET log level (:issue:`719`).
* Expose codec_context.codec_tag (:issue:`741`).
* Add example for encoding with a custom PTS (:issue:`725`).
* Use av_packet_rescale_ts in Packet._rebase_time() (:issue:`737`).
* Do not hardcode errno values in test suite (:issue:`729`).
* Use av_guess_format for output container format (:issue:`691`).
* Fix setting CodecContext.extradata (:issue:`658`, :issue:`740`).
* Fix documentation code block indentation (:issue:`783`).
* Fix link to Conda installation instructions (:issue:`782`).
* Export AudioStream from av.audio (:issue:`775`).
* Fix setting CodecContext.extradata (:issue:`801`).
-------------------------------------------------------------------
Tue Feb 23 18:33:31 UTC 2021 - Ben Greiner <code@bnavigator.de>