summaryrefslogtreecommitdiff
path: root/doc/filters.texi
Commit message (Collapse)AuthorAge
* doc/filters: fix an option name in the unsharp docsAnton Khirnov2013-09-24
|
* doc: Describe TB option of setpts filterClifford Wolf2013-09-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vf_fps: add 'start_time' optionJustin Ruggles2013-08-20
| | | | This allows for dropping or duplication to match a particular start time.
* lavfi: add trim and atrim filters.Anton Khirnov2013-04-30
|
* lavfi: add an asetpts filterAnton Khirnov2013-04-30
|
* lavfi: new interlace filterVittorio Giovara2013-04-11
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
| | | | | We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
* vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vsrc_movie: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vsrc_color: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* af_join: switch to an AVOptions-based system.Anton Khirnov2013-04-09
| | | | | | Change the mappings separator from comma to '|' to avoid excessive escaping, since comma is already used for separating filters in the filtergraph description.
* af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_yadif: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_unsharp: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_transpose: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_settb: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_setpts: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_select: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_pad: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_overlay: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_lut: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_gradfun: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_fieldorder: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_fade: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_drawtext: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_drawbox: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_delogo: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_boxblur: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_blackframe: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_aspect: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* af_aformat: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* buffersrc: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2013-03-28
| | | | | | | | | | | | | | | Current code divides before increasing precision. Also reduce upper bound for strength from 255 to 64. This will prevent an overflow in the SSSE3 and MMX filter_line code: delta is expressed as an u16 being shifted by 2 to the left. If it overflows, having a strength not above 64 will make sure that m is set to 0 (making the m*m*delta >> 14 expression void). A value above 64 should not make any sense unless gradfun is used as a blur filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* filters.texi: restore mistakenly removed section name for noformatAnton Khirnov2013-03-16
|
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* doc: filters: Correct BNF FILTER descriptionVicente Jimenez Aguilar2013-02-20
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-25
| | | | | Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: improve documentation for the asyncts filter first_pts optionJustin Ruggles2012-12-13
| | | | Note the time base for the option. Add an additional example description.
* lavfi: add volume filterJustin Ruggles2012-12-05
| | | | | Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
* lavfi: remove vf_slicifyAnton Khirnov2012-11-28
| | | | | | | 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.hJustin Ruggles2012-11-11
| | | | Also reorder some other #include when applicable.
* lavfi: add ashowinfo filterAnton Khirnov2012-10-29
| | | | | | It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>