| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/avfiltergraph: return value of ff_request_frame() is unused | Michael Niedermayer | 2024-05-01 | 1 | -1/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | avfilter: properly reduce YUV colorspace format lists | Niklas Haas | 2024-03-27 | 1 | -80/+4 |
* | lavfi: deprecate avfilter_config_links() | Anton Khirnov | 2024-03-08 | 1 | -1/+1 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -6/+0 |
* | avfilter/avfilter: Move age_index to FilterLinkInternal | Andreas Rheinhardt | 2024-02-18 | 1 | -29/+32 |
* | avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraph | Andreas Rheinhardt | 2024-02-18 | 1 | -15/+17 |
* | avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternal | Andreas Rheinhardt | 2024-02-18 | 1 | -17/+15 |
* | avfilter/avfiltergraph: Avoid indirection when freeing filtergraph | Andreas Rheinhardt | 2024-02-18 | 1 | -10/+12 |
* | avfilter: Add a header for internal generic-layer APIs | Andreas Rheinhardt | 2024-02-18 | 1 | -2/+1 |
* | lavfi: get rid of FF_INTERNAL_FIELDS | Anton Khirnov | 2024-02-14 | 1 | -4/+5 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -2/+2 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | avfilter: Temporary hack to fix format negotiation for hw formats | Mark Thompson | 2024-01-04 | 1 | -2/+6 |
* | avfilter: add negotiation API for color space/range | Niklas Haas | 2023-12-31 | 1 | -3/+170 |
* | avfilter: always call ff_default_query_formats | Niklas Haas | 2023-12-31 | 1 | -27/+12 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avfilter/avfiltergraph: remove no longer valid comment | Paul B Mahol | 2023-05-14 | 1 | -1/+0 |
* | avfilter/formats: fix format negotiation when multiple channel_layouts are pr... | James Almer | 2023-05-13 | 1 | -1/+1 |
* | avfilter/avfiltergraph: fix check for negative return | Paul B Mahol | 2023-05-13 | 1 | -2/+4 |
* | avfilter/avfiltergraph: remove unnecessary channel layout copy | James Almer | 2022-08-06 | 1 | -7/+8 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -36/+48 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -2/+0 |
* | avfilter/avfiltergraph: Fix use-after-free when inserting auto-converter | Andreas Rheinhardt | 2021-10-08 | 1 | -6/+5 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfiltergraph: Remove always-true check | Andreas Rheinhardt | 2021-10-02 | 1 | -2/+1 |
* | avfilter/avfiltergraph: Free AVFilterGraph options properly | Andreas Rheinhardt | 2021-10-02 | 1 | -2/+2 |
* | avfilter/avfiltergraph: Simplify adding filter to graph | Andreas Rheinhardt | 2021-10-02 | 1 | -7/+5 |
* | avfilter/avfiltergraph: add an "auto" constant to the threads option | James Almer | 2021-09-04 | 1 | -2/+3 |
* | avfilter/avfiltergraph: Remove dead checks | Andreas Rheinhardt | 2021-08-20 | 1 | -21/+1 |
* | avfilter/avfiltergraph: Don't use AVClass * for logcontext | Andreas Rheinhardt | 2021-08-20 | 1 | -7/+6 |
* | lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers | Nicolas George | 2021-08-20 | 1 | -3/+3 |
* | lavfi/formats: describe conversion in negotiation structure. | Nicolas George | 2021-08-14 | 1 | -33/+12 |
* | lavfi/formats: put merge functions in structures. | Nicolas George | 2021-08-14 | 1 | -54/+42 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -3/+1 |
* | avfilter/avfiltergraph: Remove NULL checks after dereferences | Michael Niedermayer | 2021-05-19 | 1 | -2/+2 |
* | avfilter: Remove deprecated resample_lavr_opts | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | lavfi: check the validity of formats lists. | Nicolas George | 2020-09-08 | 1 | -0/+50 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -108/+108 |
* | avfilter/avfiltergraph: Remove unused macro parameter | Andreas Rheinhardt | 2020-08-24 | 1 | -3/+3 |
* | avfilter/formats: Factor checking for mergeability out of ff_merge_* | Andreas Rheinhardt | 2020-08-20 | 1 | -95/+34 |
* | lavfi: remove needs_fifo. | Nicolas George | 2020-08-20 | 1 | -40/+0 |
* | Revert "lavfi/avfiltergraph: add check before free the format" | Andreas Rheinhardt | 2020-08-12 | 1 | -4/+2 |
* | lavfi/avfiltergraph: add check before free the format | Jun Zhao | 2019-08-20 | 1 | -2/+4 |
* | Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ... | Marton Balint | 2018-04-30 | 1 | -0/+1 |
* | avfilter/avfiltergraph: remove ugly dead code | Paul B Mahol | 2017-12-11 | 1 | -5/+0 |
* | avfilter/avfiltergraph: pass correct audio/video flags | Paul B Mahol | 2017-11-20 | 1 | -6/+8 |
* | lavfi: check links properties after configuring them. | Nicolas George | 2017-11-02 | 1 | -0/+24 |
* | Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969' | James Almer | 2017-10-21 | 1 | -2/+2 |
|\ |
|
| * | lavfi: Drop deprecated non-const filter retrieval | Vittorio Giovara | 2017-03-23 | 1 | -2/+2 |