summaryrefslogtreecommitdiff
path: root/libavfilter/x86/vf_spp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* vf_spp: only assign function pointers if permutation matches expectations.Ronald S. Bultje2017-06-241-1/+7
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-181-1/+3
* avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer2014-12-211-1/+1
* avfilter/vf_spp: support 10bit per sampleMichael Niedermayer2014-12-151-3/+5
* avfilter/vf_spp: change temporary to unsignedMichael Niedermayer2014-12-121-1/+1
* lavfi: add spp filter.Clément Bœsch2013-06-141-0/+233