Open digetx opened 3 years ago
@digetx could you provide a sample JPEG file that fails to decode? I have a Haswell CPU and cannot find any JPEGs that would fail to decode locally.
Don't have those files anymore. IIRC, the fix was inspired by the FFMPEG swdec code.
Intel VA-API driver fails to decode couple JPEG files for me because of the offending implicit u8->int32 expansion in the code of the driver. This PR fixes the implicit integer expansion and decoding works properly now.