[FFmpeg-devel] about the ffmpeg H.265 decoder iOS compatibility

2015-12-15 Thread Zhu Hongbo
I found that the ffmpeg H.265 decoder can't run on the iOS platform when I enable the neon assembly code, it crashed when playing the H.265 clip. When disable the neon assembly code it works fine. What's the problem with the H.265 neon assembly code? Best regards, Zhuhb

Re: [FFmpeg-devel] about the ffmpeg H.265 decoder iOS compatibility

2015-12-15 Thread Moritz Barsnick
On Tue, Dec 15, 2015 at 10:07:23 +, Zhu Hongbo wrote: > I found that the ffmpeg H.265 decoder can't run on the iOS platform > when I enable the neon assembly code, it crashed when playing the > H.265 clip. When disable the neon assembly code it works fine. What's > the problem with the H.265

Re: [FFmpeg-devel] about the ffmpeg H.265 decoder iOS compatibility

2015-12-15 Thread Carl Eugen Hoyos
On Tuesday 15 December 2015 11:29:58 am Moritz Barsnick wrote: > On Tue, Dec 15, 2015 at 10:07:23 +, Zhu Hongbo wrote: > > I found that the ffmpeg H.265 decoder can't run on the iOS platform > > when I enable the neon assembly code, it crashed when playing the > > H.265 clip. When disable the