summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_ps.c
Commit message (Expand)AuthorAge
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-31
* hevcdec: export cropping information instead of handling it internallyAnton Khirnov2017-01-12
* lavc: Use a stricter check for the color properties valuesVittorio Giovara2016-12-02
* Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-08
* hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-16
* hevcdec: split ff_hevc_diag_scan* declarations into a separate headerAnton Khirnov2016-10-16
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-16
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-16
* hevc: set profile based on the profile compatibility flags if neededHendrik Leppkes2016-07-20
* 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