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