| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. | Stefano Sabatini | 2010-09-24 | 1 | -1/+1 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Use the new null callbacks to simplify filters and reduce duplicated code. | Bobby Bingham | 2010-03-18 | 1 | -13/+2 |
* | Extend the slice filter to make it issue slice height values randomly | Stefano Sabatini | 2010-03-13 | 1 | -9/+22 |
* | Avoid usage of avcodec_get_pix_fmt_name() and | Stefano Sabatini | 2010-01-31 | 1 | -2/+2 |
* | Reindent after the last commit. | Stefano Sabatini | 2009-12-06 | 1 | -4/+4 |
* | Fix slicify when the slice_direction is negative, make it send slices | Stefano Sabatini | 2009-12-06 | 1 | -0/+8 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -3/+3 |
* | Add slicify video filter. | Stefano Sabatini | 2009-11-03 | 1 | -0/+107 |