summaryrefslogtreecommitdiff
path: root/libavutil/film_grain_params.h
Commit message (Collapse)AuthorAge
* avutil/film_grain_params: fix doxy for ar_coeff_* fieldsJames Almer2020-12-03
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avutil/film_grain_params: add more details to some AVFilmGrainAOMParams fieldsJames Almer2020-11-26
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* lavu/film_grain_params: fix typo in type enumLynne2020-11-27
| | | | Ref: xkcd #1015
* libavutil: introduce AVFilmGrainParams side dataLynne2020-11-25
This patch introduces a new frame side data type AVFilmGrainParams for use with video codecs which support it. It can save a lot of memory used for duplicate processed reference frames and reduce copies when applying film grain during presentation.