Commit Graph

  • cc763de05c Accepting request 1285335 from devel:languages:python factory Ana Guerrero 2025-06-13 16:46:11 +00:00
  • 9a0b7eb241 - Switch to pyproject macros. Steve Kowalik 2025-06-13 05:42:49 +00:00
  • f7c45ffc69 Accepting request 1256062 from devel:languages:python Ana Guerrero 2025-03-26 20:19:43 +00:00
  • c77f3b3714 Accepting request 1255766 from home:mia:branches:devel:languages:python Matej Cepl 2025-03-25 20:52:31 +00:00
  • 2c1e540bd2 Accepting request 1225414 from devel:languages:python Ana Guerrero 2024-11-21 14:17:11 +00:00
  • e1ce3c0c32 Accepting request 1225192 from home:mia:branches:devel:languages:python Matej Cepl 2024-11-20 22:51:23 +00:00
  • 9d0b21dad1 Accepting request 1131183 from devel:languages:python Ana Guerrero 2023-12-06 22:47:54 +00:00
  • b7ac997ca1 - 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). Dirk Mueller 2023-12-05 17:36:48 +00:00
  • 4e9b5992ca Accepting request 1103721 from devel:languages:python Dominique Leuenberger 2023-08-14 20:35:26 +00:00
  • ed5566c08a - restrict to older Cython bindings version Dirk Mueller 2023-08-13 19:37:15 +00:00
  • 08965082dd Accepting request 1075146 from devel:languages:python Dominique Leuenberger 2023-03-29 21:27:41 +00:00
  • fe96771c7d Accepting request 1075086 from home:mia:branches:devel:languages:python Dirk Mueller 2023-03-29 07:30:29 +00:00
  • 4e3aa8e3c6 Accepting request 1039152 from devel:languages:python Dominique Leuenberger 2022-11-30 17:53:48 +00:00
  • 7b0d7cc2c9 Accepting request 1039121 from home:Guillaume_G:branches:devel:languages:python Dirk Mueller 2022-11-30 16:25:09 +00:00
  • 3e7ef983e2 Accepting request 995125 from devel:languages:python Dominique Leuenberger 2022-08-15 17:58:32 +00:00
  • 9bcf970d23 Accepting request 994510 from home:badshah400:branches:home:dimstar:ffmpeg5 Dirk Mueller 2022-08-15 07:14:29 +00:00
  • a97c41caec Accepting request 974760 from devel:languages:python Dominique Leuenberger 2022-05-03 19:19:40 +00:00
  • 81df360a3b Accepting request 974659 from home:susnux:branches:devel:languages:python Matej Cepl 2022-05-03 17:57:44 +00:00
  • 44c96250b8 Accepting request 945472 from devel:languages:python Dominique Leuenberger 2022-01-11 20:19:55 +00:00
  • 18a0190e35 - 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). Steve Kowalik 2022-01-11 03:18:02 +00:00
  • d7d1ddd278 Accepting request 874687 from devel:languages:python Richard Brown 2021-02-25 17:27:11 +00:00
  • c2d4ff3746 Accepting request 874686 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2021-02-23 19:00:13 +00:00
  • d14fb6e1eb Accepting request 826795 from devel:languages:python Dominique Leuenberger 2020-08-18 13:07:59 +00:00
  • ce29cc187f Accepting request 826794 from home:jayvdb:py-submit Tomáš Chvátal 2020-08-15 09:15:23 +00:00
  • d661bf326f Accepting request 816734 from devel:languages:python Dominique Leuenberger 2020-06-24 13:49:14 +00:00
  • e1b2c4d993 - 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). Steve Kowalik 2020-06-24 01:30:22 +00:00
  • 78d66ebd5c Accepting request 809808 from devel:languages:python Dominique Leuenberger 2020-06-09 22:42:55 +00:00
  • 09a9a479d8 Accepting request 809562 from home:pgajdos:python Tomáš Chvátal 2020-05-28 07:32:29 +00:00
  • 539e5d2b15 Accepting request 787081 from devel:languages:python Dominique Leuenberger 2020-03-22 13:17:35 +00:00
  • 4f31c34c31 - Fix build without py2 available Tomáš Chvátal 2020-03-14 08:45:20 +00:00
  • 7496243f80 Accepting request 778637 from devel:languages:python Dominique Leuenberger 2020-02-24 14:54:20 +00:00
  • 61fa617098 - 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) Steve Kowalik 2020-02-24 01:50:14 +00:00
  • a448580e8a Accepting request 718541 from devel:languages:python Dominique Leuenberger 2019-07-26 10:41:50 +00:00
  • 7da3075e85 Accepting request 718539 from home:pgajdos Tomáš Chvátal 2019-07-25 12:22:45 +00:00
  • 1914391642 Accepting request 694771 from devel:languages:python Dominique Leuenberger 2019-05-13 12:48:28 +00:00
  • d46e3925b5 - Fix the spec file to adhere requirements - Do not use service and fetch files from pypi Tomáš Chvátal 2019-04-16 10:23:58 +00:00
  • 0a7e0e2da3 Accepting request 694711 from system:homeautomation:home-assistant Tomáš Chvátal 2019-04-16 10:04:47 +00:00