MVN

com.tagtraum : libavcodec

Maven & Gradle

Apr 25, 2018
4 usages

libavcodec · The libavcodec library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation.

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>libavcodec</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tagtraum : libavcodec to add to Maven - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.tagtraum : libavcodec to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
libavcodec-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>libavcodec</artifactId>
    <version>4.0.0</version>
</dependency>

Advertisement