Skip to content

Releases: JuliaIO/VideoIO.jl

v0.6.1

10 May 01:16
567e8d2
Compare
Choose a tag to compare
  • Fix camera streaming

v0.6.0

30 Apr 21:05
bc1330b
Compare
Choose a tag to compare

Move build process to BinaryProvider with installation of dedicated ffmpeg 4.1

Supports:

  • MacOS(:x86_64)
  • Windows(:i686)
  • Windows(:x86_64)
  • Linux(:x86_64, :glibc)

v0.5.6

30 Apr 12:44
c83aaf2
Compare
Choose a tag to compare

Adds get_duration() get_start_time() get_time_duration()

v0.5.5

30 Apr 05:32
c52d58c
Compare
Choose a tag to compare

Remove ImageView as dependency, given functionality that uses ImageView requires it to be imported before VideoIO

Fix camera initialization

15 Mar 21:44
aa60c98
Compare
Choose a tag to compare
  • Camera info is collected into a number of global variables, which are then used to actually initialize the camera.
  • Because precompilation is now enabled, these variables now need to be set in __init__

Enable precompilation

24 Feb 05:59
66846f3
Compare
Choose a tag to compare
  • A long time coming, precompilation finally works for VideoIO!

Windows bugfixes & update build target to ffmpeg 4.1

14 Feb 21:27
aab6bda
Compare
Choose a tag to compare
  • Updated windows build target to ffmpeg 4.1
  • Fixed method for listing camera objects across 0.7 to 1.1 that was erroring on windows
  • Fixed seek() function for 32-bit windows (Relaxed Int32 to Integer etc)
  • Updated appveyor tests for windows CI testing

Fix WORD_SIZE issue on windows

08 Feb 00:29
e5ee07f
Compare
Choose a tag to compare
  • Bug fix - The change from $WORD_SIZE to $Sys.WORD_SIZE was preventing building on windows

Support FFMPEG 4.1

18 Jan 07:42
92ac725
Compare
Choose a tag to compare
  • First release to support FFMPEG 4.1

All credit goes to @clouds56 for putting in the work to support this version of FFMPEG!

Support Julia v0.7/1.0

28 Aug 07:21
1bf4499
Compare
Choose a tag to compare
  • Update to Julia v0.7/v1.0 syntax
  • Fix all (known) deprecations

Remaining issues:

  • Requires an older version of ffmpeg (<=3.0) or libav (<= 10.7)
  • CI Testing enabled only on Linux
    • Passes locally on OSX (with a proper ffmpeg version)

Thanks to @rdeits for helping push this forward.