Thanks to visit codestin.com
Credit goes to github.com

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: jernejsk/FFmpeg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4l2-request-hwaccel-4.4
Choose a base ref
...
head repository: knaerzche/FFmpeg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4l2-request-hwaccel-4.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 21 files changed
  • 4 contributors

Commits on Oct 3, 2022

  1. Add common V4L2 request API code

    Signed-off-by: Jonas Karlman <[email protected]>
    Signed-off-by: Alex Bee <[email protected]>
    Kwiboo authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c893047 View commit details
    Browse the repository at this point in the history
  2. h264dec: add idr_pic_id to slice context

    Used by V4L2 request API h264 hwaccel
    
    Signed-off-by: Ezequiel Garcia <[email protected]>
    Signed-off-by: Jonas Karlman <[email protected]>
    ezequielgarcia authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ebfe79d View commit details
    Browse the repository at this point in the history
  3. h264dec: add ref_pic_marking and pic_order_cnt bit_size to slice context

    Used by V4L2 request API h264 hwaccel
    
    Signed-off-by: Boris Brezillon <[email protected]>
    Signed-off-by: Jonas Karlman <[email protected]>
    bbrezillon authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5497c3d View commit details
    Browse the repository at this point in the history
  4. Add V4L2 request API h264 hwaccel

    Signed-off-by: Jernej Skrabec <[email protected]>
    Signed-off-by: Jonas Karlman <[email protected]>
    jernejsk authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7ea5308 View commit details
    Browse the repository at this point in the history
  5. Add V4L2 request API mpeg2 hwaccel

    Signed-off-by: Jonas Karlman <[email protected]>
    Kwiboo authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    87f6b79 View commit details
    Browse the repository at this point in the history
  6. Add V4L2 request API vp8 hwaccel

    Signed-off-by: Boris Brezillon <[email protected]>
    Signed-off-by: Ezequiel Garcia <[email protected]>
    Signed-off-by: Jonas Karlman <[email protected]>
    bbrezillon authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    033c4d9 View commit details
    Browse the repository at this point in the history
  7. Add V4L2 request API hevc hwaccel

    Signed-off-by: Jernej Skrabec <[email protected]>
    Signed-off-by: Jonas Karlman <[email protected]>
    Signed-off-by: Benjamin Gaignard <[email protected]>
    Signed-off-by: Alex Bee <[email protected]>
    jernejsk authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    06969e2 View commit details
    Browse the repository at this point in the history
  8. Add V4L2 request API VP9 hwaccel

    Signed-off-by: Boris Brezillon <[email protected]>
    Signed-off-by: Jernej Skrabec <[email protected]>
    bbrezillon authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e61258b View commit details
    Browse the repository at this point in the history
  9. HACK: hwcontext_drm: do not require drm device

    Signed-off-by: Jonas Karlman <[email protected]>
    Kwiboo authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2708dde View commit details
    Browse the repository at this point in the history
  10. WIP: add NV15 and NV20 support

    Signed-off-by: Jonas Karlman <[email protected]>
    Kwiboo authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3ad2967 View commit details
    Browse the repository at this point in the history
  11. HACK: define drm NV15 and NV20 format

    Kwiboo authored and knaerzche committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    57ddca8 View commit details
    Browse the repository at this point in the history
Loading