CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - nalu
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - nalu - List
[
Windows Develop
]
JMPlayer
DL : 0
依据JM10.1代码修改而来,可以实时显示解码画面,需要CIF版本请自己修改一下。 注: JM代码有内存泄露 1.image.c里面readnewslice函数一处return之前没有FreeNALU(nalu) 2.mbuffer.c里面free_storable_picture函数少释放一个成员变量s->slice_id,一共10个.
Update
: 2008-10-13
Size
: 392.29kb
Publisher
:
chenfeng
[
Windows Develop
]
JMPlayer
DL : 0
依据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 from, you can decode real-time display screen, the need for CIF version of your own tinkering. Note: JM has memory leak 1.image.c code readnewslice inside a function does not return before FreeNALU (nalu) 2.mbuffer.c function inside free_storable_picture less variable release of a member of s-
Update
: 2025-02-19
Size
: 392kb
Publisher
:
chenfeng
[
Streaming Mpeg4
]
h.264-information
DL : 0
最新视频标准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
Update
: 2025-02-19
Size
: 3.06mb
Publisher
:
东东
[
Software Engineering
]
DetailedreferenceframewithPOC
DL : 0
图像、帧、片、NALU的详细解答 能清晰知道POC的用法-Images, frames, film, NALU detailed answer clearly aware of the use of POC
Update
: 2025-02-19
Size
: 28kb
Publisher
:
张一可
[
Streaming Mpeg4
]
nalu
DL : 0
SVC视频编码,nalu文件解析,用于流提取-SVC video coding, nalu file parsing, extraction for flow
Update
: 2025-02-19
Size
: 3kb
Publisher
:
杨云川
[
Internet-Network
]
H264_RTP_Payload
DL : 0
讲述RTP和Nalu打包格式区别 讲述RTP打包类型-About the difference between RTP and Nalu packaging format package about the type of RTP
Update
: 2025-02-19
Size
: 48kb
Publisher
:
贾学振
[
Streaming Mpeg4
]
H264sourcecode-and-doc
DL : 0
里面有H264协议的相关内容,并有NALU-decode的程序-H264 protocol which has relevant content, and NALU-decode process
Update
: 2025-02-19
Size
: 1.56mb
Publisher
:
笨鸟奋飞
[
Streaming Mpeg4
]
RTP_Protocol
DL : 0
主要介绍遵循rfc3550以及rfc3984,以RTP(实时传送协议)打包H.264格式视频数据 NALU的方法。-Introduces the follow rfc3550 and rfc3984, packaged H.264 format video data NALU RTP (Real-time Transport Protocol).
Update
: 2025-02-19
Size
: 5.67mb
Publisher
:
吴进
[
Compress-Decompress algrithms
]
NALDecoder-Analyse
DL : 0
NALDecoder分析.rar.分析h264的nalu单元。包括sps、pps、I帧、P帧。-NALDecoder analysis rar analysis the Nalu unit of h264. Including SPS, pps, I frames, P-frames.
Update
: 2025-02-19
Size
: 929kb
Publisher
:
[
android
]
MyTest
DL : 0
rtp nalu sender, need to modify the source file yourself
Update
: 2025-02-19
Size
: 5kb
Publisher
:
jack
[
Streaming Mpeg4
]
Packet-loss-simulator
DL : 0
This function simulates damages in the received frame corresponding to the loss of one NALU (i.e. slice) given a slicing mode and the slice to be lost
Update
: 2025-02-19
Size
: 991kb
Publisher
:
MEHEDI
[
Streaming Mpeg4
]
H264using-PS-package-RTP-sent
DL : 0
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.
Update
: 2025-02-19
Size
: 11kb
Publisher
:
wxp
[
VOIP program
]
libH264Encoder
DL : 0
对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 be passed in a simple, enter YUV420P frame to give the coded data, and contains information NALU fragments and frame type information.
Update
: 2025-02-19
Size
: 366kb
Publisher
:
徐伟
[
Linux-Unix
]
VideoFrameInfo
DL : 0
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,.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
yenwunyui
[
Multimedia program
]
simplest_mediadata_test
DL : 0
* 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* This project contains following samples to handling multimedia data: * (1) Video pixel data handling program. It contains several examples to handle RGB and YUV data. * (2) Audio sample data handling program. It contains several examples to handle PCM data. * (3) H.264 stream analysis program. It can parse H.264 bitstream and analysis NALU of stream. * (4) AAC stream analysis program. It can parse AAC bitstream and analysis ADTS frame of stream. * (5) FLV format analysis program. It can analysis FLV file and extract MP3 audio stream. * (6) UDP-RTP protocol analysis program. It can analysis UDP/RTP/MPEG-TS Packet. *)
Update
: 2025-02-19
Size
: 23.81mb
Publisher
:
梁立峰
[
Streaming Mpeg4
]
RTP封装程序
DL : 0
RTP封装,从文件中读取h264流,自动识别nalu单元,组包rtp(RTP package, read H264 stream from file, automatically identify Nalu unit, package RTP)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
李付清
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.