diff options
author | Niklas Haas <git@haasn.dev> | 2024-03-15 12:15:11 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-03-23 18:55:15 +0100 |
commit | a9023377b22e3d70db504c69cd3e55d52a2c627a (patch) | |
tree | 445a0f1361dc7d28a78e69484c90f9724ccb009e /doc/APIchanges | |
parent | ea147f3b50c6826134926f176bc51ba1c5924c60 (diff) | |
download | ffmpeg-a9023377b22e3d70db504c69cd3e55d52a2c627a.tar.gz |
avutil/film_grain_params: add av_film_grain_params_select()
Common utility function that can be used by all codecs to select the
right (any valid) film grain parameter set. In particular, this is
useful for AFGS1, which has support for multiple parameters.
However, it also performs parameter validation for H274.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f27e88105d..7762907255 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-03-xx - xxxxxxxxxx - lavu 59.6.100 - film_grain_params.h + Add av_film_grain_params_select(). + 2024-03-xx - xxxxxxxxxx - lavu 59.5.100 - film_grain_params.h Add AVFilmGrainParams.color_range, color_primaries, color_trc, color_space, width, height, subsampling_x, subsampling_y, bit_depth_luma and |