summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
* 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
|\|
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* | Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer2013-04-04
|\|
| * avfiltergraph: set deprecated filter_count.Anton Khirnov2013-04-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-03
|\|
| * avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-03
* | lavfi: support multiple rounds of format negotiation.Nicolas George2013-03-24
* | Merge commit '9676b9a2cdc4a90611188fc48d8d388e427997c5'Michael Niedermayer2013-03-16
|\|
| * avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov2013-03-16
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-16
|\|
| * avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer2013-02-24
|\|
| * lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* | lavfi: fix merging of formats and clarify exception.Nicolas George2013-02-24
* | lavfi: fix missing space in error message.Nicolas George2013-02-07
* | lavfi: remove disabled code.Nicolas George2013-02-07
* | lavfi: support unknown channel layouts.Nicolas George2013-01-26
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-03
* | lavfi/avfiltergraph: check pick_format return code.Nicolas George2013-01-02
* | lavfi/avfiltergraph: print query_formats errors.Nicolas George2012-12-31
* | avfiltergraph: put variables used in #if 0 code themselfs under #if 0Michael Niedermayer2012-12-24
* | lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-20
* | avfiltergraph: add aresample_swr_optsMichael Niedermayer2012-11-26
* | avfiltergraph: add AVOption tableMichael Niedermayer2012-11-25
* | lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini2012-11-22
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini2012-10-21
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * avfiltergraph: silence an uninitialized variable warningAnton Khirnov2012-09-17
* | avfiltergraph: use avcodec_find_best_pix_fmt_of_2()Michael Niedermayer2012-08-31
* | avfiltergraph: kill uninitialized variable warningMichael Niedermayer2012-08-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-27
|\|