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
2016-09-27doc/filters: blend terminates on longest inputMulvya
Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
2016-09-24lavfi: add nlmeans filterClément Bœsch
Fixes Ticket #4910
2016-09-17doc/filters: add two lut2 examplesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-17avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol
Anything bigger is not supported anyway. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-16avfilter/vf_lut2: also export video input bit depthPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-12avfilter: add sobel and prewitt filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-09doc/filters: add missing palette* optionsLou Logan
Introduced in b7e78c7 and 93ae68d. Fixes #5835. The paletteuse debug options that are not part of the official API are not included (debug_kdtree and color_search). Signed-off-by: Lou Logan <lou@lrcd.com>
2016-09-09avfilter/vf_datascope: let user change background opacityPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-08doc/filters: itemize shuffleframes & shuffleplanes examplesPaul B Mahol
Add one more shuffleframes example. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-07avfilter/vf_waveform: make possible to change background opacityPaul B Mahol
Only useful if output pixel format have alpha. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-07avfilter: add avgblur filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-06doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos
Fixes ticket #5823.
2016-09-05avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-04avfilter: add gblur filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-04doc/filters: improve weave examplePaul B Mahol
2016-09-04vf_colorspace: Allow overriding input color propertiesVittorio Giovara
The filter needs input frames with color properties filled out by the decoder. Since this is not always possible, add input options to the filter so that user may override color space, color primaries, transfer characteristics, and color range, as well as a generic option to set all properties at once. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-09-02doc/filters: add weave examplePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-02avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol
2016-09-02avfilter: add weave filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-01avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper
This allows retroactive calculation/aggregation of PSNR from the stats log. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-27avfilter/vf_atadenoise: add planes optionPaul B Mahol
Make possible filtering only some planes.
2016-08-27avfilter: add vaguedenoiser filterPaul B Mahol
2016-08-26doc/filters: fix anequalizer docsPaul B Mahol
2016-08-26avfilter: added motion estimation and interpolation filtersDavinder Singh
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-25avfilter: add yuvtestsrc source filterPaul B Mahol
2016-08-25avfilter: add lut2 filterPaul B Mahol
2016-08-23avfilter: add hysteresis filterPaul B Mahol
2016-08-23avfilter: add maskedclamp filterPaul B Mahol
2016-08-22doc/filters: re-order hdcd options to match --help filter=hdcdBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2016-08-21doc/filters: update for af_hdcdBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2016-08-21avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol
2016-08-19avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol
2016-08-18avfilter/avf_showvolume: use current peak value for picking colorsPaul B Mahol
2016-08-17avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol
2016-08-17avfilter: add bitplanenoise filterPaul B Mahol
2016-08-16avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol
2016-08-16avfilter/window_func: add dolph windowPaul B Mahol
2016-08-15doc/filters: add yet another zoompan usage examplePaul B Mahol
2016-08-13avfilter/vf_signalstats: measure video bitdepthPaul B Mahol
2016-08-11doc/filters: move hdcd documentation from video section to audio sectionPaul B Mahol
2016-08-11avfilter/af_adelay: make it possible to delay channels by exact number of ↵Paul B Mahol
samples
2016-08-11avfilter/avf_avectorscope: add scale optionPaul B Mahol
2016-08-11doc/filters: fix typo in acrusher filter docsPaul B Mahol
2016-08-11avfilter: add acrusher filterPaul B Mahol
2016-08-10avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol
2016-08-09doc/filters: add one more lutyuv examplePaul B Mahol
2016-08-09docs/filters: Fix parameter names for colorspace filterDerek Buitenhuis
They were erroneously set to the name of the unit instead of the parameter name. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-08-08af_hdcd: Add analyze modeBurt P
A new mode, selected by filter option, to aid in analysis of HDCD encoded audio. In this mode the audio is replaced by a solid tone and the amplitude is adjusted to signal some specified aspect of the process. The output file can be loaded in an audio editor alongside the original, where the user can see where different features or states are present. Signed-off-by: Burt P <pburt0@gmail.com>
2016-08-07doc/filters: reorganize some entries, move scale_npp to right sectionPaul B Mahol
Also remove select entry in audio section, probably error in merge.
2016-08-07doc/filters: fix typo in extrastereo docsPaul B Mahol