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

[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. #15787

Merged
merged 86 commits into from
Apr 7, 2021

Commits on Jan 20, 2021

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

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    eba8ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c00ad View commit details
    Browse the repository at this point in the history
  3. [libssh] Export pkgconfig on windows.

    Also move to using git to get source.
    Sibras committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2b9f575 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd37381 View commit details
    Browse the repository at this point in the history
  5. [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg…

    …,libssh,tesseract,libxml2 dependencies.
    Sibras committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    88e4988 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2473f69 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    1105fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6411ca2 View commit details
    Browse the repository at this point in the history
  3. Update ports/libssh/CONTROL

    JackBoosY committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    256d87a View commit details
    Browse the repository at this point in the history
  4. Improve portfile.cmake

    JackBoosY committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0fd3f85 View commit details
    Browse the repository at this point in the history
  5. update version records.

    JackBoosY committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    16d7667 View commit details
    Browse the repository at this point in the history
  6. [openjpeg] Update libs in pkgcfg.

    Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
    Sibras and JackBoosY committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    de7b01a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. update version records

    JackBoosY committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    85cd8cb View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    09c8727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0471d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9520e13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cd51e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. update version records

    Sibras committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    83330b1 View commit details
    Browse the repository at this point in the history
  2. [ffmpeg] Fixup FindFFmpeg.

    Sibras committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8fd5f05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5137060 View commit details
    Browse the repository at this point in the history
  4. [ffmpeg] Add feature libass.

    Sibras committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d71a976 View commit details
    Browse the repository at this point in the history
  5. [ffmpeg] Add dav1d feature.

    Sibras committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d0c2288 View commit details
    Browse the repository at this point in the history
  6. [ffmpeg] Add feature ilbc.

    Sibras committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a7d47fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48b6ae1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37bb8b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. [ffmpeg] Add CI feature test.

    Sibras committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d716fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc7142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d36f2bb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    f050ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd5138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2835bb9 View commit details
    Browse the repository at this point in the history
  4. update version records.

    Sibras committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    9255627 View commit details
    Browse the repository at this point in the history
  5. [ffmpeg] Add detection of additional non target deps..

    select_library_configurations_from_names currently detects the debug libs even for release builds as  _IMPORT_PREFIX was not being set.
    Sibras committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    84b8ad6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dc062c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09e1169 View commit details
    Browse the repository at this point in the history
  8. update version files.

    Sibras committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3e7636c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. [ffnvcodec] Set as not supporting uwp.

    ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
    Sibras committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0555d74 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    eaab9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946c566 View commit details
    Browse the repository at this point in the history
  3. [ffmpeg] Update feature all.

    Sibras committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    571d8e6 View commit details
    Browse the repository at this point in the history
  4. update version records

    Sibras committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    426e01b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f5c2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2601d40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b499b6 View commit details
    Browse the repository at this point in the history
  8. [ffmpeg] Fixup after merge.

    Sibras committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    53138e4 View commit details
    Browse the repository at this point in the history
  9. Update version files.

    Sibras committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    0ecb354 View commit details
    Browse the repository at this point in the history
  10. [ffmpeg] Add opengl support.

    Sibras committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    272032f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3492b65 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5f1b25 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    df56138 View commit details
    Browse the repository at this point in the history
  2. [libvpx] Enable arm-uwp build.

    Sibras committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    0029ce9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. [ffmpeg] Fixup x265 patch.

    Sibras committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    73822d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. trigger sdl rebuild

    Sibras committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    94065bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    518f0db View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Revert "trigger sdl rebuild"

    This reverts commit 94065bf.
    Sibras committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    36dd61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e124b1d View commit details
    Browse the repository at this point in the history
  3. Update ports/ffmpeg/FindFFMPEG.cmake.in

    Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
    Sibras and mcmtroffaes committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    8cea7ff View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

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

Commits on Feb 20, 2021

  1. Update ports/ffmpeg/FindFFMPEG.cmake.in

    Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
    Sibras and mcmtroffaes committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    925e2c9 View commit details
    Browse the repository at this point in the history
  2. update version

    Sibras committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    956a14d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    c6cc525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a139cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    012084f View commit details
    Browse the repository at this point in the history
  4. update versions

    Sibras committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fbd4d6b View commit details
    Browse the repository at this point in the history
  5. update versions.

    Sibras committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    6a0c31e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

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

Commits on Mar 15, 2021

  1. revert pangolin commit

    Reverts most of 2543be2
    Sibras committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f59bc5a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    e8ff15c View commit details
    Browse the repository at this point in the history
  2. update versions

    Sibras committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    781655f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

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

Commits on Mar 26, 2021

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

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    3e70101 View commit details
    Browse the repository at this point in the history
  2. update versions.

    Sibras committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7878d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50be3bf View commit details
    Browse the repository at this point in the history
  4. Revert "revert pangolin commit"

    This reverts commit f59bc5a.
    Sibras committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c3f44c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a446bea View commit details
    Browse the repository at this point in the history
  6. update versions.

    Sibras committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a37f7e8 View commit details
    Browse the repository at this point in the history
  7. [ffmpeg] set CMP0072 policy.

    Sibras committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1774174 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4851ac View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

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

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    abee2a2 View commit details
    Browse the repository at this point in the history
  2. update versions after merge.

    Sibras committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    67dba3b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    fe42dec View commit details
    Browse the repository at this point in the history
  2. update versions.

    Sibras committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b497ac4 View commit details
    Browse the repository at this point in the history