James Almer
2accdd3871
avcodec/libaomdec: fix broken pix_fmt changes from the previous commit
...
Signed-off-by: James Almer <jamrial@gmail.com >
2018-04-04 02:13:40 -03:00
James Almer
f3fae82042
avcodec/libaomdec: add support for monochrome files
...
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 >
2018-04-03 15:33:48 -03:00
James Almer
d5343a5005
avcodec/libaomdec: remove duplicate code
...
Signed-off-by: James Almer <jamrial@gmail.com >
2018-04-03 15:27:18 -03:00
James Almer
4897c80cc6
avcodec/libaomdec: remove references to gbrp pixfmt
...
Support for this needs testing, so remove for now.
Signed-off-by: James Almer <jamrial@gmail.com >
2018-04-02 17:54:36 -03:00
James Almer
97de37da9c
libavcodec/libaomdec: add support for transfer characteristics and color primaries
...
Signed-off-by: James Almer <jamrial@gmail.com >
2018-03-29 01:03:14 -03:00
James Almer
88e9b616b9
libavcodec/libaomdec: use the matrix coefficients value from aom_image
...
"color_space" is no longer a sytax element in libaom.
Signed-off-by: James Almer <jamrial@gmail.com >
2018-03-29 00:37:00 -03:00
James Almer
c0f0c9f531
avcode/profiles: add AV1 profiles
...
Signed-off-by: James Almer <jamrial@gmail.com >
2018-03-29 00:05:52 -03:00
James Almer
d039d7d4a4
avcodec/libaomdec: remove references to yuv440p pixfmt
...
While the enums are defined in the libaom headers, it's not officially
supported.
Signed-off-by: James Almer <jamrial@gmail.com >
2018-03-28 21:29:15 -03:00
James Almer
0dc11d8bbd
Merge commit 'c438899a706422b8362a13714580e988be4d638b'
...
* commit 'c438899a706422b8362a13714580e988be4d638b':
Add AV1 video decoding support through libaom
This contains some extra changes taken from the libvpx decoder
wrapper, most of them contained in the set_pix_fmt() function.
Merged-by: James Almer <jamrial@gmail.com >
2018-03-28 18:09:46 -03:00
Luca Barbato
c438899a70
Add AV1 video decoding support through libaom
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2018-03-12 08:12:43 +01:00