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
2018-11-17avfilter/vf_neighbor: fix >8 bit deflate/inflatePaul B Mahol
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2018-05-03avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-05-01avfilter/vf_neighbor: add slice threadingPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-05-01avfilter/vf_neighbor: simplify code littlePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-05-01avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol
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-11-26avfilter: add '.' at and of long filter description where it is missingPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@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-07-15avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>