会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dzldzl
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
17
18
19
20
21
22
23
24
25
···
27
下一页
2014年7月9日
常用视频编码解码器
摘要: 视频部分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)
2014年7月7日
FLV文件格式解析
摘要: http://blog.sina.com.cn/s/blog_48f93b530100eyoe.html
阅读全文
posted @ 2014-07-07 17:03 dzldzl
阅读(112)
评论(0)
推荐(0)
FFMPEG中最关键的结构体之间的关系
摘要: http://blog.csdn.net/leixiaohua1020/article/details/11693997
阅读全文
posted @ 2014-07-07 14:44 dzldzl
阅读(121)
评论(0)
推荐(0)
ffmpeg中的flv parser,demuxer,splitter
摘要: 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结构及基础知识
摘要: FFmpeg深入分析之零-基础http://blog.chinaunix.net/uid-26611383-id-3976154.html
阅读全文
posted @ 2014-07-07 09:49 dzldzl
阅读(212)
评论(0)
推荐(0)
2014年7月4日
mach_absolute_time 获取系统运行时间 及 测试代码效率
摘要: 返回值均为毫秒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)
2014年7月2日
编译ios版本的librtmp+openssl
摘要: 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)
TargetConditionals使用
摘要: #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)
2014年6月30日
GCD之dispatch queue深入浅出
摘要: http://blog.csdn.net/wildfireli/article/details/18668897
阅读全文
posted @ 2014-06-30 17:02 dzldzl
阅读(120)
评论(0)
推荐(0)
__weak、__strong这样的关键词和weak、strong有哪些区别
摘要: 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
下一页
公告