SHA256
15
0
forked from pool/python-av

Commit Graph

  • f78eb18ffd Accepting request 1285335 from devel:languages:python main Ana Guerrero 2025-06-13 16:46:11 +00:00
  • 42a63649fa - Switch to pyproject macros. Steve Kowalik 2025-06-13 05:42:49 +00:00
  • 1ba870cf2d Accepting request 1256062 from devel:languages:python Ana Guerrero 2025-03-26 20:19:43 +00:00
  • 49715213a0 Accepting request 1255766 from home:mia:branches:devel:languages:python Matej Cepl 2025-03-25 20:52:31 +00:00
  • 5ecd7d0317 Accepting request 1225414 from devel:languages:python Ana Guerrero 2024-11-21 14:17:11 +00:00
  • 14e93fe70f Accepting request 1225192 from home:mia:branches:devel:languages:python Matej Cepl 2024-11-20 22:51:23 +00:00
  • a13214119d Accepting request 1131183 from devel:languages:python Ana Guerrero 2023-12-06 22:47:54 +00:00
  • 53f37b17ee - 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
  • e850c52f82 Accepting request 1103721 from devel:languages:python Dominique Leuenberger 2023-08-14 20:35:26 +00:00
  • 08751f273c - restrict to older Cython bindings version Dirk Mueller 2023-08-13 19:37:15 +00:00
  • b60066d7e8 Accepting request 1075146 from devel:languages:python Dominique Leuenberger 2023-03-29 21:27:41 +00:00
  • 0f83120d50 Accepting request 1075086 from home:mia:branches:devel:languages:python Dirk Mueller 2023-03-29 07:30:29 +00:00
  • af97015e83 Accepting request 1039152 from devel:languages:python Dominique Leuenberger 2022-11-30 17:53:48 +00:00
  • 72d1d7ef08 Accepting request 1039121 from home:Guillaume_G:branches:devel:languages:python Dirk Mueller 2022-11-30 16:25:09 +00:00
  • 1fcb51be38 Accepting request 995125 from devel:languages:python Dominique Leuenberger 2022-08-15 17:58:32 +00:00
  • c606411153 Accepting request 994510 from home:badshah400:branches:home:dimstar:ffmpeg5 Dirk Mueller 2022-08-15 07:14:29 +00:00
  • be64f9bb5f Accepting request 974760 from devel:languages:python Dominique Leuenberger 2022-05-03 19:19:40 +00:00
  • 6ac2bf5823 Accepting request 974659 from home:susnux:branches:devel:languages:python Matej Cepl 2022-05-03 17:57:44 +00:00
  • 56f7e5af0c Accepting request 945472 from devel:languages:python Dominique Leuenberger 2022-01-11 20:19:55 +00:00
  • 9abc9f3213 - 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
  • 24b0466e6e Accepting request 874687 from devel:languages:python Richard Brown 2021-02-25 17:27:11 +00:00
  • 8aced7dd0c Accepting request 874686 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2021-02-23 19:00:13 +00:00
  • 5b44d8e237 Accepting request 826795 from devel:languages:python Dominique Leuenberger 2020-08-18 13:07:59 +00:00
  • 230c772916 Accepting request 826794 from home:jayvdb:py-submit Tomáš Chvátal 2020-08-15 09:15:23 +00:00
  • 12e3ba2f90 Accepting request 816734 from devel:languages:python Dominique Leuenberger 2020-06-24 13:49:14 +00:00
  • 7610baf4ba - 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
  • 331c08d634 Accepting request 809808 from devel:languages:python Dominique Leuenberger 2020-06-09 22:42:55 +00:00
  • 9da95ed465 Accepting request 809562 from home:pgajdos:python Tomáš Chvátal 2020-05-28 07:32:29 +00:00
  • 82b511dc93 Accepting request 787081 from devel:languages:python Dominique Leuenberger 2020-03-22 13:17:35 +00:00
  • 0745214851 - Fix build without py2 available Tomáš Chvátal 2020-03-14 08:45:20 +00:00
  • be0d664eef Accepting request 778637 from devel:languages:python Dominique Leuenberger 2020-02-24 14:54:20 +00:00
  • 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) Steve Kowalik 2020-02-24 01:50:14 +00:00
  • d38ed81968 Accepting request 718541 from devel:languages:python Dominique Leuenberger 2019-07-26 10:41:50 +00:00
  • 09502e97c2 Accepting request 718539 from home:pgajdos Tomáš Chvátal 2019-07-25 12:22:45 +00:00
  • f0c53bbd6a Accepting request 694771 from devel:languages:python Dominique Leuenberger 2019-05-13 12:48:28 +00:00
  • 6b3bbfc4a5 - 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
  • 1d01cf85b7 Accepting request 694711 from system:homeautomation:home-assistant Tomáš Chvátal 2019-04-16 10:04:47 +00:00