This seems all very reasonable.
Most of these suggestions are easily fixed, but I am struggling to find
the best approach to avoiding those global function pointers.
The approach of storing these in some kind of context, as mentioned in
the referenced message looks like the best solution. Am I ri
Martijn Otto (12021-03-05):
> Hello all,
>
> I have made some changes to get custom allocation functions in ffmpeg.
> This is useful to me, as the software I work with easily runs into
> congestion on memory allocations in certain cases.
>
> I hope it is useful to others as well. It would be nice
Am Fr., 5. März 2021 um 15:45 Uhr schrieb Martijn Otto :
> I have made some changes to get custom allocation functions in ffmpeg.
> This is useful to me, as the software I work with easily runs into
> congestion on memory allocations in certain cases.
I thought the dynamic linker allows you to re
Hello all,
I have made some changes to get custom allocation functions in ffmpeg.
This is useful to me, as the software I work with easily runs into
congestion on memory allocations in certain cases.
I hope it is useful to others as well. It would be nice if this could
be part of ffmpeg proper. I