James Almer
04e8b8b053
avcodec/libaomenc: export the Sequence Header OBU as extradata
...
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2018-10-11 11:37:53 +02:00
James Almer
97c9a50844
avcodec/libaomenc: remove AVOption related to frame partitions
...
Support for it was apparently never in the codebase, and the enum
value was recently removed from the public headers [1]
[1] https://aomedia.googlesource.com/aom/+/df4ffb73140fe31bebdabd17c1a7b53721e74838
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2018-10-11 11:32:46 +02:00
James Almer
ea3320bb82
libaomenc: fix profile setting
...
Main Profile is yuv420p 8 and 10 bit
High Profile is yuv444p 8 and 10 bit
Professional Profile is yuv422p 8, 10, and 12 bit, plus every other pixfmt at 12 bit
Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-29 13:06:38 -03:00
James Almer
f6171471e6
avcodec: rename the AV1 profiles
...
Use the proper names instead of numbers
Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-29 13:02:56 -03:00
Luca Barbato
43778a501f
Support AV1 encoding using libaom
2018-03-12 12:10:33 +01:00