v0.5.0
What's Changed
- Fix deadlock in track.Bind() by @KW-M in #466
- Optimize ToI420 conversion by using sync.Pool by @neversi in #473
- discard buffered frames for < 1fps by @bazile-clyde in #470
- When finding cameras on linux systems, look at camera ID before path or video* by @martha-johnston in #476
- handle race conditions + add test for Manager.Register by @bazile-clyde in #485
- change buffer size to 2 by @bazile-clyde in #482
- Expose name of devices along with UID for macOS by @martha-johnston in #488
- expose device name and bus info by @bazile-clyde in #494
- fix cLen in nocgo implementation of i444Toi420 by @neversi in #486
- Add default Huffman table if huffman table uninitialized by @kim-mishra in #493
- Cleanup README by @stv0g in #480
- allow adapters to handle their own state by @bazile-clyde in #495
- Add FPS Props for Linux Cameras by @seanavery in #487
- Update README.md to include mention of GetDisplayMedia by @infamy in #502
- Add YUYV to supported video formats by @RyanBoring in #507
- Added Name in driver.Info to Microphone driver by @aljanabim in #509
Dependency updates
- Update module golang.org/x/image to v0.3.0 in #469
- Update module golang.org/x/image to v0.5.0 [SECURITY] in #472
- Update actions/setup-go action to v4 in #483
- Update module github.com/pion/webrtc/v3 to v3.1.59 in #471
- Update module golang.org/x/image to v0.7.0 in #489
- fix(deps): update module github.com/pion/interceptor to v0.1.16 in #497
- fix(deps): update module github.com/pion/webrtc/v3 to v3.2.6 in #496
- fix(deps): update module github.com/stretchr/testify to v1.8.4 in #508
- fix(deps): update module golang.org/x/image to v0.8.0 in #511
- fix(deps): update github.com/blackjack/webcam digest to 87693b3 in #501
- fix(deps): update module github.com/pion/webrtc/v3 to v3.2.11 in #506
New Contributors
- @KW-M made their first contribution in #466
- @neversi made their first contribution in #473
- @martha-johnston made their first contribution in #476
- @kim-mishra made their first contribution in #493
- @stv0g made their first contribution in #480
- @seanavery made their first contribution in #487
- @infamy made their first contribution in #502
- @RyanBoring made their first contribution in #507
- @aljanabim made their first contribution in #509
Full Changelog: v0.4.0...v0.5.0