Giter Club home page Giter Club logo

cartwheel-ffmpeg's Introduction

cartwheel : ffmpeg

Intel developer staging area for upstream patch contributions to FFmpeg.

The upstream project is tracked as a submodule in this repo.

upstream process

To improve upstream patch quality and reduce patchset rebase efforts, we use the following process

  1. Send PR1 to https://github.com/intel-media-ci/ffmpeg, add module maintainers to Reviewers
  2. Got approval from one maintainer
  3. Wait for 1 more workday to see any objections. If it's an urgent issue, please ask another reviewer + 1 for you.
  4. Close PR1, and send it to the community, ping the community with some frequency if it's no response.
  5. If the community has no response in 4 weeks or it’s an urgent issue, send PR2 to https://github.com/intel/cartwheel-ffmpeg
  6. Provide upstream patch link, ping maintainers for merging
  7. Ping community until the patch merged in upstream

maintainers

  • @xhaihao @feiwan1 @xuguangxin for Linux and OneVPL
  • @galinart for Windows
  • @guoyejun @Semmer2 for DNN
  • @uartie @FocusLuo @Bin-CI for CI system

clone

$ git clone https://github.com/intel/cartwheel-ffmpeg --recursive

apply patches

# at top-level directory
$ git submodule update --init --recursive
# at submodule directory
$ cd ffmpeg
# It is recommended to create a branch before applying the patches
$ git checkout -b <my new branch>
$ git am ../patches/*.patch

rebase

# at top-level directory
$ git pull --rebase --recurse-submodule

administrators

To update the submodule reference commit id to the latest upstream:

# at top-level directory
$ git submodule update --remote --recursive
$ git commit -sam "$(git diff --submodule | head -1 | sed 's/:$//')"

...verify the patches still apply successfully. If they don't apply, fix them and include in new commit(s).

additional information

For more information and examples about Git Submodules, see https://git-scm.com/book/en/v2/Git-Tools-Submodules

cartwheel-ffmpeg's People

Contributors

intel-media-ci avatar xhaihao avatar wenbinc-bin avatar uartie avatar feiwan1 avatar tong1wu avatar semmer2 avatar xuguangxin avatar kizna1ver avatar sivileri avatar zhangyuankun-star avatar zihengchang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.