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: videojs/mux.js Loading
base: v5.13.0
Choose a base ref
...
head repository: videojs/mux.js Loading
compare: v5.14.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 21, 2021

  1. feat: Add multibyte character support (#398)

    * add multibyte character support with TextDecoder
    
    * create TextDecoder for each service instead of 1 for transmuxer
    
    * remove debugger
    
    * remove template strings for ie
    
    * log message tweak
    
    Co-authored-by: Gary Katsevman <git@gkatsev.com>
    
    * remove for loop
    
    Co-authored-by: Gary Katsevman <git@gkatsev.com>
    
    * accept full captionServices option block, restructure multibyte character handling
    
    * add default value
    
    * options should default to empty object
    
    Co-authored-by: Gary Katsevman <git@gkatsev.com>
    
    * log any error thrown by TextDecoder
    
    * add tests
    
    * tweak test
    
    * add TextDecoder support check
    
    Co-authored-by: Gary Katsevman <git@gkatsev.com>
    alex-barstow and gkatsev committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    0849e0a View commit details
    Browse the repository at this point in the history
  2. 5.14.0

    alex-barstow committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b17c0c4 View commit details
    Browse the repository at this point in the history
Loading