summaryrefslogtreecommitdiff
path: root/libavcodec/snow_dwt.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i staticAndreas Rheinhardt2021-09-08
* avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatia...Michael Niedermayer2015-05-18
* avcodec/snow: mark dwt init as av_coldMichael Niedermayer2015-02-27
* Factorize avpriv_mirror() outMichael Niedermayer2015-01-05
* snow_dwt: Don't try and free members of non-existent arraysDerek Buitenhuis2014-12-15
* Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer2014-11-24
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
* avcodec/snow_dwt: fix "incompatible pointer type" warningsMichael Niedermayer2014-05-03
* avcodec/snow_dwt: use av_malloc(z)_array()Michael Niedermayer2014-04-23
* lavc: split snow and dirac DWTsMichael Niedermayer2013-01-14