Releases: JuliaIO/VideoIO.jl
Releases · JuliaIO/VideoIO.jl
v0.8.4
VideoIO v0.8.4
Closed issues:
- retrieve! for VideoReader{NO_TRANSCODE} does nothing (#111)
Merged pull requests:
- Update Slack URL (#276) (@logankilpatrick)
- Add code for non-transcoded video streams (#277) (@dawbarton)
v0.8.3
VideoIO v0.8.3
Merged pull requests:
- Remove
permuteddimsview
, which is deprecated (#268) (@galenlynch)
v0.8.2
VideoIO v0.8.2
Closed issues:
Merged pull requests:
- Add missing docs for 0.8.1 (#265) (@ianshmean)
- Add a couple of docstrings (#267) (@timholy)
v0.8.1
VideoIO v0.8.1
Merged pull requests:
- Close file during path-based get_duration get_start_time get_time_duration (#263) (@ianshmean)
v0.8.0
VideoIO v0.8.0
Merged pull requests:
- Assert return type of
eof
(#259) (@galenlynch) - Add utility function
get_number_frames
(#260) (@galenlynch) - Add iterator interface to VideoReader objects (#261) (@galenlynch)
v0.7.4
VideoIO v0.7.4
Merged pull requests:
- Add optional nvidia hardware-accelerated h264_nvenc encoding (#251) (@ianshmean)
- Allow encode with float framerates via Rational conversion (#256) (@ianshmean)
- Fix one instance of type instability within VideoReader (#257) (@galenlynch)
- Make some fields in
VideoReader
concrete types (#258) (@galenlynch)
v0.7.3
VideoIO v0.7.3
Closed issues:
- Undocumented change to
read!
between VideoIO versions 0.7.1 and 0.7.2 causes errors (#253)
Merged pull requests:
- Allow encoding with rational frame rates (#249) (@galenlynch)
- Increase efficiency of accessing members of struct pointers (#250) (@galenlynch)
- Make accessing members of structs through pointers more efficient (#252) (@galenlynch)
- Allow read! to work with regular arrays, not just PermutedDimsArrays (#254) (@galenlynch)
v0.7.2
VideoIO v0.7.2
Closed issues:
Merged pull requests:
- Try to introduce align to fix issue #243 (#245) (@yiyuezhuo)
- Fix memory leak #246 (#247) (@yiyuezhuo)
v0.7.1
VideoIO v0.7.1
Closed issues:
- have_avdevice not defined (#227)
Merged pull requests:
- remove
tags (#241) (@caleb-allen) - Add frame skip & frame count functions (#244) (@ianshmean)
v0.7.0
VideoIO v0.7.0
Closed issues:
Merged pull requests:
- Move to ffmpeg_jll backend (#224) (@ianshmean)
- CompatHelper: bump compat for "ColorTypes" to "0.10" (#228) (@github-actions[bot])
- Add snoopbot (#229) (@ianshmean)
- [AUTO] Update precompile_*.jl file (#230) (@github-actions[bot])
- Snoopbot update precompilation (#231) (@ianshmean)
- [AUTO] Update precompile_*.jl file (#233) (@github-actions[bot])
- Some improvements to CI (#238) (@giordano)
- Remove julia 1.0 support, replace ImageMagick with ImageIO in tests, and remove SnoopCompile bot (temporarily) (#239) (@ianshmean)