| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix doxies, use third person and phrase-ending dots. | Stefano Sabatini | 2009-10-27 | 1 | -2/+2 |
* | Add format and noformat filters. | Stefano Sabatini | 2009-10-27 | 4 | -1/+159 |
* | Introduce first_avfilter and use that, together with AVFilter.next, | Stefano Sabatini | 2009-10-27 | 1 | -21/+13 |
* | Add a field 'next' to AVFilter. | Stefano Sabatini | 2009-10-27 | 1 | -3/+8 |
* | Add descriptions for the committed filters. | Stefano Sabatini | 2009-10-27 | 3 | -0/+5 |
* | Make dprintf_link() show the name of the link pixel format. | Stefano Sabatini | 2009-10-25 | 1 | -1/+2 |
* | Move the description field of the filter from AVFilterContext to | Stefano Sabatini | 2009-10-22 | 1 | -7/+7 |
* | Add a description field to AVFilterContext. | Stefano Sabatini | 2009-10-22 | 1 | -2/+8 |
* | Add video vertical flip filter. | Stefano Sabatini | 2009-10-22 | 3 | -0/+104 |
* | Make the pix_fmts var in query_formats() static const. | Stefano Sabatini | 2009-10-21 | 1 | -1/+1 |
* | Add video crop filter. | Stefano Sabatini | 2009-10-21 | 3 | -0/+235 |
* | Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the | Stefano Sabatini | 2009-10-21 | 2 | -4/+4 |
* | Make avfilter_make_format_list() take in input a const argument. | Stefano Sabatini | 2009-10-21 | 2 | -3/+3 |
* | Break over-80-chars-long line. | Stefano Sabatini | 2009-10-19 | 1 | -1/+2 |
* | Rename avfilter_make_format_list2() to avfilter_make_format_list(). | Stefano Sabatini | 2009-10-18 | 2 | -3/+3 |
* | Remove avfilter_make_format_list(), it has been replaced by | Stefano Sabatini | 2009-10-18 | 2 | -28/+1 |
* | Implement avfilter_make_format_list2(), which is going to replace | Stefano Sabatini | 2009-10-18 | 2 | -2/+26 |
* | Make clear in the doxy that this is a *video* filter. | Stefano Sabatini | 2009-10-18 | 1 | -1/+1 |
* | Fix recursive avfilter_poll_frame(). It was doing | Vitor Sessak | 2009-10-18 | 1 | -1/+3 |
* | Add the null video filter. | Stefano Sabatini | 2009-10-18 | 3 | -3/+58 |
* | Use 'enum PixelFormat *' rather than 'int *' as type for the | Stefano Sabatini | 2009-10-18 | 1 | -2/+2 |
* | Make avfilter_get_video_buffer() recursive. | Stefano Sabatini | 2009-10-18 | 3 | -15/+21 |
* | Add w and h fields to AVFilterPic. | Stefano Sabatini | 2009-10-07 | 2 | -3/+5 |
* | Implement trace messages logging in the filterchain processing. | Stefano Sabatini | 2009-10-06 | 1 | -0/+35 |
* | Remove the const qualifier for the name field of AVFilterInOut, since | Stefano Sabatini | 2009-06-01 | 1 | -1/+1 |
* | Implement avfilter_graph_config_links(). | Stefano Sabatini | 2009-05-31 | 2 | -0/+24 |
* | Fix grammar for avfilter_graph_parse() doxy. | Stefano Sabatini | 2009-05-22 | 1 | -1/+1 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -5/+1 |
* | Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a | Stefano Sabatini | 2009-05-18 | 1 | -1/+1 |
* | Implement av_set_options_string(). | Stefano Sabatini | 2009-05-14 | 2 | -0/+158 |
* | Add support in av_parse_color() to a "random" color name, which will | Stefano Sabatini | 2009-05-14 | 2 | -1/+3 |
* | Make case insensitive the match for the color name in | Stefano Sabatini | 2009-05-14 | 2 | -4/+4 |
* | Use a single space after an ending period and the beginning of the | Stefano Sabatini | 2009-05-14 | 1 | -36/+36 |
* | Apply documentation fixes: use third person, fix grammar and remove | Stefano Sabatini | 2009-05-14 | 2 | -25/+25 |
* | "[" is a terminating char for the filter name. This fixes the parsing of | Vitor Sessak | 2009-05-08 | 1 | -1/+1 |
* | Accept "bikeshed" as a random color. | Ramiro Polla | 2009-05-06 | 1 | -0/+9 |
* | Implement av_parse_color(). | Stefano Sabatini | 2009-05-05 | 2 | -0/+225 |
* | Prefer (void) over () in function prototype. | Stefano Sabatini | 2009-05-01 | 1 | -1/+1 |
* | Make graphparser.c use av_get_token(). | Stefano Sabatini | 2009-05-01 | 1 | -46/+4 |
* | av_get_token() | Michael Niedermayer | 2009-05-01 | 2 | -0/+153 |
* | Remove consume_whitespace() and replace it with direct calls to | Stefano Sabatini | 2009-04-21 | 1 | -11/+8 |
* | Also copy pixel_aspect when copying the picref in avfilter_start_frame. | Cédric Schieli | 2009-04-14 | 1 | -0/+1 |
* | Make static the list of registered filters. | Víctor Paesa | 2009-03-26 | 2 | -2/+2 |
* | Remove old scaler. | Michael Niedermayer | 2009-03-03 | 1 | -2/+1 |
* | Rename avfilter_parse_graph() to avfilter_graph_parse(), for better | Stefano Sabatini | 2009-02-26 | 2 | -2/+2 |
* | Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better | Stefano Sabatini | 2009-02-26 | 3 | -3/+3 |
* | Implement in AVFilterGraph the scale_sws_opts field, and pass its | Stefano Sabatini | 2009-02-23 | 3 | -2/+7 |
* | Fix avfilter_parse_graph() invalid graph description detection. | Stefano Sabatini | 2009-02-14 | 1 | -1/+1 |
* | Implement avfilter_graph_check_validity(). | Stefano Sabatini | 2009-01-26 | 3 | -1/+41 |
* | Print a warning and fail if the graph description cannot be | Stefano Sabatini | 2009-01-16 | 1 | -0/+7 |