stevenyao

Results 5 comments of stevenyao

我用 Intruments测试过,没有发现内存泄漏,你测试的结果怎么样,有callstack吗?如果是PixelBuffer泄漏很快就回内存不足了,因为PixelBuffer是视频原图,很大的。

iOS的app在不同运行环境下内存占用可能会不一样,有些是系统缓存策略造成的,但是如果长时间运行没有持续不停的增长就不是问题,真正的泄漏用Intruments能检测到的。

-8969 is kVTVideoDecoderBadDataErr, which means something wrong in your video data. notes that the IOS8VT needs mp4 style NALU header, the NALU starts with four bytes uint32 in big endian,...

多个slice要合并成一个送给解码器

it needs iOS 8.0 or later. Hardware decoder is private API on iOS 7.