summaryrefslogtreecommitdiff
path: root/doc/filters.texi
Commit message (Collapse)AuthorAge
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21
| | | | | | adopting Baptiste variant which is simpler and faster. Originally committed as revision 25784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move settb docs after setpts docs, fix alphabetical order.Stefano Sabatini2010-11-02
| | | | Originally committed as revision 25656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
| | | | Originally committed as revision 25655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documented syntax for the cropdetect filter.Stefano Sabatini2010-11-01
| | | | Originally committed as revision 25627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add example to the filter pad documentation.Stefano Sabatini2010-10-25
| | | | Originally committed as revision 25564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add transpose filter.Stefano Sabatini2010-10-18
| | | | Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement cropdetect filter.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
| | | | | | the timebase. Useful for debugging timebase configuration issues. Originally committed as revision 25446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement settb filter.Stefano Sabatini2010-10-11
| | | | Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
| | | | | | Pedagogically useful. Originally committed as revision 25244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
| | | | | | | | See thread: Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter. Date: Sun, 26 Sep 2010 01:10:40 +0200 Originally committed as revision 25214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25
| | | | | | Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly clarify expression in for the anullsrc source documentation.Stefano Sabatini2010-09-25
| | | | Originally committed as revision 25191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
| | | | | | Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu. Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
| | | | | | Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu. Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
| | | | Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
| | | | | | | Slightly more intuitive and required by a pending changes for making the filter parametric. Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add frei0r filter.Stefano Sabatini2010-09-24
| | | | | | | | See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar in the ocv_smooth filter documentation.Stefano Sabatini2010-09-16
| | | | Originally committed as revision 25131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini2010-09-16
| | | | | | the rest of FFmpeg docs. Originally committed as revision 25130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
| | | | Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fifo filter.Stefano Sabatini2010-08-24
| | | | Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-20
| | | | | | Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu. Originally committed as revision 24856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AUDIO FILTERS section.Stefano Sabatini2010-08-20
| | | | Originally committed as revision 24855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hflip filter.Stefano Sabatini2010-08-17
| | | | Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo.VĂ­ctor Paesa2010-07-21
| | | | Originally committed as revision 24392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the buffer source.Stefano Sabatini2010-07-21
| | | | Originally committed as revision 24388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation syntax for the color source, the third parameter isStefano Sabatini2010-07-17
| | | | | | frame_rate, not frame_width. Thanks elenril for spotting it. Originally committed as revision 24287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add color source.Stefano Sabatini2010-07-17
| | | | Originally committed as revision 24282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
| | | | Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-add the list of parameters for the unsharp filter, I somehow lostStefano Sabatini2010-06-21
| | | | | | it in the previous commit. Originally committed as revision 23690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini2010-06-21
sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk