Changes between Version 1 and Version 2 of Ticket #11497, comment 14
- Timestamp:
- Dec 27, 2014, 8:22:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11497, comment 14
v1 v2 8 8 9 9 10 EDIT: the file is indeed corrupt, won't play in windows7 in VLC 2.x or mediaplayer; I was experimenting with a custom-made resampler that downsamples and that converts from B_AUDIO_INT to B_AUDIO_FLOAT and it evidently took me a few iterations to get it right ;-) So it seems to the media_addon_server is vulnerable to float sample values getting out of their legal [ 0.0 .. 1.0] range..?10 EDIT: the file is indeed corrupt, won't play in windows7 in VLC 2.x or mediaplayer; I was experimenting with a custom-made resampler that downsamples and that converts from B_AUDIO_INT to B_AUDIO_FLOAT and it evidently took me a few iterations to get it right ;-) So it seems to the media_addon_server is vulnerable to float sample values getting out of their legal [-1.0 .. 1.0] range..?