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: floe/backscrub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: floe/backscrub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: experimental
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 17 files changed
  • 3 contributors

Commits on Dec 29, 2021

  1. Merge branch 'main' into experimental

    Benny Baumann committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    6f5ce94 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    e3d1c22 View commit details
    Browse the repository at this point in the history
  2. Properly query video device pixel format

    The `ioctl` to query `VIDIOC_G_FMT` was previously unchecked and always failed due to a missing initialization of the structure passed.
    BenBE committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    56d94fd View commit details
    Browse the repository at this point in the history
  3. Update copyright information

    BenBE committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    864d8ea View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    d3af6b8 View commit details
    Browse the repository at this point in the history
  2. Reduce amount of plain C code

    BenBE committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    7fa052e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    da36ec2 View commit details
    Browse the repository at this point in the history
  2. Uniform code formatting

    BenBE committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    5e5099d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

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

Commits on Feb 25, 2022

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

Commits on Mar 13, 2022

  1. Configuration menu
    Copy the full SHA
    ba5a5de View commit details
    Browse the repository at this point in the history
  2. more accurate, auto-vectorized loop

    phlash authored and BenBE committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    8300ea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d1dcb View commit details
    Browse the repository at this point in the history
  4. review followup: optimise all local code

    phlash authored and BenBE committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    fa6b685 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    8263b9b View commit details
    Browse the repository at this point in the history
  2. Add basic rules file for IWYU

    BenBE committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    4b76d1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feb2192 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

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

Commits on Apr 3, 2022

  1. Enable streaming on device fd (#144)

    This ensures the opener of the fd in the kernel module is updated to be a WRITER.
    Failing to do so causes the video output capability to be lost when closing the fd.
    
    Cf. #133
    Cf. umlaeute/v4l2loopback#470
    
    Also this commit introduces a proper loopback_free function to release any resources and provide a central point for cleanup before closing the fd.
    BenBE authored Apr 3, 2022
    Configuration menu
    Copy the full SHA
    bc093ac View commit details
    Browse the repository at this point in the history
Loading