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

Added OpenSSL & various protocol support to FFmpeg backend #229

Merged
merged 26 commits into from Aug 18, 2019

Commits on Jul 30, 2019

  1. Added OpenSSL & different protocol support to FFmpeg backend

    - Fixed Docker dependencies (both x86 & x86-64)
    - Fixes bug opencv#204
    abhiTronix committed Jul 30, 2019
    Copy the full SHA
    a577c57 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Additional Fixes

    - updates to OpenSSL build from scratch
    - removed specific protocol
    - Added neccessary dependency
    abhiTronix committed Jul 31, 2019
    Copy the full SHA
    f2c53bd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Fixed ./Configure command

    abhiTronix committed Aug 2, 2019
    Copy the full SHA
    77619d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Updates for docker images:

    - Added perl build from scratch
    - Fixed wrong/redundant dependencies/paths
    - Fixed & updated openssl installation
    abhiTronix committed Aug 4, 2019
    Copy the full SHA
    c746b96 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d71b139 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from abhiTronix/testing

    Updates for docker images:
    - Added Perl build from scratch
    - Fixed wrong/redundant dependencies/paths
    - Fixed & updated OpenSSL installation
    - Fixed Empty continuation lines bug & added comments
    abhiTronix committed Aug 4, 2019
    Copy the full SHA
    bc69c01 View commit details
    Browse the repository at this point in the history
  4. fix inconsitent spacing

    native-api committed Aug 4, 2019
    Copy the full SHA
    991a981 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0977132 View commit details
    Browse the repository at this point in the history
  6. fix syntax error

    native-api committed Aug 4, 2019
    Copy the full SHA
    3dace9e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Merge pull request #2 from native-api/new_openssl

    Fix trivial issues @native-api:
    - fix inconsistent spacing
    - Don't add Perl 5.10 to PATH
    - fix syntax error
    abhiTronix committed Aug 5, 2019
    Copy the full SHA
    74d92e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8fc6035 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6f566cd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Copy the full SHA
    f621ead View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e08dccb View commit details
    Browse the repository at this point in the history
  3. manylinux1 provides the toolchain and git

    git install fails in i686, too
    native-api committed Aug 6, 2019
    Copy the full SHA
    3525469 View commit details
    Browse the repository at this point in the history
  4. cleanup tar invocations

    native-api committed Aug 6, 2019
    Copy the full SHA
    8aa69b3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    af2f0c6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d08a9c9 View commit details
    Browse the repository at this point in the history
  7. move perl to a separate subtree as it's a private dependency

    * rm it after library build
    native-api committed Aug 6, 2019
    Copy the full SHA
    43704d3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b72fb32 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2eb9e03 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8e86d77 View commit details
    Browse the repository at this point in the history
  11. comment custom i686 step

    native-api committed Aug 6, 2019
    Copy the full SHA
    8d12fd7 View commit details
    Browse the repository at this point in the history
  12. opencv now bundles libjpeg-turbo

    and the separate's onre buid fails dueto expired certificate at https://kent.dl.sourceforge.net
    native-api committed Aug 6, 2019
    Copy the full SHA
    4808583 View commit details
    Browse the repository at this point in the history
  13. update dockerfile README

    native-api committed Aug 6, 2019
    Copy the full SHA
    88597ed View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4 from native-api/cleanup_r1

    Fixes and Cleans up in dockerfiles and removed libjpeg-turbo by @native-api
    abhiTronix committed Aug 6, 2019
    Copy the full SHA
    399baca View commit details
    Browse the repository at this point in the history