summaryrefslogtreecommitdiff
path: root/libavfilter/f_perms.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+3
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter/f_perms: add commands supportPaul B Mahol2022-02-141-15/+15
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-2/+4
* avfilter/f_perms: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-7/+3
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/f_perms: add timeline supportPaul B Mahol2020-12-071-0/+2
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* avfilter/f_perms: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-101-9/+9
* avfilter/f_perms: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-071-1/+1
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
* avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer2013-04-121-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/perms: switch to an AVOptions-based system.Clément Bœsch2013-04-101-4/+0
* lavfi/perms: add myself to the copyright header.Clément Bœsch2013-03-261-0/+2
* lavfi/perms: add seed option.Clément Bœsch2013-03-261-3/+11
* lavfi/perms: remove unecessary indirection after f7324c06.Clément Bœsch2013-03-261-13/+3
* lavfi/perms: use standard options parsing.Clément Bœsch2013-03-241-9/+4
* lavfi: add perms and aperms filters.Clément Bœsch2013-03-161-0/+187