summaryrefslogtreecommitdiffstats
path: root/libavcodec/hq_hqa.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-0/+1
|
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* hq_hqa: Fix decoding when INFO section is absentVittorio Giovara2015-07-171-2/+4
|
* hq_hqa: Validate get_vlc2 return valueLuca Barbato2015-04-221-1/+4
| | | | | The `hq_ac_vlc.table` is incomplete, so unaccounted symbol return -1 as value.
* hq_hqa: Fix reading hqa quantization matrix indexVittorio Giovara2015-04-201-1/+2
| | | | Value is stored as a byte.
* Canopus HQ/HQA decoderVittorio Giovara2015-04-191-0/+384
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
OpenPOWER on IntegriCloud