| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove AVFilter.next field, since it is not used and it is not going | Stefano Sabatini | 2009-11-25 | 1 | -6/+1 |
* | Implement avfilter_next(). | Stefano Sabatini | 2009-11-24 | 2 | -1/+14 |
* | Implement a new registration system for filters. | Stefano Sabatini | 2009-11-24 | 2 | -15/+20 |
* | Remove from the list of the supported formats the formats which are | Stefano Sabatini | 2009-11-22 | 1 | -3/+0 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+22 |
* | Add missing #includes for avutil.h, required for the AV_VERSION* macros. | Diego Biurrun | 2009-11-16 | 1 | -0/+2 |
* | Add scale filter. | Stefano Sabatini | 2009-11-11 | 4 | -1/+206 |
* | Fix crop filter start_frame() for paletted formats different from | Stefano Sabatini | 2009-11-09 | 1 | -1/+5 |
* | Enable linking of parseutils.o. | Stefano Sabatini | 2009-11-09 | 1 | -0/+1 |
* | Fix start_frame(), which was issuing chroma artifacts with planar | Stefano Sabatini | 2009-11-08 | 1 | -1/+1 |
* | Vertical align. | Stefano Sabatini | 2009-11-03 | 1 | -6/+6 |
* | Use spaces after commas for improving readability. | Stefano Sabatini | 2009-11-03 | 1 | -6/+6 |
* | Add slicify video filter. | Stefano Sabatini | 2009-11-03 | 4 | -2/+111 |
* | Make avfilter_get_video_buffer() use | Stefano Sabatini | 2009-11-03 | 2 | -5/+2 |
* | Explicitely define get_video_buffer() callbacks in the format, | Stefano Sabatini | 2009-11-03 | 2 | -0/+15 |
* | Change file doxy from | Stefano Sabatini | 2009-11-03 | 1 | -1/+1 |
* | Fix/clarify description of the noformat filter. | Stefano Sabatini | 2009-11-03 | 1 | -1/+1 |
* | Remove the get_video_buffer() callback. | Stefano Sabatini | 2009-10-30 | 1 | -7/+0 |
* | 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 |