On Sat, Jul 26, 2025 at 07:09:54PM +0300, Artem Smorodin wrote:
> This linear search has a complexity of O(n). When ffmpeg attempts to parse a
> playlist containing approximately 100,000 segments, it effectively causes a
> hang for several minutes.
> 
> This patch limits the allowed size for duplicate searches to a reasonable
> value. Now it takes between 0.5 and a few seconds (tested on different
> devices) instead of several minutes.
> 
> Signed-off-by: Artem Smorodin <artem.smoro...@dacast.com>
> ---
>  libavformat/hlsenc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

"You are 36 times more likely to die in a bathtub than at the hands of a
terrorist. Also, you are 2.5 times more likely to become a president and
2 times more likely to become an astronaut, than to die in a terrorist
attack." -- Thoughty2

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to