summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcaadpcm.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dcaadpcm: fix use of uninitialized variablefoo862017-07-231-1/+1
| | | | Fixes CID 1409924.
* avcodec/dcaadpcm: check for av_malloc() failurefoo862017-07-231-0/+3
| | | | Fixes CID 1409915.
* avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik2017-05-081-0/+228
OpenPOWER on IntegriCloud