summaryrefslogtreecommitdiff
path: root/libavfilter/vf_perspective.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-6/+6
* avfilter/vf_perspective: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+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-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_perspective: Free out AVFrame on errorMichael Niedermayer2017-02-031-0/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-2/+2
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* lavfi/perspective: Add basic timeline editing.Thilo Borgmann2016-04-171-23/+59
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter/vf_perspective: use lrint instead of floor hackGanesh Ajjanagadde2015-12-021-5/+5
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vf_perspective: Use av_clip_uint8()Michael Niedermayer2015-02-211-2/+2
* avfilter/vf_perspective: add av_assert0() to help gcc see that there are no u...Michael Niedermayer2014-12-101-0/+3
* libavfi: added option to vf_perspective to specify transformation by giving d...Nicholas Robbins2014-10-191-20/+65
* avfitler/vf_perspective: support slice threadingPaul B Mahol2014-08-131-18/+53
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-7/+7
* avfilter/vf_perspective: factor u cliping codeMichael Niedermayer2013-08-091-8/+4
* lavfi: port perspective filter from libmpcodecsPaul B Mahol2013-07-141-0/+407