summaryrefslogtreecommitdiff
path: root/libavcodec/vp9_mc_template.c
Commit message (Collapse)AuthorAge
* vp9: expose reference frames in VP9SharedContextHendrik Leppkes2015-10-15
|
* vp9: split header into separate struct and expose in vp9.hRonald S. Bultje2015-10-15
| | | | This allows hwaccels to access the bitstream header information.
* vp9: fix scaled motion vector clipping for sub8x8 blocks.Ronald S. Bultje2015-05-16
| | | | To match the obscure clipping bug behaviour in libvpx.
* vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability.Ronald S. Bultje2015-05-14
|
* vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje2015-05-06
|
* vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.Ronald S. Bultje2015-05-01
|
* vp9: use correct chroma subsampling for profile 1 inter block recon.Ronald S. Bultje2015-05-01
|
* vp9: add support for resolution changes in inter frames.Ronald S. Bultje2015-04-23
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>