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
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2016-03-20avfilter/vf_vectorscope: always flip output verticallyPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-13avfilter/vf_vectorscope: less aggressive memory allocationPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-13avfilter/vf_vectorscope: process alpha at endPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-13avfilter/vf_vectorscope: copy frame props, mainly for bench filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-13avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-08avfilter/vf_vectorscope: short for Magenta is MgPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-08avfilter/vf_vectorscope: draw color points namesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-06avfilter/vf_vectorscope: add 12bit depth supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-03avfilter/vf_vectorscope: improve green graticule visibilityPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-03avfilter/vf_vectorscope: add threshold optionPaul B Mahol
Useful to only display lows/mids/highs. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-02avfilter/vf_vectorscope: add 9 & 10 bit depth input & output support with alphaPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-02avfilter/vf_vectorscope: make background opacity customizablePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-02avfilter/vf_vectorscope: add graticulePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-02avfilter/vf_vectorscope: avoid crash by explicitly checking for 8-bit depthPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-02-28avfilter/vf_vectorscope: add color5 mode, mode like color but with higher ↵Paul B Mahol
saturation Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
Many of the functions from avfilter/formats can return errors, usually AVERROR(ENOMEM). This propagates the return values. All of these were found by using av_warn_unused_result, demonstrating its utility. Tested with FATE. I am least sure of the changes to avfilter/filtergraph, since I don't know what/how reduce_format is intended to behave and how it should react to errors. Fixes: CID 1325680, 1325679, 1325678. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Previous version Reviewed-by: Nicolas George <george@nsup.org> Previous version Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-09-08avfilter/vf_vectorscope: 9 & 10 bit depth supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-04avfilter/vf_vectorscope: change intensity to floatPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-03avfilter/vf_vectorscope: constify more variablesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-03avfilter/vf_vectorscope: support more formats for color4 mode in common casePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-30avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-30avfilter/vf_vectorscope: implement envelope supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-29avfilter/vf_vectorscope: add yet another modePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-26avfilter/vf_vectorscope: fix bug in checking pixel format flagsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-24avfilter/vf_vectorscope: add options with shorter namePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-24avfilter/vf_vectorscope: make intensity user configurablePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-22avfilter/vf_vectorscope: add more pixel formatsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-21avfilter/vf_vectorscope: Fix ;;Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-21avfilter/vf_vectorscope: support yuv(a)420p and yuv410p as input for common casePaul B Mahol
Speed up gain more than 2x. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-21avfilter: add video vectorscope filterPaul B Mahol