summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavfi: add AVFilter.activate.Nicolas George2017-01-121-1/+5
* | lavfi: use the consume helpers in ff_filter_frame_to_filter().Nicolas George2017-01-121-10/+11
* | lavfi: add helpers to consume frames from link FIFOs.Nicolas George2017-01-121-0/+52
* | lavfi: pass min explicitly to samples_ready().Nicolas George2017-01-121-4/+4
* | lavfi: add ff_inlink_evaluate_timeline_at_frame().Nicolas George2017-01-121-13/+21
* | lavfi: add ff_inlink_process_commands().Nicolas George2017-01-121-9/+16
* | lavfi: merge two variables after a recent commit.Nicolas George2017-01-121-7/+4
* | lavfi: implement ff_inlink_make_frame_writable().Nicolas George2017-01-121-41/+53
* | lavfi: export ff_filter_set_ready() to the library.Nicolas George2017-01-121-1/+1
* | lavfi: add ff_inlink_acknowledge_status().Nicolas George2017-01-121-0/+16
OpenPOWER on IntegriCloud