digivod

Results 4 issues of digivod

I have static DLLImport projects for iOS and MacCatalyst. They rely on the data structures provided in FFmpeg.AutoGen. Unfortunately static ffmpeg ctor currently fails on those platforms with UnsupportedOperationException. Her's...

For a video processing Maui app, I need ffmpeg access on all Maui platforms (ios,android,mac catalyst, windows). iOS enforces static libraries (thanks, Apple...). So I wondered how FFmpeg.AutoGen goodness is...

- [x] bug report * **What is the current behavior?** "out" array parameters passed as array without ref/out or out modifier don't seem towork. For example av_image_fill_plane_sizes * **If the...

Followup to #182 : the latest ref changes fixed av_image_fill_max_pixsteps because arguments are now passed by ref. But for methods with a "const" fixed pointer array argument, MacOs still crashes....