summaryrefslogtreecommitdiff
path: root/libavcodec/snow_dwt.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/snow_dwt: Fix left shifts of negative numbersAndreas Rheinhardt2022-10-241-4/+4
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-311-7/+7
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i staticAndreas Rheinhardt2021-09-081-8/+8
* avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatia...Michael Niedermayer2015-05-181-4/+4
* avcodec/snow: mark dwt init as av_coldMichael Niedermayer2015-02-271-2/+2
* Factorize avpriv_mirror() outMichael Niedermayer2015-01-051-40/+30
* snow_dwt: Don't try and free members of non-existent arraysDerek Buitenhuis2014-12-151-2/+7
* Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer2014-11-241-7/+7
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-2/+2
* avcodec/snow_dwt: fix "incompatible pointer type" warningsMichael Niedermayer2014-05-031-7/+7
* avcodec/snow_dwt: use av_malloc(z)_array()Michael Niedermayer2014-04-231-3/+3
* lavc: split snow and dirac DWTsMichael Niedermayer2013-01-141-0/+865