summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_ps.c
Commit message (Expand)AuthorAge
* dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes2016-02-13
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* hevc: Split the struct setup from the pps parsingLuca Barbato2015-07-15
* hevc: Print the non-supported chroma_format_idcLuca Barbato2015-07-13
* hevc: Factor out the pixel format mapping from the sps parserLuca Barbato2015-07-13
* hevc_ps: make sure failing to decode an SPS always returns an errorAnton Khirnov2015-07-13
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-12
* hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov2015-07-08
* hevc: make sure no dangling pointers remain around on VPS/SPS changeAnton Khirnov2015-04-03
* hevc: do not change the VPS if its contents are the sameAnton Khirnov2015-04-03
* hevc: zero the correct variables on invalid crop parametersAnton Khirnov2015-03-21
* hevc_ps: remove a write-only variableAnton Khirnov2014-07-11
* hevc: remove unused array min_cb_addr_zsGildas Cocherel2014-06-26
* hevc: Allow out of bound values for num_reorder_picsKieran Kunhya2014-06-26
* hevc: make pps/sps ids unsigned where necessaryVittorio Giovara2014-03-09
* hevc: Use get_bits_long() in decode_vui()Michael Niedermayer2014-03-09
* hevc: Mention the missing SPS in the error messageLuca Barbato2014-02-19
* hevc: Prevent some integer overflowsLuca Barbato2014-01-21
* hevc: Use uint64 to check for tile dimensionsLuca Barbato2014-01-21
* hevc: check that VPS referenced from SPS existsMichael Niedermayer2014-01-21
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet2013-12-20
* hevc: warn when an unknown profile is usedGuillaume Martres2013-12-20
* hevc_ps: fix indentationGildas Cocherel2013-12-20
* hevc: refactor Profile Tier LevelGildas Cocherel2013-12-20
* hevc: don't check for errors in PTL codeGuillaume Martres2013-12-20
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-11
* hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scaleYusuke Nakamura2013-11-04
* hevc: Use parsed VUI colorimetry in avcodecJan Ekström2013-11-04
* Add HEVC decoderGuillaume Martres2013-10-31