summaryrefslogtreecommitdiff
path: root/libswresample/swresample_frame.c
Commit message (Collapse)AuthorAgeFilesLines
* swresample/swresample_frame: fix regression in detecting changesPaul B Mahol2023-01-041-5/+5
| | | | | Do not overwrite return variable values, instead use different one for checking results.
* swresample: convert to new channel layout APIJames Almer2022-03-151-12/+72
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
| | | | | | Also include channel_layout.h directly wherever used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* libswresample: check input to swr_convert_frame for NULLhexpointer2017-07-081-3/+4
| | | | | | | | | 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-161-0/+158
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>