392 Commits (6945c2bc4cf27d8ca8e2bf49b49716cb72f30704)

Author SHA1 Message Date
Stefano Sabatini 0802356cfc Remove the const qualifier for the name field of AVFilterInOut, since 16 years ago
Stefano Sabatini 4ec42240ca Implement avfilter_graph_config_links(). 16 years ago
Stefano Sabatini 62c58bcc65 Fix grammar for avfilter_graph_parse() doxy. 16 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Stefano Sabatini cec8e5f76a Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a 16 years ago
Stefano Sabatini c1ec75b576 Implement av_set_options_string(). 16 years ago
Stefano Sabatini 3d3bd64db8 Add support in av_parse_color() to a "random" color name, which will 16 years ago
Stefano Sabatini b69b622c22 Make case insensitive the match for the color name in 16 years ago
Stefano Sabatini 38efe76877 Use a single space after an ending period and the beginning of the 16 years ago
Stefano Sabatini c5c6f62668 Apply documentation fixes: use third person, fix grammar and remove 16 years ago
Vitor Sessak b755a754d1 "[" is a terminating char for the filter name. This fixes the parsing of 16 years ago
Ramiro Polla 4fa61d1e98 Accept "bikeshed" as a random color. 16 years ago
Stefano Sabatini a3015225c7 Implement av_parse_color(). 16 years ago
Stefano Sabatini 2e032b32df Prefer (void) over () in function prototype. 16 years ago
Stefano Sabatini dd04911c4e Make graphparser.c use av_get_token(). 16 years ago
Michael Niedermayer d11dbf092c av_get_token() 16 years ago
Stefano Sabatini fd548e5bd6 Remove consume_whitespace() and replace it with direct calls to 16 years ago
Cédric Schieli fe479c9d63 Also copy pixel_aspect when copying the picref in avfilter_start_frame. 16 years ago
Víctor Paesa b6fec3eb7f Make static the list of registered filters. 16 years ago
Michael Niedermayer 6d4f53cbac Remove old scaler. 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 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