summaryrefslogtreecommitdiff
path: root/libavutil/fixed_dsp.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/fixed_dsp: add missing av_restrict qualifiersJohannes Kauffmann2022-10-041-1/+1
* lavu/fixeddsp: RISC-V V butterflies_fixedRĂ©mi Denis-Courmont2022-09-271-1/+3
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-0/+1
* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer2020-09-191-1/+2
* x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer2016-01-161-0/+3
* avutil/fixed_dsp: remove ff_ prefix from static functionJames Almer2015-06-201-2/+2
* libavutil: Add new fixed dsp functions.Nedeljko Babic2015-06-031-0/+62
* libavutil: Cosmetic changes to fixed_dsp file.Nedeljko Babic2015-05-291-5/+5
* avutil/fixed_dsp: Check for av_malloc() failureMichael Niedermayer2015-02-221-0/+4
* avutil/fixed_dsp: Use av_clip_int16() instead of the non optimized av_clip_in...Michael Niedermayer2015-02-151-2/+2
* avutil/fixed_dsp: remove redundant castMichael Niedermayer2014-04-011-1/+1
* libavutil: Add fixed_dspNedeljko Babic2014-04-011-0/+98