summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
Commit message (Expand)AuthorAge
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-28
* hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-13
* dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes2016-02-13
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
* hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-12
* hevc: eliminate the second call to hls_nal_unit()Anton Khirnov2015-07-12
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-12
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-08
* hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-08
* hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov2015-07-08
* hevc: make the crop sizes unsignedAnton Khirnov2015-03-21
* hevc: add hwaccel hooksHendrik Leppkes2015-01-27
* hevc: store the short term rps flag and size in the contextHendrik Leppkes2015-01-27
* hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes2015-01-27
* hevc: do not store rqt_root_cbf in the contextAnton Khirnov2014-11-17
* hevc: do not store pcm_flag in the contextAnton Khirnov2014-11-17
* hevc: use intreadwriteChristophe Gisquet2014-08-12
* hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-09
* hevc: eliminate the last element from TransformTreeAnton Khirnov2014-07-28
* hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov2014-07-28
* hevc: do not store the transform inter_split flag in the contextAnton Khirnov2014-07-28
* hevc: eliminate an unnecessary arrayAnton Khirnov2014-07-28
* hevc: parse display orientation SEI messageVittorio Giovara2014-07-09
* hevc: remove unused array min_cb_addr_zsGildas Cocherel2014-06-26
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* hevc: templatize intra_predAnton Khirnov2014-05-19
* hevc: make pps/sps ids unsigned where necessaryVittorio Giovara2014-03-09
* hevc: check that the VCL NAL types are the same for all slice segments of a f...Anton Khirnov2014-02-04
* hevc: Prevent some integer overflowsLuca Barbato2014-01-21
* hevc: Use uint64 to check for tile dimensionsLuca Barbato2014-01-21
* hevc: Fix modulo operationsMichael Niedermayer2014-01-21
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-09
* hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-22
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaƫl Raulet2013-12-20
* hevc: refactor Profile Tier LevelGildas Cocherel2013-12-20
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-11
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* Add HEVC decoderGuillaume Martres2013-10-31