summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.c
Commit message (Expand)AuthorAge
* avcodec/hevcdec: Declare that nvdec supports 12bit decodingPhilip Langdale2018-03-02
* avcodec/hevcdec: Check luma/chroma_log2_weight_denomMichael Niedermayer2018-02-18
* avcodec/hevcdec: use ff_hevc_uninit_parameter_sets()James Almer2018-01-21
* libavcodec/hevcdec: implement skip_framesfan52017-12-20
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-29
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-28
* | lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
* | avcodec/hevc: implement new decode_params callback for VideoToolboxAman Gupta2017-11-13
* | Merge commit 'b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88'James Almer2017-11-10
|\|
| * hevcdec: add a CUVID hwaccelAnton Khirnov2017-07-28
* | Merge commit '00fd914d4912322212e924c15f325cebf2fde8d3'James Almer2017-11-10
|\|
| * hevcdec: set the active SPS before calling get_format()Anton Khirnov2017-07-28
| * hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-21
| * hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-28
| * dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-08
* | Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41'James Almer2017-10-31
|\|
| * hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-20
| * hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-09
| * hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignmentMartin Storsjö2017-03-29
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-31
| * hevc: Mark as having threadsafe initDerek Buitenhuis2017-01-19
| * hevcdec: export cropping information instead of handling it internallyAnton Khirnov2017-01-12
| * hevcdec: add P010 support for D3D11VASteve Lhomme2017-01-09
| * hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-19
* | avcodec/videotoolbox: add hevc supportAman Gupta2017-09-28
* | hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-21
* | avcodec/hevcdec: hevc_await_progress: declare |y| only if used.Wan-Teh Chang2017-07-21
* | avcodec/hevcdec: do not let updated extradata corrupt stateMichael Niedermayer2017-07-05
* | hevcdec: properly export some side data with frame threadingwm42017-06-30
* | hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-28
* | avcodec/hevcdec: do basic validity check on delta_chroma_weight and offsetMichael Niedermayer2017-06-27
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-27
* | avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_d...Michael Niedermayer2017-06-25
* | avcodec/hevcdec: Use error path if init_get_bits8() failsMichael Niedermayer2017-06-24
* | avcodec/hevcdec: check ff_init_cabac_decoder() for failureMichael Niedermayer2017-06-24
* | avcodec/hevcdec: Check beta and tc offset in hls_slice_header()Michael Niedermayer2017-06-21
* | avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps()Michael Niedermayer2017-06-17
* | avcodec/hevcdec: Check nb_spsMichael Niedermayer2017-06-15
* | avcodec/hevcdec: export cropping information instead of handling it internallyJames Almer2017-05-26
* | hevc: fix race condition in max_ra/seq_decode.Ronald S. Bultje2017-05-25
* | avcodec/hevc_parse: decode SEI message NALUs in extradataJames Almer2017-05-05
* | avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc()James Almer2017-05-05
* | avcodec/hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-05
* | lavc/hevcdec: fix invalid use of ff_get_format()Clément Bœsch2017-04-26
* | Merge commit '373fd76b4dbd9aa03ed28e502f33f2ca8c1ce19a'Clément Bœsch2017-04-26
|\|
| * hevcdec: do not set decoder-global SPS prematurelyAnton Khirnov2016-12-19
* | Merge commit '86157e6db2c7a9222f77fa7e7f50fb9aebc3aa81'Clément Bœsch2017-04-26
|\|
| * hevc: decouple calling get_format() from exporting the SPS parametersAnton Khirnov2016-12-14
| * hevc: Eliminate pointless variable indirectionDiego Biurrun2016-11-30
| * hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-08