summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.h
Commit message (Expand)AuthorAgeFilesLines
* cbs_h265: Add a lot more SEI parsing supportMark Thompson2018-11-181-0/+3
* lavc/h2645_parse: log more HEVC NAL type.Jun Zhao2018-05-161-1/+25
* hevc: Improve stream constraint values in common headerMark Thompson2017-10-171-12/+53
* hevc: Add names for reserved NAL unit typesMark Thompson2017-08-281-0/+16
* Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer2017-03-231-0/+6
|\
| * hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-211-0/+6
* | Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'James Almer2017-03-231-0/+5
|\ \ | |/
| * hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-161-0/+5
| * hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-0/+65
* | avcodec/hevc: add missing hevc.h headerJames Almer2017-03-231-0/+65
|/
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1016/+0
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-281-36/+2
* hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-131-0/+1
* dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes2016-02-131-0/+1
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-051-1/+1
* hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-121-3/+14
* hevc: eliminate the second call to hls_nal_unit()Anton Khirnov2015-07-121-0/+5
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-121-9/+18
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-081-0/+3
* hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-081-0/+6
* hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov2015-07-081-2/+15
* hevc: make the crop sizes unsignedAnton Khirnov2015-03-211-4/+4
* hevc: add hwaccel hooksHendrik Leppkes2015-01-271-0/+3
* hevc: store the short term rps flag and size in the contextHendrik Leppkes2015-01-271-0/+2
* hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes2015-01-271-0/+3
* hevc: do not store rqt_root_cbf in the contextAnton Khirnov2014-11-171-2/+0
* hevc: do not store pcm_flag in the contextAnton Khirnov2014-11-171-2/+0
* hevc: use intreadwriteChristophe Gisquet2014-08-121-1/+1
* hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-091-5/+8
* hevc: eliminate the last element from TransformTreeAnton Khirnov2014-07-281-5/+0
* hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov2014-07-281-3/+0
* hevc: do not store the transform inter_split flag in the contextAnton Khirnov2014-07-281-3/+0
* hevc: eliminate an unnecessary arrayAnton Khirnov2014-07-281-1/+0
* hevc: parse display orientation SEI messageVittorio Giovara2014-07-091-0/+5
* hevc: remove unused array min_cb_addr_zsGildas Cocherel2014-06-261-1/+0
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-2/+2
* hevc: templatize intra_predAnton Khirnov2014-05-191-2/+1
* hevc: make pps/sps ids unsigned where necessaryVittorio Giovara2014-03-091-1/+1
* hevc: check that the VCL NAL types are the same for all slice segments of a f...Anton Khirnov2014-02-041-0/+2
* hevc: Prevent some integer overflowsLuca Barbato2014-01-211-2/+2
* hevc: Use uint64 to check for tile dimensionsLuca Barbato2014-01-211-4/+4
* hevc: Fix modulo operationsMichael Niedermayer2014-01-211-0/+3
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-091-2/+4
* hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-221-81/+1
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaƫl Raulet2013-12-201-0/+1
* hevc: refactor Profile Tier LevelGildas Cocherel2013-12-201-11/+14
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-111-1/+1
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-091-0/+6
* Add HEVC decoderGuillaume Martres2013-10-311-0/+1066
OpenPOWER on IntegriCloud