John Stamatakis

Results 5 issues of John Stamatakis

### ~~Bug explanation~~ Feature Request Hi and Thanks for your awesome library :) Trying to implement my first WPF project (a media player) based on Material Design but I'm having...

bug
evaluation required

Hi, there is an open issue for FFmpeg.AutoGen bindings [here](https://github.com/Ruslan-B/FFmpeg.AutoGen/issues/217) which I think should be handled from CppSharp. The issue is with C long / unsigned long data types that...

Hi @Ruslan-B, I was wondering if we could get better performance by compiling directly to .NET 6+ instead of just using .NET Standard. I asked this in [stackoverflow](https://stackoverflow.com/questions/70487668/mixing-net-5-6-clarification) long time...

enhancement
question

Hi @Ruslan-B, Got an access violation with this delegate and fixed it by returning byte*. Eg:- ```csharp [UnmanagedFunctionPointer(CallingConvention.Cdecl)] public unsafe delegate byte* AVClass_item_nameX (void* @ctx); // FFmpeg.Autogen bug public static...

bug

I wanted to access av_channel_layout_from_string and the defines, eg:- ```csharp #define AV_CHANNEL_LAYOUT_STEREO AV_CHANNEL_LAYOUT_MASK(2, AV_CH_LAYOUT_STEREO) ```

enhancement