clsid2

Results 39 issues of clsid2

If you want to help complete/update/improve a translation of MPC-HC, then you can do that by singing up here: https://www.transifex.com/mpchc/mpchc/ Click here: ![image](https://user-images.githubusercontent.com/3324395/71769509-447b5080-2ed7-11ea-8485-b630396cb0a7.png) Here is a help page on joining...

This way time can be shown in Compact preset or when status bar is hidden. Additionally an advanced option could be added to hide statusbar in Normal view preset. Or...

pFrame has size 1920x1080, but the buffer only has a stride of 1280. PixFmt NV12, renderer MadVR. I am not sure how or when this can happen. There are 1500+...

Crash issue with DVD playback. [Stacktrace](https://drdump.com/Problem.aspx?ProblemID=945420) dxva2 native is used. I have not been able to reproduce it. Did not occur before the last big FFmpeg update. So possibly started...

There are quite a few [crashes](https://drdump.com/Problem.aspx?ProblemID=941649). Cause is `ref->f` being NULL. I haven't been able to reproduce it.

Crash when calling plane_copy_sse2 Cause is `pFrame->data` containing NULL for all planes. CodecID = DXV width = 4000 height = 8187 ARGB32 -> RGB32 Crash dump shows 20 (waiting) avcodec...

Example file: [example_with_alpha.zip](https://github.com/user-attachments/files/18612021/example_with_alpha.zip) AVIF image with alpha data is currently being demuxed by FFmpeg as two separate streams. Unfortunately, the first stream may be the alpha layer, with default disposition....

There are Ogg files in the wild that use a single frame Theora video stream instead of proper coverart. [Sample file](https://github.com/clsid2/mpc-hc/issues/3576) First issue is a crash with multi-threaded decoding. [Fix...

What happens is that `ff_dxva2_common_end_frame` returns an error code. Then it calls `ff_h264_draw_horiz_band` which results in a memcpy fail. Interestingly, there was a patch on the FFmpeg mailing list to...