资源列表
H.264-Encoder-flow-chart
- H.264 Encoder flow chart.JPG
xvidcore-1.3.0-rc1.tar
- mpeg4 开源的编解码源代码,包含汇编代码-xvid decoder
RTP_CODE
- RTP是目前解决流媒体实时传输问题的最好办法,如果需要在Linux平台上进行实时流媒体编程,可以考虑使用一些开放源代码的RTP库,如LIBRTP、JRTPLIB等。JRTPLIB是一个面向对象的RTP库,它完全遵循RFC 1889设计,在很多场合下是一个非常不错的选择,以JRTPLIB为例,讲述如何在Linux平台上运用RTP协议进行实时流媒体编程。-Object oriented your RTP library. It completely follow the RFC 1889 desig
Wiley_H.264_and_MPEG-4_Video_Compression
- Work on the emerging “Advanced Video Coding” standard now known as ITU-T Recommendation H.264 and as ISO/IEC 14496 (MPEG-4) Part 10 has dominated the video coding standardization community for roughly the past three years. The work has been stimu
mp4v2-1.9.1
- mp4v2提取自mpegip,提供对mp4文件解析的各种函数-mp4v2 extracted from mpegip, provides a variety of functions for mp4 files parsing
ZPAV_(H2652207967122011
- ZPAV (H265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H265) basic algorithm is wavelets, SPIHT, BSW, MMW, ...... ZPAV (H265) download address : https://sourceforge.net/projects/zpav/ - ZPAV (H265) is audio-visual codec
reciving_video_MPEG2
- REciving video from SAsa7114
h264xueweilunwen
- 上海交大,陈杰硕士学位论文,关于H.264视频编解码传输算法平台及码率控制研究的,写得不错,适合参考学习。-Shanghai Jiaotong University, a master' s degree thesis Chen Jie, on the H.264 video codec and transmission rate control algorithm platform, research, well written, for reference study.
04
- MPEG-4编码技术、MPEG系列标准、编码源代码详细分析 、MPEG-4解码技术、 MPEG-4的数据结构定义 、 解码器数据结构的定义 、 解码器的初始化-MPEG-4 encoding technology, MPEG series of standards, a detailed analysis of the source code encoding, MPEG-4 decoding, MPEG-4 defines the data structure, data structure
81x0_decoder
- h264解码,实现在硬件上的对h264的解码,我们在实现解码的时候用软件来实现可能会性能很差,用硬件加速实现,会达到很好的效果。 -this is for h264 decode
p2p_vod
- P2P网络直播多媒体系统 1) 客户向服务器发送请求, 每个请求的长度不定. 请求的长度在第一个INT中指定. 2) 每个服务器通常会向多种客户提供服务, 例如, TS要同时向CP, NP提供服务, CP要向NP和其他CP提供服务, 同时还是其他CP, TS, SP的客户. 3) 每个服务器为客户服务时, 通常是长期的, 会涉及多次请求-应答的来回. 这样的结构, 主要是为了能够支持大量并发客户连接而设计的. 在具有大量并发客户 连接时, 无论采用线程还是进程, 都无法进
实现RTP流媒体发送与接收
- 利用VLC0.9.7开源库 实现RTP流媒体发送与接收,采用VS2008以上编译通过,该软件可以使用VLC作为发送端或接收端-Achieve RTP streaming using VLC to send and receive