summaryrefslogtreecommitdiff
path: root/libavfilter/f_perms.c
Commit message (Expand)AuthorAge
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter/f_perms: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/f_perms: add timeline supportPaul B Mahol2020-12-07
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avfilter/f_perms: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-10
* avfilter/f_perms: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-07
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer2013-04-12
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/perms: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/perms: add myself to the copyright header.Clément Bœsch2013-03-26
* lavfi/perms: add seed option.Clément Bœsch2013-03-26
* lavfi/perms: remove unecessary indirection after f7324c06.Clément Bœsch2013-03-26
* lavfi/perms: use standard options parsing.Clément Bœsch2013-03-24
* lavfi: add perms and aperms filters.Clément Bœsch2013-03-16