summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-07-23 11:06:31 -0300
committerJames Almer <jamrial@gmail.com>2021-07-23 11:06:31 -0300
commite3b5ff17c2e54d557d2c897aa7e491ea4d3df708 (patch)
tree9b44d30ae13b79c29fec9e03530ad138e2393619 /doc/APIchanges
parent41d1dba4d281aafc4c67aa24ddb1798b25f1e27f (diff)
avutil/film_grain_params: add support for H.274 Film Grain Characteristics
Used by codecs like H.264, HEVC, and VVC. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 308e2d5061..9506059ac0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-07-22 - xxxxxxxxxx - lavu 57.2.100 - film_grain_params.h
+ Add AV_FILM_GRAIN_PARAMS_H274, AVFilmGrainH274Params
+
2021-07-19 - xxxxxxxxxx - lavu 57.1.100 - cpu.h
Add av_cpu_force_count()