summaryrefslogtreecommitdiff
path: root/libavcodec/hnm4video.c
Commit message (Collapse)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* hnm4: change width/height to int to fix hypothetical integer overflowsMichael Niedermayer2014-11-25
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1135770 / CID 1135771
* hnm4: Use av_image_check_sizeLuca Barbato2014-11-25
| | | | | | | As done for all the other codecs not calling it indirectly. CC: libav-stable@libav.org Bug-Id: CID 1135770 / CID 1135771
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-31
Signed-off-by: Diego Biurrun <diego@biurrun.de>