Skip to content

Releases: pion/mediadevices

v0.1.17: Fixes avfoundation panic when using NV12 frame (#302)

21 Feb 20:16
b5b0653
Compare
Choose a tag to compare
* Fixes frame.FormatI420 in avfoundation

* Fixes avfoundation: frame size

which causes panic when using NV12

* avfoundation: uses CVPixelBufferGetDataSize() as frame buffer size

frame: fix frame size checking for YUY2, UYVY

* add camera_darwin_test

v0.1.16: Update module pion/webrtc/v3 to v3.0.5

09 Feb 02:14
Compare
Choose a tag to compare

v0.1.14

18 Dec 23:55
Compare
Choose a tag to compare
Add license check to CI

v0.1.13

18 Dec 00:01
Compare
Choose a tag to compare
Disable stack protection in opus

v0.1.12: Add static-linked opus option

17 Dec 00:04
Compare
Choose a tag to compare
Changes:
  * Remove hraban/opus dependency
  * Add multiple static-linked libopus binaries

v0.1.11: Update module pion/rtp to v1.6.2 (#265)

15 Dec 03:13
f472618
Compare
Choose a tag to compare
Generated by Renovate Bot

Co-authored-by: Renovate Bot <[email protected]>

v0.1.10: Bring back x11 adapter for Linux build only

28 Nov 05:04
Compare
Choose a tag to compare
Original x11 adapter uses ~40% less CPU usage than kbinani/screenshot.
Ideally, we should migrate 100% to kbinani/screenshot. But, the CPU
usage difference is substantial. In the future, we should look deeper
into kbinani/screenshot and try to improve it.