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

stream_index #674

Merged
merged 16 commits into from
Jan 12, 2024
Merged

stream_index #674

merged 16 commits into from
Jan 12, 2024

Commits on Dec 21, 2023

  1. stream_idex

    jmillan committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e0baf3d View commit details
    Browse the repository at this point in the history
  2. configuration

    jmillan committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4887dae View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. remove unused function

    jmillan committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a1be948 View commit details
    Browse the repository at this point in the history
  2. remove dot from comments

    jmillan committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ccf0950 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    b48998a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba48c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    9c8ec81 View commit details
    Browse the repository at this point in the history
  2. fix configure typo

    jmillan committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5f1f11d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. enhance comments

    jmillan committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9d75577 View commit details
    Browse the repository at this point in the history
  2. use uint32_t type for ssrc

    jmillan committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4dce2af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eba0436 View commit details
    Browse the repository at this point in the history
  4. remove old stream list

    jmillan committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c5d7540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f23e07 View commit details
    Browse the repository at this point in the history
  6. srtp_stream_list_for_each: rely on available entries

    Since this function is used to iterate and remove the entries in the
    list, rely on list availability to increase the loop counter.
    
    NOTE: Previously 'ssrc' was checked, but this breaks the case were there
    are multiple entries with the same 'ssrc'.
    jmillan committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3e0c6ec View commit details
    Browse the repository at this point in the history
  7. fix windows warnings

    jmillan committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a7b6b7e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. enhance comment

    jmillan committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1828b47 View commit details
    Browse the repository at this point in the history