PR #20473 opened by cgutman
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20473
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20473.patch
88a8ba5c991a0ffd00c8ce34d127b1b201b1ee19 introduced an output latency
regression making it impossible to acheive lower than 1 frame of latency from
PR #20453 opened by cgutman
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20453
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20453.patch
`kVTVideoEncoderSpecification_EnableLowLatencyRateControl` was supported only
for H.264 on Intel Macs, but it can be used with both H.264 and HEVC
PR #20424 opened by cgutman
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20424
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20424.patch
AVBR does not use `VAEncMiscParameterTypeHRD` (see [line
1212](https://code.ffmpeg.org/FFmpeg/FFmpeg/src/commit/858aa6176b5320e8f648461194a80cfda76
PR #20425 opened by cgutman
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20425
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20425.patch
`av_hwframe_map()` is documented to work with a blank dst frame, but
hwcontext_drm currently fails if `dst->format == AV_PIX_FMT_NONE`.
>From 37f
PR #20383 opened by cgutman
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20383
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20383.patch
This should also cherry-pick cleanly to `release/8.0`
Fixes: d56522c6eb75 ("avcodec/mfenc: add support for D3D11 input surfaces")
Signed-off-by: Ca
PR #20384 opened by cgutman
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20384
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20384.patch
Implement support for CODECAPI_AVLowLatencyMode property, which is
useful for live streaming use cases (and cannot be achieved by
selecting any of t
PR #20334 opened by cgutman
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20334
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20334.patch
Microsoft has formally standardized DXVA GUIDs for HEVC Range Extension
profiles in the Windows 11 24H2 SDK. They are supported by Intel GPUs
starti