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

Resolved intermittent crash while seeking, added support for manifest files with CR-LF line breaks #492

Merged
merged 17 commits into from
Apr 15, 2016

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    ecdfbb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5b818 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Resolved issues detecting media when loading manifest files that contain

    lines with unexpected whitespace prefix or suffix
    neilrackett committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    aceaa5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6537c95 View commit details
    Browse the repository at this point in the history
  3. Updated SWF/SWC

    neilrackett committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    96bb1d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

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

Commits on Mar 9, 2016

  1. Configuration menu
    Copy the full SHA
    8f1a16c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb69e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

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

Commits on Apr 14, 2016

  1. Merge remote-tracking branch 'upstream/dev' into dev

    # Conflicts:
    #	bin/debug/flashls.swc
    #	bin/debug/flashlsChromeless.swf
    #	bin/debug/flashlsFlowPlayer.swf
    #	bin/debug/flashlsOSMF.swc
    #	bin/debug/flashlsOSMF.swf
    #	bin/release/flashls.swc
    #	bin/release/flashlsChromeless.swf
    #	bin/release/flashlsFlowPlayer.swf
    #	bin/release/flashlsOSMF.swc
    #	bin/release/flashlsOSMF.swf
    neilrackett committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    b51a6ad View commit details
    Browse the repository at this point in the history
  2. Ignored bin-temp

    neilrackett committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    158513a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Removed HLS.numAudioTracks and initialized

    AudioTrackController.audioTracks using new Vector.<AltAudioTrack>() to
    prevent crash when reading HLS.audioTracks.length before audio is ready
    neilrackett committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    c3704df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ff4d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9f90cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccae651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca2a5ed View commit details
    Browse the repository at this point in the history