[FFmpeg-devel] [PATCH v3 0/9] AFGS1 film grain support

Niklas Haas ffmpeg at haasn.xyz
Fri Mar 15 13:58:53 EET 2024


Changes from v2:

- Expose the AFGS1-exclusive parameters publicly (as part of
  AVFilmGrainAOMParams)
- Slightly change the AFGS1 parsing code as a result
- Properly clear whole struct on error, to avoid leaking bad state
- Attach all parameter sets (as separate side data instances), rather
  than just the best
- Add a new public helper function to choose/validate fgp sets

Ended up replacing v2 entirely, instead of making this a separate
series, because I ended up entirely deleting the internal AFGS1 param
set structure I was using previously.


More information about the ffmpeg-devel mailing list