summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-13/+11
* | Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes2015-09-051-12/+0
|\ \ | |/
| * lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-281-12/+0
* | avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()Michael Niedermayer2015-08-161-0/+47
* | avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_con...Michael Niedermayer2015-05-181-2/+2
* | avfilter/avfiltergraph: assert that the heap_bubble index is validMichael Niedermayer2015-02-181-0/+4
* | avfilter: Properly check for failed format queryDerek Buitenhuis2014-10-021-1/+3
* | lavfi: check refcount before merging.Nicolas George2014-07-171-0/+14
* | avfilter/avfiltergraph: dont "or" together error codesMichael Niedermayer2014-07-031-3/+3
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-301-2/+1
* | avfilter: make avfilter_graph_get_filter use const string nameYu Xiaolei2014-03-141-1/+1
* | lavfi/avfiltergraph: do not reduce incompatible lists.Nicolas George2013-11-031-1/+2
* | lavfi/avfiltergraph: suggest a solution when format selection fails.Nicolas George2013-11-031-0/+4
* | avfiltergraph: Properly handle memory allocation failureDerek Buitenhuis2013-10-271-0/+13
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-281-5/+9
|\ \ | |/
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-281-5/+9
* | Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'Michael Niedermayer2013-08-051-1/+1
|\ \ | |/
| * lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-041-1/+1
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+5
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+5
* | avfilter/can_merge_formats: fix memleakMichael Niedermayer2013-07-251-0/+1
* | avfilter/avfiltergraph: fix check using the wrong variablesMichael Niedermayer2013-07-251-1/+1
* | avfilter/avfiltergraph: minor cosmeticMichael Niedermayer2013-07-231-1/+1
* | avfilter: Dont partially merge listsMichael Niedermayer2013-07-231-6/+62
* | avfilter/REDUCE_FORMATS: fix bug that ended reducing too earlyMichael Niedermayer2013-07-221-0/+1
OpenPOWER on IntegriCloud