搜索资源列表
xvidcore-1.1.0-beta2.tar
- xvid播放器的源代码,能够解码mpeg1、mpeg2、mpeg4、h.263、h.264、mp3等文件。-The source code of xvid player, can decode such files as mpeg1 , mpeg2 , mpeg4 , h.263 , h.264 , mp3 ,etc. .
h.264解码器
- 一个媒体播放器,可以播放264格式的文件,是对H.264算法的软件实现。注意,本代码仅仅供学习实验使用-a media player that can play 264 files, the H.264 algorithm software implementation. Note that this code only for the use of experimental study
pmpmod202b_sub_src
- psp上的播放器,可播放h.264编码的pmp文件,消耗资源极少。强烈推荐-psp on the player, which can broadcast a new era h.264 encoded documents, resource consuming very little. Strongly recommended
vis264player_v2.2
- vis264player 一个h.264播放器
h.264playeto
- h.264通用播放器,插件,转换工具等程序
avc2avi.rar
- 该程序包提供了"***.264"格式的文件转换为"***.avi"格式视频的源代码。 "***.264"是未经封装的H.264格式的视频文件,经过该程序添加avi封装后,形成"***.avi"格式的视频文件,从而可以用普通的播放器进行播放。 通过该源代码还可以学习到avi格式封装的实现方法。 该程序开发语言是C++,开发环境是VS。,The package provides a "***. 264" format files into the "***. avi" format video so
H264EncPlayer.rar
- H.264 编解码参考,编译环境VS2005,H.264 reference codec
video-player-v2
- 网页视频播放器,支持flv、h.264(mp4)video-player-v2-web flash video player.supper flv,h.264(mp4),f4v.
H264Player
- .264格式的视频文件播放的一个播放器,用C++完成-A player which can play video which has a H.264 form
h.264
- 一个媒体播放器,可以播放264格式的文件,是对H.264算法的软件实现-A media player that can play 264 file formats is a software implementation of H.264 algorithm
OverviewOfH264
- An Overview Of H.264
H.264ToJpeg
- 将H.264视频文件解压成一帧帧jpeg图片,可通过MFC编辑的播放器控制解压的视频文件时间长度-H.264 video files to extract a frame into a jpeg image can be edited through the MFC decompression player control the length of the video file
YuvViewer
- YUV文件的播放器,结合h.264编解码程序可实现基于AVS的网络视频流播放-YUV file player, with h.264 codec program enables a network-based video streaming players AVS
JMdecode
- h,264格式的视频文件解码器,可以解码成.yuv格式的视频文件-h, 264 format video files decoder can decode into. yuv format video files
H.264Player
- H.264Player.rar h.264播放器-H.264Player.rar h.264 player
264playbackprogram
- 对本地符合h.264标准的文件进行解码播放,简单易懂。-Meet the standards of the local paper to decode h.264 playback, easy to understand.
H.264
- h.264视频播放器的设计,包括视频数据压缩编码,解码,传输等处理方法。-H.264 video player design, including video data compression encoding, decoding, transmission and processing method.
H264Player
- 用VS编写的H.264播放器,自带解码器,具有一定的参考价值-Written by VS H.264 player, comes with a decoder, with some reference value
TenVideoPlayer
- 手机移动端网页播放,支持支持flv、h.264(mp4)在线播放(TenVideoPlayer_V2 - v2.0.0)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通