| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/avfilter: Remove avfilter_link_set_closed() on bump | Andreas Rheinhardt | 2021-03-07 | 1 | -2/+2 |
* | avfilter/avfilter: Remove AVFilterLink.flags | Andreas Rheinhardt | 2021-01-24 | 1 | -5/+0 |
* | avfilter/avfilter.h: add missing FF_API_NEXT wrapper | James Almer | 2020-10-10 | 1 | -0/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -19/+41 |
* | lavfi: remove request_samples. | Nicolas George | 2020-08-20 | 1 | -8/+0 |
* | lavfi: remove needs_fifo. | Nicolas George | 2020-08-20 | 1 | -2/+1 |
* | avfilter/avfilter: update documentation of avfilter_graph_create_filter | Zhao Zhili | 2019-12-23 | 1 | -1/+1 |
* | avfilter: fix typo in comments | Zhao Zhili | 2019-10-14 | 1 | -1/+1 |
* | lavfi: add new iteration API | Josh de Kock | 2018-03-31 | 1 | -6/+23 |
* | Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d' | Mark Thompson | 2018-02-12 | 1 | -0/+16 |
|\ |
|
| * | lavfi: Add support for increasing hardware frame pool sizes | Mark Thompson | 2018-02-11 | 1 | -0/+16 |
* | | avfilter: deprecate avfilter_link_get_channels() | James Almer | 2018-01-06 | 1 | -0/+4 |
* | | Revert "avfilter: deprecate avfilter_link_get_channels()" | James Almer | 2018-01-05 | 1 | -10/+5 |
* | | avfilter: deprecate avfilter_link_get_channels() | James Almer | 2018-01-05 | 1 | -5/+10 |
* | | Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969' | James Almer | 2017-10-21 | 1 | -4/+1 |
|\| |
|
| * | lavfi: Drop deprecated non-const filter retrieval | Vittorio Giovara | 2017-03-23 | 1 | -4/+1 |
* | | Merge commit '8e18328b18e69b38a5feae5d10ad01b403a205b6' | James Almer | 2017-10-21 | 1 | -18/+0 |
|\| |
|
| * | lavfi: Drop deprecated filter registration | Vittorio Giovara | 2017-03-23 | 1 | -18/+0 |
* | | Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2' | James Almer | 2017-10-21 | 1 | -15/+0 |
|\| |
|
| * | lavfi: Drop deprecated filter initialization | Vittorio Giovara | 2017-03-23 | 1 | -15/+0 |
* | | Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9' | James Almer | 2017-10-21 | 1 | -30/+0 |
|\| |
|
| * | lavfi: Drop deprecated functions to open a filter or a filterchain | Vittorio Giovara | 2017-03-23 | 1 | -30/+0 |
* | | lavfi: add a preinit callback to filters. | Nicolas George | 2017-08-29 | 1 | -0/+15 |
* | | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9' | Matthieu Bouron | 2017-03-30 | 1 | -0/+2 |
|\| |
|
| * | lavfi: Always propagate hw_frames_ctx through links | Mark Thompson | 2016-11-02 | 1 | -0/+2 |
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | lavfi: deprecate AVFilterGraph->resample_lavr_opts | Rostislav Pehlivanov | 2017-03-18 | 1 | -1/+3 |
* | | lavfi: add AVFilter.activate. | Nicolas George | 2017-01-12 | 1 | -0/+14 |
* | | lavfi: document that AVFilterLink is not for applications. | Nicolas George | 2017-01-12 | 1 | -0/+5 |
* | | lavfi/framepool: rename FFVideoFramePool to FFFramePool | Matthieu Bouron | 2017-01-12 | 1 | -2/+2 |
* | | lavfi: make filter_frame non-recursive. | Nicolas George | 2016-12-18 | 1 | -19/+52 |
* | | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | | avfilter: add nb_threads to AVFilterContext | Paul B Mahol | 2016-08-29 | 1 | -0/+7 |
* | | doxygen: Standardize root-level modules | Timothy Gu | 2016-08-02 | 1 | -1/+3 |
* | | lavfi: Move new field to the end of AVFilterContext | Timo Rothenpieler | 2016-06-29 | 1 | -7/+7 |
* | | lavfi: Move new field to the end of AVFilterLink | Timo Rothenpieler | 2016-06-29 | 1 | -6/+6 |
* | | Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c' | Derek Buitenhuis | 2016-04-14 | 1 | -0/+9 |
|\| |
|
| * | lavfi: generic hardware surface upload and download filters | Mark Thompson | 2016-03-19 | 1 | -0/+9 |
* | | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' | Derek Buitenhuis | 2016-02-24 | 1 | -0/+7 |
|\| |
|
| * | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 1 | -0/+7 |
* | | avfilter: update some comments | Paul B Mahol | 2016-01-24 | 1 | -1/+1 |
* | | lavfi: make request_frame() non-recursive. | Nicolas George | 2015-12-22 | 1 | -0/+14 |
* | | lavfi: replace link.closed by link.status. | Nicolas George | 2015-12-22 | 1 | -6/+6 |
* | | lavfi: deprecate avfilter_link_set_closed(). | Nicolas George | 2015-12-22 | 1 | -0/+3 |
* | | lavfi: add link.current_pts field. | Nicolas George | 2015-12-22 | 1 | -0/+6 |
* | | lavfi: rename link.current_pts to current_pts_us. | Nicolas George | 2015-12-22 | 1 | -1/+1 |
* | | lavfi: use a video frame pool for each link of the filtergraph | Matthieu Bouron | 2015-12-15 | 1 | -0/+5 |
* | | Merge commit '48ff6683ba5d40b629428673b1028e8ec542a9fa' | Hendrik Leppkes | 2015-11-11 | 1 | -2/+3 |
|\| |
|
| * | lavfi: add a frame_rate field to AVFilterLink. | Nicolas George | 2015-11-09 | 1 | -0/+12 |
* | | lavfi: drop the requirement that request_frame returns a frame. | Nicolas George | 2015-09-20 | 1 | -6/+0 |