summaryrefslogtreecommitdiff
path: root/libavcodec/dirac_dwt_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dirac_dwt: Avoid conversions between function pointers and void*Andreas Rheinhardt2022-09-281-26/+26
* avcodec/dirac_dwt(_template): Don't use ff_-prefix for static funcAndreas Rheinhardt2022-09-281-1/+1
* avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compo...Michael Niedermayer2018-07-281-4/+4
* avcodec/dirac_dwt_template: Fix signedness regression in interleave()Michael Niedermayer2018-07-141-2/+2
* avcodec/dirac_dwt_template: Fix undefined behavior in interleave()Michael Niedermayer2018-06-151-2/+2
* avcodec/dirac_dwt_template: Fix Integer overflow in horizontal_compose_dd137i()Michael Niedermayer2018-02-181-4/+4
* avcodec/dirac_dwt: Fix several integer overflowsMichael Niedermayer2018-01-301-1/+1
* avcodec/dirac_dwt_template: Fix integer overflow in vertical_compose53iL0()Michael Niedermayer2017-08-201-1/+1
* dirac_dwt: Rename init2 to initTimothy Gu2016-02-071-5/+5
* dirac_dwt: Don't pass information in context as argumentsTimothy Gu2016-02-071-16/+9
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-101-0/+615