summaryrefslogtreecommitdiff
path: root/libavcodec/videodsp.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-311-1/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-12/+13
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+2
* avcodec: [loongarch] Optimize prefetch with loongarch.gxw2022-01-041-0/+2
* avcodec: Add prefetch for mipsKaustubh Raste2017-07-141-0/+2
* Merge commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332'Michael Niedermayer2014-04-071-0/+2
|\
| * aarch64: implement videodsp.prefetchJanne Grunau2014-04-061-0/+2
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | videodsp: Fix project nameMichael Niedermayer2012-12-221-4/+4
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-0/+1
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+51