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

Tags: f3fora/VideoIO.jl

Tags

v1.0.5

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

**Closed issues:**
- Test failures on 1.8.0-rc3 and nightly (JuliaIO#374)
- libx264 being noisy and ignoring loglevel (JuliaIO#390)

**Merged pull requests:**
- Fix aarch64 linux CI. Add FreeBSD, M1 (JuliaIO#386) (@IanButterworth)
- Remove unused type parameter in method signature (JuliaIO#388) (@giordano)
- Avoid exporting garbage from `libffmpeg` (JuliaIO#389) (@giordano)
- Silence `libx264` during precompilation (JuliaIO#391) (@giordano)

v1.0.4

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

**Closed issues:**
- could not spawn (JuliaIO#342)
- Documentation says you can use (crf=0, preset="ultraslow") for lossless, but doesn't work (JuliaIO#362)
- Lossless examples link is broken (JuliaIO#363)
- Documentation on `codec_name` should be clarified (JuliaIO#364)
- Encoder options containing hyphens (JuliaIO#365)
- `sigatomic_end` throws error with VSCode Debugger (JuliaIO#371)
- VideoIO can't open some AV1 encoded mkv files (JuliaIO#373)

**Merged pull requests:**
- Clarify documentation on lossless RGB (JuliaIO#366) (@BioTurboNick)
- Fix lossless example URL (JuliaIO#367) (@BioTurboNick)
- Add tip on using hyphenated parameters (JuliaIO#368) (@BioTurboNick)
- Fix slow example (JuliaIO#369) (@BioTurboNick)
- Replace sigatomic_(begin|end) with disable_sigint() do ... end (JuliaIO#372) (@mrufsvold)
- Test Julia 1.9 nightly (JuliaIO#383) (@IanButterworth)
- add a precompile workload (JuliaIO#384) (@IanButterworth)

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)
0