summaryrefslogtreecommitdiff
path: root/libavfilter/vf_random.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_random: fix memory leaksPaul B Mahol2019-10-17
| | | | Fixes #8296
* avfilter/vf_random: fix crashPaul B Mahol2019-10-10
| | | | Fixes #8235.
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
| | | | It has no longer any effect.
* avfilter: add random video filterPaul B Mahol2015-07-19
Signed-off-by: Paul B Mahol <onemda@gmail.com>