index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
hevc_ps.c
Age
Commit message (
Expand
)
Author
2015-04-03
hevc: make sure no dangling pointers remain around on VPS/SPS change
Anton Khirnov
2015-04-03
hevc: do not change the VPS if its contents are the same
Anton Khirnov
2015-03-21
hevc: zero the correct variables on invalid crop parameters
Anton Khirnov
2014-07-11
hevc_ps: remove a write-only variable
Anton Khirnov
2014-06-26
hevc: remove unused array min_cb_addr_zs
Gildas Cocherel
2014-06-26
hevc: Allow out of bound values for num_reorder_pics
Kieran Kunhya
2014-03-09
hevc: make pps/sps ids unsigned where necessary
Vittorio Giovara
2014-03-09
hevc: Use get_bits_long() in decode_vui()
Michael Niedermayer
2014-02-19
hevc: Mention the missing SPS in the error message
Luca Barbato
2014-01-21
hevc: Prevent some integer overflows
Luca Barbato
2014-01-21
hevc: Use uint64 to check for tile dimensions
Luca Barbato
2014-01-21
hevc: check that VPS referenced from SPS exists
Michael Niedermayer
2013-12-20
hevc: support luma bit depth != chroma bit depth for PCM coding units
Mickaël Raulet
2013-12-20
hevc: warn when an unknown profile is used
Guillaume Martres
2013-12-20
hevc_ps: fix indentation
Gildas Cocherel
2013-12-20
hevc: refactor Profile Tier Level
Gildas Cocherel
2013-12-20
hevc: don't check for errors in PTL code
Guillaume Martres
2013-12-11
hevc: store the VPS list as an AVBufferRef, just like the others *PS
Gildas Cocherel
2013-11-04
hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale
Yusuke Nakamura
2013-11-04
hevc: Use parsed VUI colorimetry in avcodec
Jan Ekström
2013-10-31
Add HEVC decoder
Guillaume Martres