summaryrefslogtreecommitdiff
path: root/libavcodec/videodsp_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/videodsp_template: Adjust pointers to avoid undefined pointer thingsMichael Niedermayer2023-02-231-2/+2
* avcodec/videodsp: Make ff_emulated_edge_mc_16 staticAndreas Rheinhardt2022-06-111-0/+4
* avcodec/videodsp_template: Fix overflow of additionMichael Niedermayer2019-06-261-1/+2
* videodsp: assert that linesize is larger than widthMichael Niedermayer2015-07-081-0/+2
* avcodec/videodsp_template: remove unneeded #include, there are no assert() on...Paul B Mahol2015-01-301-2/+0
* Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-261-0/+2
|\
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+2
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-151-14/+15
|\ \ | |/
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-11/+12
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-281-16/+16
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-2/+1
* | avcodec: add emuedge_linesize_typeMichael Niedermayer2013-09-041-1/+1
* | videodsp: Fix project nameMichael Niedermayer2012-12-221-4/+4
* | videodsp_template.c: fix yearMichael Niedermayer2012-12-221-1/+1
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-7/+12
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+93