Re: [FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2025-01-12 Thread Alexander Strasser via ffmpeg-devel
On 2025-01-10 10:40 -0300, James Almer wrote: > On 1/10/2025 10:05 AM, James Almer wrote: > > On 1/7/2025 6:50 PM, Alexander Strasser via ffmpeg-devel wrote: > > > On 2025-01-07 10:55 -0300, James Almer wrote: > > > > Should reduce memory usage as well as remove code duplication. > > > > > > > > Si

Re: [FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2025-01-10 Thread James Almer
On 1/10/2025 10:05 AM, James Almer wrote: On 1/7/2025 6:50 PM, Alexander Strasser via ffmpeg-devel wrote: On 2025-01-07 10:55 -0300, James Almer wrote: Should reduce memory usage as well as remove code duplication. Signed-off-by: James Almer ---   libavformat/isom.h   |  15 +-   libavform

Re: [FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2025-01-10 Thread James Almer
On 1/7/2025 6:50 PM, Alexander Strasser via ffmpeg-devel wrote: On 2025-01-07 10:55 -0300, James Almer wrote: Should reduce memory usage as well as remove code duplication. Signed-off-by: James Almer --- libavformat/isom.h | 15 +- libavformat/mov.c| 579 -

Re: [FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2025-01-10 Thread James Almer
On 1/7/2025 10:55 AM, James Almer wrote: Should reduce memory usage as well as remove code duplication. Signed-off-by: James Almer --- libavformat/isom.h | 15 +- libavformat/mov.c| 579 --- tests/ref/fate/quickdraw | 2 +- 3 files chang

Re: [FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2025-01-07 Thread Alexander Strasser via ffmpeg-devel
On 2025-01-07 10:55 -0300, James Almer wrote: > Should reduce memory usage as well as remove code duplication. > > Signed-off-by: James Almer > --- > libavformat/isom.h | 15 +- > libavformat/mov.c| 579 --- > tests/ref/fate/quickdraw | 2 +- >

Re: [FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2024-11-28 Thread Michael Niedermayer
On Wed, Nov 27, 2024 at 11:10:09AM -0300, James Almer wrote: > Should reduce memory usage as well as remove code duplication. > > Signed-off-by: James Almer > --- > libavformat/isom.h | 15 +- > libavformat/mov.c | 544 + > 2 files changed, 221 inser