- 04 Oct, 2018 1 commit
-
-
James Almer authored
It's a remnant from libvpx that's not valid for libaom. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 13 Sep, 2018 1 commit
-
-
James Almer authored
The libaom doxy says that a value of 0 for the threads fields is equivalent to a value of 1, whereas for avctx->thread_count it means the maximum amount of threads possible for the host system. Use av_cpu_count() to get the correct thread count when auto threads is requested. Reviewed-by:
Jan Ekström <jeebjp@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 17 Aug, 2018 1 commit
-
-
James Almer authored
This reverts commit e45ed155. The Matroska spec was updated to not remove Sequence Header OBUs from key frames, so this is no longer needed.
-
- 02 Aug, 2018 1 commit
-
-
James Almer authored
Some containers, like Matroska, may propagate key frames with no Sequence Header OBU since it's provided in extradata instead. With this change, the Sequence Header will be appended to the packet data before calling aom_codec_decode(). Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 04 Apr, 2018 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 03 Apr, 2018 2 commits
-
-
James Almer authored
All such files are signaled as I42016, as there's no monochrome value in aom_img_fmt_t. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 02 Apr, 2018 1 commit
-
-
James Almer authored
Support for this needs testing, so remove for now. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 29 Mar, 2018 4 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
"color_space" is no longer a sytax element in libaom. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
While the enums are defined in the libaom headers, it's not officially supported. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 12 Mar, 2018 1 commit
-
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-