aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfiltergraph: return value of ff_request_frame() is unusedMichael Niedermayer2024-05-011-1/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* avfilter: properly reduce YUV colorspace format listsNiklas Haas2024-03-271-80/+4
* lavfi: deprecate avfilter_config_links()Anton Khirnov2024-03-081-1/+1
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-071-6/+0
* avfilter/avfilter: Move age_index to FilterLinkInternalAndreas Rheinhardt2024-02-181-29/+32
* avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraphAndreas Rheinhardt2024-02-181-15/+17
* avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternalAndreas Rheinhardt2024-02-181-17/+15
* avfilter/avfiltergraph: Avoid indirection when freeing filtergraphAndreas Rheinhardt2024-02-181-10/+12
* avfilter: Add a header for internal generic-layer APIsAndreas Rheinhardt2024-02-181-2/+1
* lavfi: get rid of FF_INTERNAL_FIELDSAnton Khirnov2024-02-141-4/+5
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-2/+2
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* avfilter: Temporary hack to fix format negotiation for hw formatsMark Thompson2024-01-041-2/+6
* avfilter: add negotiation API for color space/rangeNiklas Haas2023-12-311-3/+170
* avfilter: always call ff_default_query_formatsNiklas Haas2023-12-311-27/+12
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avfilter/avfiltergraph: remove no longer valid commentPaul B Mahol2023-05-141-1/+0
* avfilter/formats: fix format negotiation when multiple channel_layouts are pr...James Almer2023-05-131-1/+1
* avfilter/avfiltergraph: fix check for negative returnPaul B Mahol2023-05-131-2/+4
* avfilter/avfiltergraph: remove unnecessary channel layout copyJames Almer2022-08-061-7/+8
* avfilter: convert to new channel layout APIJames Almer2022-03-151-36/+48
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-2/+0
* avfilter/avfiltergraph: Fix use-after-free when inserting auto-converterAndreas Rheinhardt2021-10-081-6/+5
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfiltergraph: Remove always-true checkAndreas Rheinhardt2021-10-021-2/+1
* avfilter/avfiltergraph: Free AVFilterGraph options properlyAndreas Rheinhardt2021-10-021-2/+2
* avfilter/avfiltergraph: Simplify adding filter to graphAndreas Rheinhardt2021-10-021-7/+5
* avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer2021-09-041-2/+3
* avfilter/avfiltergraph: Remove dead checksAndreas Rheinhardt2021-08-201-21/+1
* avfilter/avfiltergraph: Don't use AVClass * for logcontextAndreas Rheinhardt2021-08-201-7/+6
* lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George2021-08-201-3/+3
* lavfi/formats: describe conversion in negotiation structure.Nicolas George2021-08-141-33/+12
* lavfi/formats: put merge functions in structures.Nicolas George2021-08-141-54/+42
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-3/+1
* avfilter/avfiltergraph: Remove NULL checks after dereferencesMichael Niedermayer2021-05-191-2/+2
* avfilter: Remove deprecated resample_lavr_optsAndreas Rheinhardt2021-04-271-3/+0
* lavfi: check the validity of formats lists.Nicolas George2020-09-081-0/+50
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-108/+108
* avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt2020-08-241-3/+3
* avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt2020-08-201-95/+34
* lavfi: remove needs_fifo.Nicolas George2020-08-201-40/+0
* Revert "lavfi/avfiltergraph: add check before free the format"Andreas Rheinhardt2020-08-121-4/+2
* lavfi/avfiltergraph: add check before free the formatJun Zhao2019-08-201-2/+4
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-0/+1
* avfilter/avfiltergraph: remove ugly dead codePaul B Mahol2017-12-111-5/+0
* avfilter/avfiltergraph: pass correct audio/video flagsPaul B Mahol2017-11-201-6/+8
* lavfi: check links properties after configuring them.Nicolas George2017-11-021-0/+24
* Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer2017-10-211-2/+2
|\
| * lavfi: Drop deprecated non-const filter retrievalVittorio Giovara2017-03-231-2/+2