summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* avfilter: add ff_inlink_queued_samples()Paul B Mahol2018-10-04
* avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to acc...Marton Balint2018-10-03
* avfilter/avfilter: fix typos in commentsPaul B Mahol2018-10-03
* lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"Jun Zhao2018-08-16
* lavfi: add new iteration APIJosh de Kock2018-03-31
* Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson2018-02-12
|\
| * lavfi: Add support for increasing hardware frame pool sizesMark Thompson2018-02-11
* | avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-06
* | Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer2018-01-05
* | avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-05
* | avfilter: use a mutex instead of atomics in avfilter_register()James Almer2018-01-05
* | avfilter: pass correct argument to helper functionPaul B Mahol2017-10-31
* | Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer2017-10-21
|\|
| * lavfi: Drop deprecated non-const filter retrievalVittorio Giovara2017-03-23
* | Merge commit '8e18328b18e69b38a5feae5d10ad01b403a205b6'James Almer2017-10-21
|\|
| * lavfi: Drop deprecated filter registrationVittorio Giovara2017-03-23
* | Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2'James Almer2017-10-21
|\|
| * lavfi: Drop deprecated filter initializationVittorio Giovara2017-03-23
* | Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer2017-10-21
|\|
| * lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara2017-03-23
* | Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-21
|\|
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-23
* | lavfi/avfilter.c: Correct guess_status_pts to account for differing link time...Sasi Inguva2017-10-07
* | lavfi: add helper functions and macros for activate.Nicolas George2017-09-12
* | lavfi: guess a timestamp for compat status change.Nicolas George2017-09-08
* | lavfi: search options on child objects.Nicolas George2017-08-29
* | lavfi: add a preinit callback to filters.Nicolas George2017-08-29
* | lavfi: make FFERROR_NOT_READY available to filters.Nicolas George2017-07-30
* | avfilter: take_samples: do not directly return frame when samples are skippedMuhammad Faiz2017-05-20
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-30
|\|
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-02
* | lavfi: make ff_framequeue_skip_samples() more useful.Nicolas George2017-01-29
* | lavfi: reindent after previous commit.Nicolas George2017-01-12
* | lavfi: make two functions static.Nicolas George2017-01-12
* | lavfi: disallow ff_request_frame for filters using activate.Nicolas George2017-01-12
* | lavfi: add ff_inlink_request_frame().Nicolas George2017-01-12
* | lavfi: move ff_update_link_current_pts() into the utility functions.Nicolas George2017-01-12
* | lavfi: cosmetic: remove forward declaration.Nicolas George2017-01-12
* | lavfi: add AVFilter.activate.Nicolas George2017-01-12
* | lavfi: use the consume helpers in ff_filter_frame_to_filter().Nicolas George2017-01-12
* | lavfi: add helpers to consume frames from link FIFOs.Nicolas George2017-01-12
* | lavfi: pass min explicitly to samples_ready().Nicolas George2017-01-12
* | lavfi: add ff_inlink_evaluate_timeline_at_frame().Nicolas George2017-01-12
* | lavfi: add ff_inlink_process_commands().Nicolas George2017-01-12
* | lavfi: merge two variables after a recent commit.Nicolas George2017-01-12
* | lavfi: implement ff_inlink_make_frame_writable().Nicolas George2017-01-12
* | lavfi: export ff_filter_set_ready() to the library.Nicolas George2017-01-12
* | lavfi: add ff_inlink_acknowledge_status().Nicolas George2017-01-12
* | lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron2017-01-12