| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/filters: update documentation. | Anton Khirnov | 2012-04-15 | 1 | -10/+8 |
* | avconv: add support for complex filtergraphs. | Anton Khirnov | 2012-04-15 | 1 | -0/+1 |
* | graphparser: allow specifying sws flags in the graph description. | Anton Khirnov | 2012-04-14 | 1 | -1/+7 |
* | cosmetics: Delete empty lines at end of file. | Diego Biurrun | 2012-02-09 | 1 | -1/+0 |
* | drawtext: add 'fix_bounds' option on coords fixing | Andrey Utkin | 2012-02-06 | 1 | -0/+3 |
* | doc: fix stray reference to FFmpeg | Luca Barbato | 2012-01-10 | 1 | -1/+1 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -9/+9 |
* | drawtext: make x and y parametric | Luca Barbato | 2011-12-03 | 1 | -0/+27 |
* | doc: cleanup filter section | Luca Barbato | 2011-11-28 | 1 | -10/+9 |
* | doc/filters: fix some typos. | Anton Khirnov | 2011-11-21 | 1 | -2/+2 |
* | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs | Stefano Sabatini | 2011-10-19 | 1 | -5/+9 |
* | lavfi: add testsrc source | Stefano Sabatini | 2011-10-19 | 1 | -0/+46 |
* | lavfi: port libmpcodecs delogo filter | Stefano Sabatini | 2011-10-17 | 1 | -0/+52 |
* | lavfi: port boxblur filter from libmpcodecs | Stefano Sabatini | 2011-10-17 | 1 | -0/+60 |
* | lavfi: add negate filter | Stefano Sabatini | 2011-10-17 | 1 | -1/+6 |
* | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 1 | -0/+112 |
* | Fix 'heigth' vs. 'height' typos. | Diego Biurrun | 2011-10-05 | 1 | -7/+7 |
* | vf_unsharp: set default chroma size value to 5x5 | Stefano Sabatini | 2011-09-29 | 1 | -3/+3 |
* | vf_scale: add a "sar" variable | Stefano Sabatini | 2011-09-28 | 1 | -1/+4 |
* | vf_yadif: correct documentation on the parity parameter | Stefano Sabatini | 2011-09-21 | 1 | -2/+2 |
* | vf_yadif: add an option to enable/disable deinterlacing based on src frame "i... | Joakim Plate | 2011-09-19 | 1 | -1/+13 |
* | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 1 | -0/+116 |
* | lavfi: add showinfo filter | Stefano Sabatini | 2011-09-12 | 1 | -0/+59 |
* | doc: replace @pxref by @ref where appropriate | Diego Biurrun | 2011-07-09 | 1 | -5/+3 |
* | drawtext: add documentation for the shadow parameters | Stefano Sabatini | 2011-05-07 | 1 | -0/+11 |
* | lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo | Stefano Sabatini | 2011-05-07 | 1 | -0/+123 |
* | pad: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -1/+56 |
* | vsrc_buffer: add sample_aspect_ratio fields to arguments. | Michael Niedermayer | 2011-04-26 | 1 | -3/+8 |
* | lavfi: add fieldorder filter | Mark Himsley | 2011-04-26 | 1 | -0/+33 |
* | scale: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -5/+55 |
* | pad: fix example explanation | Stefano Sabatini | 2011-04-10 | 1 | -1/+1 |
* | gradfun: add notice from the MPlayer manual | Stefano Sabatini | 2011-04-10 | 1 | -0/+4 |
* | documentation: add setdar and setsar description to filters.texi | Stefano Sabatini | 2011-04-10 | 1 | -0/+56 |
* | lavfi: add fade filter | Brandon Mintern | 2011-04-03 | 1 | -0/+33 |
* | replace FFmpeg with Libav in doc/ | Janne Grunau | 2011-03-16 | 1 | -5/+5 |
* | Update overlay documentation after movie syntax update. | Stefano Sabatini | 2011-02-11 | 1 | -3/+3 |
* | libavfilter: add video movie source | Stefano Sabatini | 2011-02-08 | 1 | -0/+55 |
* | In yadif filter, default to top field first if interlacing is unknown | Baptiste Coudurier | 2011-01-15 | 1 | -0/+2 |
* | Fix typos in the crop filter documentation. | Stefano Sabatini | 2011-01-09 | 1 | -2/+2 |
* | Add copy filter, useful for testing the avfilter_draw_slice() copy | Stefano Sabatini | 2010-12-28 | 1 | -0/+5 |
* | Extend documentation for format and noformat filters, and remove | Stefano Sabatini | 2010-12-26 | 1 | -11/+13 |
* | Add erode libopencv filter. | Stefano Sabatini | 2010-12-26 | 1 | -0/+10 |
* | Add dilate libopencv filter. | Stefano Sabatini | 2010-12-26 | 1 | -0/+46 |
* | Redesign the libopencv wrapper to make it more generic. Accept both | Stefano Sabatini | 2010-12-23 | 1 | -6/+21 |
* | Improve layout and clarify / complete documentation for the yadif | Stefano Sabatini | 2010-12-17 | 1 | -19/+26 |
* | Add gradfun filter, ported from MPlayer. | Nolan L | 2010-12-12 | 1 | -0/+29 |
* | Add section describing the filtergraph. | Stefano Sabatini | 2010-12-12 | 1 | -0/+91 |
* | Port libmpcodecs hqdn3d filter. | Baptiste Coudurier | 2010-12-04 | 1 | -0/+27 |
* | Extend the frei0r filter syntax. | Stefano Sabatini | 2010-11-30 | 1 | -1/+1 |
* | Implement frei0r source. | Stefano Sabatini | 2010-11-30 | 1 | -0/+29 |