summaryrefslogtreecommitdiff
path: root/libavcodec/mlz.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/alsdec, mlz: Check allocationAndreas Rheinhardt2022-02-181-1/+6
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* mlz: limit next_code to data buffer sizeAndreas Cadhalpun2016-11-151-0/+8
* avcodec/mlz: Check output chars before using itMichael Niedermayer2016-09-211-3/+18
* avcodec/mlz: Check offset before writingMichael Niedermayer2016-09-081-0/+4
* avcodec/mlz: clear dict on allocation to ensure there are no uninitialized va...Michael Niedermayer2016-09-081-1/+1
* avcodec: Implement masked lz decompressionUmair Khan2016-08-221-0/+173