Skip to content

Releases: danionella/napari-pyav

v0.1.1

29 Jan 07:45
e9a72dd

Choose a tag to compare

  • audio frame size is now being read from the codec context
  • minor documentation changes

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 Jan 14:31
4b55ff5

Choose a tag to compare

What's Changed

  • Addint a video player widget to play video with sound by @bjudkewitz in #3

New Contributors

Full Changelog: v0.0.10...v0.1.0

v0.0.10

23 Jun 15:19

Choose a tag to compare

  • bugfixes: make sure we use av version < 14

Full Changelog: v0.0.8...v0.0.10

v0.0.8

14 Oct 12:45

Choose a tag to compare

  • accept slightly wonky frame rates (jitter < 10% of average frame period)
  • handle seek overshoot
  • warn once

Full Changelog: v0.0.7...v0.0.8

v0.0.7

13 Oct 20:08

Choose a tag to compare

Two main changes:

  • output rgb24 (insteady of gray) ndarrays
  • warn instead of raising an error when encountering a seek glitch. Also warn upon init, when B-frames or variable frame rates are detected.

Full Changelog: v0.0.6...v0.0.7