Michael Niedermayer
|
f9a2d0c3fe
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Stefano Sabatini
|
57fa314090
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
|
13 лет назад |
Michael Niedermayer
|
3d8176d2f5
avfilter: Add avfilter_graph_que_command()
|
13 лет назад |
Michael Niedermayer
|
1e5014c7c7
avfilter: Add command passing support
|
13 лет назад |
Stefano Sabatini
|
ebd1edf36c
avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs params
|
13 лет назад |
Stefano Sabatini
|
c535494268
avfiltergraph: make the AVFilterInOut alloc/free API public
|
13 лет назад |
Stefano Sabatini
|
6119b23a36
avfiltergraph: change the syntax of avfilter_graph_parse()
|
13 лет назад |
Stefano Sabatini
|
d468ed0321
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
|
13 лет назад |
Michael Niedermayer
|
bf8bb94322
Merge remote-tracking branch 'qatar/master'
|
14 лет назад |
Diego Biurrun
|
153382e1b6
multiple inclusion guard cleanup
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Stefano Sabatini
|
ab543afe47
Make avfilter_graph_free() free the graph.
|
14 лет назад |
Stefano Sabatini
|
4359288c56
Make avfilter_graph_free() free the graph.
|
14 лет назад |
Stefano Sabatini
|
caeb0c3027
Make avfilter_graph_free() do nothing if graph is NULL.
|
14 лет назад |
Stefano Sabatini
|
037be76e15
Add avfilter_graph_create_filter().
|
14 лет назад |
Stefano Sabatini
|
4fcbb2af33
Prefix with "ff_" the functions:
|
14 лет назад |
Stefano Sabatini
|
1e80a0eaa4
Remove graphparser.h header, move AVFilterInOut and
|
14 лет назад |
Stefano Sabatini
|
97dd1e4a87
Rename avfilter_graph_destroy() to avfilter_graph_free().
|
14 лет назад |
Stefano Sabatini
|
e15aeea656
Implement avfilter_graph_alloc().
|
14 лет назад |
Stefano Sabatini
|
2a24df9357
Add avfilter_graph_config().
|
14 лет назад |
Diego Biurrun
|
9a58234fea
Fix misspelled parameter names in Doxygen documentation.
|
14 лет назад |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
Stefano Sabatini
|
bc3c85a3e6
Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
|
15 лет назад |
Stefano Sabatini
|
3fb8e77a8d
Add a log context to avfilter_graph_config_links().
|
15 лет назад |
Stefano Sabatini
|
4ec42240ca
Implement avfilter_graph_config_links().
|
16 лет назад |
Stefano Sabatini
|
c5c6f62668
Apply documentation fixes: use third person, fix grammar and remove
|
16 лет назад |
Stefano Sabatini
|
d7dbe55823
Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better
|
16 лет назад |
Stefano Sabatini
|
39c07b8e44
Implement in AVFilterGraph the scale_sws_opts field, and pass its
|
16 лет назад |
Stefano Sabatini
|
822005ed45
Implement avfilter_graph_check_validity().
|
16 лет назад |
Stefano Sabatini
|
9864142b6d
Fix and extend documentation for avfilter_graph_get_filter().
|
16 лет назад |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
Vitor Sessak
|
4e4a3e2314
Handle av_realloc() failure
|
17 лет назад |
Vitor Sessak
|
10bff7139a
Remove declaration of nonexisting function
|
17 лет назад |
Vitor Sessak
|
d2027baac5
I should not have merged the graph parser with the graph
|
17 лет назад |
Vitor Sessak
|
c4913b812d
Rename uninit() to avfilter_destroy_graph() and make it non-static
|
17 лет назад |
Vitor Sessak
|
0c3177737b
Move mess (to be removed) to where it is actually used.
|
17 лет назад |
Vitor Sessak
|
87506daafd
Remove usage of AVFilterGraphDesc outside avfiltergraph.c
|
17 лет назад |
Vitor Sessak
|
9f39bb37e4
Rename variable GraphContext -> AVFilterGraph
|
17 лет назад |
Vitor Sessak
|
f2ee8083c8
Remove avfilter_vf_graph
|
17 лет назад |
Vitor Sessak
|
7264695fe1
Remove more leftovers from the old parser
|
17 лет назад |
Vitor Sessak
|
45a09319b2
Split graph_load_from_dest() to have a version independent of avfilter_vf_graph
|
17 лет назад |
Vitor Sessak
|
b6be4acc1f
Remove declaration of non-existing functions
|
17 лет назад |
Vitor Sessak
|
789210fa22
Almost from scratch rewrite of filter parser.
|
17 лет назад |
Vitor Sessak
|
3ec394ea82
Remove ugly forward declaration
|
17 лет назад |
Vitor Sessak
|
177ff26052
Spelling and puctuation
|
17 лет назад |
Vitor Sessak
|
c7330a90ef
Make comment match code
|
17 лет назад |
Vitor Sessak
|
25a0d98074
Make multiple inclusion guard adhere to convention
|
17 лет назад |
Vitor Sessak
|
d22ebb1b98
Use a filter graph description for creating simple chain graphs so we
|
17 лет назад |
Vitor Sessak
|
16db7fe0ac
Make filter graph description parsing code independent of the code to
|
17 лет назад |
Vitor Sessak
|
7b4708780c
Rewrite colorspace negotiation.
|
17 лет назад |