| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add query_func2() | Anton Khirnov | 2024-09-02 | 1 | -35/+50 |
* | lavfi: move AVFilterLink.graph to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -5/+0 |
* | lavfi: move AVFilterLink.frame_wanted_out to FilterLinkInternal | Anton Khirnov | 2024-08-15 | 1 | -7/+0 |
* | lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -10/+0 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -13/+0 |
* | lavfi: move AVFilterLink.current_pts(_us) to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -12/+0 |
* | lavfi: move AVFilterLink.hw_frames_ctx to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -6/+0 |
* | lavfi: move AVFilterLink.m{ax,in}_samples to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -15/+0 |
* | lavfi: deprecate avfilter_config_links() | Anton Khirnov | 2024-03-08 | 1 | -5/+3 |
* | lavfi: deprecate avfilter_link_free() | Anton Khirnov | 2024-03-08 | 1 | -1/+4 |
* | avfilter/avfilter: Reorder structure fields | Andreas Rheinhardt | 2024-03-07 | 1 | -21/+20 |
* | avfilter/avfilter: Remove always-NULL pointers to internal contexts | Andreas Rheinhardt | 2024-03-07 | 1 | -14/+0 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -8/+0 |
* | avfilter/avfilter: Move frame_pool to FilterLinkInternal | Andreas Rheinhardt | 2024-02-18 | 1 | -5/+0 |
* | avfilter/avfilter: Move age_index to FilterLinkInternal | Andreas Rheinhardt | 2024-02-18 | 1 | -5/+0 |
* | avfilter/avfilter: Move init_state to FilterLinkInternal | Andreas Rheinhardt | 2024-02-18 | 1 | -7/+0 |
* | avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraph | Andreas Rheinhardt | 2024-02-18 | 1 | -12/+0 |
* | lavfi: get rid of FF_INTERNAL_FIELDS | Anton Khirnov | 2024-02-14 | 1 | -45/+0 |
* | avfilter: add negotiation API for color space/range | Niklas Haas | 2023-12-31 | 1 | -0/+28 |
* | lavfi: add a flag for filters able to work with hw_device_ctx | Anton Khirnov | 2023-03-24 | 1 | -0/+9 |
* | lavfi: add a new filtergraph parsing API | Anton Khirnov | 2023-02-12 | 1 | -0/+311 |
* | avfilter: remove FF_API_PAD_COUNT | James Almer | 2023-02-09 | 1 | -10/+0 |
* | lavfi: remove AVFilter.init_dict() | Anton Khirnov | 2023-01-10 | 1 | -13/+0 |
* | avfilter: Fix doxy references | Marvin Scholz | 2022-10-17 | 1 | -7/+14 |
* | Keep including the full version.h when headers are included externally | Martin Storsjö | 2022-03-19 | 1 | -0/+6 |
* | libavfilter: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -1/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -6/+10 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -0/+16 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -20/+20 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+46 |
* | avfilter/avfilter: Deprecate avfilter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+5 |
* | avfilter/avfilter: Add avfilter_filter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+5 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+14 |
* | avfilter: Remove init_opaque callback | Andreas Rheinhardt | 2021-08-16 | 1 | -7/+0 |
* | avfilter/avfilter: Remove unused partial_buf | Andreas Rheinhardt | 2021-08-05 | 1 | -12/+1 |
* | avfilter/avfilter: add sample_count_in and sample_count_out | Paul B Mahol | 2021-08-05 | 1 | -0/+5 |
* | avfilter/avfilter: Remove deprecated avfilter_link_set_closed() | Andreas Rheinhardt | 2021-04-27 | 1 | -9/+0 |
* | avfilter: Remove avfilter_next/avfilter_register API | Andreas Rheinhardt | 2021-04-27 | 1 | -35/+0 |
* | avfilter: Remove deprecated avfilter_link_get_channels | Andreas Rheinhardt | 2021-04-27 | 1 | -8/+0 |
* | avfilter: Remove deprecated resample_lavr_opts | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | avfilter/avfilter: Remove avfilter_link_set_closed() on bump | Andreas Rheinhardt | 2021-03-07 | 1 | -2/+2 |
* | avfilter/avfilter: Remove AVFilterLink.flags | Andreas Rheinhardt | 2021-01-24 | 1 | -5/+0 |
* | avfilter/avfilter.h: add missing FF_API_NEXT wrapper | James Almer | 2020-10-10 | 1 | -0/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -19/+41 |
* | lavfi: remove request_samples. | Nicolas George | 2020-08-20 | 1 | -8/+0 |
* | lavfi: remove needs_fifo. | Nicolas George | 2020-08-20 | 1 | -2/+1 |
* | avfilter/avfilter: update documentation of avfilter_graph_create_filter | Zhao Zhili | 2019-12-23 | 1 | -1/+1 |
* | avfilter: fix typo in comments | Zhao Zhili | 2019-10-14 | 1 | -1/+1 |
* | lavfi: add new iteration API | Josh de Kock | 2018-03-31 | 1 | -6/+23 |
* | Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d' | Mark Thompson | 2018-02-12 | 1 | -0/+16 |
|\ |
|