上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 27 下一页
摘要: 视频部分Working video codecscodec namefourcccodecfileoutcommentsMPEG-PES output (.mpg or DXR3/DVB card)--MPESfor hardware decodingMPEG-1 or 2 (libmpeg2)- ... 阅读全文
posted @ 2014-07-09 09:59 dzldzl 阅读(5095) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_48f93b530100eyoe.html 阅读全文
posted @ 2014-07-07 17:03 dzldzl 阅读(112) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/leixiaohua1020/article/details/11693997 阅读全文
posted @ 2014-07-07 14:44 dzldzl 阅读(121) 评论(0) 推荐(0)
摘要: ffmpeg中的flv 的demuxer在哪里?该如何解决www.MyException.Cn发布于:2012-02-14 19:19:19浏览:79次0ffmpeg中的flv 的demuxer在哪里?ffmpeg中的flv 的demuxer在哪里?我搜了下,好像只有decoder和encoder,... 阅读全文
posted @ 2014-07-07 14:09 dzldzl 阅读(851) 评论(0) 推荐(0)
摘要: FFmpeg深入分析之零-基础http://blog.chinaunix.net/uid-26611383-id-3976154.html 阅读全文
posted @ 2014-07-07 09:49 dzldzl 阅读(212) 评论(0) 推荐(0)
摘要: 返回值均为毫秒ios #include uint64_t time = mach_absolute_time(); mach_timebase_info_data_t timebase; mach_timebase_info(&timebase); return (double)time * ... 阅读全文
posted @ 2014-07-04 11:28 dzldzl 阅读(1068) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/cjj198561/article/details/28955461编译librtmp需要先编译openssl,因为librtmp依赖openssl首先编译openssl:把以下内容保存为shell脚本:#!/bin/shVERSION="1.0.1h" #... 阅读全文
posted @ 2014-07-02 14:48 dzldzl 阅读(460) 评论(0) 推荐(0)
摘要: #import "TargetConditionals.h"gcc based compiler used on Mac OS Xfor EX#if !TARGET_IPHONE_SIMULATOR Float32 preferredBufferSize = 0.0232; if (checkE... 阅读全文
posted @ 2014-07-02 11:05 dzldzl 阅读(630) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/wildfireli/article/details/18668897 阅读全文
posted @ 2014-06-30 17:02 dzldzl 阅读(120) 评论(0) 推荐(0)
摘要: ios4 设备上最好就不要使用 ARC。。。strong,weak 用来修饰属性。strong 用来修饰强引用的属性;@property (strong) SomeClass * aObject;对应原来的@property (retain) SomeClass * aObject; 和 @prop... 阅读全文
posted @ 2014-06-30 14:18 dzldzl 阅读(248) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 27 下一页