SHA256
15
0
forked from pool/python-av
Files
python-av/python-av.changes
Steve Kowalik d25f22e47a - Update version to 7.0.1:
+ Major:
    * Drop support for FFmpeg < 4.0. (:issue:`559`)
    * Introduce per-error exceptions, and mirror the builtin exception heirarchy. It is recommended to examine your error handling code, as common FFmpeg errors will result in ValueError baseclasses now. (:issue:`563`)
    * Data stream's encode and decode return empty lists instead of none allowing common API use patterns with data streams.
    * Remove whence parameter from :meth:`InputContainer.seek` as non-time seeking doesn't seem to actually be supported by any FFmpeg formats.
   + Minor:
     * Users can disable the logging system to avoid lockups in sub-interpreters. (:issue:`545`)
     * Filters support audio in general, and a new :meth:`.Graph.add_abuffer`. (:issue:`562`)
     * :func:`av.open` supports timeout parameters. (:issue:`480` and :issue:`316`)
     * Expose :attr:`Stream.base_rate` and :attr:`Stream.guessed_rate`. (:issue:`564`)
     * :meth:`.VideoFrame.reformat` can specify interpolation.
     * Expose many sets of flags.
   + Fixes:
     * Removed deprecated AV_FRAME_DATA_QP_TABLE_* enums. (:issue:`607`)
     * Fix typing in :meth:`.CodecContext.parse` and make it more robust.
     * Fix wrong attribute in ByteSource. (:issue:`340`)
     * Remove exception that would break audio remuxing. (:issue:`537`)
     * Log messages include last FFmpeg error log in more helpful way.
     * Use AVCodecParameters so FFmpeg doesn't complain. (:issue:`222`)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=6
2020-02-24 01:50:14 +00:00

52 lines
2.7 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 24 01:48:27 UTC 2020 - steven.kowalik@suse.com
- Update version to 7.0.1:
+ Major:
* Drop support for FFmpeg < 4.0. (:issue:`559`)
* Introduce per-error exceptions, and mirror the builtin exception heirarchy. It is recommended to examine your error handling code, as common FFmpeg errors will result in ValueError baseclasses now. (:issue:`563`)
* Data stream's encode and decode return empty lists instead of none allowing common API use patterns with data streams.
* Remove whence parameter from :meth:`InputContainer.seek` as non-time seeking doesn't seem to actually be supported by any FFmpeg formats.
+ Minor:
* Users can disable the logging system to avoid lockups in sub-interpreters. (:issue:`545`)
* Filters support audio in general, and a new :meth:`.Graph.add_abuffer`. (:issue:`562`)
* :func:`av.open` supports timeout parameters. (:issue:`480` and :issue:`316`)
* Expose :attr:`Stream.base_rate` and :attr:`Stream.guessed_rate`. (:issue:`564`)
* :meth:`.VideoFrame.reformat` can specify interpolation.
* Expose many sets of flags.
+ Fixes:
* Removed deprecated AV_FRAME_DATA_QP_TABLE_* enums. (:issue:`607`)
* Fix typing in :meth:`.CodecContext.parse` and make it more robust.
* Fix wrong attribute in ByteSource. (:issue:`340`)
* Remove exception that would break audio remuxing. (:issue:`537`)
* Log messages include last FFmpeg error log in more helpful way.
* Use AVCodecParameters so FFmpeg doesn't complain. (:issue:`222`)
-------------------------------------------------------------------
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>
- Fix the spec file to adhere requirements
- Do not use service and fetch files from pypi
-------------------------------------------------------------------
Sun Apr 14 18:55:53 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
- Moved scratchpad (examples) to share dir
-------------------------------------------------------------------
Thu Mar 21 13:17:54 UTC 2019 - Adrian Schröter <adrian@suse.de>
- initial package of version 6.1.2