mbox series

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

Message ID 20240315120442.73754-1-ffmpeg@haasn.xyz
Headers show
Series AFGS1 film grain support | expand

Message

Niklas Haas March 15, 2024, 11:58 a.m. UTC
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.