416 Commits (9e8fecf7eafa35e844776457a6d85bcd36a5bb28)

Author SHA1 Message Date
Stefano Sabatini 2be414c8de Fix doxies, use third person and phrase-ending dots. 15 years ago
Stefano Sabatini fcbed3c735 Add format and noformat filters. 15 years ago
Stefano Sabatini 3555d2e88e Introduce first_avfilter and use that, together with AVFilter.next, 15 years ago
Stefano Sabatini 243110f968 Add a field 'next' to AVFilter. 15 years ago
Stefano Sabatini b70bc02279 Add descriptions for the committed filters. 15 years ago
Stefano Sabatini 8fdb01c10e Make dprintf_link() show the name of the link pixel format. 15 years ago
Stefano Sabatini cccd292ae2 Move the description field of the filter from AVFilterContext to 15 years ago
Stefano Sabatini 1551745c88 Add a description field to AVFilterContext. 15 years ago
Stefano Sabatini c38ae71f54 Add video vertical flip filter. 15 years ago
Stefano Sabatini 067180220d Make the pix_fmts var in query_formats() static const. 15 years ago
Stefano Sabatini 190c166960 Add video crop filter. 15 years ago
Stefano Sabatini 9abba21ad3 Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the 15 years ago
Stefano Sabatini 1554fed2d6 Make avfilter_make_format_list() take in input a const argument. 15 years ago
Stefano Sabatini c0da46c8e0 Break over-80-chars-long line. 15 years ago
Stefano Sabatini 6b5dc050a2 Rename avfilter_make_format_list2() to avfilter_make_format_list(). 15 years ago
Stefano Sabatini e768cb7668 Remove avfilter_make_format_list(), it has been replaced by 15 years ago
Stefano Sabatini f6a1fa850a Implement avfilter_make_format_list2(), which is going to replace 15 years ago
Stefano Sabatini f28b385d47 Make clear in the doxy that this is a *video* filter. 15 years ago
Vitor Sessak 9dd08b4e1e Fix recursive avfilter_poll_frame(). It was doing 15 years ago
Stefano Sabatini 7b018b1d7d Add the null video filter. 15 years ago
Stefano Sabatini 930aa45132 Use 'enum PixelFormat *' rather than 'int *' as type for the 15 years ago
Stefano Sabatini 0eb4ff9e37 Make avfilter_get_video_buffer() recursive. 15 years ago
Stefano Sabatini 46c40e4835 Add w and h fields to AVFilterPic. 15 years ago
Stefano Sabatini 96da1c51f6 Implement trace messages logging in the filterchain processing. 15 years ago
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