summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lensfun.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+7
* avfilter/lensfun: add option db_pathGyan Doshi2022-04-121-3/+5
* avfilter/vf_lensfun: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-8/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-10/+6
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-2/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_lensfun: display list of possible values if user supplied nonePaul B Mahol2021-02-051-12/+21
* avfilter/vf_lensfun: replace deprecated callsPaul B Mahol2021-02-051-23/+16
* lavfi/lensfun: Use ff_filter_get_nb_threads() get number of threadsJun Zhao2019-05-221-2/+2
* avfilter/vf_lensfun: add scale parameterDaniel Playfair Cal2019-03-251-1/+3
* avfilter/vf_lensfun: use av_malloc_array()Paul B Mahol2018-10-181-3/+3
* avfilter/vf_lensfun: use av_freepPaul B Mahol2018-10-181-4/+2
* Add lensfun filterStephen Seo2018-07-151-0/+548