Re: [FFmpeg-devel] [PATCH v2] avformat/scd: add demuxer

2021-11-29 Thread Zane van Iperen
Ping, will apply in a few days if no objections. On 27/11/21 13:51, Zane van Iperen wrote: Adds demuxer for Square Enux SCD files. Based off [1] and personal investigation. This has only been tested against Drakengard 3 (PS3) *_SCD.XXX files (big-endian). As it is highly likely that FFXIV (P

[FFmpeg-devel] [PATCH v2] avformat/scd: add demuxer

2021-11-26 Thread Zane van Iperen
Adds demuxer for Square Enux SCD files. Based off [1] and personal investigation. This has only been tested against Drakengard 3 (PS3) *_SCD.XXX files (big-endian). As it is highly likely that FFXIV (PC) files are little-endian, this demuxer is marked as experimental until this can be confirmed.