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


Ignore:
Timestamp:
Dec 26, 2014, 8:50:57 PM (10 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11497, comment 14

    initial v1  
    77I'm not ruling out the file itself being corrupt in some way though, since it was not generated by MediaConverter but by my own app; but that would then show a vulnerability if nothing else..
    88
     9
     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 [0.0 .. 1.0] range..?