]> git.sesse.net Git - ffmpeg/history - libavcodec/hevc_ps.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / hevc_ps.c
2016-02-13 Hendrik Leppkesdxva2_hevc: properly signal the num_delta_pocs from...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-07-15 Luca Barbatohevc: Split the struct setup from the pps parsing
2015-07-13 Luca Barbatohevc: Print the non-supported chroma_format_idc
2015-07-13 Luca Barbatohevc: Factor out the pixel format mapping from the...
2015-07-13 Anton Khirnovhevc_ps: make sure failing to decode an SPS always...
2015-07-12 Anton Khirnovhevc: remove HEVCContext usage from hevc_ps
2015-07-08 Anton Khirnovhevc_ps: split the code for parsing the SPS and exporti...
2015-04-03 Anton Khirnovhevc: make sure no dangling pointers remain around...
2015-04-03 Anton Khirnovhevc: do not change the VPS if its contents are the...
2015-03-21 Anton Khirnovhevc: zero the correct variables on invalid crop parameters
2014-07-11 Anton Khirnovhevc_ps: remove a write-only variable
2014-06-26 Gildas Cocherelhevc: remove unused array min_cb_addr_zs
2014-06-26 Kieran Kunhyahevc: Allow out of bound values for num_reorder_pics
2014-03-09 Vittorio Giovarahevc: make pps/sps ids unsigned where necessary
2014-03-09 Michael Niedermayerhevc: Use get_bits_long() in decode_vui()
2014-02-19 Luca Barbatohevc: Mention the missing SPS in the error message
2014-01-21 Luca Barbatohevc: Prevent some integer overflows
2014-01-21 Luca Barbatohevc: Use uint64 to check for tile dimensions
2014-01-21 Michael Niedermayerhevc: check that VPS referenced from SPS exists
2013-12-20 Mickaël Raulethevc: support luma bit depth != chroma bit depth for...
2013-12-20 Guillaume Martreshevc: warn when an unknown profile is used
2013-12-20 Gildas Cocherelhevc_ps: fix indentation
2013-12-20 Gildas Cocherelhevc: refactor Profile Tier Level
2013-12-20 Guillaume Martreshevc: don't check for errors in PTL code
2013-12-11 Gildas Cocherelhevc: store the VPS list as an AVBufferRef, just like...
2013-11-04 Yusuke Nakamurahevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit...
2013-11-04 Jan Ekströmhevc: Use parsed VUI colorimetry in avcodec
2013-10-31 Guillaume MartresAdd HEVC decoder