CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - H264 decoder
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - H264 decoder - List
[
Windows Develop
]
h264dec
DL : 0
h264的解码源程序,h264文件解码成yuv视频序列-h264 decoder,decode the h264 file to yuv video series
Update
: 2025-02-17
Size
: 150kb
Publisher
:
刘语
[
Streaming Mpeg4
]
H264软件解码器的优化
DL : 0
是一篇关于H.264软件解码器的优化的文章-is one of the H.264 software decoder optimized article
Update
: 2025-02-17
Size
: 142kb
Publisher
:
毕松林
[
Streaming Mpeg4
]
h264.tar
DL : 0
开放源代码的一个最小化H.264解码器,Minimal H.264 decoder by Martin Fiedler-open source a minimum H.264 codec, H.264 decoder Minimal by Martin Fiedler
Update
: 2025-02-17
Size
: 31kb
Publisher
:
yangtm
[
Streaming Mpeg4
]
h264_dec
DL : 0
Intel 的H264譯碼器,速度很快需要IPP庫支持-Intel H264 decoder, very fast need the support of IPP
Update
: 2025-02-17
Size
: 189kb
Publisher
:
stray109
[
Streaming Mpeg4
]
H264Decoder
DL : 0
视频编码标准H264解码器源代码 视频编码标准H264解码器源代码-video coding standard H264 decoder source code H264 video coding standard decoder source code
Update
: 2025-02-17
Size
: 2.81mb
Publisher
:
li
[
mpeg mp3
]
ffmpeg(vc)
DL : 0
一个从FFMPEG中提取出来的VC工程下的H264 decoder,可以正常解码-FFmpeg extract from a VC works out under the H264 decoder, decoding can be normal
Update
: 2025-02-17
Size
: 256kb
Publisher
:
douchengquan
[
DirextX
]
Source+Code
DL : 0
H264 decoder 一款H264的解码器-H264 decoder a decoder H264
Update
: 2025-02-17
Size
: 526kb
Publisher
:
qinbaoan
[
JSP/Java
]
h264
DL : 0
decode the h264 video
Update
: 2025-02-17
Size
: 701kb
Publisher
:
Jackson Lin
[
Streaming Mpeg4
]
H264-decode-design-improvement
DL : 0
本文首先简要介绍国内外H264编码与解码系 统的研究进展情况;然后详细阐述H264解码器的设计及其优化实现;最后给出测试结果。-The paper first briefly introduce domestic and foreign H264 encoding and decoding system progress then elaborated H264 decoder realize the design and optimization Finally, test results.
Update
: 2025-02-17
Size
: 288kb
Publisher
:
李峥
[
Compress-Decompress algrithms
]
H264
DL : 0
This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder using the different command line options. Also, sample command line parameters are included for reference
Update
: 2025-02-17
Size
: 385kb
Publisher
:
tsincons
[
Multimedia program
]
mtv
DL : 0
Designed and Optimized H264 Decoder on ARM9 and ARM11 (25 optimized). Designed and Optimized H263/MPEG4 Decoder on Freescale SC3400 QuadCore platform (18 optimized). Designed and Optimized MPEG4 Encoder and improved video quality by changing bitrate algorithm on Freescale StarCore QuadCore platform and ARM11 processors (25 optimized). Designed and Optimized RealVideo Decoder for ARM11 processor (20 optimized). Worked on porting of various codecs on ARM processors - Designed and Optimized H264 Decoder on ARM9 and ARM11 (25 optimized). Designed and Optimized H263/MPEG4 Decoder on Freescale SC3400 QuadCore platform (18 optimized). Designed and Optimized MPEG4 Encoder and improved video quality by changing bitrate algorithm on Freescale StarCore QuadCore platform and ARM11 processors (25 optimized). Designed and Optimized RealVideo Decoder for ARM11 processor (20 optimized). Worked on porting of various codecs on ARM processors
Update
: 2025-02-17
Size
: 22kb
Publisher
:
satya
[
Multimedia Develop
]
hax264src_2003
DL : 0
H264 decoder 一款H264的解码器-H264 decoder
Update
: 2025-02-17
Size
: 4.51mb
Publisher
:
Richard
[
DSP program
]
h264.tar
DL : 0
h264解码器,包含详细的结构介绍,详细介绍了使用配置和端口说明-h264 decoder, the structure contains a detailed introduction, detailed description of the use of configuration and port
Update
: 2025-02-17
Size
: 788kb
Publisher
:
nickye
[
Video Capture
]
H264Decoder
DL : 0
This 1st application for H264-decoder-This is 1st application for H264-decoder
Update
: 2025-02-17
Size
: 1.5mb
Publisher
:
Bond
[
Streaming Mpeg4
]
H264Android_code
DL : 0
H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Update
: 2025-02-17
Size
: 635kb
Publisher
:
caoliang
[
Multimedia Develop
]
H264Decoder_vc6
DL : 0
H264解码器源码,移植ffmpeg中的H264解码部分到windows,深度删减优化,在VC6中验证通过。-H264 decoder source code, porting ffmpeg s H264 decoding to the windows, the depth of cut optimization, in VC6 verify pass.
Update
: 2025-02-17
Size
: 58kb
Publisher
:
caoliang
[
Streaming Mpeg4
]
H264-OPhone
DL : 0
流媒体程序开发之:H264解码器移植到OPhone:并写一个测试程序(OPhoneSDK+Java)测试解码库是否正常运行,此方法也可用在android手机上。-Program development of streaming media: H264 decoder ported to OPhone: and write a test program (OPhoneSDK+ Java) test whether the normal operation of the decoder library, this method can also be used in the android phone.
Update
: 2025-02-17
Size
: 262kb
Publisher
:
u1001234
[
Multimedia Develop
]
H264 decoder
DL : 0
H264 decoder vc H264 decoder vc H264 decoder vc H264 decoder vc
Update
: 2014-05-02
Size
: 310.53kb
Publisher
:
liuping36131997
[
Other
]
Decoder
DL : 0
基于bradway的纯javascript,h264解码器。(javascript h264 decoder based on brodway)
Update
: 2025-02-17
Size
: 76kb
Publisher
:
小明咯咯哒
[
Compress-Decompress algrithms
]
Hi_H.264_DEC_SDK_V2.2.8.0
DL : 0
基于Linux开发的Hi3516A视频H264解码播放原厂SDK开发包(Linux based Hi3516A video H264 decoder, play the original SDK development kit)
Update
: 2025-02-17
Size
: 1019kb
Publisher
:
congchenglu
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.