Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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