com.twilight/h264

A pure JAVA H264 Decoder ported from FFmpeg (libavcodec) library.

Leiningen/Boot

[com.twilight/h264 "0.0.1"]

Clojure CLI/deps.edn

com.twilight/h264 {:mvn/version "0.0.1"}

Gradle

implementation("com.twilight:h264:0.0.1")

Maven

<dependency>
  <groupId>com.twilight</groupId>
  <artifactId>h264</artifactId>
  <version>0.0.1</version>
</dependency>