summaryrefslogtreecommitdiff
path: root/libavcodec/videodsp_template.c
Commit message (Expand)AuthorAge
* avcodec/videodsp: Make ff_emulated_edge_mc_16 staticAndreas Rheinhardt2022-06-11
* avcodec/videodsp_template: Fix overflow of additionMichael Niedermayer2019-06-26
* videodsp: assert that linesize is larger than widthMichael Niedermayer2015-07-08
* avcodec/videodsp_template: remove unneeded #include, there are no assert() on...Paul B Mahol2015-01-30
* Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-26
|\
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-15
|\|
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* | 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
* | videodsp: Fix project nameMichael Niedermayer2012-12-22
* | videodsp_template.c: fix yearMichael Niedermayer2012-12-22
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-21
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20