]> git.sesse.net Git - ffmpeg/history - libavcodec/hevc.h
hevcdsp: add x86 SIMD for MC
[ffmpeg] / libavcodec / hevc.h
2015-12-05 Anton Khirnovhevcdsp: add x86 SIMD for MC
2015-07-12 Anton Khirnovhevc: move splitting the packet into NALUs into a separ...
2015-07-12 Anton Khirnovhevc: eliminate the second call to hls_nal_unit()
2015-07-12 Anton Khirnovhevc: remove HEVCContext usage from hevc_ps
2015-07-08 Anton Khirnovlavc: add Intel libmfx-based HEVC encoder
2015-07-08 Anton Khirnovhevc: split bitstream unescaping to a separate file
2015-07-08 Anton Khirnovhevc_ps: split the code for parsing the SPS and exporti...
2015-03-21 Anton Khirnovhevc: make the crop sizes unsigned
2015-01-27 Hendrik Leppkeshevc: add hwaccel hooks
2015-01-27 Hendrik Leppkeshevc: store the short term rps flag and size in the...
2015-01-27 Hendrik Leppkeshevc: store the escaped/raw bitstream in HEVCNAL
2014-11-17 Anton Khirnovhevc: do not store rqt_root_cbf in the context
2014-11-17 Anton Khirnovhevc: do not store pcm_flag in the context
2014-08-12 Christophe Gisquethevc: use intreadwrite
2014-08-09 Anton Khirnovhevc: deobfuscate slice/tile boundary handling for DBF
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: eliminate an unnecessary array
2014-07-09 Vittorio Giovarahevc: parse display orientation SEI message
2014-06-26 Gildas Cocherelhevc: remove unused array min_cb_addr_zs
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-05-19 Anton Khirnovhevc: templatize intra_pred
2014-03-09 Vittorio Giovarahevc: make pps/sps ids unsigned where necessary
2014-02-04 Anton Khirnovhevc: check that the VCL NAL types are the same for...
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: Fix modulo operations
2014-01-09 Guillaume Martreshevc: fix decoding of one PU wide files
2013-12-22 Guillaume Martreshevc: move DSP declarations from hevc.h into hevcdsp.h
2013-12-20 Mickaël Raulethevc: support luma bit depth != chroma bit depth for...
2013-12-20 Gildas Cocherelhevc: refactor Profile Tier Level
2013-12-11 Gildas Cocherelhevc: store the VPS list as an AVBufferRef, just like...
2013-12-09 Vittorio Giovarahevc: parse frame packing arrangement SEI messages...
2013-10-31 Guillaume MartresAdd HEVC decoder