Git Product home page Git Product logo

hizia320 / vvdec Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fraunhoferhhi/vvdec

0.0 0.0 0.0 2.76 MB

Fraunhofer Versatile Video Decoder (VVdeC)

Home Page: https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html

License: BSD 3-Clause Clear License

JavaScript 0.22% C++ 96.09% Python 0.07% C 1.65% Makefile 0.29% HTML 0.03% CMake 1.62% Dockerfile 0.03%

vvdec's Introduction

Fraunhofer Versatile Video Decoder (VVdeC)

The Fraunhofer Versatile Video Decoder (VVdeC) is a fast H.266/VVC software decoder implementation.

All features of the VVC Main10 profile are supported by VVdeC.

Supported architectures

Windows Linux MacOS X Android iOS Browser (WASM)
Win32 x86 Edge
x64 x86_64 x64 Firefox
armv7 🔲 armv7 🔲 armv7 🔲 armv7 🔲 Chrome
aarch64 🔲 aarch64 arm64 aarch64 arm64 🔲 Safari

✅ tested and works 🔲 needs testing (might already work) ❌ does not work

Other architectures and platforms might work, see the Wiki.

Information

See the Wiki-Page for more information:

Build

VVdeC uses CMake to describe and manage the build process. A working CMake installation is required to build the software. In the following, the basic build steps are described. Please refer to the Wiki for the description of all build options.

How to build using CMake?

To build using CMake, create a build directory and generate the project:

mkdir build
cd build
cmake .. <build options>

To actually build the project, run the following after completing project generation:

cmake --build .

For multi-configuration projects (e.g. Visual Studio or Xcode) specify --config Release to build the release configuration.

How to build using GNU Make?

On top of the CMake build system, convenience Makefile is provided to simplify the build process. To build using GNU Make please run the following:

make install-release <options>

Use the option enable-bitstream-download=1 in the make command to download the VVC conformance bitstreams for testing.

Other supported build targets include configure, release, debug, relwithdebinfo, test, and clean. Refer to the Wiki for a full list of supported features.

Citing

Please use the following citation when referencing VVdeC in literature:

@InProceedings{VVdeC,
  author    = {Wieckowski, Adam and Hege, Gabriel and Bartnik, Christian and Lehmann, Christian and Stoffers, Christian and Bross, Benjamin and Marpe, Detlev},
  booktitle = {Proc. IEEE International Conference on Image Processing (ICIP)},
  date      = {2020},
  title     = {Towards A Live Software Decoder Implementation For The Upcoming Versatile Video Coding (VVC) Codec},
  doi       = {10.1109/ICIP40778.2020.9191199},
  pages     = {3124-3128},
}

Contributing

Feel free to contribute. To do so:

  • Fork the current-most state of the master branch
  • Apply the desired changes
  • Put your name into AUTHORS.md
  • Create a pull-request to the upstream repository

License

Please see LICENSE.txt file for the terms of use of the contents of this repository.

For more information, please contact: [email protected]

Copyright (c) 2018-2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. & The VVdeC Authors.

All rights reserved.

vvdec's People

Contributors

adamjw24 avatar chenm001 avatar christianfeldmann avatar jamaika1 avatar jcdr428 avatar k-os avatar lehmann-c avatar matthieu-sauer avatar nuomi2021 avatar schweinepriester avatar xrayleigh2000 avatar

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.