summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAgeFilesLines
* lavfi/avfilter: track whether a filter has been initializedAnton Khirnov2023-02-121-0/+4
* lavfi/avfilter: export process_options()Anton Khirnov2023-02-121-0/+13
* avfilter/avfilter: Make ff_command_queue_pop() staticAndreas Rheinhardt2022-09-211-2/+0
* avfilter/internal: Remove declaration of inexistent functionAndreas Rheinhardt2022-09-211-2/+0
* avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt2022-09-141-0/+4
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-0/+39
* avfilter/avfilter: Make ff_tlog_ref() staticAndreas Rheinhardt2021-10-031-2/+0
* avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXTAndreas Rheinhardt2021-09-131-4/+6
* avfilter/avfilter: Allow to free non-static pads genericallyAndreas Rheinhardt2021-08-221-0/+10
* avfilter/internal: Uninline ff_insert_(in|out)pad()Andreas Rheinhardt2021-08-221-26/+3
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-0/+6
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-10/+5
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-8/+13
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-171-11/+9
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-0/+6
* avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt2021-08-051-2/+0
* avfilter/internal: Move ff_norm_qscale() to qp_table.hAndreas Rheinhardt2021-08-051-16/+0
* avfilter/internal: Don't include framepool.h, thread.hAndreas Rheinhardt2021-08-041-2/+0
* avfilter/internal: Mark ff_filter_get_nb_threads() as av_pureAndreas Rheinhardt2021-07-181-1/+1
* avfilter/avfilter: mark enable as runtime option tooPaul B Mahol2021-02-031-0/+2
* avfilter/formats: Remove unused functionsAndreas Rheinhardt2020-08-211-22/+0
* lavfi: remove needs_fifo.Nicolas George2020-08-201-8/+0
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-191-0/+4
* lavfi: remove AVFilterPad.poll_frame().Nicolas George2019-12-231-11/+0
* lavfi: remove ff_poll_frame().Nicolas George2019-12-231-9/+0
* avfilter/avfilter: add ff_filter_process_command()Paul B Mahol2019-10-141-0/+7
* Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson2018-02-121-0/+16
|\
| * lavfi: Add support for increasing hardware frame pool sizesMark Thompson2018-02-111-0/+17
* | avfilter: remove duplicate and disabled trace log functionJames Almer2017-09-011-8/+1
* | avfilter: remove usage of empty headerPaul B Mahol2017-06-261-1/+0
* | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-301-0/+6
|\ \ | |/
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-021-0/+6
* | lavfi: make two functions static.Nicolas George2017-01-121-4/+0
* | lavfi: disallow ff_request_frame for filters using activate.Nicolas George2017-01-121-0/+3
* | lavfi: make filter_frame non-recursive.Nicolas George2016-12-181-0/+6
* | avfilter: add ff_filter_get_nb_threads()Paul B Mahol2016-08-291-0/+6
* | avfilter: update some commentsPaul B Mahol2016-01-241-1/+1
* | lavfi: make request_frame() non-recursive.Nicolas George2015-12-221-0/+7
* | lavfi: replace link.closed by link.status.Nicolas George2015-12-221-0/+15
* | lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-151-0/+1
* | avfilter/internal: Doxygen for ff_fmt_is_inGanesh Ajjanagadde2015-10-171-1/+9
* | avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-171-0/+5
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-14/+0
* | lavfi: drop the requirement that request_frame returns a frame.Nicolas George2015-09-201-5/+8
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-051-10/+0
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-051-5/+0
|\ \ | |/
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-281-5/+0
* | Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes2015-09-051-14/+2
|\ \ | |/