summaryrefslogtreecommitdiffstats
path: root/libavcodec/libaomenc.c
Commit message (Collapse)AuthorAgeFilesLines
* libaomenc: fix profile settingJames Almer2018-03-291-6/+6
| | | | | | | | 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>
* avcodec: rename the AV1 profilesJames Almer2018-03-291-3/+3
| | | | | | Use the proper names instead of numbers Signed-off-by: James Almer <jamrial@gmail.com>
* Support AV1 encoding using libaomLuca Barbato2018-03-121-0/+583
OpenPOWER on IntegriCloud