Stefano Sabatini
|
688b9dad9c
Change the signature of parse_filter() to make it return an error code.
|
14 years ago |
Stefano Sabatini
|
c58572f87b
Change the signature of create_filter() to make it return an error code.
|
14 years ago |
Stefano Sabatini
|
97dd1e4a87
Rename avfilter_graph_destroy() to avfilter_graph_free().
|
14 years ago |
Stefano Sabatini
|
372e288408
Move av_get_token() from libavfilter to libavutil.
|
14 years ago |
Stefano Sabatini
|
84c0386960
Change avfilter_open() signature, from:
|
14 years ago |
Stefano Sabatini
|
98137a1a5b
Document create_filter().
|
14 years ago |
Stefano Sabatini
|
d2874a9d59
Add simple doxy to link_filter().
|
14 years ago |
Stefano Sabatini
|
94b2120dfb
Fix documentation for parse_link_name().
|
14 years ago |
Stefano Sabatini
|
bb90d855d7
Consistently use Uppercase for the first character of the log
|
14 years ago |
Stefano Sabatini
|
99ac59ca69
Make link_filter() propagate the generated error code.
|
14 years ago |
Stefano Sabatini
|
f219eee592
Fix style: "if(" -> "if (".
|
14 years ago |
Baptiste Coudurier
|
b504981483
Use default graph swscale opts when no opts are supplied
|
14 years ago |
Baptiste Coudurier
|
03c3bb5c5a
use filter name when graph parser add filters
|
15 years ago |
Stefano Sabatini
|
15a316c014
Make parse_filter() parsing more robust.
|
15 years ago |
Vitor Sessak
|
b755a754d1
"[" is a terminating char for the filter name. This fixes the parsing of
|
16 years ago |
Stefano Sabatini
|
dd04911c4e
Make graphparser.c use av_get_token().
|
16 years ago |
Stefano Sabatini
|
fd548e5bd6
Remove consume_whitespace() and replace it with direct calls to
|
16 years ago |
Stefano Sabatini
|
86a47378d5
Rename avfilter_parse_graph() to avfilter_graph_parse(), for better
|
16 years ago |
Stefano Sabatini
|
d7dbe55823
Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better
|
16 years ago |
Stefano Sabatini
|
fd51ff1643
Fix avfilter_parse_graph() invalid graph description detection.
|
16 years ago |
Stefano Sabatini
|
784712343c
Print a warning and fail if the graph description cannot be
|
16 years ago |
Stefano Sabatini
|
7f9b3266c9
Change thisIsAVar variable names to this_is_a_var style, more
|
16 years ago |
Stefano Sabatini
|
e916c2ac6a
Fix typo: ommitted -> omitted.
|
16 years ago |
Stefano Sabatini
|
e4a5f397fd
Choose better names for the variables in create_filter().
|
16 years ago |
Vitor Sessak
|
e2b5fdaf11
Split openLinks linked list into openInputs and openOutputs
|
17 years ago |
Vitor Sessak
|
64fbf5e263
One more memory leak
|
17 years ago |
Vitor Sessak
|
4d11beb293
Cosmetical: move statement
|
17 years ago |
Vitor Sessak
|
64b164f44a
Plug some memory leaks
|
17 years ago |
Vitor Sessak
|
90ed076ce3
Merge variable initialization and declaration
|
17 years ago |
Vitor Sessak
|
c185fc5d72
Cosmetics
|
17 years ago |
Vitor Sessak
|
5b31015a7f
Remove unnused var
|
17 years ago |
Vitor Sessak
|
c880791fc1
Simplify
|
17 years ago |
Vitor Sessak
|
c956dd431f
Use av_mallocz instead of av_malloc to simplify some code
|
17 years ago |
Vitor Sessak
|
e97908ee70
Factor linked list insertion in its own function
|
17 years ago |
Vitor Sessak
|
c658f47eff
Remove comment redundant with those in graphparser.h
|
17 years ago |
Vitor Sessak
|
089d371450
These error messages should print the filter name, not the instance name
|
17 years ago |
Vitor Sessak
|
12849837d4
10l: fix previous commit
|
17 years ago |
Vitor Sessak
|
ba3fed2fc2
Simplify
|
17 years ago |
Vitor Sessak
|
98fb286b60
Remove senseless comments
|
17 years ago |
Vitor Sessak
|
5e60018545
Cosmetics: split setting a var and checking for error
|
17 years ago |
Vitor Sessak
|
69fa7e80c2
Fix doxy comment
|
17 years ago |
Vitor Sessak
|
bd80b349b3
Make parse_link_name() return a pointer to the name read
|
17 years ago |
Vitor Sessak
|
f5cbde2ee1
Cosmetics: more function reordering
|
17 years ago |
Vitor Sessak
|
d424e138d1
Make consume_whitespace() return a number of bytes to be skiped
|
17 years ago |
Vitor Sessak
|
8e74c889bc
Cosmetics: change function order
|
17 years ago |
Vitor Sessak
|
74c2f1fbcb
Simplify
|
17 years ago |
Vitor Sessak
|
6a0c770b21
Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked list
|
17 years ago |
Vitor Sessak
|
d835680e3c
Cosmetics: more indentation consistency
|
17 years ago |
Vitor Sessak
|
487c0e6700
More cosmetics: make indentation more consistent
|
17 years ago |
Vitor Sessak
|
d9d086d901
More cosmetics
|
17 years ago |