-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13044d0
commit c2a9b4b
Showing
90 changed files
with
7,155 additions
and
5,084 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,15 +52,15 @@ Environment: | |
Building | ||
======== | ||
|
||
[![Build Status](https://travis-ci.org/strukturag/libde265.png?branch=master)](https://travis-ci.org/strukturag/libde265) [![Build Status](https://ci.appveyor.com/api/projects/status/github/strukturag/libde265?svg=true)](https://ci.appveyor.com/project/strukturag/libde265) | ||
[![Build Status](https://github.com/strukturag/libde265/workflows/build/badge.svg)](https://github.com/strukturag/libde265/actions) [![Build Status](https://ci.appveyor.com/api/projects/status/github/strukturag/libde265?svg=true)](https://ci.appveyor.com/project/strukturag/libde265) | ||
|
||
If you got libde265 from the git repository, you will first need to run | ||
the included `autogen.sh` script to generate the `configure` script. | ||
|
||
libde265 has no dependencies on other libraries, but both optional example programs | ||
have dependencies on: | ||
|
||
- SDL (optional for dec265's YUV overlay output), | ||
- SDL2 (optional for dec265's YUV overlay output), | ||
|
||
- Qt (required for sherlock265), | ||
|
||
|
@@ -106,6 +106,22 @@ See the [cmake documentation](http://www.cmake.org) for further information on | |
using cmake on other platforms. | ||
|
||
|
||
Building using vcpkg | ||
==================== | ||
|
||
You can build and install libde265 using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager: | ||
|
||
``` | ||
git clone https://github.com/Microsoft/vcpkg.git | ||
cd vcpkg | ||
./bootstrap-vcpkg.sh | ||
./vcpkg integrate install | ||
./vcpkg install libde265 | ||
``` | ||
|
||
The libde265 port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. | ||
|
||
|
||
Prebuilt binaries | ||
================= | ||
|
||
|
@@ -130,6 +146,11 @@ Libde265 has been integrated into these applications: | |
- libde265.js JavaScript decoder [source](https://github.com/strukturag/libde265.js), [demo](https://strukturag.github.io/libde265.js/). | ||
|
||
|
||
## Packaging status | ||
|
||
[![libde265 packaging status](https://repology.org/badge/vertical-allrepos/libde265.svg?exclude_unsupported=1&columns=3&exclude_sources=modules,site&header=libde265%20packaging%20status)](https://repology.org/project/libheif/versions) | ||
|
||
|
||
License | ||
======= | ||
|
||
|
@@ -139,5 +160,8 @@ the terms of the MIT license. | |
|
||
See `COPYING` for more details. | ||
|
||
The short video clip in the 'testdata' directory is from the movie 'Girl Shy', which is in the public domain. | ||
|
||
Copyright (c) 2013-2014 Struktur AG | ||
Contact: Dirk Farin <[email protected]> | ||
Copyright (c) 2013-2023 Dirk Farin | ||
Contact: Dirk Farin <[email protected]> |
Oops, something went wrong.