Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -0/+1 |
| | |||||
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| | | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | hq_hqa: Fix decoding when INFO section is absent | Vittorio Giovara | 2015-07-17 | 1 | -2/+4 |
| | |||||
* | hq_hqa: Validate get_vlc2 return value | Luca Barbato | 2015-04-22 | 1 | -1/+4 |
| | | | | | The `hq_ac_vlc.table` is incomplete, so unaccounted symbol return -1 as value. | ||||
* | hq_hqa: Fix reading hqa quantization matrix index | Vittorio Giovara | 2015-04-20 | 1 | -1/+2 |
| | | | | Value is stored as a byte. | ||||
* | Canopus HQ/HQA decoder | Vittorio Giovara | 2015-04-19 | 1 | -0/+384 |
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> |