Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H264 Decoder

Introduction

This is a H264 decoder. The project is in initial stage.

Now it's able to read the following NAL unit from H264 file:

  • 1: Code slice of a non-IDR picture
    • Slice header is done
    • TODO slice data
  • 7: Seq parameter set
  • 8: Pic parameter set

Now I'm looking for a way to validate the parsed data.

Installation

If available in Hex, the package can be installed by adding vod_server to your list of dependencies in mix.exs:

def deps do
  [
    {:vod_server, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/vod_server.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages