History log of /webrtc/constraints/src/algorithms/select_settings.rs (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: constraints-v0.1.0
# d7232c2b 09-Jan-2023 Vincent Esche <[email protected]>

Fix inline URLs in documentation comments


# 86143b07 09-Jan-2023 Vincent Esche <[email protected]>

Add missing documentation


Revision tags: interceptor-v0.8.2, rtcp-v0.7.2, mdns-v0.5.2, v0.6.0, interceptor-v0.8.1, media-v0.5.0, data-v0.6.0, sctp-v0.7.0, srtp-v0.9.1, rtcp-v0.7.1, rtp-v0.6.8, dtls-v0.7.0, ice-v0.9.0, turn-v0.6.1, stun-v0.4.4, mdns-v0.5.1, sdp-v0.5.3, util-v0.7.0, ice-v0.8.2, v0.5.1, ice-v0.8.1
# 6209c8ac 11-Sep-2022 Vincent Esche <[email protected]>

Split implementation of `SelectSettings` algorithm into separate sub-modules for easier testing


# 963dc728 11-Sep-2022 Vincent Esche <[email protected]>

Add basic tests for `fn select_settings(…)`


# d33c0e24 11-Sep-2022 Vincent Esche <[email protected]>

Move tie-breaking policies into separate sub-module


# cf43743c 11-Sep-2022 Vincent Esche <[email protected]>

Extract `fn select_settings_candidates(…)` variant without tie-breaking from `fn select_settings(…)`


# 04141fff 11-Sep-2022 Vincent Esche <[email protected]>

Make functions accept `IntoIterator` rather than `Iterator`, where appropriate


# 37a81d17 11-Sep-2022 Vincent Esche <[email protected]>

Rename `SelectSettingsPolicy` to `TieBReakingPolicy`


# 98127694 11-Sep-2022 Vincent Esche <[email protected]>

Make `fn select_settings(…)` accept `IntoIterator` rather than `Iterator`


Revision tags: v0.5.0, data-v0.5.0, dtls-v0.6.0, ice-v0.8.0, interceptor-v0.8.0, mdns-v0.5.0, media-v0.4.7, rtcp-v0.7.0, rtp-v0.6.7, sctp-v0.6.1, sdp-v0.5.2, srtp-v0.9.0, stun-v0.4.3, turn-v0.6.0, util-v0.6.0, test-tag
# 17b70f92 06-Sep-2022 Vincent Esche <[email protected]>

Remove `SettingFitnessDistanceErrorKind::Invalid` error variant


# bc6a3a8f 06-Sep-2022 Vincent Esche <[email protected]>

Make `fn generate_overconstrained_error()` return more detailed error message.

cons


# f8b24e25 06-Sep-2022 Vincent Esche <[email protected]>

Add a `SelectIdealSettingsPolicy ` settings selection policy


# 5fa40128 24-Aug-2022 Vincent Esche <[email protected]>

Add a naïve `SelectFirstSettingsPolicy` settings selection policy


# bc18c0ea 06-Sep-2022 Vincent Esche <[email protected]>

Make `fn select_settings(…)` accept an iterator of borrowed `MediaTrackSettings` items


# 3dae50dc 25-Aug-2022 Vincent Esche <[email protected]>

Add implementation of 'SelectSettings' algorithm