Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Modernize the tool #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Modernize the tool #12

wants to merge 6 commits into from

Commits on Jan 12, 2020

  1. setup: Modernize libvpx

    This commit makes
    - Checkout to latest master
    - Remove broken feature flag
    vibhoothi committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    543654f View commit details
    Browse the repository at this point in the history
  2. aom: Modernize aom_av1

    This commit makes
    - Build av1 of master
    - Building cleaner
    vibhoothi committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    fffba69 View commit details
    Browse the repository at this point in the history
  3. Use shasum instead of sha1sum

    This is in favour of making the builds more generic which unbreaks for macOS
    vibhoothi committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    7d69c2a View commit details
    Browse the repository at this point in the history
  4. Introduce dav1d, the AV1 Decoder

    This Commit introduces dav1d, smallest and fastest AV1 Decoder
    vibhoothi committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    9df0036 View commit details
    Browse the repository at this point in the history
  5. Introduce rav1e, the AV1 Encoder

    This commit introduces rav1e, the AV1 Encoder
    - Encoding is happening at default speed level(6)
    - Decoding is done with the help of dav1d
    vibhoothi committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    99ed801 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bac934a View commit details
    Browse the repository at this point in the history