Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加CRA判断 #4

Closed
wants to merge 124 commits into from
Closed

增加CRA判断 #4

wants to merge 124 commits into from

Conversation

xiegenwen
Copy link

@xiegenwen xiegenwen commented Feb 24, 2018

增加CRA判断
H264BSAnalyzerDlg.cpp
430行增加
case NAL_UNIT_CODED_SLICE_CRA:
strNalUnitType.Format(_T("Coded slice segment of a CRA picture"));
strNalInfo.Format(_T("CRA #%d"), m_nSliceIndex);
m_nSliceIndex++;
break;

删除一些无用的代码。
将版本号改为1.2。
添加donate功能。
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
表现:SPS的seq_scaling_matrix_present_flag为1时,后续的数据无法正常处理。
原因:将数组初始化为0的值当指针传递到read_scaling_list而直接返回。

Signed-off-by: latelee <latelee@163.com>
界面显示小修改。

Signed-off-by: latelee <latelee@163.com>
将start按钮作为默认回车响应控件。

Signed-off-by: latelee <latelee@163.com>
将帧率改为浮点数。

Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
瓶颈:读文件。

Signed-off-by: latelee <latelee@163.com>
注:已发现该程序有bug。当H.264码流开始的字节不是startcode时,则解析有部分错误。

Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
latelee and others added 28 commits April 19, 2016 21:10
修改保存jpeg。
注1:ffmpeg的jpeg编码得到的图有一层“白纱”。
注2:发现问题:播放到最后一帧时,保存图片文件挂掉。

Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
修改视频文件打开方式。
注:可自动识别h264、h265文件,不与扩展名有关。

Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
解决连续转换视频时崩溃问题。
完善停止按钮事件。
新加输入流。
存在问题:mp4、mov播放速度过快。
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
使用cppcheck检测并修改警告。
更改接口。
解决刷新Onpaint不显示图像问题。

Signed-off-by: latelee <latelee@163.com>
解决“停止”按钮帧数目不正确问题。
注:本版本存在内存泄漏,循环播放1分半钟,内存占用80MB。
Signed-off-by: latelee <latelee@163.com>
已知问题:
播放对话框在播放或显示时,按Esc退出,会崩溃。
播放对话框在播放时,最小化主体窗口,会崩溃。
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
防止正在分析时点击播放出错。
解决转码完成后文件依然被占用问题。

Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
v3.0定版。

Signed-off-by: latelee <latelee@163.com>
v3.0
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: latelee <latelee@163.com>
Signed-off-by: Late Lee <li@latelee.org>
@latelee latelee closed this Feb 24, 2018
latelee added a commit that referenced this pull request Feb 24, 2018
Signed-off-by: Late Lee <li@latelee.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants