2011年12月21日

Android ICS中录制视频和播放视频的角度问题

摘要: MPEG4Writer.cppvoid MPEG4Writer::writeCompositionMatrix(int degrees)MPEG4Extractor.cppstatus_t MPEG4Extractor::parseTrackHeader(off64_t data_offset, off64_t data_size){ ...... uint32_t rotationDegrees; static const int32_t kFixedOne = 0x10000; if (a00 == kFixedOne && a01 == 0 && a10 阅读全文

posted @ 2011-12-21 17:26 eustoma 阅读(486) 评论(0) 推荐(0)

mp4文件格式解析,为demux准备的代码

摘要: http://www.cppblog.com/TianShiDeBaiGu/archive/2011/12/20/mp4_demux_code.html 阅读全文

posted @ 2011-12-21 17:13 eustoma 阅读(221) 评论(0) 推荐(0)

MPEG4 笔记2(FTYP,MOOV,MVHD)

摘要: http://hi.baidu.com/gongjun0371/blog/item/2bfef51200c659095aaf539c.html 阅读全文

posted @ 2011-12-21 17:08 eustoma 阅读(202) 评论(0) 推荐(0)

大端法、小端法、网络字节序

摘要: http://hi.baidu.com/hustor/blog/item/c978dcf3671e6bd00b46e003.html关于字节序(大端法、小端法)的定义《UNXI网络编程》定义:术语“小端”和“大端”表示多字节值的哪一端(小端或大端)存储在该值的起始地址。小端存在起始地址,即是小端字节序;大端存在起始地址,即是大端字节序。也可以说:1.小端法(Little-Endian)就是低位字节排放在内存的低地址端即该值的起始地址,高位字节排放在内存的高地址端。2.大端法(Big-Endian)就是高位字节排放在内存的低地址端即该值的起始地址,低位字节排放在内存的高地址端。举个简单的例子,对 阅读全文

posted @ 2011-12-21 09:32 eustoma 阅读(199) 评论(0) 推荐(0)

导航