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

Updating fork from master #3

Merged
merged 9 commits into from
May 4, 2021
Merged

Updating fork from master #3

merged 9 commits into from
May 4, 2021

Commits on Mar 7, 2021

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

Commits on Mar 9, 2021

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

Commits on Mar 22, 2021

  1. Fix the build instructions on Windows

    For windows running `GYP_DEFINES='target_arch=X64'` shows an error GYP_DEFINES is
    not recognized as an internal or external command.
    
    The actual command is to set the value of GYP_DEFINES. so it should be 
    `SET GYP_DEFINES='target_arch=X64'`.
    surajkumar-sk authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    aa046a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Fix transparency case in DVB-SUB.

    This fixes some math errors in the color conversions and handles the
    case of Y=0.
    
    Fixes #903
    
    Change-Id: I796246e4d62a3161b44916f97e9e98f9203ad338
    TheModMaker committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c1f64e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. fix: Explicitly signal the lack of CEA captions in HLS

    Closes #922
    
    Change-Id: If097a66642ca40c355a476655ff1394b7b937b17
    joeyparrish committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d48bf0f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 10, 2021

  1. Update Sphinx config for markdown handling

    The config format has changed in v3.0 in the handling of markdown.
    
    See https://www.sphinx-doc.org/en/master/usage/markdown.html.
    
    Change-Id: I3f2dad962824e1d5f410f8420795c68715b03635
    kqyang committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    6c8ad30 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Update check_formatting.py to work with python3

    Change-Id: Iff3ba89f3b3e6fe0991e48482546084d1ba66ac5
    kqyang committed May 4, 2021
    Configuration menu
    Copy the full SHA
    23953bf View commit details
    Browse the repository at this point in the history
  2. Remove the use of regex library

    It is not working correctly in gcc 4.8 or earlier, which is still
    popular (e.g. bundled by default in CentOS 7).
    
    Fixes #865, #929.
    
    Change-Id: I55a42428dbd2a12fc2c3b1e6a49fdd662a295dca
    kqyang committed May 4, 2021
    Configuration menu
    Copy the full SHA
    4528bdb View commit details
    Browse the repository at this point in the history