Revisions of python-av

buildservice-autocommit accepted request 1131183 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- update to 11.0.0:
  * Add support for FFmpeg 6.0, drop support for FFmpeg < 5.0.
  * Add support for Python 3.12, drop support for Python < 3.8.
  * Add support for the ENCODER_FLUSH encoder flag
  * Add VideoFrame ndarray operations for yuv444p/yuvj444p formats
  * Add setters for AVFrame.dts, AVPacket.is_keyframe and
    AVPacket.is_corrupt (:issue:`1179`).
  * Fix build using Cython 3 (:issue:`1140`).
  * Populate new streams with codec parameters (:issue:`1044`).
  * Explicitly set python_requires to avoid installing on
    incompatible Python (:issue:`1057`).
  * Make AudioFifo.__repr__ safe before the first frame
  * Guard input container members against use after closes
- restrict to older Cython bindings version
  * Fix setting CodecContext.extradata (:issue:`801`).
      - Avoid infinite timeout in :func:`av.open` (:issue:`589`).
buildservice-autocommit accepted request 1103721 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- restrict to older Cython bindings version
buildservice-autocommit accepted request 1075146 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1075086 from Mia Herkt's avatar Mia Herkt (mia) (revision 25)
- Require FFmpeg < 5 for now since tests are failing with recent
  versions
buildservice-autocommit accepted request 1039152 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1039121 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 23)
- 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
buildservice-autocommit accepted request 995125 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 994510 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 21)
Add python-av-ffmpeg5-compatibility.patch to drop references to symbols in ffmpeg4 and dropped from ffmpeg5 to allow building against ffmpeg5; patch taken from upstream git commit.
buildservice-autocommit accepted request 974760 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 20)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 974659 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 19)
Update to version 9.2.0
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 18)
- 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`).
buildservice-autocommit accepted request 874687 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 874686 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- Update to 8.0.3
  * packaging and formatting (no relevant changes for openSUSE)
- Skip python36 build: With NumPy 1.20, python36-numpy is no
  longer available in Tumbleweed (NEP 29)
buildservice-autocommit accepted request 826795 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 826794 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 14)
- Add missing runtime dependency on numpy
- Require ffmpeg 4.3
- Re-activate test suite, removing nose
buildservice-autocommit accepted request 816734 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 13)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 12)
- Update to 8.0.2:
  * v8.0.2
    + Minor:
      - Enable GnuTLS support in the FFmpeg build used for binary wheels (:issue:`675`).
      - Make binary wheels compatible with Mac OS X 10.9+ (:issue:`662`).
      - Drop Python 2.x buffer protocol code.
      - Remove references to previous repository location.
  * v8.0.1
    + Minor:
      - Enable additional FFmpeg features in the binary wheels.
      - Use os.fsencode for both input and output file names (:issue:`600`).
  * v8.0.0
    + Major:
      - Drop support for Python 2 and Python 3.4.
      - Provide binary wheels for Linux, Mac and Windows.
    + Minor:
      - Remove shims for obsolete FFmpeg versions (:issue:`588`).
      - Add yuvj420p format for :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`583`).
      - Add support for palette formats in :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`601`).
      - Fix Python 3.8 deprecation warning related to abstract base classes (:issue:`616`).
      - Remove ICC profiles from logos (:issue:`622`).
    + Fixes:
      - Avoid infinite timeout in :func:`av.open` (:issue:`589`).
buildservice-autocommit accepted request 809808 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
baserev update by copy to link target
Displaying revisions 1 - 20 of 30
openSUSE Build Service is sponsored by