summaryrefslogtreecommitdiff
path: root/libavcodec/vp9dsp_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapperMichael Niedermayer2021-02-041-2/+2
* avcodec/vp9dsp_template: Fix some overflows in iadst8_1d()Michael Niedermayer2020-10-241-4/+4
* avcodec/vp9dsp_template: Fix integer overflows in idct16_1d()Michael Niedermayer2020-10-151-26/+26
* avcodec/vp9dsp_template: Fix integer overflow in iadst8_1d()Michael Niedermayer2020-09-051-8/+8
* avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()Michael Niedermayer2020-06-041-76/+76
* avcodec/vp9dsp_template: Fix integer overflows in idct32_1d()Michael Niedermayer2020-05-021-66/+66
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-281-1/+1
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-271-1/+1
* vp9dsp: Deduplicate the subpel filtersMartin Storsjö2016-11-151-59/+4
* vp9: fix type of iadst4_1d intermediates.Ronald S. Bultje2015-09-051-1/+1
* vp9: fix integer overflow in 10/12bpp DC-only calculation.Ronald S. Bultje2015-09-051-2/+2
* vp9dsp: Add missing ff_ prefixesTimothy Gu2015-08-221-12/+12
* vp9: de-duplicate some functions that are identical between 10/12 bpp.Ronald S. Bultje2015-05-081-14/+98
* vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje2015-05-061-25/+56
* vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-061-0/+2486