Releases: JuliaIO/VideoIO.jl
Releases · JuliaIO/VideoIO.jl
v1.1.0
VideoIO v1.1.0
- The experimental deprecated Requires-based GLMakie video player has been removed
Merged pull requests:
- Remove Requires-based GLMakie video player functions (#385) (@IanButterworth)
v1.0.9
VideoIO v1.0.9
Merged pull requests:
- update CI (#416) (@IanButterworth)
- Update CI (#417) (@nhz2)
- add FFMPEG_jll as direct dep to control compat (#419) (@IanButterworth)
v1.0.8
VideoIO v1.0.8
Merged pull requests:
- Deprecate makie-based functions (#415) (@IanButterworth)
- Remove need of redundant argument ffmpeg (#408) (@ashwani-rathee)
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:
v1.0.7
VideoIO v1.0.7
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
VideoIO v1.0.5
Closed issues:
Merged pull requests:
v1.0.4
VideoIO v1.0.4
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:
- Clarify documentation on lossless RGB (#366) (@BioTurboNick)
- Fix lossless example URL (#367) (@BioTurboNick)
- Add tip on using hyphenated parameters (#368) (@BioTurboNick)
- Fix slow example (#369) (@BioTurboNick)
- Replace sigatomic_(begin|end) with disable_sigint() do ... end (#372) (@mrufsvold)
- Test Julia 1.9 nightly (#383) (@IanButterworth)
- add a precompile workload (#384) (@IanButterworth)
v1.0.3
VideoIO v1.0.3
Closed issues:
- "Video Playback" code is not working with latest Makie (#354)
Merged pull requests:
- Formatting: apply JuliaFormatter and add formatter PR bot (#353) (@IanButterworth)
- update sample code to latest Makie API fix #354 (#355) (@FelipeLema)
- Fix docs header typo (#357) (@ispandey81)
- docs on camera options (#358) (@yakir12)
v1.0.2
VideoIO v1.0.2
Merged pull requests:
- Fix
@something
breakage on 1.6. Add 1.6 to CI (#356) (@IanButterworth)
v1.0.1
VideoIO v1.0.1
Merged pull requests:
- Lazy-load cameras to improve package load time (#351) (@IanButterworth)
- Fast encode path when image data layout matches ffmpeg buffer (#352) (@IanButterworth)
v1.0.0
VideoIO v1.0.0
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:
- Fix typo for bit_depth (#314) (@IanButterworth)
- VideoIO v1.0.0 (#348) (@IanButterworth)