Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mangui/flashls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: pivotshare/flashls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rework-fragmentloader
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 27, 2015

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

Commits on Aug 28, 2015

  1. Configuration menu
    Copy the full SHA
    18807ef View commit details
    Browse the repository at this point in the history
  2. [Mangui.FragmentData] Add bytesTotal

    Parallel of ProgressEvent.bytesTotal. Used by FragmentStream.
    hparra committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    075b03f View commit details
    Browse the repository at this point in the history
  3. [Mangui.DemuxHelper] Make probe Level parameter optional

    Selection logic ensures proper Demuxer is used anyway
    hparra committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    3b6ac53 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Configuration menu
    Copy the full SHA
    cde69e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9e776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d175c50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f558c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd72a81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32c4eee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55fde93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dee13d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. [FragmentData] Fix starts_with_idr setting

    Poor implementation did not retain the fact that Fragment did not start with IDR after successive headers were found.
    hparra committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    fae4515 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. [FragmentLoader] Fix non-IDR Fragments on Level up, down, or both.

    - recoverFromNonIDRLevelUp - recoverFromNonIDRLevelDown - removePreIDRVideoTags Using these settings we can fix non-IDR Fragments when leveling in any direction, and if we decided not to fix them, we can choose whether or no to remove preceding video tags. Also improved debug messages.
    hparra committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    858d5c4 View commit details
    Browse the repository at this point in the history
  2. [FragmentLoader] Fix edge case for LOADING_IN_PROGRESS

    Unsure if this is correct fix, but there was an edge case where leveling up immediately after first (test) Fragment caused infinite loop if that level up Fragment was determined to take too long to load, which is a strange considering that metrics determined that it was possible to load that Fragment.
    hparra committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    7a50ed7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2406327 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2015

  1. Configuration menu
    Copy the full SHA
    6795646 View commit details
    Browse the repository at this point in the history
  2. [FragmentLoader] Only use max video tags available to fix a Fragment

    We assumed that current and emergency Fragments would have headers at same PTS, but it seems this may not be the case. Fortunately if we are fixing a Fragment all we need are video tags up to that PTS, regardless of others. We add some extra checking to be sure nothing strange happens.
    hparra committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    03eb1c2 View commit details
    Browse the repository at this point in the history
Loading