cog/Plugins/MAD
Christopher Snowhill dc536eef3d [MAD Decoder] Don't crash on bad files
The local and seekable file scanner could crash on bad MPEG files if
they failed to decode any frames and broke due to either end of file or
other unrecoverable errors, due to a division by zero error attempting
to calculate the file bitrate. Now correctly return error state if this
occurs, bailing early.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-15 22:51:04 -07:00
..
MAD.xcodeproj [Input API] Change input readAudio method 2022-07-10 15:14:47 -07:00
ThirdParty [MAD Decoder] Add support for FhG VBRI headers 2022-06-19 19:40:40 -07:00
MADDecoder.h [MAD Decoder] Add support for FhG VBRI headers 2022-06-19 19:40:40 -07:00
MADDecoder.m [MAD Decoder] Don't crash on bad files 2022-07-15 22:51:04 -07:00