summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer2019-09-161-0/+3
* avcodec/hevcdec: repeat character in skipedMichael Niedermayer2019-09-161-1/+1
* avcodec/hevcdec: Check delta_luma_weight_l0/1Michael Niedermayer2019-08-131-0/+4
* avcodec/hevcdec: set the SEI parameters early on the AVCodecContextSteve Lhomme2019-07-141-10/+11
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-051-1/+8
* avcodec/hevcdec: Avoid only partly skiping duplicate first slicesMichael Niedermayer2019-03-271-4/+10
* avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer2019-03-201-0/+4
* avcodec/nvdec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale2019-02-161-0/+3
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-231-1/+1
* avcodec/hevcdec: Check for overlapping slicesMichael Niedermayer2018-12-011-0/+4
* lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.Jun Zhao2018-08-101-2/+6
* lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame.Carl Eugen Hoyos2018-05-271-1/+1
* avcodec/hevcdec: Declare that nvdec supports 12bit decodingPhilip Langdale2018-03-021-0/+5
* avcodec/hevcdec: Check luma/chroma_log2_weight_denomMichael Niedermayer2018-02-181-3/+9
* avcodec/hevcdec: use ff_hevc_uninit_parameter_sets()James Almer2018-01-211-9/+1
* libavcodec/hevcdec: implement skip_framesfan52017-12-201-1/+15
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-291-0/+7
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-281-0/+7
* | lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+25
* | avcodec/hevc: implement new decode_params callback for VideoToolboxAman Gupta2017-11-131-0/+32
* | Merge commit 'b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88'James Almer2017-11-101-0/+7
|\ \ | |/
| * hevcdec: add a CUVID hwaccelAnton Khirnov2017-07-281-1/+8
* | Merge commit '00fd914d4912322212e924c15f325cebf2fde8d3'James Almer2017-11-101-4/+5
|\ \ | |/
| * hevcdec: set the active SPS before calling get_format()Anton Khirnov2017-07-281-4/+5
| * hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-211-1/+1
| * hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-281-0/+6
| * dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-081-1/+2
* | Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41'James Almer2017-10-311-6/+6
|\ \ | |/
| * hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-201-6/+6
| * hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-091-23/+26
| * hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignmentMartin Storsjö2017-03-291-10/+12
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
| * hevc: Mark as having threadsafe initDerek Buitenhuis2017-01-191-1/+1
| * hevcdec: export cropping information instead of handling it internallyAnton Khirnov2017-01-121-3/+4
| * hevcdec: add P010 support for D3D11VASteve Lhomme2017-01-091-3/+3
| * hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-191-1/+5
* | avcodec/videotoolbox: add hevc supportAman Gupta2017-09-281-1/+11
* | hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-211-1/+1
* | avcodec/hevcdec: hevc_await_progress: declare |y| only if used.Wan-Teh Chang2017-07-211-2/+3
* | avcodec/hevcdec: do not let updated extradata corrupt stateMichael Niedermayer2017-07-051-4/+4
* | hevcdec: properly export some side data with frame threadingwm42017-06-301-0/+6
* | hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-281-0/+6
* | avcodec/hevcdec: do basic validity check on delta_chroma_weight and offsetMichael Niedermayer2017-06-271-2/+17
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-271-1/+3
* | avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_d...Michael Niedermayer2017-06-251-4/+1
* | avcodec/hevcdec: Use error path if init_get_bits8() failsMichael Niedermayer2017-06-241-2/+2
* | avcodec/hevcdec: check ff_init_cabac_decoder() for failureMichael Niedermayer2017-06-241-7/+19
* | avcodec/hevcdec: Check beta and tc offset in hls_slice_header()Michael Niedermayer2017-06-211-2/+11
* | avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps()Michael Niedermayer2017-06-171-2/+6
* | avcodec/hevcdec: Check nb_spsMichael Niedermayer2017-06-151-0/+2
OpenPOWER on IntegriCloud