搜索资源列表
JMPlayer
- 依据JM10.1代码修改而来,可以实时显示解码画面,需要CIF版本请自己修改一下。 注: JM代码有内存泄露 1.image.c里面readnewslice函数一处return之前没有FreeNALU(nalu) 2.mbuffer.c里面free_storable_picture函数少释放一个成员变量s->slice_id,一共10个.
JMPlayer
- 依据JM10.1代码修改而来,可以实时显示解码画面,需要CIF版本请自己修改一下。 注: JM代码有内存泄露 1.image.c里面readnewslice函数一处return之前没有FreeNALU(nalu) 2.mbuffer.c里面free_storable_picture函数少释放一个成员变量s->slice_id,一共10个. -JM10.1 code changes based on fro
h.264-information
- 最新视频标准H.264的相关资料,本人在各大论坛收集到的,希望能给大家一点参考价值-The latest H.264 video standard of the relevant information, I collected in the major forums, and I hope that everyone can reference value
DetailedreferenceframewithPOC
- 图像、帧、片、NALU的详细解答 能清晰知道POC的用法-Images, fr a mes, film, NALU detailed answer clearly aware of the use of POC
nalu
- SVC视频编码,nalu文件解析,用于流提取-SVC video coding, nalu file parsing, extraction for flow
H264_RTP_Payload
- 讲述RTP和Nalu打包格式区别 讲述RTP打包类型-About the difference between RTP and Nalu packaging format package about the type of RTP
H264sourcecode-and-doc
- 里面有H264协议的相关内容,并有NALU-decode的程序-H264 protocol which has relevant content, and NALU-decode process
RTP_Protocol
- 主要介绍遵循rfc3550以及rfc3984,以RTP(实时传送协议)打包H.264格式视频数据 NALU的方法。-Introduces the follow rfc3550 and rfc3984, packaged H.264 format video data NALU RTP (Real-time Transport Protocol).
NALDecoder-Analyse
- NALDecoder分析.rar.分析h264的nalu单元。包括sps、pps、I帧、P帧。-NALDecoder analysis rar analysis the Nalu unit of h264. Including SPS, pps, I fr a mes, P-fr a mes.
MyTest
- rtp nalu sender, need to modify the source file yourself
Packet-loss-simulator
- This function simulates damages in the received fr a me corresponding to the loss of one NALU (i.e. slice) given a slicing mode and the slice to be lost
H264using-PS-package-RTP-sent
- H264 NALU 使用PS封装 RTP发送。H264视频格式使用PS、RTP封装发送。-H264 NALU using the PS package RTP sent. H264 using the PS package, and then use the RTP package to send.
libH264Encoder
- 对X264编码器的C++接口封装,方便初学者使用,只需要使用IH264Encoder接口,传入简单的参数即可,输入YUV420P帧,得到编码后数据,并包含NALU的分片信息以及帧类型信息。-On the X264 encoder C++ interface package, easy for beginners to use, only need to use IH264Encoder interface parameters can
VideoFrameInfo
- if the nalu is encrypted, this field is useless if current NALU is SPS PPS,. -if the nalu is encrypted, this field is useless if current NALU is SPS PPS,.
simplest_mediadata_test
- * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程
RTP封装程序
- RTP封装,从文件中读取h264流,自动识别nalu单元,组包rtp(RTP package, read H264 stream from file, automatically identify Nalu unit, package RTP)