| Commit message (Expand) | Author | Age | Files | Lines |
* | hevc: Do not turn 32bit timebases into negative numbers | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
* | hevc: use av_mallocz() for allocating tab_ipm | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
* | hevc: Always consider VLC NALU type mismatch fatal | Luca Barbato | 2014-02-19 | 1 | -14/+16 |
* | hevc: check that the VCL NAL types are the same for all slice segments of a f... | Anton Khirnov | 2014-02-04 | 1 | -0/+8 |
* | hevc: Reject impossible slice segment | Luca Barbato | 2014-02-01 | 1 | -0/+5 |
* | hevc: Bound check cu_qp_delta | Luca Barbato | 2014-01-21 | 1 | -23/+54 |
* | hevc: Bound check slice_qp | Luca Barbato | 2014-01-21 | 1 | -1/+12 |
* | hevc: Prevent some integer overflows | Luca Barbato | 2014-01-21 | 1 | -2/+2 |
* | hevc: Fix modulo operations | Michael Niedermayer | 2014-01-21 | 1 | -2/+2 |
* | hevc: fix decoding of one PU wide files | Guillaume Martres | 2014-01-09 | 1 | -15/+18 |
* | hevc: support luma bit depth != chroma bit depth for PCM coding units | Mickaël Raulet | 2013-12-20 | 1 | -3/+3 |
* | hevc: store profile and level in AVCodecContext | Gildas Cocherel | 2013-12-20 | 1 | -0/+3 |
* | lavc: add HEVC profiles names | Gildas Cocherel | 2013-12-20 | 1 | -0/+9 |
* | hevc: set time_base when possible | Guillaume Martres | 2013-12-11 | 1 | -0/+14 |
* | hevc: store the VPS list as an AVBufferRef, just like the others *PS | Gildas Cocherel | 2013-12-11 | 1 | -2/+11 |
* | hevc: do not dereference pointer before NULL check in verify_md5() | Michael Niedermayer | 2013-12-11 | 1 | -1/+3 |
* | hevc: parse frame packing arrangement SEI messages and save relevant stereo3d... | Vittorio Giovara | 2013-12-09 | 1 | -0/+40 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -3/+6 |
* | hevc: Use parsed VUI colorimetry in avcodec | Jan Ekström | 2013-11-04 | 1 | -0/+16 |
* | Add HEVC decoder | Guillaume Martres | 2013-10-31 | 1 | -0/+3117 |