Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description of an API for controlling SDP codec negotiation #186

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2023

  1. Create sdp-explainer.md

    alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a14a855 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    Orphis authored and alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    005121c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c5ec20 View commit details
    Browse the repository at this point in the history
  4. Add specification

    alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9c7ba95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c6ca27 View commit details
    Browse the repository at this point in the history
  6. Fix linker

    eladalon1983 authored and alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d3c6ec5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1342689 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf6e469 View commit details
    Browse the repository at this point in the history
  9. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9d8212c View commit details
    Browse the repository at this point in the history
  10. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cba1936 View commit details
    Browse the repository at this point in the history
  11. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    871a6bb View commit details
    Browse the repository at this point in the history
  12. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2cd3e39 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebdb6fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c0bf964 View commit details
    Browse the repository at this point in the history
  15. Introduce setPacketizer

    This replaces the "packetizer" field of the custom codec description.
    alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ef896ab View commit details
    Browse the repository at this point in the history
  16. Minifix

    alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d582ea5 View commit details
    Browse the repository at this point in the history
  17. Minifix

    alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a35b9fd View commit details
    Browse the repository at this point in the history
  18. Apply suggestions from code review

    &lt;dfn> fixes
    
    Co-authored-by: Dominique Hazael-Massieux <dom@w3.org>
    alvestrand and dontcallmedom committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d433822 View commit details
    Browse the repository at this point in the history
  19. Fix a couple of other references

    dontcallmedom authored and alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    713a771 View commit details
    Browse the repository at this point in the history
  20. Explainer update

    alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5f483bc View commit details
    Browse the repository at this point in the history
  21. Fix md formatting

    alvestrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    deb9866 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a02ac43 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Sframe -> SFrame

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5cecfe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f3be9dd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    abd0235 View commit details
    Browse the repository at this point in the history
  2. Update sdp-explainer.md

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    alvestrand and jan-ivar committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4e34b4c View commit details
    Browse the repository at this point in the history
  3. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    97f16ac View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix example code

    alvestrand committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d779d39 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    8abaef4 View commit details
    Browse the repository at this point in the history
  2. Add "both alternatives" API description

    This update adds both API alternatives: data-on-transform and data-on-transceiver.
    
    It also adds the "filtering" function for transforms.
    alvestrand committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b44d67f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Update sdp-explainer.md

    Separate the two proposals better
    
    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    alvestrand and jan-ivar committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2958844 View commit details
    Browse the repository at this point in the history
  2. Update sdp-explainer.md

    Separate the two proposals better
    
    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    alvestrand and jan-ivar committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    78fbfbc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update sdp-explainer.md

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    alvestrand and jan-ivar committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a975401 View commit details
    Browse the repository at this point in the history
  2. Update index.bs

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    alvestrand and jan-ivar committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8aa1533 View commit details
    Browse the repository at this point in the history
  3. Update index.bs

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    alvestrand and jan-ivar committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bd0c908 View commit details
    Browse the repository at this point in the history
  4. Update index.bs

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    alvestrand and jan-ivar committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bbc7f6b View commit details
    Browse the repository at this point in the history
  5. Update sdp-explainer.md

    Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>
    alvestrand and fippo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0ca754b View commit details
    Browse the repository at this point in the history
  6. Fix "pre" section end

    alvestrand committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ccf6ea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    6206a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78fa520 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix acceptOnlyInputCodecs

    alvestrand committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d9b390d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    604da65 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    36fd11b View commit details
    Browse the repository at this point in the history