Skip to content

Latest commit

 

History

History
167 lines (92 loc) · 6.28 KB

File metadata and controls

167 lines (92 loc) · 6.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.23 - 2026-02-16

Other

  • add is_screencast to VideoSource (#896)

0.3.22 - 2026-02-09

Fixed

  • fix the 440->441 samples issue and pass a noop callback for release (#848)

Other

  • Use workspace dependencies & settings (#856)

0.3.21 - 2026-01-15

Other

  • Rename namespace for ffi bridge code. (#836)

0.3.20 - 2025-12-19

Fixed

  • Exclude the desktop-capturer module link for mobile. (#817)

0.3.19 - 2025-12-17

Fixed

  • lazy loading for additional dependencies. (#814)

Other

  • Expose WebRTC's audio_mixer (#806)

0.3.18 - 2025-12-04

Other

  • initialize frame_.samples_per_channel_ (#779)
  • Expose desktop capturer (#725)

0.3.17 - 2025-11-20

Fixed

  • fix Android libwebrtc builds (#791)

Other

  • Enable H265 encoding & decoding on Nvidia GPU (#776)
  • copy desktop_capture.ninja into C++ library archive (#787)
  • enable Pipewire (Wayland) and X11 desktop capture (#784)

0.3.16 - 2025-10-27

Fixed

  • fix unable to locate __arm_tpidr2_save for android ffi. (#765)

Other

  • Linux hardware acceleration build fixes (#753)

0.3.15 - 2025-10-22

Other

  • License check (#746)
  • put examples in root Cargo workspace (#731)

0.3.14 - 2025-10-13

Added

  • (e2ee) add data channel encryption (#708)

Fixed

  • fix some potential audio issues, clean up the code a bit, and suppress some warnings (#737)
  • fix linux so link issue. (#733)
  • change search_dirs to use cc --print-search-dirs instead of clang --print-search-dirs (#697)

Other

  • bump libwebrtc libs version for webrtc-sys. (#741)
  • Enable buffer scaling (#473)

0.3.13 - 2025-10-03

Other

  • Fix empty audio frames after resample (#722)

0.3.12 - 2025-09-29

Fixed

  • fix Builds/E2E Tests CI. (#715)

Other

  • nvidia codec improve (#721)
  • Upgrade libwebrtc to m137. (#696)

0.3.11 - 2025-09-09

Other

  • Optional flags for video hw codec. (#701)

0.3.10 - 2025-09-03

Added

  • VA-API support for linux. (#638)

Fixed

  • hardware rendering (#695)

Changelog

0.3.9 - 2025-06-17

Other

  • updated the following local packages: webrtc-sys-build

0.3.8 - 2025-06-11

Fixed

  • fix libwebrtc.jar build issue (#586)

Other

  • bump version for webrtc (fix win CI) (#650)
  • try to fix webrtc build for iOS/macOS. (#646)
  • remove (#633)
  • expose apm stream_delay (#616)
  • Add i420_to_nv12 (#605)
  • ffi-v0.13.0 (#590)
  • add AudioProcessingModule (#580)

[0.3.7] - 2025-02-05

Added

  • Expose DataChannel.bufferedAmount property

[0.3.6] - 2024-12-14

Added

  • bump libwebrtc to m125