[FFmpeg-devel] [PATCH v2] avformat/libopenmpt: implement file reading callbacks

2025-09-04 Thread Paper via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/libopenmpt: implement file reading callbacks

2025-09-04 Thread Paper via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/libopenmpt: add configurable interpolation options (PR #20800)

2025-10-31 Thread paper via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/libopenmpt: implement file reading callbacks (PR #20801)

2025-10-30 Thread paper via ffmpeg-devel
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