Changes between Version 1 and Version 2 of Ticket #11497, comment 14


Ignore:
Timestamp:
Dec 27, 2014, 8:22:48 PM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11497, comment 14

    v1 v2  
    88
    99
    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..?
     10EDIT: 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..?