Re: [FFmpeg-devel] [PATCH] libavformat/avformat: Check codec whitelist

2022-05-26 Thread Eric Juteau
Friendly ping for feedback on this patch. Thank you in advance. -Original Message- From: ffmpeg-devel On Behalf Of Eric Juteau Sent: Tuesday, May 17, 2022 3:09 PM To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH] libavformat/avformat: Check codec whitelist Modified

[FFmpeg-devel] [PATCH] libavformat/avformat: Check codec whitelist

2022-05-17 Thread Eric Juteau
Modified the function av_find_best_stream() such that, when a list of allowed codecs is supplied in the format context, and when the caller is requesting a decoder be returned, the function will select the best stream that has a decoder in the allowed decoders list. Signed-off-by: Eric Juteau

Re: [FFmpeg-devel] [PATCH] libavformat/utils: Check codec whitelist

2022-03-01 Thread Eric Juteau
Friendly ping for feedback on the patch below. Thank you. -Original Message- From: ffmpeg-devel On Behalf Of Eric Juteau Sent: Thursday, January 27, 2022 9:06 AM To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH] libavformat/utils: Check codec whitelist Modified the function

[FFmpeg-devel] [PATCH] libavformat/utils: Check codec whitelist

2022-01-27 Thread Eric Juteau
Modified the function av_find_best_stream() such that, when a list of allowed codecs is supplied in the format context, and when the caller is requesting a decoder be returned, the function will select the best stream that has a decoder in the allowed decoders list. Signed-off-by: Eric Juteau

[FFmpeg-devel] [PATCH] Check codec whitelist in av_find_best_stream

2022-01-26 Thread Eric Juteau
Modified the function av_find_best_stream() such that, when a list of allowed codecs is supplied in the format context, and when the caller is requesting a decoder be returned, the function will select the best stream that has a decoder in the allowed decoders list. Signed-off-by: Eric Juteau