Revisions of nodejs-signal-ringrtc

Bruno Pitrus's avatar Bruno Pitrus (dziobian) committed (revision 89)
correct gcc version for Leap
i thod's avatar i thod (ithod) accepted request 1114432 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 88)
- Update to version 2.33.0 for Signal 6.32.0
  * Update to webrtc 5845h
    + Add Rust_setIncomingAudioMuted
  * Update webrtc to 5845f
    + Disable audio and media flow by default
    + Allow configuration of audio jitter buffer max target delay
  * Group Calls: Add Reactions feature
  * Group Calls: Prevent comfort noise from getting stuck on
  * Replace TaskQueueRuntime with Actors
  * Add callback for low upload bandwidth in a video call
  * Call links: Add reset-approvals to test client
Bruno Pitrus's avatar Bruno Pitrus (dziobian) committed (revision 87)
Fix for Leap 115.6
i thod's avatar i thod (ithod) accepted request 1113075 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 86)
- Update to version 2.31.2 for Signal 6.31.0
  * Update webrtc to 5845c
    + Update the hardcoded PulseAudio device name to "Signal Calling"
    + Add more audio control and safe defaults
    + Add accessor for bandwidth estimate
  * Update webrtc to 5845d
    + Disable early initialization of recording
  * Add more audio configuration and control
- Drop upstreamed patches
  * arm64-mno-outline.patch
  * webrtc-base64-missing-uint8_t.patch
- Add system-absl_algorithm.patch
i thod's avatar i thod (ithod) accepted request 1109586 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 85)
- Update to version 2.30.0 for Signal 6.30.0
  * Add JoinState.PENDING, for call link calls with admin approval
  * Group Calls: Compute send rates based on devices, not users
i thod's avatar i thod (ithod) accepted request 1102047 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 84)
- Update to version 2.29.1 for Signal 6.27.0
  * Disable output format limits when screensharing
  * Call Links: Add Admin Actions support
  * Adapt video resolution in 1:1 calls
  * Reference signalapp/webrtc@5615e
    + Support adapting video frames 
    + Configure audio jitter buffer max delay
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 1096098 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 83)
- Update to version 2.28.1 for Signal 6.23.0
  * Group Calls: Add support for TCP connections
  * Call Links: Switch to X-Room-Id header
  * Adjust max audio jitter buffer size to support increased packet time
  * Update to WebRTC 5615b
    + Add setting for jitter buffer max packets
    + Expose jitter buffer stats
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1094958 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 82)
- Revert build_rustflags hack (boo#1212226)
i thod's avatar i thod (ithod) accepted request 1093338 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 81)
- Update to version 2.28.0 for Signal 6.21.0
  * Call Links: Implement Peek and Join support
  * Refactor: BandwidthMode to DataMode
- Drop curve25519-dalek-fix-cargo-vendor.patch applied upstream
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1092678 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 80)
- Replace deprecated rust-packaging with cargo-packaging on openSUSE
i thod's avatar i thod (ithod) accepted request 1090507 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 79)
- Update to version 2.27.0 for Signal 6.20.0
  * Update to WebRTC 5615 (M112)
    + Support multi-frame packets and DTX
  * Implement Call Link Create/Read/Update APIs
  * Set packet time to 60ms
  * Refactor HTTP JSON parsing so it's more reusable
  * Apply audio encoder configuration in group calls
- Drop shim_headers-fix-ninja.patch applied upstream
- Add backported patches to fix build errors
  * curve25519-dalek-fix-cargo-vendor.patch
  * arm64-mno-outline.patch
- Add system-opus.patch
- Switch to bundled libyuv on Leap 15.5
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1086607 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 78)
- Correct bogus export of internal ELF symbols from the library
  * ringrtc-rust-hidden-visibility.patch
i thod's avatar i thod (ithod) accepted request 1086108 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 77)
- Update to version 2.26.4 for Signal 6.14.0
  * Stop duplicate MediaStreamTracks
  * Remove h264 video codec support
  * Reference signalapp/webrtc@5481c
    + Remove h264 video codec support
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1079506 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 76)
- Fix unresolvable build on Fedora
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 1077864 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 75)
- Update to version 2.26.2 for Signal 6.13.0
  * Adjustments to CallId, EraId, RingId and derivations/conversions
  * Group Calls: Limit bitrate for the lowest layer
  * Reference signalapp/webrtc@5481b
    + VideoAdapter: Fix scaling of very large frames
    + Log more info when video input starts
    + Set inactive timeout to 30s
    + rffi: Set a bandwidth limit on the lowest layer of a group call
    + Allow tcp candidates in group calls
i thod's avatar i thod (ithod) accepted request 1074027 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 74)
- Update to version 2.25.2 for Signal 6.11.0
  * Log stats 2sec into a call, then every 10sec after
i thod's avatar i thod (ithod) accepted request 1072364 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 73)
- Update to version 2.25.1 for Signal 6.10.0
  * Use default ptime for all bandwidth modes
  * Update to WebRTC 5481 (M110)
Bruno Pitrus's avatar Bruno Pitrus (dziobian) accepted request 1070566 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 72)
- Add webrtc-base64-missing-uint8_t.patch
  * fixes FTBFS on Rawhide
i thod's avatar i thod (ithod) accepted request 1069034 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 71)
- Update to version 2.25.0 for Signal 6.8.0
  * Allow SFU to return multiple ICE candidates (for IPv6 support)
  * Initialize call endpoint lazily
  * Allow explicitly rejecting very tall or very wide frames
  * Reference signalapp/webrtc@5359d
    + Improved logging around network switch
    + Allow TURN ports to be pruned
i thod's avatar i thod (ithod) accepted request 1066262 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 70)
- Update to version 2.24.0 for Signal 6.6.0
  * Add support for setting WebRTC field trials
  * Log when the selected ICE candidate pair changes
  * Update to WebRTC 5359c
    + Include candidate information for ICE route changes
    + Allow any address ports to be disabled
Displaying revisions 21 - 40 of 109
openSUSE Build Service is sponsored by