summaryrefslogtreecommitdiff
path: root/libavcodec/wavarc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wavarc: Check kMichael Niedermayer2023-02-251-0/+4
* avcodec/wavarc: fix 16bit 0CPY modePaul B Mahol2023-02-071-9/+16
* avcodec/wavarc: add support for 0CPYPaul B Mahol2023-02-071-2/+30
* avcodec/wavarc: properly handle invalid dataPaul B Mahol2023-02-071-3/+5
* avcodec/wavarc: remove invalid shiftsPaul B Mahol2023-02-061-2/+2
* avcodec/wavarc: really fix bits per sample detectionPaul B Mahol2023-02-061-4/+4
* avcodec/wavarc: fix 8bit decodingPaul B Mahol2023-02-061-4/+4
* avcodec/wavarc: check that nb_samples is validPaul B Mahol2023-02-061-0/+4
* avcodec: add WavArc decoderPaul B Mahol2023-02-041-0/+460