| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: handle duplicates in the options string | Anton Khirnov | 2022-03-22 | 1 | -2/+6 |
* | avfilter: simplify processing child context options | Anton Khirnov | 2022-03-22 | 1 | -8/+5 |
* | libavfilter: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -8/+5 |
* | lavfi: add ff_inoutlink_check_flow() | Nicolas George | 2022-02-20 | 1 | -0/+8 |
* | avfilter/avfilter: Make ff_tlog_ref() static | Andreas Rheinhardt | 2021-10-03 | 1 | -2/+2 |
* | avfilter/avfilter: Remove unused buffer | Andreas Rheinhardt | 2021-10-02 | 1 | -1/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | avfilter/avfilter: Actually error out on init error | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+3 |
* | avfilter/avfilter: Remove unused count | Andreas Rheinhardt | 2021-09-13 | 1 | -3/+2 |
* | avfilter/avfilter: add a return at the end of a non-void function | James Almer | 2021-08-24 | 1 | -0/+1 |
* | avfilter/avfilter: Allow to free non-static pads generically | Andreas Rheinhardt | 2021-08-22 | 1 | -1/+20 |
* | avfilter/internal: Uninline ff_insert_(in|out)pad() | Andreas Rheinhardt | 2021-08-22 | 1 | -3/+21 |
* | avfilter/avfilter: Deprecate avfilter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+2 |
* | avfilter/avfilter: Add avfilter_filter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+5 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+12 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -11/+4 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/avfilter: Remove redundant assignment | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+0 |
* | avfilter: Remove init_opaque callback | Andreas Rheinhardt | 2021-08-16 | 1 | -3/+1 |
* | avfilter/avfilter: Use av_memdup where appropriate | Andreas Rheinhardt | 2021-08-11 | 1 | -4/+2 |
* | avfilter/avfilter: Remove unused partial_buf | Andreas Rheinhardt | 2021-08-05 | 1 | -1/+0 |
* | avfilter/avfilter: add sample_count_in and sample_count_out | Paul B Mahol | 2021-08-05 | 1 | -0/+2 |
* | avfilter/internal: Don't include framepool.h, thread.h | Andreas Rheinhardt | 2021-08-04 | 1 | -0/+1 |
* | avfilter/avfilter: use av_frame_copy() to copy frame data | James Almer | 2021-08-03 | 1 | -14/+5 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -27/+0 |
* | avfilter/avfilter: Remove deprecated avfilter_link_set_closed() | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avfilter: Remove deprecated avfilter_link_get_channels | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avfilter/avfilter: Remove compatibility code for old filter options | Andreas Rheinhardt | 2021-04-27 | 1 | -79/+3 |
* | avfilter/avfilter: Remove avfilter_link_set_closed() on bump | Andreas Rheinhardt | 2021-03-07 | 1 | -1/+2 |
* | avfilter/avfilter: move enable_str expression parsing into avfilter_init_dict() | Paul B Mahol | 2021-02-06 | 1 | -5/+6 |
* | avfilter/avfilter: mark enable as runtime option too | Paul B Mahol | 2021-02-03 | 1 | -1/+2 |
* | avfilter/avfilter: remove obsolete comment | Paul B Mahol | 2020-09-10 | 1 | -3/+0 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -15/+15 |
* | avfilter/avfilter: Fix indentation | Andreas Rheinhardt | 2020-08-26 | 1 | -9/+9 |
* | avfilter: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+16 |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | lavfi: remove ff_poll_frame(). | Nicolas George | 2019-12-23 | 1 | -18/+0 |
* | avfilter/avfilter: fix indentation | leozhang | 2019-11-21 | 1 | -3/+3 |
* | avfilter/avfilter: add ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -0/+13 |
* | 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 |