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-05-13avfilter: don't anonymously typedef structsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-12avfilter/aeval: remove comment that was left from some other filePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-12avfilter/aeval: free input frame on errorPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-02-25avfilter/aeval: trim last frame's number of samples to match requested durationPaul B Mahol
Fixes #6181. 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-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-03-10avfilter/aeval: Fixed a memory leak in EvalContext::channel_valuesOle Andre Birkedal
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-07avfilter/aeval: silence "may be used uninitialized" warningMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-11avfilter/aeval: Fix use of uninitialized variableMichael Niedermayer
Fixes CID1135776 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-06lavfi: rename asrc_aevalsrc.c to aeval.cStefano Sabatini
The file now contains both source and filter, the new name looks more appropriate.