summaryrefslogtreecommitdiff
path: root/libavfilter/f_perms.c
Commit message (Collapse)AuthorAge
* avfilter/f_perms: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-10
| | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter/f_perms: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-07
| | | | | | This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
| | | | | | Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: do not export the filters from shared objects Conflicts: libavfilter/af_amix.c libavfilter/af_anull.c libavfilter/asrc_anullsrc.c libavfilter/f_select.c libavfilter/f_settb.c libavfilter/split.c libavfilter/src_movie.c libavfilter/vf_aspect.c libavfilter/vf_blackframe.c libavfilter/vf_colorbalance.c libavfilter/vf_copy.c libavfilter/vf_crop.c libavfilter/vf_cropdetect.c libavfilter/vf_drawbox.c libavfilter/vf_format.c libavfilter/vf_framestep.c libavfilter/vf_frei0r.c libavfilter/vf_hflip.c libavfilter/vf_libopencv.c libavfilter/vf_lut.c libavfilter/vf_null.c libavfilter/vf_overlay.c libavfilter/vf_scale.c libavfilter/vf_transpose.c libavfilter/vf_unsharp.c libavfilter/vf_vflip.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: Filter options that are used for both video and audio should have ↵Michael Niedermayer2013-04-12
| | | | | | both flags Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
| | | | | | | | | This is mostly automated global search and replace The deprecated aconvert filter is disabled, if it still has users it should be updated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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