NewChromantics / PopH264

Low-level, minimal H264 decoder & encoder library for windows, hololens/uwp, ios/tvos/macos, linux, android/quest/magic leap. CAPI for use with c#, unreal, swift
http://poph264.com/
Mozilla Public License 2.0
83 stars 15 forks source link

SPS parser fails against High profile SPS with matrix scaling #81

Open SoylentGraham opened 8 months ago

SoylentGraham commented 8 months ago

https://github.com/NewChromantics/PopH264TestData/blob/ffmpegdata/FfmpegUdpStream.h264 This data doesn't parse correctly

SoylentGraham commented 8 months ago

This now parses correctly, (will be in 1.9.3) but width/height is wrong in the SPS parser and then gets overcropped. This may be due to not using the scaling matrix?