summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
* avfilter/avfiltergraph: remove unnecessary channel layout copyJames Almer2022-08-06
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avfilter/avfiltergraph: Fix use-after-free when inserting auto-converterAndreas Rheinhardt2021-10-08
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfiltergraph: Remove always-true checkAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Free AVFilterGraph options properlyAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Simplify adding filter to graphAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer2021-09-04
* avfilter/avfiltergraph: Remove dead checksAndreas Rheinhardt2021-08-20
* avfilter/avfiltergraph: Don't use AVClass * for logcontextAndreas Rheinhardt2021-08-20
* lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George2021-08-20
* lavfi/formats: describe conversion in negotiation structure.Nicolas George2021-08-14
* lavfi/formats: put merge functions in structures.Nicolas George2021-08-14
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/avfiltergraph: Remove NULL checks after dereferencesMichael Niedermayer2021-05-19
* avfilter: Remove deprecated resample_lavr_optsAndreas Rheinhardt2021-04-27
* lavfi: check the validity of formats lists.Nicolas George2020-09-08
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt2020-08-24
* avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt2020-08-20
* lavfi: remove needs_fifo.Nicolas George2020-08-20
* Revert "lavfi/avfiltergraph: add check before free the format"Andreas Rheinhardt2020-08-12
* lavfi/avfiltergraph: add check before free the formatJun Zhao2019-08-20
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-30
* avfilter/avfiltergraph: remove ugly dead codePaul B Mahol2017-12-11
* avfilter/avfiltergraph: pass correct audio/video flagsPaul B Mahol2017-11-20
* lavfi: check links properties after configuring them.Nicolas George2017-11-02
* Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer2017-10-21
|\
| * lavfi: Drop deprecated non-const filter retrievalVittorio Giovara2017-03-23
* | Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer2017-10-21
|\|
| * lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara2017-03-23
| * avfiltergraph: check the query_formats() return valueAnton Khirnov2016-05-23
* | lavfi: print the error message when threading init fails.Nicolas George2017-06-19
* | lavfi/avfiltergraph: only return EOF in avfilter_graph_request_oldest if all ...Marton Balint2017-05-07
* | avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_...Michael Niedermayer2017-03-31
* | lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov2017-03-18
* | avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer2017-01-21
* | lavfi: do not call ff_filter_frame() with activate.Nicolas George2017-01-12
* | lavfi, ffmpeg: simplify filter names.Nicolas George2017-01-12
* | lavfi: avfilter_graph_request_oldest: request a frame again before returning.Nicolas George2016-12-23
* | lavfi: make filter_frame non-recursive.Nicolas George2016-12-18
* | avfiltergraph.c: restore disabling of auto conversionsBurt P2016-08-10
* | avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter()Michael Niedermayer2016-05-27
* | lavfi: make request_frame() non-recursive.Nicolas George2015-12-22
* | lavfi: rename link.current_pts to current_pts_us.Nicolas George2015-12-22
* | avfilter/avfiltergraph: fix -Wunused-result warningsGanesh Ajjanagadde2015-10-16
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* | Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes2015-09-05
|\|
| * lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-28