Releases: OpenVisualCloud/SVT-VP9
Releases · OpenVisualCloud/SVT-VP9
v0.3.1
What's Changed
- Fixed build with GCC 11 by moving MSVC flags by @xvitaly in #133
- Add missing default interface values by @tianjunwork in #141
- ffmpeg patches: target socket selection option added by @Zvictoria in #140
- ffmpeg: adjust pts to avoid duplicate frames in mp4 format by @guojiansheng0925 in #148
- ffmpeg: re-pack when receiving packet to avoid mux issues to different formats by @guojiansheng0925 in #149
- Fix libvpx symbol conflicts by @dronimal-ya in #151
- vpx_subtract_block: prefix with svt_ to prevent conflict with libvpx by @1480c1 in #158
- Avoid name conflict on
log2f64frommath.hby @yakorum in #161 - EbThreads: Replace thread create function with the one from SVT-AV1 by @wader in #164
- Fix difference between -asm 0 and -asm 1 output by @1480c1 in #175
- Fix artifacts with preset 5 by @davidebeatrici in #179
Full Changelog: v0.3.0...v0.3.1
v0.3.0: 0.3 version change (#129)
Bump revision to v0.3.0
Non standard frame size resolution fix
v0.2.2
Add this tag to resolve conflict of ffmpeg plugin with upstream n4.3.
v0.2.1
Add this tag to resolve conflict of ffmpeg plugin with SVT-AV1 v0.8.4 tag.
v0.2.0
- Fix ffmpeg plugin “Too many invisible frames“ issue for mkv/webm/mp4/dash.
- Fix video corruption for non-multiple-of-8 gop size.
- Remove -irefresh-type option.