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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-08vsrc_movie: discourage its use with avconv.Anton Khirnov
2012-07-29af_asyncts: add first_pts optionJustin Ruggles
2012-06-24doc/filters: fix typo.Anton Khirnov
2012-06-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse
2012-06-22lavfi: add join audio filter.Anton Khirnov
2012-06-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-05-24lavfi: add audio mix filterJustin Ruggles
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-18lavfi: Add fps filter.Anton Khirnov
2012-05-14lavfi: add asyncts filter.Anton Khirnov
2012-05-14lavfi: add aformat filterAnton Khirnov
2012-05-14lavfi: add an audio buffer sink.Anton Khirnov
2012-05-14lavfi: add an audio buffer source.Anton Khirnov
2012-05-12lavfi: add lavr-based audio resampling filter.Anton Khirnov
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-05-06vf_split: support user-specifiable number of outputs.Anton Khirnov
2012-04-15doc/filters: update documentation.Anton Khirnov
2012-04-15avconv: add support for complex filtergraphs.Anton Khirnov
2012-04-14graphparser: allow specifying sws flags in the graph description.Anton Khirnov
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2012-02-06drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin
2012-01-10doc: fix stray reference to FFmpegLuca Barbato
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03drawtext: make x and y parametricLuca Barbato
2011-11-28doc: cleanup filter sectionLuca Barbato
2011-11-21doc/filters: fix some typos.Anton Khirnov
2011-10-19lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
2011-10-19lavfi: add testsrc sourceStefano Sabatini
2011-10-17lavfi: port libmpcodecs delogo filterStefano Sabatini
2011-10-17lavfi: port boxblur filter from libmpcodecsStefano Sabatini
2011-10-17lavfi: add negate filterStefano Sabatini
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-10-05Fix 'heigth' vs. 'height' typos.Diego Biurrun
2011-09-29vf_unsharp: set default chroma size value to 5x5Stefano Sabatini
2011-09-28vf_scale: add a "sar" variableStefano Sabatini
2011-09-21vf_yadif: correct documentation on the parity parameterStefano Sabatini
2011-09-19vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate
2011-09-17lavfi: add select filterStefano Sabatini
2011-09-12lavfi: add showinfo filterStefano Sabatini
2011-07-09doc: replace @pxref by @ref where appropriateDiego Biurrun
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