Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hybridgroup/gocv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: hybridgroup/gocv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: alpine-static-improved
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 19, 2024

  1. docker: add static image with opencv and ffmpeg without gstreamer

    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cca0e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. docker: make sure that gstreamer-full static lib is built, also limit…

    … the plugins to base plus a few choices
    
    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1b7dcdd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. opencv: patch for gstreamer cmake to handle static linking

    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ac4c8bb View commit details
    Browse the repository at this point in the history
  2. docker: use OpenCV patch to build fully static GStreamer with plugins…

    … included
    
    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9050a34 View commit details
    Browse the repository at this point in the history
  3. build: no need to rebuild same ffmpeg image that has not changed

    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c8dbfe3 View commit details
    Browse the repository at this point in the history
  4. docker: gstreamer with a specific set of plugins

    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b29c490 View commit details
    Browse the repository at this point in the history
  5. build: just build opencv-ffmpeg-gstreamer since the dependencies exis…

    …t already
    
    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ae185f3 View commit details
    Browse the repository at this point in the history
Loading