aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hq_hqa.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '28eddef689f2b4843a84f7d05fd9614246f92cc4'Michael Niedermayer2015-04-231-1/+4
|\ | | | | | | | | | | | | * commit '28eddef689f2b4843a84f7d05fd9614246f92cc4': hq_hqa: Validate get_vlc2 return value Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * 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.
* | avcodec/hq_hqa: remove superfluous log messagePaul B Mahol2015-04-211-6/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'bd5ad8b23d0f7d469ca30d03deca879993eb0431'Michael Niedermayer2015-04-201-1/+2
|\| | | | | | | | | | | | | * commit 'bd5ad8b23d0f7d469ca30d03deca879993eb0431': hq_hqa: Fix reading hqa quantization matrix index Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hq_hqa: Fix reading hqa quantization matrix indexVittorio Giovara2015-04-201-1/+2
| | | | | | | | Value is stored as a byte.
* | Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437'Michael Niedermayer2015-04-201-4/+4
|/ | | | | | | | | | | * commit '22526c1f557a72b3285d295bd8b30c40eb65d437': Canopus HQ/HQA decoder Conflicts: Changelog libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* 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>