forked from pool/python-av
* 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`).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=29
2.9 KiB
2.9 KiB