summaryrefslogtreecommitdiff
path: root/libavfilter/vf_phase.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_phase: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_phase: add support for commandsPaul B Mahol2021-01-16
* avfilter/vf_phase: add >8 bit supportPaul B Mahol2020-02-15
* vf_phase: Reduce the scope of several variablesTimothy Gu2016-01-31
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_phase: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-20
* avfilter/vf_phase: Add () to protect DIFF()s argumentsMichael Niedermayer2015-02-17
* avfilter/phase: make the main loop readable.Clément Bœsch2014-05-08
* avfilter/phase: add some constness for RO data pointers.Clément Bœsch2014-05-08
* avfilter/phase: add timeline support.Clément Bœsch2014-05-08
* avfilter/phase: avoid a memcpy per frame.Clément Bœsch2014-05-08
* avfilter/phase: do not pass the whole context to analyze_plane().Clément Bœsch2014-05-08
* avfilter/phase: add comment on the context cached frame.Clément Bœsch2014-05-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_phase: remove dead initializationPaul B Mahol2013-10-07
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-03