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

Add X265 multilib support for osx and linux-x86* #619

Merged
merged 15 commits into from
Nov 22, 2018

Commits on Oct 2, 2018

  1. Add X265 multilib support for osx and linux-x86*

    X265 supports API selectable internal compression depths of 8,10, or 12 bits. This commit enables building of multilib support for X265 on osx and linux-x86* and enables this feature in ffmpeg.
    Mark Bolstad committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    c136819 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Merge commit '570e08fb3054aec42a5c62c68b0fde7273577e1c'

    Mark Bolstad committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    6b78e14 View commit details
    Browse the repository at this point in the history
  2. Move X265 patch code into ffmpeg/cppbuild.sh

    Instead of patching x265, we'll execute the commands directly from the cppbuild.sh file.
    Mark Bolstad committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    ac95bba View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Add linux-x86_64 multilib support

    Mark Bolstad committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    1cc13c3 View commit details
    Browse the repository at this point in the history
  2. Add linux-x86 multilib support

    Mark Bolstad committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    60b95dd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Fix x265 libnuma issues on linux

    Mark Bolstad committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    74e52c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Fix AVX errors in 32-bit X265 multilib

    Mark Bolstad committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    faea87c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Merge remote-tracking branch 'upstream/master'

    Mark Bolstad committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    a565bf4 View commit details
    Browse the repository at this point in the history
  2. Add X265 multilib support for windows-x86*

    Mark Bolstad committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    be4f3e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Merge remote-tracking branch 'upstream/master'

    Mark Bolstad committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    315fe8a View commit details
    Browse the repository at this point in the history
  2. Fix X265 multilib for android-x86*

    Enables multilib on android-x86 and x86_64
    Mark Bolstad committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    04343f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Fix multilib for android-arm*

    Adds multilib capabilkity to the arm variants of android
    Mark Bolstad committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    667d316 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Configuration menu
    Copy the full SHA
    76d511e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e17c903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b364a5 View commit details
    Browse the repository at this point in the history