| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Port overlay filter from the libavfilter repo (with many fixes), | Stefano Sabatini | 2010-11-21 | 1 | -0/+58 |
* | Move settb docs after setpts docs, fix alphabetical order. | Stefano Sabatini | 2010-11-02 | 1 | -30/+30 |
* | Add setpts filter, ported from the libavfilter soc repo. | Stefano Sabatini | 2010-11-02 | 1 | -0/+60 |
* | Fix documented syntax for the cropdetect filter. | Stefano Sabatini | 2010-11-01 | 1 | -1/+1 |
* | Add example to the filter pad documentation. | Stefano Sabatini | 2010-10-25 | 1 | -0/+9 |
* | Add transpose filter. | Stefano Sabatini | 2010-10-18 | 1 | -0/+41 |
* | Cosmetics: remove pointless empty line. | Stefano Sabatini | 2010-10-12 | 1 | -1/+0 |
* | Extend buffer source to accept the time base for the output PTS. | Stefano Sabatini | 2010-10-12 | 1 | -6/+10 |
* | Implement cropdetect filter. | Stefano Sabatini | 2010-10-12 | 1 | -0/+35 |
* | Extend the nullsrc source, make it accept a parameter for specifying | Stefano Sabatini | 2010-10-11 | 1 | -4/+8 |
* | Implement settb filter. | Stefano Sabatini | 2010-10-11 | 1 | -0/+30 |
* | Add the drawbox filter from the soc libavfilter repo. | Stefano Sabatini | 2010-09-28 | 1 | -0/+32 |
* | Port MPlayer blackframe filter. | Stefano Sabatini | 2010-09-26 | 1 | -0/+21 |
* | yadif filter, based on stefanos port of my yadif from mplayer. | Michael Niedermayer | 2010-09-25 | 1 | -0/+30 |
* | Slightly clarify expression in for the anullsrc source documentation. | Stefano Sabatini | 2010-09-25 | 1 | -2/+2 |
* | Add asink_anullsink - null audio sink. | S.N. Hemanth Meenakshisundaram | 2010-09-25 | 1 | -0/+13 |
* | Add asrc_anullsrc - null audio source. | Stefano Sabatini | 2010-09-25 | 1 | -0/+34 |
* | Make the crop filters accept parametric expressions. | Stefano Sabatini | 2010-09-25 | 1 | -18/+85 |
* | Change the syntax of the crop filter from x:y:w:h to w:h:x:y. | Stefano Sabatini | 2010-09-24 | 1 | -8/+8 |
* | Add frei0r filter. | Stefano Sabatini | 2010-09-24 | 1 | -0/+50 |
* | Fix grammar in the ocv_smooth filter documentation. | Stefano Sabatini | 2010-09-16 | 1 | -4/+4 |
* | Prefer "X" over ``X'', looks more readable and more consistent with | Stefano Sabatini | 2010-09-16 | 1 | -7/+7 |
* | Implement libopencv smooth filter. | Stefano Sabatini | 2010-09-14 | 1 | -0/+27 |