Skip to content

Releases: JuliaIO/VideoIO.jl

v1.1.0

17 Mar 05:00
6f965b6
Compare
Choose a tag to compare

VideoIO v1.1.0

Diff since v1.0.9

  • The experimental deprecated Requires-based GLMakie video player has been removed

Merged pull requests:

v1.0.9

26 Feb 16:40
e5bb24f
Compare
Choose a tag to compare

VideoIO v1.0.9

Diff since v1.0.8

Merged pull requests:

v1.0.8

14 Feb 18:55
eef25dd
Compare
Choose a tag to compare

VideoIO v1.0.8

Diff since v1.0.7

Merged pull requests:

CI

  • Bump actions/checkout from 3 to 4 (#405) (@dependabot[bot])
  • Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#407) (@dependabot[bot])
  • Add depot caching to CI. Use scratchspace for test videos. Disable broken test video download (#410) (@IanButterworth)
  • Mark summarysize test as broken with todo (fixes nightly) (#411) (@IanButterworth)
  • Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#412) (@dependabot[bot])
  • Bump codecov/codecov-action from 3 to 4 (#413) (@dependabot[bot])
  • Bump peter-evans/create-pull-request from 5 to 6 (#414) (@dependabot[bot])

Closed issues:

  • how to obtain frame data and side_data in decode() (#377)
  • GC'ing a VideoWriter without closing it first (#404)

v1.0.7

21 Jul 16:24
a445dfc
Compare
Choose a tag to compare

VideoIO v1.0.7

Diff since v1.0.5

Merged pull requests:

  • fixed test result for frame rate (fps) (#394) (@AbelHo)
  • enable dependabot for GitHub actions (#395) (@ranocha)
  • Bump actions/checkout from 2 to 3 (#396) (@dependabot[bot])
  • Bump styfle/cancel-workflow-action from 0.4.0 to 0.11.0 (#397) (@dependabot[bot])
  • Bump peter-evans/create-pull-request from 4 to 5 (#398) (@dependabot[bot])
  • Migrate from SnoopPrecompile to PrecompileTools (#399) (@timholy)
  • fix(): framerate miscalculate fps for some codecs (#400) (@f3fora)
  • add ffprobe fps test util get_fps (#401) (@IanButterworth)
  • CompatHelper: bump compat for "ImageCore" to "0.10" (#403) (@github-actions[bot])

v1.0.5

02 Feb 23:55
98739b9
Compare
Choose a tag to compare

VideoIO v1.0.5

Diff since v1.0.4

Closed issues:

  • Test failures on 1.8.0-rc3 and nightly (#374)
  • libx264 being noisy and ignoring loglevel (#390)

Merged pull requests:

v1.0.4

04 Jan 03:03
6f1416a
Compare
Choose a tag to compare

VideoIO v1.0.4

Diff since v1.0.3

Closed issues:

  • could not spawn (#342)
  • Documentation says you can use (crf=0, preset="ultraslow") for lossless, but doesn't work (#362)
  • Lossless examples link is broken (#363)
  • Documentation on codec_name should be clarified (#364)
  • Encoder options containing hyphens (#365)
  • sigatomic_end throws error with VSCode Debugger (#371)
  • VideoIO can't open some AV1 encoded mkv files (#373)

Merged pull requests:

v1.0.3

01 Jun 19:02
c3b6729
Compare
Choose a tag to compare

VideoIO v1.0.3

Diff since v1.0.2

Closed issues:

  • "Video Playback" code is not working with latest Makie (#354)

Merged pull requests:

v1.0.2

30 Apr 22:13
2a868be
Compare
Choose a tag to compare

VideoIO v1.0.2

Diff since v1.0.1

Merged pull requests:

v1.0.1

19 Apr 19:00
41aeb0f
Compare
Choose a tag to compare

VideoIO v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

08 Mar 21:02
c449ccf
Compare
Choose a tag to compare

VideoIO v1.0.0

Diff since v0.9.7

Breaking changes

None. This v1.0.0 release is a symbolic move to declare the v1 API ready and stable (which it has been for a while).
This release, bar the fix below, is identical to v0.9.7

Fixes

  • Fix typo for bit_depth #314

Closed issues:

  • UndefVarError bits_per_pixel when transforming to gray during decoding (#313)

Merged pull requests: