summaryrefslogtreecommitdiff
path: root/libavcodec/videodsp.h
Commit message (Expand)AuthorAge
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-31
* avcodec/videodsp: Make ff_emulated_edge_mc_16 staticAndreas Rheinhardt2022-06-11
* avcodec: [loongarch] Optimize prefetch with loongarch.gxw2022-01-04
* avcodec: Add prefetch for mipsKaustubh Raste2017-07-14
* Merge commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332'Michael Niedermayer2014-04-07
|\
| * aarch64: implement videodsp.prefetchJanne Grunau2014-04-06
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-15
|\|
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* | Merge commit '5ce04c14dd3dd3670cbdba82275a3a72c716ec6f'Michael Niedermayer2013-10-03
|\|
| * Use correct Doxygen syntaxDiego Biurrun2013-10-03
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-28
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-28
* | avcodec: add emuedge_linesize_typeMichael Niedermayer2013-09-04
* | Move ff_emulated_edge_mc prototypes to videodsp.Ronald S. Bultje2013-02-11
* | videodsp: Fix project nameMichael Niedermayer2012-12-22
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20