8000 Tags · mrufsvold/VideoIO.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mrufsvold/VideoIO.jl

Tags

v1.0.3

Toggle v1.0.3's commit message
[Diff since v1.0.2](JuliaIO/VideoIO.jl@v1.0.2...v1.0.3)

**Closed issues:**
- "Video Playback" code is not working with latest Makie (JuliaIO#354)

**Merged pull requests:**
- Formatting: apply JuliaFormatter and add formatter PR bot (JuliaIO#353) (@IanButterworth)
- update sample code to latest Makie API fix JuliaIO#354 (JuliaIO#355) (@FelipeLema)
- Fix docs header typo (JuliaIO#357) (@ispandey81)
- docs on camera options (JuliaIO#358) (@yakir12)

v1.0.2

Toggle v1.0.2's commit message
[Diff since v1.0.1](JuliaIO/VideoIO.jl@v1.0.1...v1.0.2)

**Merged pull requests:**
- Fix `@something` breakage on 1.6. Add 1.6 to CI (JuliaIO#356) (@IanButterworth)

v1.0.1

Toggle v1.0.1's commit message
[Diff since v1.0.0](JuliaIO/VideoIO.jl@v1.0.0...v1.0.1)

**Merged pull requests:**
- Lazy-load cameras to improve package load time (JuliaIO#351) (@IanButterworth)
- Fast encode path when image data layout matches ffmpeg buffer (JuliaIO#352) (@IanButterworth)

v1.0.0

Toggle v1.0.0's commit message
[Diff since v0.9.7](JuliaIO/VideoIO.jl@v0.9.7...v1.0.0)

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

- Fix typo for bit_depth JuliaIO#314

**Closed issues:**
- UndefVarError bits_per_pixel when transforming to gray during decoding (JuliaIO#313)

**Merged pull requests:**
- Fix typo for bit_depth (JuliaIO#314) (@IanButterworth)
- VideoIO v1.0.0 (JuliaIO#348) (@IanButterworth)

v0.9.7

Toggle v0.9.7's commit message
[Diff since v0.9.6](JuliaIO/VideoIO.jl@v0.9.6...v0.9.7)

**Closed issues:**
- Tests fail on Julia v1.4 (JuliaIO#329)
- opencamera() not working and simultaneous encode/mux test reports as broken (Julia 1.6.3, VideoIO 0.9.6) (JuliaIO#341)
- Can't get images from webcamera (Ubuntu Julia 1.7) (JuliaIO#344)
- opencamera on a Raspberry Pi (JuliaIO#346)

**Merged pull requests:**
- add RGB -> monochrome read test (JuliaIO#315) (@IanButterworth)
- fix error of `opencamera()` (JuliaIO#345) (@hhaensel)

v0.9.6

Toggle v0.9.6's commit message
[Diff since v0.9.5](JuliaIO/VideoIO.jl@v0.9.5...v0.9.6)

**Closed issues:**
- Cannot generate FFMPEG bindings (JuliaIO#287)

**Merged pull requests:**
- Update Clang wrapper generator and wrapper code (JuliaIO#333) (@melonedo)
- Add avformat_open_input error code when videos cannot be opened (JuliaIO#340) (@IanButterworth)

v0.9.5

Toggle v0.9.5's commit message
[Diff since v0.9.4](JuliaIO/VideoIO.jl@v0.9.4...v0.9.5)

**Closed issues:**
- encode misses start and end frame in v1.6 of Julia v0.8.4 of VideoIO (JuliaIO#328)

**Merged pull requests:**
- Improve formatting of module docstring (JuliaIO#335) (@timholy)

v0.9.4

Toggle v0.9.4's commit message
[Diff since v0.9.3](JuliaIO/VideoIO.jl@v0.9.3...v0.9.4)

**Merged pull requests:**
- Enable adjustable codec multithreading (JuliaIO#332) (@IanButterworth)

v0.9.3

Toggle v0.9.3's commit message
[Diff since v0.9.2](JuliaIO/VideoIO.jl@v0.9.2...v0.9.3)

**Closed issues:**
- playvideo example from docs not working  (JuliaIO#326)

**Merged pull requests:**
- Fix some missing framerate/width/height funcs. Fix Makie playback viewer (JuliaIO#330) (@IanButterworth)

v0.9.2

Toggle v0.9.2's commit message
[Diff since v0.9.1](JuliaIO/VideoIO.jl@v0.9.1...v0.9.2)

**Closed issues:**
- Backend discussion (JuliaIO#2)
- Extend camera support (JuliaIO#14)
- Extracting frames from video exmple (JuliaIO#38)
- Integrate with FileIO? (JuliaIO#118)
- Camera show almost working on Windows 10 (JuliaIO#146)
- Windows: ERROR: Could not open file Integrated Webcam (JuliaIO#152)
- Video export
4B04
ed with standard settings is stuttering on MacOS Mojave (JuliaIO#208)
- Inconsitency between number of frames by ffmpeg and VideoIO (JuliaIO#209)
- Help! Read Video Data as a collection of frames?! (JuliaIO#211)
- Documentation error (iterative encoding) (JuliaIO#213)
- Video all mangled up on Windows with codec libx264rgb (JuliaIO#295)

**Merged pull requests:**
- fix load args & kwargs splats (JuliaIO#316) (@IanButterworth)
- Fix typo, `padded_bits_per_pixel` -> `bit_depth` (JuliaIO#317) (@galenlynch)
- CompatHelper: bump compat for "ImageCore" to "0.9" (JuliaIO#321) (@github-actions[bot])
- CompatHelper: bump compat for "ColorTypes" to "0.11" (JuliaIO#322) (@github-actions[bot])
0