372 Commits (bc718b4720fbde0eda767ec3fdf34cb216261291)

Author SHA1 Message Date
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 39c07b8e44 Implement in AVFilterGraph the scale_sws_opts field, and pass its 16 years ago
Stefano Sabatini fd51ff1643 Fix avfilter_parse_graph() invalid graph description detection. 16 years ago
Stefano Sabatini 822005ed45 Implement avfilter_graph_check_validity(). 16 years ago
Stefano Sabatini 784712343c Print a warning and fail if the graph description cannot be 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Stefano Sabatini 90993b3848 Reindent after the last commit, while at it also add some spaces for 16 years ago
Stefano Sabatini 689a5f493b Make avfilter_open() set to NULL the pads and the filters when the 16 years ago
Stefano Sabatini b9609848f3 Implement the avfilter_default_draw_slice() handler and use it in 16 years ago
Stefano Sabatini 2b187df99b Fix capitalization and missing periods issues. 16 years ago
Stefano Sabatini 9ce95f272e Cosmetics: break line to make it not longer than 80 chars. 16 years ago
Stefano Sabatini 91535e5f38 Fix typos. 16 years ago
Stefano Sabatini 055068d001 Mention in the documentation of avfilter_poll_frame() that it returns 16 years ago
Stefano Sabatini 7f9b3266c9 Change thisIsAVar variable names to this_is_a_var style, more 16 years ago
Stefano Sabatini 9864142b6d Fix and extend documentation for avfilter_graph_get_filter(). 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
Stefano Sabatini 175821c631 Fix documentation for avfilter_parse_graph(). 16 years ago
Carl Eugen Hoyos 5bc8ebd3ea Use PIX_FMT_NONE to silence icc warning #188: 16 years ago
Diego Biurrun f0e602351e cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Måns Rullgård ede725104b cosmetic: align backslashes in makefiles 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Stefano Sabatini 42f72a3ac4 Fix a typo. 16 years ago
Stefano Sabatini 39981f5354 Reword a sentence in a doxy making its interpretation clearer. 16 years ago
Stefano Sabatini 540f1c7b13 Implement avfilter_version(). 16 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 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