Charlie Turner

Results 7 issues of Charlie Turner

Per mentioned this in #1, this issue tracks it's resolution. The `copyStreamThread` method should be refactored to take a `Client` (though see #2) instead of a `Writer`. It should use...

I'm consistently hitting at shutdown the following crash, ``` #0 0xb0483d60 in gbm_dri_bo_destroy (_bo=0x14e04f0) at ../src/gbm/backends/dri/gbm_dri.c:870 #1 0xafb9e308 in destroy_buffer (buffer=0x15383c0) at /home/cht/igalia/buildroot/output/build/cog-custom/platform/cog-platform-drm.c:121 #2 0xafb9f090 in clear_drm () at /home/cht/igalia/buildroot/output/build/cog-custom/platform/cog-platform-drm.c:149...

bug

My command looks like this, ``` echo[partition_map] | sudo[sfdisk[self.device_path]] ``` Printing the command looks like ```bash /usr/bin/echo ' label: dos label-id: 0x7f93fbc8 device: /dev/sdc unit: sectors /dev/sdc1 : start= 2048,...

I often write scripts that take as arguments sockets, block devices, etc and would like the same thing ExistingFile does for "regular files". I'm wondering if you think `ExistingFile` should...

[This test file](https://people.igalia.com/cturner/video_tests/avc/akiyo_176x144_30p_1_0.264) seems to expose a bug in the H.264 picture management code, I can get the clip to decode "correctly" by using this workaround, ``` diff --git a/vk_video_decoder/libs/NvVideoParser/src/VulkanH264Parser.cpp...

There remain some less serious warnings after this series, but to fix some of the more difficult ones, changes in how the image handling and download happens were required. Those...

**Environment:** - OS: Debian 12 - GPU and driver version: NVIDIA beta - SDK or header version if building from repo: VVL commit `7aa533e02530b73b45642d4e880d6ec42d6616d5` - Options enabled (synchronization, best practices,...

Synchronization
Performance