| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -29/+29 |
* | avfilter/vf_phase: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_phase: add support for commands | Paul B Mahol | 2021-01-16 | 1 | -1/+2 |
* | avfilter/vf_phase: add >8 bit support | Paul B Mahol | 2020-02-15 | 1 | -148/+63 |
* | vf_phase: Reduce the scope of several variables | Timothy Gu | 2016-01-31 | 1 | -8/+10 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | avfilter/vf_phase: Change enum to int, which is accessed via AVOption as int | Michael Niedermayer | 2015-03-20 | 1 | -1/+1 |
* | avfilter/vf_phase: Add () to protect DIFF()s arguments | Michael Niedermayer | 2015-02-17 | 1 | -1/+1 |
* | avfilter/phase: make the main loop readable. | Clément Bœsch | 2014-05-08 | 1 | -4/+9 |
* | avfilter/phase: add some constness for RO data pointers. | Clément Bœsch | 2014-05-08 | 1 | -5/+5 |
* | avfilter/phase: add timeline support. | Clément Bœsch | 2014-05-08 | 1 | -0/+10 |
* | avfilter/phase: avoid a memcpy per frame. | Clément Bœsch | 2014-05-08 | 1 | -8/+4 |
* | avfilter/phase: do not pass the whole context to analyze_plane(). | Clément Bœsch | 2014-05-08 | 1 | -4/+2 |
* | avfilter/phase: add comment on the context cached frame. | Clément Bœsch | 2014-05-08 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_phase: remove dead initialization | Paul B Mahol | 2013-10-07 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -4/+4 |
* | lavfi: port phase filter from libmpcodecs | Paul B Mahol | 2013-09-03 | 1 | -0/+320 |