cog/Plugins/vgmstream/vgmstream
Christopher Snowhill b53567edc5 Fix VGMStream so it handles EOF properly
The file prober in FFmpeg expects that when the read function reaches
end of file, it returns AVERROR_EOF, not zero. Otherwise, it will loop
endlessly until the process is terminated.

Fixes #217.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-27 00:09:40 -08:00
..
en.lproj Added vgmstream plugin 2014-02-25 23:50:54 -08:00
es.lproj Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
VGMContainer.h Updated VGMStream to r1050-670-g165cda22. 2017-09-16 21:24:57 -07:00
VGMContainer.m Change a bunch of NSArray declarations to const collection literals 2022-01-18 18:12:57 -08:00
VGMDecoder.h VGMStream: Fix one shot files actually decoding to completion instead of getting stuck forever 2021-06-15 01:34:01 -07:00
VGMDecoder.m Metadata: Now supports storing cuesheet tags and encoding quality status properties 2022-01-21 22:38:54 -08:00
VGMInterface.h VGMStream input: Improve file interface, to handle duplicate file requests in the same thread, and to handle archive paths 2022-01-12 16:45:50 -08:00
VGMInterface.m Fix VGMStream so it handles EOF properly 2022-01-27 00:09:40 -08:00
VGMMetadataReader.h Really add title reading this time. 2017-09-17 19:21:38 -07:00
VGMMetadataReader.m Fix some more warnings. 2021-01-27 05:12:07 +03:00
VGMPropertiesReader.h Update copyright year 2022-01-02 23:34:29 -08:00
VGMPropertiesReader.m Update copyright year 2022-01-02 23:34:29 -08:00
vgmstream-Info.plist Update Copyright year to 2021 with regex. 2021-03-03 23:05:57 +03:00
vgmstream-Prefix.pch Added vgmstream plugin 2014-02-25 23:50:54 -08:00