diff mbox

[FFmpeg-devel,3/3] Changelog, doc/general: add libdavs2 entry

Message ID 1527502497-2417-3-git-send-email-hwrenx@126.com
State New
Headers show

Commit Message

hwren May 28, 2018, 10:14 a.m. UTC
Signed-off-by: hwren <hwrenx@126.com>
---
 Changelog        | 1 +
 doc/general.texi | 8 ++++++++
 2 files changed, 9 insertions(+)

Comments

Moritz Barsnick May 28, 2018, 1 p.m. UTC | #1
On Mon, May 28, 2018 at 18:14:57 +0800, hwren wrote:
> Signed-off-by: hwren <hwrenx@126.com>
> ---
>  Changelog        | 1 +
>  doc/general.texi | 8 ++++++++
>  2 files changed, 9 insertions(+)

This should be in the same commit as patch 2, separation is not
desired.

And, as previously mentioned, listing and even describing the encoder's
options is desired.

Cheers,
Moritz
Moritz Barsnick May 28, 2018, 1:02 p.m. UTC | #2
On Mon, May 28, 2018 at 15:00:18 +0200, Moritz Barsnick wrote:
> And, as previously mentioned, listing and even describing the encoder's
> options is desired.

This is the decoder, and it has no options. Sorry for this remark of
mine, it does not fit at all here.

Moritz
diff mbox

Patch

diff --git a/Changelog b/Changelog
index 3d25564..ce1f97c 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,7 @@  version <next>:
 - aderivative and aintegral audio filters
 - pal75bars and pal100bars video filter sources
 - support mbedTLS based TLS
+- AVS2 video decoder via libdavs2
 
 
 version 4.0:
diff --git a/doc/general.texi b/doc/general.texi
index 2583006..d3c1503 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -17,6 +17,14 @@  for more formats. None of them are used by default, their use has to be
 explicitly requested by passing the appropriate flags to
 @command{./configure}.
 
+@section libdavs2
+
+FFmpeg can make use of the libdavs2 library for AVS2 decoding.
+
+Go to @url{https://github.com/pkuvcl/davs2} and follow the instructions for
+installing the library. Then pass @code{--enable-libdavs2} to configure to
+enable it.
+
 @section Alliance for Open Media libaom
 
 FFmpeg can make use of the libaom library for AV1 decoding.