Skip to content

Releases: JuliaIO/VideoIO.jl

v0.9.7

07 Mar 17:48
945bb81
Compare
Choose a tag to compare

VideoIO v0.9.7

Diff since v0.9.6

Closed issues:

  • Tests fail on Julia v1.4 (#329)
  • opencamera() not working and simultaneous encode/mux test reports as broken (Julia 1.6.3, VideoIO 0.9.6) (#341)
  • Can't get images from webcamera (Ubuntu Julia 1.7) (#344)
  • opencamera on a Raspberry Pi (#346)

Merged pull requests:

v0.9.6

12 Nov 23:29
7149e47
Compare
Choose a tag to compare

VideoIO v0.9.6

Diff since v0.9.5

Closed issues:

  • Cannot generate FFMPEG bindings (#287)

Merged pull requests:

v0.9.5

09 Oct 15:54
4735df9
Compare
Choose a tag to compare

VideoIO v0.9.5

Diff since v0.9.4

Closed issues:

  • encode misses start and end frame in v1.6 of Julia v0.8.4 of VideoIO (#328)

Merged pull requests:

v0.9.4

12 Aug 22:02
bda9d46
Compare
Choose a tag to compare

VideoIO v0.9.4

Diff since v0.9.3

Merged pull requests:

v0.9.3

05 Aug 04:25
bbc0d6e
Compare
Choose a tag to compare

VideoIO v0.9.3

Diff since v0.9.2

Closed issues:

  • playvideo example from docs not working (#326)

Merged pull requests:

  • Fix some missing framerate/width/height funcs. Fix Makie playback viewer (#330) (@IanButterworth)

v0.9.2

03 May 23:45
486a7bc
Compare
Choose a tag to compare

VideoIO v0.9.2

Diff since v0.9.1

Closed issues:

  • Backend discussion (#2)
  • Extend camera support (#14)
  • Extracting frames from video exmple (#38)
  • Integrate with FileIO? (#118)
  • Camera show almost working on Windows 10 (#146)
  • Windows: ERROR: Could not open file Integrated Webcam (#152)
  • Video exported with standard settings is stuttering on MacOS Mojave (#208)
  • Inconsitency between number of frames by ffmpeg and VideoIO (#209)
  • Help! Read Video Data as a collection of frames?! (#211)
  • Documentation error (iterative encoding) (#213)
  • Video all mangled up on Windows with codec libx264rgb (#295)

Merged pull requests:

  • fix load args & kwargs splats (#316) (@IanButterworth)
  • Fix typo, padded_bits_per_pixel -> bit_depth (#317) (@galenlynch)
  • CompatHelper: bump compat for "ImageCore" to "0.9" (#321) (@github-actions[bot])
  • CompatHelper: bump compat for "ColorTypes" to "0.11" (#322) (@github-actions[bot])

v0.9.1

03 Apr 23:56
Compare
Choose a tag to compare

VideoIO v0.9.1

Diff since v0.9.0

Merged pull requests:

Generate missing docs for v0.9.0

03 Apr 13:51
9cdbdee
Compare
Choose a tag to compare
v0.9.0+doc

Add documented key to tagbot

v0.9.0

01 Apr 20:25
bc5dd6c
Compare
Choose a tag to compare

VideoIO v0.9.0

Full Changelog: https://github.com/JuliaIO/VideoIO.jl/blob/v0.9.0/CHANGELOG.md


Diff since v0.8.4

Closed issues:

  • Inaccuracies with seek (#242)
  • Documentation is from v0.6.10 (#264)
  • Decoder not flushed when reading a video stream (#270)
  • Encoding drops the first two frames of all videos (#271)
  • Encoded videos have few, if any, keyframes (#273)
  • Should we be using AVOutputFormat? (#274)
  • seek conflates DTS and PTS, shifts times by first DTS in a stream (#275)
  • Link to VideoReader in docs is broken (#280)
  • How input color range is mapped onto encoded output depends on whether input is RGB or Gray (#283)
  • Something wrong with converting rgb to yuv for color videos (#284)
  • Should we use sws-scale for encoding? (#285)
  • why the pwd? (#288)

Merged pull requests:

Rebuild missing docs for 0.8.4

23 Nov 03:19
c128fca
Compare
Choose a tag to compare
Fixing docs (#281)

* update makedocs docs

* fixes