]> git.sesse.net Git - ffmpeg/history - libavcodec/hevc.c
hevc: reorder loops
[ffmpeg] / libavcodec / hevc.c
2014-08-12 Christophe Gisquethevc: reorder loops
2014-08-09 Anton Khirnovhevc: deobfuscate slice/tile boundary handling for DBF
2014-08-09 Anton Khirnovhevc: calculate the dbf strength in hls_pcm_sample...
2014-07-28 Anton Khirnovhevc: eliminate the last element from TransformTree
2014-07-28 Anton Khirnovhevc: eliminate unnecessary cbf_c{b,r} arrays
2014-07-28 Anton Khirnovhevc: do not store the transform inter_split flag in...
2014-07-28 Anton Khirnovhevc: simplify splitting the transform tree blocks
2014-07-28 Anton Khirnovhevc: eliminate an unnecessary array
2014-07-11 Gildas Cocherelhevc: implement pic_output_flag handling
2014-07-11 Mickaël Raulethevc: set the keyframe flag on output frames
2014-07-11 Mickaël Raulethevc: Replace nal type chek with equivalent IS_IRAP...
2014-07-09 Vittorio Giovarahevc: parse display orientation SEI message
2014-07-03 Luca Barbatohevc: Use the local context variable when needed
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-05-19 Anton Khirnovhevc: templatize intra_pred
2014-03-09 Michael Niedermayerhevc: Do not turn 32bit timebases into negative numbers
2014-03-09 Michael Niedermayerhevc: use av_mallocz() for allocating tab_ipm
2014-02-19 Luca Barbatohevc: Always consider VLC NALU type mismatch fatal
2014-02-04 Anton Khirnovhevc: check that the VCL NAL types are the same for...
2014-02-01 Luca Barbatohevc: Reject impossible slice segment
2014-01-21 Luca Barbatohevc: Bound check cu_qp_delta
2014-01-21 Luca Barbatohevc: Bound check slice_qp
2014-01-21 Luca Barbatohevc: Prevent some integer overflows
2014-01-21 Michael Niedermayerhevc: Fix modulo operations
2014-01-09 Guillaume Martreshevc: fix decoding of one PU wide files
2013-12-20 Mickaël Raulethevc: support luma bit depth != chroma bit depth for...
2013-12-20 Gildas Cocherelhevc: store profile and level in AVCodecContext
2013-12-20 Gildas Cocherellavc: add HEVC profiles names
2013-12-11 Guillaume Martreshevc: set time_base when possible
2013-12-11 Gildas Cocherelhevc: store the VPS list as an AVBufferRef, just like...
2013-12-11 Michael Niedermayerhevc: do not dereference pointer before NULL check...
2013-12-09 Vittorio Giovarahevc: parse frame packing arrangement SEI messages...
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-11-04 Jan Ekströmhevc: Use parsed VUI colorimetry in avcodec
2013-10-31 Guillaume MartresAdd HEVC decoder