summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp9mvs.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/vp9: Add tile threading supportIlia Valiakhmetov2017-09-081-47/+50
| | | | | Signed-off-by: Ilia Valiakhmetov <zakne0ne@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-281-0/+1
| | | | | The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations.
* lavc/vp9: consistent use of typedef instead of structClément Bœsch2017-03-271-6/+6
|
* lavc/vp9: misc cosmeticsClément Bœsch2017-03-271-107/+106
| | | | Imported from Libav
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-271-0/+361
This is following Libav layout to ease merges.
OpenPOWER on IntegriCloud