摘要:
开发环境: vc6.0 + sp5 + vcpp5,注意vcpp5在vc6+sp6上会安装失败。 源码: ff_264_dec_vc,可用vc进行编译调试,但编译环境限定如上。 声明:该工程是ffmpeg工程组成员hust_xcl从ffmpeg中提取出了H.264的解码器部分,特表敬意。... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(125)
评论(0)
推荐(0)
摘要:
[liu@liu-desktop hellomod]$mddir hellomod[liu@liu-desktop hellomod]$cd hellomod[liu@liu-desktop hellomod]$vi hellomod.c/****************hellomod.c****... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(121)
评论(0)
推荐(0)
摘要:
#include #include #include #include #include #include #include "gpio.h" struct gpio_params gmm;int gpid =-1;void main(int argc,char *argv[]){char fil... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(133)
评论(0)
推荐(0)
摘要:
ARM架构(过去称作进阶精简指令集机器(Advanced RISC Machine),更早称作Acorn RISC Machine)是一个32位元精简指令集(RISC) 中央处理器(processor)架构,其广泛地使用在许多嵌入式系统(embedded)设计。由于节能的特点,ARM处理器非常适用于... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(247)
评论(0)
推荐(0)
摘要:
接收程序: #include #include #include #include #include #include #define RXD 0 //接收#define TXD 0 //发送#define LSB 0 //波特率调节低8位#define MSB 1 //波特率调节高8位#d... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(201)
评论(0)
推荐(0)
摘要:
针对DAVINCI DM6446平台,网络上也有很多网友写了V4L2的驱动,但只是解析Montavista linux-2.6.10 V4L2的原理、结构和函数,深度不够。本文决定把Montavista 的Linux-2.6.18 V4L2好好分析一下,顺便讲解在产品中的应用,满足一些客户提出要求,... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(161)
评论(0)
推荐(0)
摘要:
很长一段时间没有更新博客了,是因为要推出新开发方案和做好客户服务工作,忙得不易乐乎。有关DAVINCI U-BOOT的移植,以前写过一篇u-boot-1.3.4(2008年的),其实和这个u-boot-2009.03差别不大,只不过这个u-boot-2009.03是从TI的网站上下载的,是DAVI... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(276)
评论(0)
推荐(0)
摘要:
关于 frame的一些基本知识只是摘抄了一部分,供初学者参考。 b.帧速率:帧速率是每秒显示的图像数。标准影片(NTSC) 是29.97 帧第秒 (fps),电影是每秒24 帧fps。欧洲标准是(PAL) 25 帧fps。如果你对你影片的尺寸 不是太注重的话,保留默认的Current选项。这将会使... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(236)
评论(0)
推荐(0)
摘要:
http://www.ffmpeg.com.cn/index.php/%E9%A6%96%E9%A1%B5 FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavc... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(163)
评论(0)
推荐(0)
摘要:
2009.03.21补充:ffmpeg-0.5正式发布,地址为:[url]http://www.ffmpeg.org/releases/ffmpeg-0.5.tar.bz2[/url]。修改了第7步,可以通过编译。 2009.03.31补充:ffmpeg-0.5的动态库编译。增加5.2步。感谢... 阅读全文
posted @ 2013-07-22 16:30
毛毛虫的薄刻
阅读(154)
评论(0)
推荐(0)
浙公网安备 33010602011771号