Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-20avcodec/wavpackenc: fix uninitialized retMichael Niedermayer
2013-08-18wavpackenc: do not copy samples if they are not availablePaul B Mahol
2013-08-15wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;"Michael Niedermayer
2013-08-14WavPack encoderPaul B Mahol