summaryrefslogtreecommitdiff
path: root/libavcodec/pixblockdsp.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/pixblockdsp: RISC-V I get_pixelsRémi Denis-Courmont2022-09-271-0/+2
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-13/+14
* libavcodec: aarch64: Add a NEON implementation of pixblockdspMartin Storsjö2020-05-151-0/+2
* pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö2020-05-131-0/+2
* avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer2017-08-211-0/+1
* Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'Clément Bœsch2017-03-201-12/+12
|\
| * pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-141-1/+1
* | pixblockdsp: Use AV_COPY128U for get_pixels_16_cTimothy Gu2015-10-311-5/+32
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functionsShivraj Patil2015-06-291-0/+2
* | alpha/pixblockdsp: move code out of dsputilJames Almer2014-07-101-0/+2
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-101-6/+10
|/
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-0/+76