Giter VIP home page Giter VIP logo

mmp-h26x's Introduction

MMP-H264

概述

轻量级 H264 语法解析.

特点

  • 基于 C11 编写, 符合 RAII 标准, 简洁的内存管理
  • 与 ISO 14496-10 (2020-12) 保持一致的语法解析风格, 便于查阅
  • 基于 STL 编写, 可独立构建编译, 便于集成

如何使用

实现 AbstractH264ByteReader , 具体使用方式可参见 main.cpp.

关于日志

通常来说, SDK 的日志管理方式分为几种不同的管理方式, 如:

  • 内部维护, SDK 调用者指定日志的保存位置
  • 外部导出, 提供诸如日志回调的方式

或者二者同时存在.

MMP-H26X 是一个非常轻量级的 H264/H265 语法解析库, 一般以源码的方式直接引入即可, 而非动静态库的方式; 故 MMP-H26X 的日志导出方式通过预设的宏定义锚点来实现, 具体例子可以参见: https://github.com/HR1025/MMP-Core/pull/5

同时 MMP-CORE 亦是 MMP-H26X 的代码参考示例.

代办

  • 实现 H264 语法封装
  • 支持 H265 (HEVC) 语法解析封装

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.