| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump micro and add APIchanges entry after av_parse_color() extension. | Stefano Sabatini | 2010-06-27 | 1 | -1/+1 |
* | Bump lavfi minor after the addition of the fields interlaced and | Stefano Sabatini | 2010-05-09 | 1 | -1/+1 |
* | Try to keep track of interlaced and top field first. | Michael Niedermayer | 2010-05-07 | 1 | -0/+3 |
* | Bump libavfilter minor version and Changelog for unsharp filter | Bobby Bingham | 2010-04-10 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Create a set of null callback functions. | Bobby Bingham | 2010-03-18 | 1 | -0/+13 |
* | Bump libavfilter minor version and add APIchanges entry after the | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Add AVFilterPicRef.pos field and make libavfilter propagate stream | Stefano Sabatini | 2010-03-13 | 1 | -0/+1 |
* | Implement null video sink. | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Implement null video source. | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Add a log context to avfilter_graph_config_links(). | Stefano Sabatini | 2010-01-10 | 1 | -2/+2 |
* | Make avfilter_formats_unref(AVFilterFormats **ref) handle the case | Stefano Sabatini | 2010-01-07 | 1 | -3/+4 |
* | Use the @return doxy command, and extend documentation for the return | Stefano Sabatini | 2010-01-07 | 1 | -1/+2 |
* | Avoid the use of the modal auxiliary "should" in the | Stefano Sabatini | 2010-01-07 | 1 | -2/+2 |
* | Fix doxy, use third person. | Stefano Sabatini | 2010-01-07 | 1 | -1/+1 |
* | Change avfilter_add_colorspace() to make it accept **avff rather than | Stefano Sabatini | 2010-01-06 | 1 | -3/+5 |
* | Implement avfilter_add_colorspace(). | Stefano Sabatini | 2010-01-03 | 1 | -1/+9 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -4/+8 |
* | Document slice ordering assumption required by avfilter_draw_slice(). | Stefano Sabatini | 2009-11-29 | 1 | -0/+5 |
* | 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 | 1 | -1/+9 |
* | Implement a new registration system for filters. | Stefano Sabatini | 2009-11-24 | 1 | -2/+4 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+11 |
* | 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 | 1 | -1/+1 |
* | Add slicify video filter. | Stefano Sabatini | 2009-11-03 | 1 | -2/+2 |
* | Make avfilter_get_video_buffer() use | Stefano Sabatini | 2009-11-03 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | Add a field 'next' to AVFilter. | Stefano Sabatini | 2009-10-27 | 1 | -3/+8 |
* | 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 |
* | Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the | Stefano Sabatini | 2009-10-21 | 1 | -1/+1 |
* | Make avfilter_make_format_list() take in input a const argument. | Stefano Sabatini | 2009-10-21 | 1 | -2/+2 |
* | Rename avfilter_make_format_list2() to avfilter_make_format_list(). | Stefano Sabatini | 2009-10-18 | 1 | -2/+2 |
* | Remove avfilter_make_format_list(), it has been replaced by | Stefano Sabatini | 2009-10-18 | 1 | -10/+1 |
* | Implement avfilter_make_format_list2(), which is going to replace | Stefano Sabatini | 2009-10-18 | 1 | -2/+10 |
* | 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 | 1 | -6/+9 |
* | Add w and h fields to AVFilterPic. | Stefano Sabatini | 2009-10-07 | 1 | -1/+3 |
* | 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 | 1 | -20/+20 |
* | Make static the list of registered filters. | VĂctor Paesa | 2009-03-26 | 1 | -1/+1 |
* | Implement in AVFilterGraph the scale_sws_opts field, and pass its | Stefano Sabatini | 2009-02-23 | 1 | -1/+1 |
* | Implement avfilter_graph_check_validity(). | Stefano Sabatini | 2009-01-26 | 1 | -1/+1 |
* | Implement the avfilter_default_draw_slice() handler and use it in | Stefano Sabatini | 2009-01-11 | 1 | -1/+3 |
* | Fix capitalization and missing periods issues. | Stefano Sabatini | 2009-01-10 | 1 | -10/+10 |
* | Cosmetics: break line to make it not longer than 80 chars. | Stefano Sabatini | 2009-01-02 | 1 | -3/+4 |
* | Fix typos. | Stefano Sabatini | 2008-12-29 | 1 | -2/+2 |