搜索资源列表
H264andRTP
- 对H264码流结构分析,以及RTP负载格式规范和协议实现-parse the structure of H264
h264_parser
- This program simply parse the h264 bitstream and give the NAL header information on terminal window.
H.264-TS-Parser
- h.264/AVC-MPEG4 TS parse
mpegframe
- 提起 H264/MPEG4/H263帧源代码,可用于WinCE-A Source code to parse and retrieve a frame from H264/MPEG4/H263.
simplest_mediadata_test
- * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* T