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

0.11.0 #5

Merged
merged 1,357 commits into from
Nov 12, 2018
Merged

0.11.0 #5

merged 1,357 commits into from
Nov 12, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 27, 2018

  1. preload the demo build

    because otherwise the request only starts once the hls.js script has loaded
    tjenkinson committed May 27, 2018
    Configuration menu
    Copy the full SHA
    f2dd98d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Add a FIXME: replace string test by a regex that matches also m4s `…

    …m4a` `m4v` and other popular extensions.
    tjenkinson authored and oldmtn committed May 28, 2018
    Configuration menu
    Copy the full SHA
    eb1ac1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ce100f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. move checkMP4Suffix to global.

    oldmtn committed May 29, 2018
    Configuration menu
    Copy the full SHA
    e45b6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6bf943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b5348 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Refine code.

    oldmtn committed May 30, 2018
    Configuration menu
    Copy the full SHA
    ae297c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Merge pull request #1734 from oldmtn/master

    Add a regex to check different mp4 suffix.
    tjenkinson committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    a7e49cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa9ab8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Merge pull request #1747 from cradonn/fluidplayer-support

    Add Fluid Player to Player Integrations
    tchakabam committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    d4d45d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d7b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63bef04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02ae45a View commit details
    Browse the repository at this point in the history
  5. demo: remove console logs

    tchakabam committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    7367415 View commit details
    Browse the repository at this point in the history
  6. Fixed AudioStreamController & StreamController not being cleaned …

    …up (#1751)
    
    - `onHandlerDestroying()` is overriden by said controllers but doesn't call
    `super.onHandlerDestroying()` which cases the tick interval to never stop
    bwallberg authored and johnBartos committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    a7ca28d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad16891 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    326926b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c378042 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65b7bc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    a9c81d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1755 from oldmtn/master

    Event.ERROR is undefined if don't import Event object.
    tchakabam committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    9805836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e131eda View commit details
    Browse the repository at this point in the history
  4. Change to named exports

    Korilakkuma committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    85e217c View commit details
    Browse the repository at this point in the history
  5. Remove 'use strict'

    Korilakkuma committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    a64e67d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1722 from Korilakkuma/feature/remove-array-protot…

    …ype-slice-call
    
    Use `Array.from` instead of `Array.prototype.slice.call`
    tchakabam committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    897c4fc View commit details
    Browse the repository at this point in the history
  7. eslintrc: don't have any explicit globals or env.browser preset globals

    This has us have wrong positives, like "Event" not defined in effect
    tchakabam committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    1d58572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f21784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1baef80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b58112e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec44fb0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40bd49c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    380a28f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1cecf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38bff19 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    4b262a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1763 from mad-gooze/patch-1

    jsdoc misprint `booelan` -> `boolean`
    tchakabam committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    c2ed4f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1752 from mad-gooze/expose-once

    expose observer.once to public api
    tchakabam committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    99b9abb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    461d220 View commit details
    Browse the repository at this point in the history
  5. decrypter: lint fix

    tchakabam committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    18be7d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d12a9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4bdebf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ac5420 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77166d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5dfa0a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    eb049de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d450f71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b47218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1085a9 View commit details
    Browse the repository at this point in the history
  5. karma conf: glob input files and apply preprocessor on all paths (mak…

    …es source-maps actually work, and using 'eval' mode)
    tchakabam committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    2b6623a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    224254a View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/replace-babel-by-typescript' i…

    …nto feature/update-webpack
    Korilakkuma committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    7158e54 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1756 from video-dev/fix/bad-lint-globals

    Fix DOM `Event` lint global false positive and access all window props explicitely
    tchakabam committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    6a5695f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1767 from video-dev/unit-tests-sourcemaps

    Improve unit tests sourcemaps
    tchakabam committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    7cd8d7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fce0fb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f10541 View commit details
    Browse the repository at this point in the history
  12. rename misc to tools

    tchakabam committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    50c9995 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1753 from video-dev/feature/mp4-inspect-cli

    Make mp4-inspector a CLI tool
    tchakabam committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    3b3a001 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a81d71 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Remove cross-env

    Korilakkuma committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    84aafd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Add mode

    Korilakkuma committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    53c2c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea9614 View commit details
    Browse the repository at this point in the history
  3. add CNDBye

    lovefoodcode committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    18bb552 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Merge pull request #1630 from video-dev/feature/audio-track-fallback

    Redundant streams fallback behavior for alternate renditions with multiple media groups
    tchakabam committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    741d531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c821376 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1771 from lovefoodcode/master

    add CNDBye
    tchakabam committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    b0c64ec View commit details
    Browse the repository at this point in the history
  4. Removed comment

    Korilakkuma committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    a94b561 View commit details
    Browse the repository at this point in the history
  5. Removed .tsx

    Korilakkuma committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    f41389d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    8a9a257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afdd25f View commit details
    Browse the repository at this point in the history
  3. Enable 'strict' option

    Korilakkuma committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    4105a42 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Release 0.10.0

    tchakabam committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    d684e23 View commit details
    Browse the repository at this point in the history
  2. Update dist

    tchakabam committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    886a46e View commit details
    Browse the repository at this point in the history
  3. Update docs

    tchakabam committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    480078f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd6c7d2 View commit details
    Browse the repository at this point in the history
  5. package lock: add events

    tchakabam committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    09af09a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f8cdb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ad438f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f385a8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e3a7a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Add stale-bot config

    tchakabam committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    664137f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1785 from video-dev/stale-bot-config

    Add stale-bot config
    tchakabam committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    d217360 View commit details
    Browse the repository at this point in the history
  3. Avoid accessing undefined variable, avoid reassigning window, cleanup…

    … redundant window code
    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    3630bf9 View commit details
    Browse the repository at this point in the history
  4. Revert "Use wrapper function"

    This reverts commit 2306a46.
    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    9b5d520 View commit details
    Browse the repository at this point in the history
  5. Avoid more reassignments of window

    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    1879842 View commit details
    Browse the repository at this point in the history
  6. Avoid throwing a preventable exception accessing crypto

    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    452865e View commit details
    Browse the repository at this point in the history
  7. Add no-global-assing lint rule

    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    bdacea1 View commit details
    Browse the repository at this point in the history
  8. Remove useless lint rules

    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    00d7421 View commit details
    Browse the repository at this point in the history
  9. Remove all instances of Array.from

    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    ee43967 View commit details
    Browse the repository at this point in the history
  10. Remove hex import

    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    674ce79 View commit details
    Browse the repository at this point in the history
  11. Revert dist

    John Bartos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    5b1c417 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Merge pull request #1786 from video-dev/bugfix/ie-exceptions

    Fix exceptions in IE
    tchakabam committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    26bbb62 View commit details
    Browse the repository at this point in the history
  2. Update dist

    tchakabam committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    21ad3ac View commit details
    Browse the repository at this point in the history
  3. Release 0.10.1

    tchakabam committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    c1f254c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Update dist

    tchakabam committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    a5fe074 View commit details
    Browse the repository at this point in the history
  2. Add CDN77 Streaming

    mpecanek committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    740749b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Merge pull request #1792 from mpecanek/patch-1

    Add CDN77 Streaming
    tchakabam committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    4fccc86 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

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

Commits on Jun 25, 2018

  1. Merge pull request #1762 from Korilakkuma/feature/update-webpack

    Update webpack@4.11.1 + Use TypeScript compiler instead of Babel
    tchakabam committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    44efa98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6896ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67ac80d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ed170c View commit details
    Browse the repository at this point in the history
  5. readme: mention webpack

    tchakabam committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    fa617af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    924f90f View commit details
    Browse the repository at this point in the history
  7. add lint script

    tchakabam committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3dc704f View commit details
    Browse the repository at this point in the history
  8. precommit script rename

    tchakabam committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    e1adecf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b26e1ed View commit details
    Browse the repository at this point in the history
  10. esdoc config: use ts plugin

    tchakabam committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    fdd52e8 View commit details
    Browse the repository at this point in the history
  11. rewrite package-lock

    tchakabam committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    35b61ea View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

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

Commits on Jul 3, 2018

  1. Update m3u8-parser.js

    Ady88w1 committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    ae8a4dc View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Update playlist-loader.js

    Ady88w1 committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    dc6339f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Ady88w1/patch-4

    Update playlist-loader.js
    Ady88w1 committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    29a3d20 View commit details
    Browse the repository at this point in the history
  3. Update playlist-loader.js

    Ady88w1 committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    0d0c80e View commit details
    Browse the repository at this point in the history
  4. Update playlist-loader.js

    Ady88w1 committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    a7c9eef View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Added R7.com in production list

    Leandro Cavalcante committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    09c58d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Merge pull request #1815 from Ady88w1/patch-2

    Updated LEVEL_PLAYLIST_REGEX_SLOW in m3u8-parser.js to use first colon as tag end
    tjenkinson committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    4463892 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Prevent stalebot from closing #Confirmed issues

    We don't want real but less active issues from being closed.
    John Bartos committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    03d64ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bd694a View commit details
    Browse the repository at this point in the history
  3. Update stale.yml

    John Bartos committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    ca766a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

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

Commits on Jul 18, 2018

  1. add comment

    ssreed committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    3742194 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. fix(demo): update http to https

    azu committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    9327fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4984f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    301af92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82672f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    addb0f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e09eff0 View commit details
    Browse the repository at this point in the history
  7. add events package to deps

    tchakabam committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    57f5bfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f83cde5 View commit details
    Browse the repository at this point in the history
  9. tsconfig: disable strict mode for now (fails in various scenarios in …

    …combination with allowJs)
    tchakabam committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    6e64148 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db4acf2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec105a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    113d3ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4732599 View commit details
    Browse the repository at this point in the history
  14. Make sure module can be required in Node.js without throwing an error…

    … (needed for universal / SSR builds)
    friday committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    6300f72 View commit details
    Browse the repository at this point in the history
  15. Ensure that module can be required in node without errors

    See #1841
    
    >We have this library bundled and running in an isomorphic application, but on the server nothing is ever called. It just needs to be bundled safely.
    tjenkinson authored and friday committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    8f09e5e View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1839 from video-dev/update-demo-to-https-resources

    fix(demo): update http to https
    azu committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    ed6225e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    6bf67c4 View commit details
    Browse the repository at this point in the history
  2. Update lockfile

    tchakabam committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    eb918fc View commit details
    Browse the repository at this point in the history
  3. autofix lint error in src

    tchakabam committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    ead9459 View commit details
    Browse the repository at this point in the history
  4. autofix lint error in tests

    tchakabam committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    3baceab View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    664986f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcef4a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Prioritze api.md over generated docs

    John Bartos committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    6491897 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    John Bartos committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    846a748 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Merge pull request #1841 from friday/ssr

    Support universal builds ("SSR")
    tchakabam committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    335158b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd33b58 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    adfaab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c721b7e View commit details
    Browse the repository at this point in the history
  3. Release with travis (#1810)

    - Automatically publish a new NPM package when a new git tag is pushed
    - Create a draft github release and add the build files as attachments
    tjenkinson authored and johnBartos committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    79a81e3 View commit details
    Browse the repository at this point in the history
  4. Use demo build from cdn (#1864)

    Make the demo page load the build from the cdn when not running locally.
    tjenkinson authored and johnBartos committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    7b7aca3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    803f820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207df66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1819 from r7com/master

    Added R7.com in production list
    tchakabam committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    0cb933a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1838705 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. v0.11.0 regression fixes (#1867)

    - Reassign audio track ids after filtering
    - Unassign level property from audio tracks and captions
    - Fix performance now usage typo
    johnBartos committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    04eee54 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Added link to P2P Media Loader GitHub project (#1860)

    The open-source library enables P2P sharing of live and VOD streams for Hls.js
    mrlika authored and johnBartos committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    d3ddc8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe3e22 View commit details
    Browse the repository at this point in the history
  3. Update FRESH LIVE icon (#1870)

    Korilakkuma authored and johnBartos committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    38416a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ad4eed View commit details
    Browse the repository at this point in the history
  5. demuxer inline module: fix binding performance.now function, replace …

    …console.warn by logger message
    tchakabam committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    227008c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1866 from video-dev/fix/worker-performance-now-usage

    Fix/worker performance now usage
    tchakabam committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    ffd3cd7 View commit details
    Browse the repository at this point in the history
  7. add work around tagging issue in Travis CI deployment

    When `draft: true` is set, incorrect commit/tag information is sent to
    Github. Override tag/target fields for correct behavior.
    
    Ref. travis-ci/travis-ci#9852
    tjenkinson committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    de96b84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33440d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e208f78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1497b88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49df6cf View commit details
    Browse the repository at this point in the history
  12. add script to deploy gh-pages branch (#1875)

    * deploy demo and docs to gh-pages
    
    * also add readme to root
    
    * move api docs to 'api-docs'
    tjenkinson authored and johnBartos committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    9f2315b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92b3530 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. build docs before preparing gh-pages

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    f9690f0 View commit details
    Browse the repository at this point in the history
  2. remove dist dir reference from readme

    closes #1876
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    54ee476 View commit details
    Browse the repository at this point in the history
  3. travis: build gh-pages on master and tag

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    7db6e75 View commit details
    Browse the repository at this point in the history
  4. gh-pages: use ci user as author

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9caa141 View commit details
    Browse the repository at this point in the history
  5. travis: add verbose option to pages deploy

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    fac94b6 View commit details
    Browse the repository at this point in the history
  6. gh-pages: don't use symlinks

    because don't work on travis
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    ec6a914 View commit details
    Browse the repository at this point in the history
  7. gh-pages: put latest tag in 'stable' dir too

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    e6fcd82 View commit details
    Browse the repository at this point in the history
  8. committer-from-gh => committer_from_gh

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    bee41d8 View commit details
    Browse the repository at this point in the history
  9. disable sauce labs when not needed

    to speed up builds
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    4fd8869 View commit details
    Browse the repository at this point in the history
  10. don't schedule gh-pages if not necessary

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    d9a3949 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1874 from video-dev/workaround-travis-release-bug

    add work around tagging issue in Travis CI deployment
    tjenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b33069c View commit details
    Browse the repository at this point in the history
  12. no longer force-push gh-pages

    so we keep history
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    5174f67 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1877 from video-dev/disable-sauce-labs-when-not-n…

    …eeded
    
    disable sauce labs when not needed
    tjenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8fcd792 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8228e77 View commit details
    Browse the repository at this point in the history
  15. apply polyfill: number-is-finite along with string ends-with

    (next step: make all polyfills to ponyfills - use wrapper functions)
    tchakabam committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a877838 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1800 from video-dev/typescript-finalize

    Migration to Typescript compiler
    tchakabam committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    10078a7 View commit details
    Browse the repository at this point in the history
  17. Update issue templates

    johnBartos committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a6f85ba View commit details
    Browse the repository at this point in the history
  18. Delete ISSUE_TEMPLATE.md

    Superseded by markdown located in the ISSUE_TEMPLATE folder
    johnBartos committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    7ad634f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5592c02 View commit details
    Browse the repository at this point in the history
  20. Add question template

    johnBartos committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    e56df97 View commit details
    Browse the repository at this point in the history
  21. push to gh-pages manually

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8906096 View commit details
    Browse the repository at this point in the history
  22. fix gh-pages clone url

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6979f4d View commit details
    Browse the repository at this point in the history
  23. normal git push for gh-pages

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9ecc987 View commit details
    Browse the repository at this point in the history
  24. clone gh-pages branch to current directory

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8b66290 View commit details
    Browse the repository at this point in the history
  25. do not use symlinks on gh-pages

    because github doesn't work well with them
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    ce82e19 View commit details
    Browse the repository at this point in the history
  26. also put demo at gh-pages root

    for backwards compatability
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9291dde View commit details
    Browse the repository at this point in the history
  27. gh-pages: top level demo should be for latest tag

    i.e. same as /stable/demo
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8090708 View commit details
    Browse the repository at this point in the history
  28. gh-pages: fix replacing 'latest'

    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b7efb76 View commit details
    Browse the repository at this point in the history
  29. Update readme and demo for gh pages (#1879)

    * add new api doc urls to readme
    
    * load demo build directly from repo again
    
    * make api.md url relative
    
    * fix demo headings
    tjenkinson authored and johnBartos committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a2d7522 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8cfc0b5 View commit details
    Browse the repository at this point in the history
  31. remove unneeded docs scripts

    they accidentally came back in another merge
    tjenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    fbba662 View commit details
    Browse the repository at this point in the history
  32. gh-pages: also put dist at top level

    because top level demo needs it
    HLS.JS CI committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c083319 View commit details
    Browse the repository at this point in the history
  33. set version in build for gh-pages

    HLS.JS CI committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    338bf0a View commit details
    Browse the repository at this point in the history
  34. deploy gh-pages in 'release' and 'releaseCanary' mode instead

    so that the version is set correctly
    HLS.JS CI committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    f531954 View commit details
    Browse the repository at this point in the history
  35. gh-pages: don't set git username globaly

    only set it for the current repo
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c3d9218 View commit details
    Browse the repository at this point in the history
  36. gh-pages: remove readme from top level

    because it contains relative links that would be broken. We now have an index.html that redirects to the readme in /latest
    Tom Jenkinson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    39ed497 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a82609f View commit details
    Browse the repository at this point in the history
  38. number polyfill: fix lint

    tchakabam committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    46a3f25 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6b33394 View commit details
    Browse the repository at this point in the history
  40. karma webpack conf: use mode 'development' (otherwise tries to optimi…

    …ze test builds, very slow)
    tchakabam committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6b1eab6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. gh-pages: try setting username locally

    and skip push if there are no changes, which might happen if the build is rerun for some reason
    Tom Jenkinson committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    b2e2b5e View commit details
    Browse the repository at this point in the history
  2. gh-pages: fix checking if changes

    Tom Jenkinson committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    c98f486 View commit details
    Browse the repository at this point in the history
  3. gh-pages: check if anything staged

    Tom Jenkinson committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    4e6aeff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1881 from video-dev/feature/ponyfill-the-polyfills

    Inject polyfills via webpack provide (not modifying global env)
    tchakabam committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    998fb9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d67ee2c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1837 from ssreed/key-loading-error

    key-loader: set maxRetry to 0
    tchakabam committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    bc1d363 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a76ca60 View commit details
    Browse the repository at this point in the history
  8. commit package-lock

    tchakabam committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    ee62961 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Merge pull request #1783 from video-dev/add-events-dep

    Add `events` v3 package dependency explicitely instead of relying on webpack built-in support
    tchakabam committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    9b7be2b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

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

Commits on Aug 20, 2018

  1. Merge pull request #1889 from video-dev/fix/build-speed

    Speed up build by avoiding to compile node_modules things
    tchakabam committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    91ef051 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    b79d89c View commit details
    Browse the repository at this point in the history
  2. webpack config: when no configuration is returned, throw error (as we…

    …bpack will crash anyway then)
    tchakabam committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    fd99b31 View commit details
    Browse the repository at this point in the history
  3. Fix readme typos

    johnBartos committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    07b77d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1893 from video-dev/readme-typos

    Fix readme typos
    tchakabam committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    4cbca96 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    52c3a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f5d1d View commit details
    Browse the repository at this point in the history
  3. package lock

    tchakabam committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    5b143df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2efacbd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1897 from video-dev/fix/dev-mode-version-no

    Fix __VERSION__ undefined in dev mode
    tchakabam committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    d252901 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. fix-1439: allow spaces in fragment files

    DNilan001 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    fef1bb6 View commit details
    Browse the repository at this point in the history
  2. fix-1439: add unit tests

    DNilan001 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    102c039 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. fix(timeline-controller): reuse text tracks when not in same order (#…

    …1869)
    
    Reuse text tracks even when not in the same order
    OrenMe authored and johnBartos committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    6db0112 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

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

Commits on Sep 13, 2018

  1. Merge pull request #1906 from video-dev/update-url-toolkit-2-1-5

    update url-toolkit to v2.1.5
    tchakabam committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e8f2ad0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1899 from dtniland/fix-1439

    fix-1439: allow spaces in fragment files
    tchakabam committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    d6d83b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. playlist-loader: handle mp4 streams without sidx ranges in map (#1921)

    * playlist-loader: fix undefined reference error
    
    related to #1919
    
    * early return if sidx not found
    mangui committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    fe7ff65 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

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

Commits on Sep 25, 2018

  1. fix chrome stream hang up when seeking (#1925)

    Update sourcebuffer timestamp even with unsuccessful abort
    vlyahovich authored and johnBartos committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    43d2a6a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

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

Commits on Oct 4, 2018

  1. Fix broken link on the demo page

    `../docs/html` points to nothing, as a result, the user get a 404.
    titouancreach committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    77ac437 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1940 from titouancreach/patch-1

    Fix broken link on the demo page
    tchakabam committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    4037496 View commit details
    Browse the repository at this point in the history
  3. fix api link on demo page

    Tom Jenkinson committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    9ff3e12 View commit details
    Browse the repository at this point in the history
  4. fix demo link on readme

    tjenkinson committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    24f2a99 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1943 from video-dev/fix-api-link-on-demo

    fix api link on demo page
    tjenkinson committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    0aa5a71 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Bugfix/1220 cleanup live back buffer (#1845)

    Implement live back buffer eviction
    vitalibozhko authored and johnBartos committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    3e6651d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

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

Commits on Nov 1, 2018

  1. Add audio track loading tests (#1969)

    * Put imports at the top of module body
    
    * Add tests for AUDIO_TRACK_LOADING depending on track.url
    robwalch authored and johnBartos committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    3352ba5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

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

Commits on Nov 5, 2018

  1. Restore response data in playlist loader error events (#1977)

    * playlist-loader: Restore `response` in MANIFEST_LOAD_ERROR/LEVEL_LOAD_ERROR/AUDIO_TRACK_LOAD_ERROR event data
    nhjm449 authored and johnBartos committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    adca76c View commit details
    Browse the repository at this point in the history