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 SUPPLEMENTAL-CODECS support in both DASH and HLS #1785

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

Commits on Sep 20, 2024

  1. Merge pull request #10 from androidx/main

    Merge latest code from androidx media main branch
    ybai001 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b650119 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 14, 2024

  1. Remove the modification on Format

    According to Google's comments, removing the modification on Format.java since it is redundant.
    ybai001 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c18c6b3 View commit details
    Browse the repository at this point in the history
  2. Remove redundant blank line

    Remove redundant blank line.
    ybai001 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e8d29dc View commit details
    Browse the repository at this point in the history
  3. Fix two bugs in the updated code

    If we handle the "codecs" in  HlsPlaylistParser.java rather than in  HlsMediaPeriod.java, since the "codecs" property includes both audio and video codec names here, we can't update it directly. Only video part should be updated by Dolby codec string.
    ybai001 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    545d37c View commit details
    Browse the repository at this point in the history