Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: filters: Correct BNF FILTER description | Vicente Jimenez Aguilar | 2013-02-24 | 1 | -1/+1 |
| | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> (cherry picked from commit b5ad422bf4e671a8b30ce73ad236cd6b49940af9) | ||||
* | doc: improve documentation for the asyncts filter first_pts option | Justin Ruggles | 2012-12-13 | 1 | -2/+3 |
| | | | | Note the time base for the option. Add an additional example description. | ||||
* | lavfi: add volume filter | Justin Ruggles | 2012-12-05 | 1 | -0/+53 |
| | | | | | Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>. | ||||
* | lavfi: remove vf_slicify | Anton Khirnov | 2012-11-28 | 1 | -15/+0 |
| | | | | | | | The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws. | ||||
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
| | | | | Also reorder some other #include when applicable. | ||||
* | lavfi: add ashowinfo filter | Anton Khirnov | 2012-10-29 | 1 | -0/+41 |
| | | | | | | It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it> | ||||
* | doc: remove a warning from filters.texi | Luca Barbato | 2012-10-08 | 1 | -12/+12 |
| | | | | The tag @table expects @item to mark entries. | ||||
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Enhance doc on asyncts audiofilter | Andrey Utkin | 2012-09-15 | 1 | -3/+6 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vsrc_movie: discourage its use with avconv. | Anton Khirnov | 2012-08-08 | 1 | -0/+5 |
| | |||||
* | af_asyncts: add first_pts option | Justin Ruggles | 2012-07-29 | 1 | -0/+7 |
| | | | | | | This allows for padding/trimming at the start of stream. By default, no assumption is made about the first frame's expected pts, so no padding or trimming is done. | ||||
* | doc/filters: fix typo. | Anton Khirnov | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | lavfi: Add the af_channelmap audio channel mapping filter. | Alex Converse | 2012-06-22 | 1 | -0/+33 |
| | | | | Inspired by MPlayer's af_channels filter and SoX's remix effect. | ||||
* | lavfi: add join audio filter. | Anton Khirnov | 2012-06-22 | 1 | -0/+37 |
| | | | | It joins multiple input streams into one multi-channel output. | ||||
* | lavfi: add channelsplit audio filter. | Anton Khirnov | 2012-06-12 | 1 | -0/+25 |
| | |||||
* | lavfi: add audio mix filter | Justin Ruggles | 2012-05-23 | 1 | -0/+38 |
| | |||||
* | lavfi: add an audio split filter | Justin Ruggles | 2012-05-21 | 1 | -0/+13 |
| | | | | | Based on current version of the asplit filter in FFmpeg written by Stefano Sabatini and others. | ||||
* | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 1 | -0/+13 |
| | | | | Partially based on a patch by Robert Nagy <ronag89@gmail.com> | ||||
* | lavfi: add asyncts filter. | Anton Khirnov | 2012-05-14 | 1 | -0/+19 |
| | |||||
* | lavfi: add aformat filter | Anton Khirnov | 2012-05-14 | 1 | -0/+26 |
| | | | | Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com> | ||||
* | lavfi: add an audio buffer sink. | Anton Khirnov | 2012-05-14 | 1 | -0/+7 |
| | |||||
* | lavfi: add an audio buffer source. | Anton Khirnov | 2012-05-14 | 1 | -0/+27 |
| | |||||
* | lavfi: add lavr-based audio resampling filter. | Anton Khirnov | 2012-05-12 | 1 | -0/+6 |
| | |||||
* | lavfi: add video buffer sink, and use it in avtools | Anton Khirnov | 2012-05-09 | 1 | -0/+8 |
| | | | | | | Also add the public interface libavfilter/buffersink.h. Based on a commit by Stefano Sabatini. | ||||
* | vf_split: support user-specifiable number of outputs. | Anton Khirnov | 2012-05-06 | 1 | -0/+13 |
| | |||||
* | 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 |
| | | | | | | | | | | Before, drawtext filter deliberately altered given text coordinates if text didn't fully fit on the picture. This breaks the use case of scrolling large text, e.g. movie closing credits. Add 'fix_bounds', to make it usable in such cases (by setting its value to 0). Default behavior is not changed, and non-fitting text coords are fixed. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | 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 |
| | | | | | | Introduce variables "E", "PHI", "PI", "main_w"/"W", "main_h"/"H", "text_w"/"w", "text_h"/"h", "x", "y", "n" and "t" in line with vf_overlay and refactor the code accordingly. | ||||
* | doc: cleanup filter section | Luca Barbato | 2011-11-28 | 1 | -10/+9 |
| | | | | Use the @command{} tag when needed and cleanup the examples. | ||||
* | 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 |
| | | | | | | | | | | | | The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200 Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: add testsrc source | Stefano Sabatini | 2011-10-19 | 1 | -0/+46 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: port libmpcodecs delogo filter | Stefano Sabatini | 2011-10-17 | 1 | -0/+52 |
| | | | | | | The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: port boxblur filter from libmpcodecs | Stefano Sabatini | 2011-10-17 | 1 | -0/+60 |
| | | | | | | | | | | With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: add negate filter | Stefano Sabatini | 2011-10-17 | 1 | -1/+6 |
| | | | | | | This filter is a simple wrapper around the LUT filter. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 1 | -0/+112 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | 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 |
| | | | | | | | The previous default value 0x0 was not good, since it is not even valid. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_scale: add a "sar" variable | Stefano Sabatini | 2011-09-28 | 1 | -1/+4 |
| | | | | | | | Also create a "dar" alias for the "a" variable, for avoiding possible confusion between dar/sar. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_yadif: correct documentation on the parity parameter | Stefano Sabatini | 2011-09-21 | 1 | -2/+2 |
| | | | | | | | 0 is top-field-first, 1 is bottom-field-first, not the other way around. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_yadif: add an option to enable/disable deinterlacing based on src frame ↵ | Joakim Plate | 2011-09-19 | 1 | -1/+13 |
| | | | | | | | "interlaced" flag Signed-off-by: Joakim Plate <elupus@ecce.se> Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 1 | -0/+116 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: add showinfo filter | Stefano Sabatini | 2011-09-12 | 1 | -0/+59 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | 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 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> |