摘要: // H264HWDecoder.m // H264EncoderDecoder // // Created by lujunjie on 2016/11/28. // Copyright © 2016年 陆俊杰. All rights reserved. // #import "H264HWDecoder.h" @implementation H264HWDecoder - (v... 阅读全文
posted @ 2017-02-07 14:11 陆俊杰_iOS 阅读(481) 评论(0) 推荐(0) 编辑
摘要: - (int)DecodeH264Frames: (unsigned char*)inputBuffer withLength:(int)aLength { int gotPicPtr=0; int result=0; av_init_packet(&pAvPackage); pAvPackage.data=(unsigned char*)inputBu... 阅读全文
posted @ 2017-02-07 14:05 陆俊杰_iOS 阅读(319) 评论(0) 推荐(0) 编辑
摘要: AAC编码可以使用faac AAC解码可以使用faad 阅读全文
posted @ 2017-02-07 12:59 陆俊杰_iOS 阅读(1101) 评论(0) 推荐(0) 编辑

版权信息:©Copyright © 2010-2050 陆俊杰的博客