summaryrefslogtreecommitdiff
path: root/libswresample/swresample_frame.c
Commit message (Collapse)AuthorAge
* libswresample: check input to swr_convert_frame for NULLhexpointer2017-07-08
| | | | | | | | | When 'out' is an AVFrame that does not have buffers preallocated, swr_convert_frame tries to allocate buffers of the right size. However in calculating this size it failed to check for whether 'in' is NULL (requesting that swr's internal buffers are to be flushed). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swresample: Add AVFrame based APIMichael Niedermayer2014-08-16
Based on commit fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 by Luca Barbato <lu_zero@gentoo.org> Adapted for libswresample by Michael Niedermayer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>