Code Monkey home page Code Monkey logo

h264bsanalyzer's Issues

h265_stream.cpp have some memory leaks

Some codes like this:

vector <> m_vector;
size != 0;
fun()
{
memset(m_vector,0,sizof(m_vector) ) ;
m_vector.resize(size); //leaks
}

such as:
void h265_read_slice_header(h265_stream_t* h, bs_t* b){
...
memset(hrd, 0, sizeof(h265_slice_header_t));
...
hrd->entry_point_offset_minus1.resize(hrd->num_entry_point_offsets);
}

the same:
h265_read_vps_rbsp()
h265_read_sps_rbsp()
h265_read_pps_rbsp()

OnSize崩溃

首次执行void CH264BSAnalyzerDlg::OnSize(UINT nType, int cx, int cy),因为窗口还没有初始化,所以GetDlgItem(XXX)的时候返回的是NULL

VS2010运行错误

  • 主窗口的DoModel中,运行到此处
    _AFXWIN_INLINE void CWnd::GetWindowRect(LPRECT lpRect) const
    { ASSERT(::IsWindow(m_hWnd)); ::GetWindowRect(m_hWnd, lpRect); }

  • 出现下面异常:
    H264BSAnalyzer.exe 中的 0x64fd3f0c (mfc100d.dll) 处有未经处理的异常: 0xC000041D: 用户回调期间遇到未经处理的异常。

  • 测试环境:
    Win10 64bit VS2010
    Win7 32bit VS2010
    同样的报错

  • 查找信息:
    有人提到资源ID可能多余,可能引起的问题,尝试清理删除,不起作用

    请教一下,谢谢

bug

hi,h264_new() & h265_new() 中
h->info = (videoinfo_t*)calloc(1, sizeof(videoinfo_t));
在 free 时并没有释放掉.

Linux version

Hi,

do you have a plan to rewrite this project for Qt so that it can be built and run on Linux?

best!

支持H264SVC吗?

导入SVC码流后信息如下:

H.264/AVC File Information

Picture Size : 0x0

  • Cropping Left : 0
  • Cropping Right : 0
  • Cropping Top : 0
  • Cropping Bottom : 0
    Video Format : monochrome Luma bit: 0 Chroma bit: 0
    Stream Type : Unkown Profile @ Level 0
    Encoding Type : CABAC
    Max fps : 0.000
    Frame Count : 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.