Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | mlz: limit next_code to data buffer size | Andreas Cadhalpun | 2016-11-15 | 1 | -0/+8 |
* | avcodec/mlz: Check output chars before using it | Michael Niedermayer | 2016-09-21 | 1 | -3/+18 |
* | avcodec/mlz: Check offset before writing | Michael Niedermayer | 2016-09-08 | 1 | -0/+4 |
* | avcodec/mlz: clear dict on allocation to ensure there are no uninitialized va... | Michael Niedermayer | 2016-09-08 | 1 | -1/+1 |
* | avcodec: Implement masked lz decompression | Umair Khan | 2016-08-22 | 1 | -0/+173 |