[FFmpeg-devel] [PATCH 1/3] - libavcodec/aom_film_grain: Handle byte alignment when multiple film grain parameters sets are present in the bitstream

2024-09-19 Thread Segall, Andrew via ffmpeg-devel
More info: Series of patches to align the implementation of aom_film_grain.c with the AOM specification. First time committing. Suggestions very welcome. Signed-off-by: Andrew Segall mailto:aseg...@amazon.com>> --- libavcodec/aom_film_grain.c | 12 1 file changed, 12 insertions(+)

[FFmpeg-devel] [PATCH 2/3] - libavcodec/aom_film_grain: Add apply_grain flag

2024-09-19 Thread Segall, Andrew via ffmpeg-devel
Details: Add support for the apply_grain_flag. This allows the film grain process to be enabled/disabled for different display properties. On 9/8/24, 12:06 AM, "Andrew Segall" mailto:aseg...@amazon.com>> wrote: Signed-off-by: Andrew Segall mailto:aseg...@amazon.com>> --- libavcodec/aom_film_g

[FFmpeg-devel] [PATCH 3/3] - libavcodec/aom_film_grain: Mark AFGS1 parameters in the current message as eligible for selection

2024-09-19 Thread Segall, Andrew via ffmpeg-devel
Details: Limit selection of the film grain parameters to (only) those received in the current message. Signed-off-by: Andrew Segall mailto:aseg...@amazon.com>> --- libavcodec/aom_film_grain.c | 7 +++ libavutil/film_grain_params.h | 5 + 2 files changed, 12 insertions(+) diff --git a/liba

Re: [FFmpeg-devel] [PATCH 2/3] - libavcodec/aom_film_grain: Add apply_grain flag

2024-09-20 Thread Segall, Andrew via ffmpeg-devel
t click links or open attachments unless you can confirm the sender and know the content is safe. On 20/09/2024 02:44, Segall, Andrew via ffmpeg-devel wrote: > Details: Add support for the apply_grain_flag. This allows the film grain > process to be enabled/disabled for different display prop