Before, this code would unnecessarily waste quite a bit of memory
reading the entire file in, and in many cases just freeing the
result and throwing it out anyway.
This commit changes the behavior to use libopenmpt's callback
structure. This is much more memory efficient, especially for
particular
Before, this code would unnecessarily waste quite a bit of memory
reading the entire file in, and in many cases just freeing the
result and throwing it out anyway.
This commit changes the behavior to use libopenmpt's callback
structure. This is much more memory efficient, especially for
particular
PR #20800 opened by paper
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20800
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20800.patch
>From 711fcb5f8a287727184664313451240686de178a Mon Sep 17 00:00:00 2001
From: Paper
Date: Tue, 2 Sep 2025 10:47:06 -0400
Subject: [PATCH 1/2] avform
PR #20801 opened by paper
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20801
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20801.patch
Before, this code would unnecessarily waste quite a bit of memory
reading the entire file in, and in many cases just freeing the
result and throwing i