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

DateRange parsing and validation enhancements for Interstitials #6213

Merged
merged 8 commits into from
Jun 6, 2024

Commits on Jun 4, 2024

  1. DateRange parsing and validation enhancements for Interstitials

    Warn on invalid quoted-attribute attributes (missing quotes)
    Related to #6203
    robwalch committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    da7eb41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc9806b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bf5ba5 View commit details
    Browse the repository at this point in the history
  4. DATERANGE tags after the last PDT tag that start at or after that tag…

    … should be anchored to that tag
    robwalch committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    23477d7 View commit details
    Browse the repository at this point in the history
  5. Handle DateRange mapping with Delta Playlist updates

    Error (but parse and merge) multiple EXT-X-SKIP tags
    robwalch committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    008dd16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f46e754 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    44e8d31 View commit details
    Browse the repository at this point in the history
  2. Do not create new Date instances for DATERANGE update tags

    (Do not parse start and end date attributes already parsed in another DateRange tag with the same ID)
    robwalch committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    341b680 View commit details
    Browse the repository at this point in the history