Releases: JuliaIO/VideoIO.jl
Releases · JuliaIO/VideoIO.jl
v1.6.1
VideoIO v1.6.1
Merged pull requests:
- Fix GC finalizer race in multithreaded encoding (#449) (@IanButterworth)
Closed issues:
- Segfault at exit involving multithreading and av_packet_free_side_data (#381)
v1.6.0 - Support hardware acceleration
VideoIO v1.6.0
Merged pull requests:
- Add hardware-accelerated decoding and encoding support (#445) (@IanButterworth)
- Set up workspace. Document lossless limitations rather than broken tests (#446) (@IanButterworth)
- v1.6.0 (#448) (@IanButterworth)
v1.5.0
VideoIO v1.5.0
Changes
- Minimum julia compat raised 1.6 -> 1.10
- Use GitHub release assets for test video downloads (#442) (@IanButterworth)
- Various fixes/updates. (#443) (@IanButterworth)
- Fixes for error messages, encoding, eof, and file extensions (#444) (@IanButterworth)
Maintenance
- Bump actions/checkout from 5 to 6 (#437) (@dependabot[bot])
- Bump peter-evans/create-pull-request from 7 to 8 (#438) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#441) (@dependabot[bot])
Closed issues:
- API discussion (#1)
- Implement AVOptions support (#27)
- [h264 @ 0x19467520] insufficient thread locking around avcodec_open/close() (#39)
- Loading package and videocapture() in VideoIO (#51)
- Cant open /dev/video0. Error -22 (#88)
- Fixing C-wrap errors (AVIndexEntry) (#115)
- libx264 unwanted verbose output (#312)
- ERROR: type VideoReader has no field height (#319)
- Webcam streaming broken in v0.9 (#320)
- encoding Gray images from Images (#336)
- frame rate for AVI broken (#349)
- Convert av error numbers to friendly error messages (#360)
- Writing videos doesn't work correctly on Mac M1 Monterey (#361)
- Missing file extension on
savethrows unhelpful error (#370) - Wrong
framerate()of webcam (#376) - avformat_input_error code -2 (#402)
- Creating a video from makie png files? (#440)
Test Videos
Test videos for VideoIO.jl CI. These are hosted here to provide a stable, reliable download source for CI.
v1.4.0
VideoIO v1.4.0
Merged pull requests:
- Update to FFMPEG 8.0.0 (#433) (@yuyichao)
- Add ffmpeg reference docs (#435) (@IanButterworth)
- JET fixes (#436) (@IanButterworth)
v1.3.2
VideoIO v1.3.2
Merged pull requests:
- Add VideoIO.framerate(f) to the manual and expand tests (#393) (@IanButterworth)
- Remove deprecated ticks_per_frame (#432) (@yuyichao)
v1.3.1
VideoIO v1.3.1
Merged pull requests:
- Account for async stream reads (cameras) (#430) (@IanButterworth)
- Bump actions/checkout from 4 to 5 (#431) (@dependabot[bot])
- Fix handling bad fps time bases via fallbacks (#434) (@IanButterworth)
Closed issues:
- read camera without delay causes
Could not scale frameon MacOS (#343)
v1.3.0
VideoIO v1.3.0
Changes
- Update to ffmpeg v7.1.1
Merged pull requests:
- Update to FFMPEG_jll v7.1.1. Bump version to v1.3.0 (#429) (@IanButterworth)
v1.2.0
VideoIO v1.2.0
Changes
- Update to ffmpeg v6.1.1
Merged pull requests:
- Update to FFMPEG_jll v6.1.1. Minor bump to v1.2.0 (#418) (@theogf)
- Bump codecov/codecov-action from 4 to 5 (#425) (@dependabot[bot])
v1.1.1
VideoIO v1.1.1
Merged pull requests:
- Update writing.md: Add FileIO dependency (#420) (@Techniktypi)
- Bump julia-actions/setup-julia from 1 to 2 (#421) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#422) (@dependabot[bot])
- Bump peter-evans/create-pull-request from 6 to 7 (#424) (@dependabot[bot])
- Update ColorTypes to 0.12 (#426) (@Octogonapus)