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