summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/videodsp.S
Commit message (Collapse)AuthorAge
* lavc/aarch64: fix relocation out of range errorZhao Zhili2021-09-25
| | | | | | Use a temporary label instead of global function symbol for b.gt. Signed-off-by: Martin Storsjö <martin@martin.st>
* Merge commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332'Michael Niedermayer2014-04-07
| | | | | | | * commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332': aarch64: implement videodsp.prefetch Merged-by: Michael Niedermayer <michaelni@gmx.at>
* aarch64: implement videodsp.prefetchJanne Grunau2014-04-06
8% faster h264 decoding on Apple A7.