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

Stable #7

Open
wants to merge 5 commits into
base: stable
Choose a base branch
from
Open

Stable #7

wants to merge 5 commits into from

Commits on Jul 5, 2019

  1. motion: Implement 3-level Hierarchial Motion Estimation

    This patch does the following:
    1) Create HME-level 0 planes
    2) Add option "--hme" and "--hme-search" to enable HME
    and to select search method for levels 0, 1 and 2
    Pooja Venkatesan committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e5f35ad View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. motion: Perform ME on each HME level

    This patch does the following:
    1) Perform level-0 ME
    2) Use the MVs as predictor for next level ME
    3) Restrict full-search within a range when HME is enabled
    Pooja Venkatesan committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b9f05b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. cli: fix incorrect CLI help of --[no-]aq-motion

    Aruna_Matheswaran committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7911c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

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

Commits on Jul 28, 2019

  1. Merge branch 'stable'

    JoyRichB committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    fbe5f6e View commit details
    Browse the repository at this point in the history