summaryrefslogtreecommitdiff
path: root/doc/filters.texi
Commit message (Expand)AuthorAge
* doc: replace @pxref by @ref where appropriateDiego Biurrun2011-07-09
* drawtext: add documentation for the shadow parametersStefano Sabatini2011-05-07
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-07
* pad: make the filter parametricStefano Sabatini2011-04-26
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-26
* lavfi: add fieldorder filterMark Himsley2011-04-26
* scale: make the filter parametricStefano Sabatini2011-04-26
* pad: fix example explanationStefano Sabatini2011-04-10
* gradfun: add notice from the MPlayer manualStefano Sabatini2011-04-10
* documentation: add setdar and setsar description to filters.texiStefano Sabatini2011-04-10
* lavfi: add fade filterBrandon Mintern2011-04-03
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
* Update overlay documentation after movie syntax update.Stefano Sabatini2011-02-11
* libavfilter: add video movie sourceStefano Sabatini2011-02-08
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-15
* Fix typos in the crop filter documentation.Stefano Sabatini2011-01-09
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-28
* Extend documentation for format and noformat filters, and removeStefano Sabatini2010-12-26
* Add erode libopencv filter.Stefano Sabatini2010-12-26
* Add dilate libopencv filter.Stefano Sabatini2010-12-26
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-23
* Improve layout and clarify / complete documentation for the yadifStefano Sabatini2010-12-17
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
* Add section describing the filtergraph.Stefano Sabatini2010-12-12
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-04
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-30
* Implement frei0r source.Stefano Sabatini2010-11-30
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21
* Move settb docs after setpts docs, fix alphabetical order.Stefano Sabatini2010-11-02
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
* Fix documented syntax for the cropdetect filter.Stefano Sabatini2010-11-01
* Add example to the filter pad documentation.Stefano Sabatini2010-10-25
* Add transpose filter.Stefano Sabatini2010-10-18
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-12
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
* Implement cropdetect filter.Stefano Sabatini2010-10-12
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
* Implement settb filter.Stefano Sabatini2010-10-11
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25
* Slightly clarify expression in for the anullsrc source documentation.Stefano Sabatini2010-09-25
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24
* Fix grammar in the ocv_smooth filter documentation.Stefano Sabatini2010-09-16
* Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini2010-09-16
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14