summaryrefslogtreecommitdiff
path: root/libavcodec/vc2enc_dwt.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vc2enc_dwt: Fix left shifts of negative numbersAndreas Rheinhardt2022-10-041-4/+3
* avcodec/vc2enc_dwt: Avoid NULL - 0Andreas Rheinhardt2022-02-111-2/+4
* lavc/vc2enc_dwt: Avoid left-shifting a negative value.Carl Eugen Hoyos2019-08-111-1/+1
* vc2enc_dwt: pad the temporary buffer by the slice sizeRostislav Pehlivanov2017-11-091-3/+9
* vc2enc: add support for Haar wavelet transformsRostislav Pehlivanov2016-02-201-0/+46
* avcodec: add a native SMPTE VC-2 HQ encoderRostislav Pehlivanov2016-02-101-0/+229