summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter: Remove avfilter_link_set_closed() on bumpAndreas Rheinhardt2021-03-071-1/+2
* avfilter/avfilter: move enable_str expression parsing into avfilter_init_dict()Paul B Mahol2021-02-061-5/+6
* avfilter/avfilter: mark enable as runtime option tooPaul B Mahol2021-02-031-1/+2
* avfilter/avfilter: remove obsolete commentPaul B Mahol2020-09-101-3/+0
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-15/+15
* avfilter/avfilter: Fix indentationAndreas Rheinhardt2020-08-261-9/+9
* avfilter: switch to child_class_iterate()Anton Khirnov2020-06-101-0/+16
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* lavfi: remove ff_poll_frame().Nicolas George2019-12-231-18/+0
* avfilter/avfilter: fix indentationleozhang2019-11-211-3/+3
* avfilter/avfilter: add ff_filter_process_command()Paul B Mahol2019-10-141-0/+13
* avfilter: add ff_inlink_queued_samples()Paul B Mahol2018-10-041-0/+5
* avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to acc...Marton Balint2018-10-031-0/+10
* avfilter/avfilter: fix typos in commentsPaul B Mahol2018-10-031-2/+2
* lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"Jun Zhao2018-08-161-1/+1
* lavfi: add new iteration APIJosh de Kock2018-03-311-47/+3
* Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson2018-02-121-0/+23
|\
| * lavfi: Add support for increasing hardware frame pool sizesMark Thompson2018-02-111-0/+23
* | avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-061-0/+2
* | Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer2018-01-051-2/+0
* | avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-051-0/+2
* | avfilter: use a mutex instead of atomics in avfilter_register()James Almer2018-01-051-4/+11
* | avfilter: pass correct argument to helper functionPaul B Mahol2017-10-311-1/+1
* | Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer2017-10-211-4/+1
|\ \ | |/
| * lavfi: Drop deprecated non-const filter retrievalVittorio Giovara2017-03-231-4/+1
* | Merge commit '8e18328b18e69b38a5feae5d10ad01b403a205b6'James Almer2017-10-211-11/+0
|\ \ | |/
| * lavfi: Drop deprecated filter registrationVittorio Giovara2017-03-231-11/+0
* | Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2'James Almer2017-10-211-7/+0
|\ \ | |/
| * lavfi: Drop deprecated filter initializationVittorio Giovara2017-03-231-7/+0
* | Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer2017-10-211-8/+0
|\ \ | |/
| * lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara2017-03-231-8/+0
* | Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-211-10/+1
|\ \ | |/
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-231-76/+0
* | lavfi/avfilter.c: Correct guess_status_pts to account for differing link time...Sasi Inguva2017-10-071-4/+4
* | lavfi: add helper functions and macros for activate.Nicolas George2017-09-121-0/+20
* | lavfi: guess a timestamp for compat status change.Nicolas George2017-09-081-1/+19
* | lavfi: search options on child objects.Nicolas George2017-08-291-2/+2
* | lavfi: add a preinit callback to filters.Nicolas George2017-08-291-0/+8
* | lavfi: make FFERROR_NOT_READY available to filters.Nicolas George2017-07-301-2/+0
* | avfilter: take_samples: do not directly return frame when samples are skippedMuhammad Faiz2017-05-201-1/+7
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-4/+4
* | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-301-8/+6
|\ \ | |/
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-021-8/+7
* | lavfi: make ff_framequeue_skip_samples() more useful.Nicolas George2017-01-291-7/+1
* | lavfi: reindent after previous commit.Nicolas George2017-01-121-4/+3
* | lavfi: make two functions static.Nicolas George2017-01-121-2/+2
* | lavfi: disallow ff_request_frame for filters using activate.Nicolas George2017-01-121-0/+1
* | lavfi: add ff_inlink_request_frame().Nicolas George2017-01-121-0/+8
* | lavfi: move ff_update_link_current_pts() into the utility functions.Nicolas George2017-01-121-1/+1
* | lavfi: cosmetic: remove forward declaration.Nicolas George2017-01-121-2/+0