Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/wavpackenc: remove unneeded L suffixes | Michael Niedermayer | 2015-02-02 | 1 | -4/+4 |
* | wavpackenc: reset trailer info on block encoding | Christophe Gisquet | 2014-08-22 | 1 | -0/+3 |
* | wavpackenc: make assert more thorough | Christophe Gisquet | 2014-08-22 | 1 | -1/+1 |
* | wavpackenc: fix number of samples per block | Christophe Gisquet | 2014-08-22 | 1 | -1/+1 |
* | wavpackenc: assert on too small buffer | Christophe Gisquet | 2014-08-21 | 1 | -0/+2 |
* | wavpackenc: proper buffer allocation | Christophe Gisquet | 2014-08-19 | 1 | -2/+3 |
* | avcodec/wavpackenc: Fix log2sample() result value | Michael Niedermayer | 2014-08-02 | 1 | -2/+2 |
* | avcodec/wavpackenc: fix () in macros | Michael Niedermayer | 2014-06-20 | 1 | -7/+7 |
* | avcodec/wavpackenc: fix uninitialized ret | Michael Niedermayer | 2013-10-20 | 1 | -1/+1 |
* | wavpackenc: do not copy samples if they are not available | Paul B Mahol | 2013-08-17 | 1 | -2/+4 |
* | wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;" | Michael Niedermayer | 2013-08-14 | 1 | -1/+1 |
* | WavPack encoder | Paul B Mahol | 2013-08-14 | 1 | -0/+2987 |