summaryrefslogtreecommitdiff
path: root/libavcodec/wavpackenc.c
Commit message (Expand)AuthorAge
* avcodec/wavpackenc: fix uninitialized retMichael Niedermayer2013-10-20
* wavpackenc: do not copy samples if they are not availablePaul B Mahol2013-08-17
* wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;"Michael Niedermayer2013-08-14
* WavPack encoderPaul B Mahol2013-08-14