| Commit message (Expand) | Author | Age | Files | Lines |
* | hevc: make pps/sps ids unsigned where necessary | Vittorio Giovara | 2014-03-09 | 1 | -4/+4 |
* | hevc: Use get_bits_long() in decode_vui() | Michael Niedermayer | 2014-03-09 | 1 | -2/+2 |
* | hevc: Mention the missing SPS in the error message | Luca Barbato | 2014-02-19 | 1 | -1/+1 |
* | hevc: Prevent some integer overflows | Luca Barbato | 2014-01-21 | 1 | -6/+6 |
* | hevc: Use uint64 to check for tile dimensions | Luca Barbato | 2014-01-21 | 1 | -1/+1 |
* | hevc: check that VPS referenced from SPS exists | Michael Niedermayer | 2014-01-21 | 1 | -0/+7 |
* | hevc: support luma bit depth != chroma bit depth for PCM coding units | Mickaël Raulet | 2013-12-20 | 1 | -11/+1 |
* | hevc: warn when an unknown profile is used | Guillaume Martres | 2013-12-20 | 1 | -0/+8 |
* | hevc_ps: fix indentation | Gildas Cocherel | 2013-12-20 | 1 | -1/+1 |
* | hevc: refactor Profile Tier Level | Gildas Cocherel | 2013-12-20 | 1 | -32/+31 |
* | hevc: don't check for errors in PTL code | Guillaume Martres | 2013-12-20 | 1 | -24/+9 |
* | hevc: store the VPS list as an AVBufferRef, just like the others *PS | Gildas Cocherel | 2013-12-11 | 1 | -7/+8 |
* | hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale | Yusuke Nakamura | 2013-11-04 | 1 | -0/+2 |
* | hevc: Use parsed VUI colorimetry in avcodec | Jan Ekström | 2013-11-04 | 1 | -0/+8 |
* | Add HEVC decoder | Guillaume Martres | 2013-10-31 | 1 | -0/+1329 |