JPDelprat

Results 18 issues of JPDelprat

Hello, I use miniaudio to capture sounds in my android application. I use opensl. For each sound, I initialize/unitialize the device (=> all calls are successful). I got memory leaks...

help wanted

Hello, It seems to me that utf8makevalid can read string to modify out of bounds : while ('\0' != *read) { if (0xf0 == (0xf8 & *read)) { /* ensure...

help wanted

Hello, In utf8makevalid, you use the following test to identify a 4 sequence bytes "if (0xf0 == (0xf8 & *read))" This is not correct if you suppose that you can...

help wanted

Hello, I'm trying to migrate an old project from .net 4.5 (using EasyHooks) to .net 6.0, using your nuget packages. I don't find the Inject method in nuget packages. From...

Since many functions only work when playbackInitialized variable is set, would it be possible to add a "PLAYBACK_INITIALIZED" event ? Thanks

Feature Request

Version 4.7.4 Problem with reference online player. - dash.js player doesn't seem to work if 'Location' field in manifest file is different from the manifest download uri. Bug seems to...

Bug
Pri-Low

Hello, It seems to me that RawInput.Multimedia.UsagePage/UsageId are missing in .nuget packages, so I cannot use DXNET.RawInput. Thanks in advance

In packages (and in source code), the Interop.cs file, which should be generated by InteropBuilder (according to comments) only contains methods which generate a NotImplementedException exception. For example, I cannot...

### Description StackPanel in ScrollViewer : when adding items to StackPanel (to make vertical scrollbar appear than removing them), than removing some of them (which makes scrollbar disppear), VisualTreeHelper.GetDescendantBounds() provides...

Investigate

### Description I have an ItemsControl with an ItemsSource and a VirtualizedStackPanel. Items have different heights. I move the scrollbar to the bottom of ItemsControls. I remove some items, so...

Investigate