| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending | Ronald S. Bultje | 2010-08-09 | 1 | -1/+3 |
* | Rename pow variable to pwr. | Axel Holzinger | 2010-07-26 | 1 | -4/+4 |
* | Use correct length modifier for size comparison in printf expression, fixes: | Diego Biurrun | 2010-07-12 | 1 | -1/+1 |
* | Fix two doxy warnings. | Ronald S. Bultje | 2010-07-08 | 1 | -1/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Silense one warning: | Eli Friedman | 2010-06-30 | 1 | -1/+1 |
* | Another buffer overflow, fixes issue1758. | Ronald S. Bultje | 2010-05-02 | 1 | -1/+1 |
* | Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). | Ronald S. Bultje | 2010-05-01 | 1 | -1/+1 |
* | WMAVoice postfilter. | Ronald S. Bultje | 2010-04-21 | 1 | -7/+470 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -2/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -3/+3 |
* | WMAVoice decoder. | Ronald S. Bultje | 2010-02-12 | 1 | -0/+1568 |