| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: add ff_inlink_queued_samples() | Paul B Mahol | 2018-10-04 | 1 | -0/+5 |
* | avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to acc... | Marton Balint | 2018-10-03 | 1 | -0/+10 |
* | avfilter/avfilter: fix typos in comments | Paul B Mahol | 2018-10-03 | 1 | -2/+2 |
* | lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full" | Jun Zhao | 2018-08-16 | 1 | -1/+1 |
* | lavfi: add new iteration API | Josh de Kock | 2018-03-31 | 1 | -47/+3 |
* | Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d' | Mark Thompson | 2018-02-12 | 1 | -0/+23 |
|\ |
|
| * | lavfi: Add support for increasing hardware frame pool sizes | Mark Thompson | 2018-02-11 | 1 | -0/+23 |
* | | avfilter: deprecate avfilter_link_get_channels() | James Almer | 2018-01-06 | 1 | -0/+2 |
* | | Revert "avfilter: deprecate avfilter_link_get_channels()" | James Almer | 2018-01-05 | 1 | -2/+0 |
* | | avfilter: deprecate avfilter_link_get_channels() | James Almer | 2018-01-05 | 1 | -0/+2 |
* | | avfilter: use a mutex instead of atomics in avfilter_register() | James Almer | 2018-01-05 | 1 | -4/+11 |
* | | avfilter: pass correct argument to helper function | Paul B Mahol | 2017-10-31 | 1 | -1/+1 |
* | | 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 | -11/+0 |
|\| |
|
| * | lavfi: Drop deprecated filter registration | Vittorio Giovara | 2017-03-23 | 1 | -11/+0 |
* | | Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2' | James Almer | 2017-10-21 | 1 | -7/+0 |
|\| |
|
| * | lavfi: Drop deprecated filter initialization | Vittorio Giovara | 2017-03-23 | 1 | -7/+0 |
* | | Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9' | James Almer | 2017-10-21 | 1 | -8/+0 |
|\| |
|
| * | lavfi: Drop deprecated functions to open a filter or a filterchain | Vittorio Giovara | 2017-03-23 | 1 | -8/+0 |
* | | Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000' | James Almer | 2017-10-21 | 1 | -10/+1 |
|\| |
|
| * | lavfi: Drop deprecated way of passing options for a few filters | Vittorio Giovara | 2017-03-23 | 1 | -76/+0 |
* | | lavfi/avfilter.c: Correct guess_status_pts to account for differing link time... | Sasi Inguva | 2017-10-07 | 1 | -4/+4 |
* | | lavfi: add helper functions and macros for activate. | Nicolas George | 2017-09-12 | 1 | -0/+20 |
* | | lavfi: guess a timestamp for compat status change. | Nicolas George | 2017-09-08 | 1 | -1/+19 |
* | | lavfi: search options on child objects. | Nicolas George | 2017-08-29 | 1 | -2/+2 |
* | | lavfi: add a preinit callback to filters. | Nicolas George | 2017-08-29 | 1 | -0/+8 |
* | | lavfi: make FFERROR_NOT_READY available to filters. | Nicolas George | 2017-07-30 | 1 | -2/+0 |
* | | avfilter: take_samples: do not directly return frame when samples are skipped | Muhammad Faiz | 2017-05-20 | 1 | -1/+7 |
* | | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -4/+4 |
* | | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9' | Matthieu Bouron | 2017-03-30 | 1 | -8/+6 |
|\| |
|
| * | lavfi: Always propagate hw_frames_ctx through links | Mark Thompson | 2016-11-02 | 1 | -8/+7 |
* | | lavfi: make ff_framequeue_skip_samples() more useful. | Nicolas George | 2017-01-29 | 1 | -7/+1 |
* | | lavfi: reindent after previous commit. | Nicolas George | 2017-01-12 | 1 | -4/+3 |
* | | lavfi: make two functions static. | Nicolas George | 2017-01-12 | 1 | -2/+2 |
* | | lavfi: disallow ff_request_frame for filters using activate. | Nicolas George | 2017-01-12 | 1 | -0/+1 |
* | | lavfi: add ff_inlink_request_frame(). | Nicolas George | 2017-01-12 | 1 | -0/+8 |
* | | lavfi: move ff_update_link_current_pts() into the utility functions. | Nicolas George | 2017-01-12 | 1 | -1/+1 |
* | | lavfi: cosmetic: remove forward declaration. | Nicolas George | 2017-01-12 | 1 | -2/+0 |
* | | lavfi: add AVFilter.activate. | Nicolas George | 2017-01-12 | 1 | -1/+5 |
* | | lavfi: use the consume helpers in ff_filter_frame_to_filter(). | Nicolas George | 2017-01-12 | 1 | -10/+11 |
* | | lavfi: add helpers to consume frames from link FIFOs. | Nicolas George | 2017-01-12 | 1 | -0/+52 |
* | | lavfi: pass min explicitly to samples_ready(). | Nicolas George | 2017-01-12 | 1 | -4/+4 |
* | | lavfi: add ff_inlink_evaluate_timeline_at_frame(). | Nicolas George | 2017-01-12 | 1 | -13/+21 |
* | | lavfi: add ff_inlink_process_commands(). | Nicolas George | 2017-01-12 | 1 | -9/+16 |
* | | lavfi: merge two variables after a recent commit. | Nicolas George | 2017-01-12 | 1 | -7/+4 |
* | | lavfi: implement ff_inlink_make_frame_writable(). | Nicolas George | 2017-01-12 | 1 | -41/+53 |
* | | lavfi: export ff_filter_set_ready() to the library. | Nicolas George | 2017-01-12 | 1 | -1/+1 |
* | | lavfi: add ff_inlink_acknowledge_status(). | Nicolas George | 2017-01-12 | 1 | -0/+16 |
* | | lavfi/framepool: rename FFVideoFramePool to FFFramePool | Matthieu Bouron | 2017-01-12 | 1 | -1/+1 |