summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
* 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
* | avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()Michael Niedermayer2015-08-16
* | avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_con...Michael Niedermayer2015-05-18
* | avfilter/avfiltergraph: assert that the heap_bubble index is validMichael Niedermayer2015-02-18
* | avfilter: Properly check for failed format queryDerek Buitenhuis2014-10-02
* | lavfi: check refcount before merging.Nicolas George2014-07-17
* | avfilter/avfiltergraph: dont "or" together error codesMichael Niedermayer2014-07-03
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-30
* | avfilter: make avfilter_graph_get_filter use const string nameYu Xiaolei2014-03-14
* | lavfi/avfiltergraph: do not reduce incompatible lists.Nicolas George2013-11-03
* | lavfi/avfiltergraph: suggest a solution when format selection fails.Nicolas George2013-11-03
* | avfiltergraph: Properly handle memory allocation failureDerek Buitenhuis2013-10-27
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-28
|\|
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* | Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'Michael Niedermayer2013-08-05
|\|
| * lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-04
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* | avfilter/can_merge_formats: fix memleakMichael Niedermayer2013-07-25
* | avfilter/avfiltergraph: fix check using the wrong variablesMichael Niedermayer2013-07-25
* | avfilter/avfiltergraph: minor cosmeticMichael Niedermayer2013-07-23
* | avfilter: Dont partially merge listsMichael Niedermayer2013-07-23
* | avfilter/REDUCE_FORMATS: fix bug that ended reducing too earlyMichael Niedermayer2013-07-22
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-24
|\|
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
* | Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer2013-05-18
|\|
| * lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-17
* | Merge commit '096696ef0dd391d9430376d1444c1a3cde9171fd'Michael Niedermayer2013-05-15
|\|
| * avfiltergraph: simplify inserting conversion filters.Anton Khirnov2013-05-15
* | lavfi/avfiltergraph: fix styleStefano Sabatini2013-05-10
* | lavfi: add comments to explain the negotiation loop.Nicolas George2013-05-07
* | lavfi: fix filter format negotiation loop.Nicolas George2013-05-07
* | avfilter: remove opaque passing hacksMichael Niedermayer2013-04-12
* | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer2013-04-12
|\|
| * lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer2013-04-12
|\|
| * lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* | Merge commit '111367263af41c88a44bd763ceefc11d53a7f655'Michael Niedermayer2013-04-12
|\|
| * lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-11
* | Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee'Michael Niedermayer2013-04-12
|\|
| * lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-11
* | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer2013-04-12
|\|
| * lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-11
|\|