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
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.
2013-10-09doc/filters: remove extra spacing in vid.stab section.Clément Bœsch
2013-10-06avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer
See: [FFmpeg-devel] [PATCH] swscale/options: switch default to bicubic Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-03avfilter/vf_histogram: add mirrored waveform modeMarton Balint
Added parameter to mirror the waveform (high values are shown on top in column mode) Signed-off-by: Marton Balint <cus@passwd.hu>
2013-10-02avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-30doc: move sws_dither option description to scaler.texiStefano Sabatini
That's the more proper place where the scaler options should be documented.
2013-09-30doc/filters/scale: mention and link scaler optionsStefano Sabatini
2013-09-30doc/filters/scale: fix MAN rendering of @ref argumentsStefano Sabatini
2013-09-30doc: try to add a link from the vf_scale sws_flags to the scaler docsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-27avfilter/vidstabtransform: update optzoom range values for recent vid.stab ↵Georg Martius
update. Signed-off-by: Georg Martius <martius@mis.mpg.de>
2013-09-27avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-24doc/filters: fix an option name in the unsharp docsAnton Khirnov
2013-09-23doc/filters: add [] labels for the graph of the opening paragraph exampleTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-09-23doc/filters: use between() function in select examplesStefano Sabatini
Simplify.
2013-09-23doc/filters: put ladspa configure option into @code{}Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-22doc/filters: mention configure option for ladspaPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-22avfilter: add ladspa wrapper filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-21Remove '-vf' from pullup documentation example.Carl Eugen Hoyos
2013-09-21Improve pullup documentation.Carl Eugen Hoyos
Mention that the fps filter should be used after pullup.
2013-09-19lavfi/mp: remove mp=qpPaul B Mahol
The filter does nothing. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-18lavfi/mp: remove mp=pullupPaul B Mahol
The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-16avfilter: add adelay filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-06lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-06lavfi/mp: remove mp=filPaul B Mahol
The filter does not work correctly most of time. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-06lavfi/mp: remove mp=dintPaul B Mahol
There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-04Merge commit '0ebfdae099d2749240b6a565abcdf0bf62589748'Michael Niedermayer
* commit '0ebfdae099d2749240b6a565abcdf0bf62589748': doc: Describe TB option of setpts filter Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>