| Commit message (Expand) | Author | Age | Files | Lines |
* | hevc: Split the struct setup from the pps parsing | Luca Barbato | 2015-07-15 | 1 | -127/+131 |
* | hevc: Print the non-supported chroma_format_idc | Luca Barbato | 2015-07-13 | 1 | -1/+2 |
* | hevc: Factor out the pixel format mapping from the sps parser | Luca Barbato | 2015-07-13 | 1 | -27/+34 |
* | hevc_ps: make sure failing to decode an SPS always returns an error | Anton Khirnov | 2015-07-13 | 1 | -1/+1 |
* | hevc: remove HEVCContext usage from hevc_ps | Anton Khirnov | 2015-07-12 | 1 | -49/+50 |
* | hevc_ps: split the code for parsing the SPS and exporting it into the context | Anton Khirnov | 2015-07-08 | 1 | -89/+96 |
* | hevc: make sure no dangling pointers remain around on VPS/SPS change | Anton Khirnov | 2015-04-03 | 1 | -7/+39 |
* | hevc: do not change the VPS if its contents are the same | Anton Khirnov | 2015-04-03 | 1 | -2/+8 |
* | hevc: zero the correct variables on invalid crop parameters | Anton Khirnov | 2015-03-21 | 1 | -4/+4 |
* | hevc_ps: remove a write-only variable | Anton Khirnov | 2014-07-11 | 1 | -2/+1 |
* | hevc: remove unused array min_cb_addr_zs | Gildas Cocherel | 2014-06-26 | 1 | -18/+1 |
* | hevc: Allow out of bound values for num_reorder_pics | Kieran Kunhya | 2014-06-26 | 1 | -5/+10 |
* | 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 |