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 (Collapse)Author
2015-03-14doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 10fd7ff814f2a35b5b49a9c3b0d426ead6c7e83f) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-20doc/filters.texi: fix filter name in examplesMark Harris
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 1b3a98f137900b6c3eb9a4c177d0b25684d6d144) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-31Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun
allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9898bd9a82ad16f7ef2dcc26542827ff92255821)
2014-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavfi: add compand audio filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/af_compand.c libavfilter/allfilters.c libavfilter/version.h The filter is added as new one so as to ease clean merging of its changes in debug-able steps See: 6b68e2a43b3407522080be50a2a19cff2f9715ef Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-26lavfi: add compand audio filterAndrew Kelley
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doc: fix one accented word Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24doc: fix one accented wordVittorio Giovara
2014-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: vf_interlace: deprecate lowpass option Conflicts: libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-02-16lavfi: adding dejudder filter to remove judder produced by partially ↵Nicholas Robbins
telecined material. Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14doc/filters/histogram: copyedit for grammarWerner Robitza
There were a few grammar and spelling mistakes in this filter description. I went through it and corrected them without changing the meaning.
2014-02-07Fix a few heigth/height typo.Clément Bœsch
2014-02-04Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer
* commit 'de203abd71baae7f120313259b45cf935c85203e': vf_overlay: add eof_action switch Conflicts: doc/filters.texi libavfilter/vf_overlay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-04vf_overlay: add eof_action switchKeith Lawson
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-02-02lavfi/ebur128: add true peak metering per frameJean First
Signed-off-by: Jean First <jeanfirst@gmail.com>
2014-02-02lavfi/ebur128: print peak metering in dBFSJean First
Signed-off-by: Jean First <jeanfirst@gmail.com>
2014-02-02lavfi/ebur128: add sample and true peak metering.Clément Bœsch
Metadata injection and logging. Not yet present visually. Signed-off-by: Jean First <jeanfirst@gmail.com>
2014-02-02lavfi/overlay: add yuv422 format modeStefano Sabatini
2014-01-26doc/filters: re-edit notes on filtergraph escapingStefano Sabatini
State the escaping rules more explicitly, reword various sentences and drop confusing quoting example. Should fix trac issue #3334.
2014-01-25Documentation for scale filter factorLars Kiesow
2014-01-25lavfi/drawtext: add option for drawing border around textRamiro Polla
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-25lavfi/drawtext: get bitmap from glyph in a separate stepRamiro Polla
This change makes it possible to transform the glyph or get its border before turning it into a bitmap. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-19lavfi/vidstabtransform: apply various documentation/option minor fixesStefano Sabatini
Improve consistency with the rest of the documentation.
2014-01-16lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius
In particular: * set default value for accuracy to 15 (max) * add zoomspeed for dynamic zoom (optzoom=2) * make camera path optimization algorithm configurable * update optzoom documenation in code to use new localmotions calculation function commandline arguments * add debug option in vidstabtransform Signed-off-by: Georg Martius <martius@mis.mpg.de> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-01-10Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer
* commit 'a7d0e7ead95e584c4866617f046b2493066975c6': lavfi: add framepack filter Conflicts: Changelog doc/filters.texi libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-10lavfi: add framepack filterVittorio Giovara
2014-01-09doc/filters: add rotate example using degreesLou Logan
2014-01-08doc/filters/equalizer: add examples for equalizerWerner Robitza
Add two examples on the usage of the equalizer filter.
2013-12-25lavfi/volume: implement process_command() callback, with the volume commandStefano Sabatini
Address trac ticket #2868.
2013-12-25lavfi/volume: support volume expression and per-frame expression evaluationStefano Sabatini
The eval mode allows to evaluate the expression per-frame or just at init. In particular, address ticket #3234.
2013-12-10doc: Fix adelay example.Carl Eugen Hoyos
Fixes ticket #3211.
2013-12-06lavfi: add aeval filterStefano Sabatini
2013-12-06lavfi/aevalsrc: duplicate last expression for the missing channelsStefano Sabatini
Use last expression for the missing channel expressions in case the channel layout was specified. Enhance flexibility.
2013-11-21Merge commit 'dd249245d012c1eceb57c166e256fc95e74f4bb1'Michael Niedermayer
* commit 'dd249245d012c1eceb57c166e256fc95e74f4bb1': filter docs: reference scale and fps filters Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-21filter docs: reference scale and fps filtersVittorio Giovara
2013-11-20avfilter/showspectrum: add blackman window.Clément Bœsch
2013-11-20avfilter/showspectrum: add win_func option.Clément Bœsch
2013-11-13lavfi: add elbg filterStefano Sabatini
2013-11-12Fix example in pullup documentation.Lou Logan
The pullup filter does not work well with the fps filter, it currently needs -r Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
2013-11-10avfilter/fade: add color option.Clément Bœsch
Fixes Ticket #1822.
2013-11-04avfilter/vf_scale: add ov/hsubMichael Niedermayer
Suggested-by: divVerent Reviewed-by: Stefano Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-03Merge commit '34a0ac41a880039c7fb4b3abce10d8e2ce48fac7'Michael Niedermayer
* commit '34a0ac41a880039c7fb4b3abce10d8e2ce48fac7': vf_aspect: support variables in evaluating the aspect ratios Conflicts: Changelog doc/filters.texi libavfilter/vf_aspect.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
Before, it just returned width/height. Correct is width/height*sar. That way it is consistent with DAR as in probe output and setdar. Signed-off-by: Rudolf Polzer <divverent@xonotic.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-03vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer
Example: -vf setsar=sar="sar*9/10" Signed-off-by: Rudolf Polzer <divverent@xonotic.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-31doc/filters: add few more examples for blend filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-10-27avfilter: add mergeplanes filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-10-25doc: add a few links to the Channel Layout syntax sectionStefano Sabatini
2013-10-21avfilter: replaygain scannerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-10-16doc/filters: reference ffmpeg-utils manual for color and sizes optionsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-11doc/filters/scale: do not explicitly state the default swscale flags valueStefano Sabatini
This is done is order to avoid the need of synching scale with libswscale docs in case the libswscale default changes.