summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer2017-10-211-17/+0
|\ \ | |/
| * lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara2017-03-231-17/+0
| * avfiltergraph: check the query_formats() return valueAnton Khirnov2016-05-231-2/+8
* | lavfi: print the error message when threading init fails.Nicolas George2017-06-191-1/+1
* | lavfi/avfiltergraph: only return EOF in avfilter_graph_request_oldest if all ...Marton Balint2017-05-071-3/+6
* | avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_...Michael Niedermayer2017-03-311-0/+3
* | lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov2017-03-181-0/+2
* | avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer2017-01-211-0/+2
* | lavfi: do not call ff_filter_frame() with activate.Nicolas George2017-01-121-0/+7
* | lavfi, ffmpeg: simplify filter names.Nicolas George2017-01-121-3/+3
* | lavfi: avfilter_graph_request_oldest: request a frame again before returning.Nicolas George2016-12-231-1/+5
* | lavfi: make filter_frame non-recursive.Nicolas George2016-12-181-36/+17
* | avfiltergraph.c: restore disabling of auto conversionsBurt P2016-08-101-0/+8
* | avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter()Michael Niedermayer2016-05-271-1/+6
* | lavfi: make request_frame() non-recursive.Nicolas George2015-12-221-4/+54
* | lavfi: rename link.current_pts to current_pts_us.Nicolas George2015-12-221-3/+3
* | avfilter/avfiltergraph: fix -Wunused-result warningsGanesh Ajjanagadde2015-10-161-6/+13