- 12 Feb, 2019 1 commit
-
-
Martin Storsjö authored
-
- 25 Nov, 2018 1 commit
-
-
Ronald S. Bultje authored
Add DAV1D_/Dav1d prefix to everything.
-
- 21 Nov, 2018 1 commit
-
-
Martin Storsjö authored
This avoids a misoptimization in clang, https://bugs.llvm.org/show_bug.cgi?id=39550, where the root cause has been around for a number of years, but a change in LLVM 6.0 allowed for better optimizations, exposing this bug. This bug is on good track to be fixed in LLVM for the 8.0 release and hopefully also for backporting into 7.0.1. It is however present in 6.0, 6.0.1 and 7.0, and other downstream users such as Xcode 10.0/10.1.
-
- 08 Nov, 2018 1 commit
-
-
Ronald S. Bultje authored
Also clear refpoc[] for intrabc frames. Fixes #146. This changes sequence header parsing so that we no longer reset c->have_seq_hdr to 0 if parsing of the most recent sequence header failed. Rather, we will just continue with the old sequence header and test any future sequence headers against this. This may help error resilience in streams that periodically re-send their sequence header.
-
- 04 Nov, 2018 1 commit
-
-
Ronald S. Bultje authored
-
- 25 Oct, 2018 1 commit
-
-
James Almer authored
Add duplicate prototypes to ref_mvs.c for now, since ref_mvs.h can't be included. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 24 Oct, 2018 3 commits
-
-
Thomas Daede authored
Fixes #104.
-
Janne Grunau authored
Remove debug code under '#if !defined(NDEBUG)' still using av_clamp_mv().
-
Janne Grunau authored
Refs #97.
-
- 23 Oct, 2018 1 commit
-
-
Janne Grunau authored
Fixes 9 warnings. See #97.
-
- 04 Oct, 2018 1 commit
-
-
Henrik Gramner authored
-
- 02 Oct, 2018 2 commits
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 22 Sep, 2018 1 commit
-
-
Ronald S. Bultje authored
With minor contributions from: - Jean-Baptiste Kempf <jb@videolan.org> - Marvin Scholz <epirat07@gmail.com> - Hugo Beauzée-Luyssen <hugo@videolan.org>
-