summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAge
* avfilter: Add a header for internal generic-layer APIsAndreas Rheinhardt2024-02-18
* avfilter/avfilter: Avoid allocation for AVFilterInternalAndreas Rheinhardt2024-02-18
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* avfilter: add negotiation API for color space/rangeNiklas Haas2023-12-31
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avfilter/internal: Don't include formats.hAndreas Rheinhardt2023-08-07
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-07
* avfilter/avfilter: Make functions only used here staticAndreas Rheinhardt2023-08-04
* lavfi/avfilter: track whether a filter has been initializedAnton Khirnov2023-02-12
* lavfi/avfilter: export process_options()Anton Khirnov2023-02-12
* avfilter/avfilter: Make ff_command_queue_pop() staticAndreas Rheinhardt2022-09-21
* avfilter/internal: Remove declaration of inexistent functionAndreas Rheinhardt2022-09-21
* avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt2022-09-14
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-24
* 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