diff --git a/av-6.2.0.tar.gz b/av-6.2.0.tar.gz deleted file mode 100644 index d6bcf99..0000000 --- a/av-6.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fb03da095773d283cff051e16cf6af1208b39bf62b97f6c4ef4b22e151ea3f2 -size 1997279 diff --git a/av-7.0.1.tar.gz b/av-7.0.1.tar.gz new file mode 100644 index 0000000..5af3be3 --- /dev/null +++ b/av-7.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb13afa8967d112f3f78ee6ded1082546c32462dfdfa8dac81c9539f5bda0a83 +size 2335576 diff --git a/python-av.changes b/python-av.changes index f678091..f6fe0e8 100644 --- a/python-av.changes +++ b/python-av.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +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 diff --git a/python-av.spec b/python-av.spec index ca89f6e..83266e8 100644 --- a/python-av.spec +++ b/python-av.spec @@ -1,7 +1,7 @@ # # spec file for package python-av # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-av -Version: 6.2.0 +Version: 7.0.1 Release: 0 Summary: Python bindings for FFmpeg's libraries License: BSD-3-Clause