forked from pool/python-av
Accepting request 718539 from home:pgajdos
- version update to 6.2.0
* Allow :meth:`av.open` to be used as a context manager.
* Fix compatibility with PyPy, the full test suite now passes. (:issue:`130`)
* Add :meth:`.InputContainer.close` method. (:issue:`317`, :issue:`456`)
* Ensure audio output gets flushes when using a FIFO. (:issue:`511`)
* Make Python I/O buffer size configurable. (:issue:`512`)
* Make :class:`.AudioFrame` and :class:`VideoFrame` more garbage-collector
friendly by breaking a reference cycle. (:issue:`517`)
OBS-URL: https://build.opensuse.org/request/show/718539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
f0c53bbd6a
commit
09502e97c2
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 11:52:20 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 6.2.0
|
||||
* Allow :meth:`av.open` to be used as a context manager.
|
||||
* Fix compatibility with PyPy, the full test suite now passes. (:issue:`130`)
|
||||
* Add :meth:`.InputContainer.close` method. (:issue:`317`, :issue:`456`)
|
||||
* Ensure audio output gets flushes when using a FIFO. (:issue:`511`)
|
||||
* Make Python I/O buffer size configurable. (:issue:`512`)
|
||||
* Make :class:`.AudioFrame` and :class:`VideoFrame` more garbage-collector
|
||||
friendly by breaking a reference cycle. (:issue:`517`)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 10:10:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user