summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Make ff_tlog_ref() staticAndreas Rheinhardt2021-10-03
* avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXTAndreas Rheinhardt2021-09-13
* avfilter/avfilter: Allow to free non-static pads genericallyAndreas Rheinhardt2021-08-22
* avfilter/internal: Uninline ff_insert_(in|out)pad()Andreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-17
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt2021-08-05
* avfilter/internal: Move ff_norm_qscale() to qp_table.hAndreas Rheinhardt2021-08-05
* avfilter/internal: Don't include framepool.h, thread.hAndreas Rheinhardt2021-08-04
* avfilter/internal: Mark ff_filter_get_nb_threads() as av_pureAndreas Rheinhardt2021-07-18
* avfilter/avfilter: mark enable as runtime option tooPaul B Mahol2021-02-03
* avfilter/formats: Remove unused functionsAndreas Rheinhardt2020-08-21
* lavfi: remove needs_fifo.Nicolas George2020-08-20
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-19
* lavfi: remove AVFilterPad.poll_frame().Nicolas George2019-12-23
* lavfi: remove ff_poll_frame().Nicolas George2019-12-23
* avfilter/avfilter: add ff_filter_process_command()Paul B Mahol2019-10-14
* Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson2018-02-12
|\
| * lavfi: Add support for increasing hardware frame pool sizesMark Thompson2018-02-11
* | avfilter: remove duplicate and disabled trace log functionJames Almer2017-09-01
* | avfilter: remove usage of empty headerPaul B Mahol2017-06-26
* | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-30
|\|
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-02
* | lavfi: make two functions static.Nicolas George2017-01-12
* | lavfi: disallow ff_request_frame for filters using activate.Nicolas George2017-01-12
* | lavfi: make filter_frame non-recursive.Nicolas George2016-12-18
* | avfilter: add ff_filter_get_nb_threads()Paul B Mahol2016-08-29
* | avfilter: update some commentsPaul B Mahol2016-01-24
* | lavfi: make request_frame() non-recursive.Nicolas George2015-12-22
* | lavfi: replace link.closed by link.status.Nicolas George2015-12-22
* | lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-15
* | avfilter/internal: Doxygen for ff_fmt_is_inGanesh Ajjanagadde2015-10-17
* | avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-17
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* | lavfi: drop the requirement that request_frame returns a frame.Nicolas George2015-09-20
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-05
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-05
|\|
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
* | Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes2015-09-05
|\|
| * lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-28
* | Merge commit '86e5056575f55f070609dd3926605302f7d2280e'Hendrik Leppkes2015-09-05
|\|
| * lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-28
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun2015-08-30
* | avfilter: remove obsolete function declarationsAndreas Cadhalpun2015-08-08
* | avfilter/internal: add more words to sentanceMichael Niedermayer2015-07-15