Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-24avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer
2021-09-11avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offsetMichael Niedermayer
2019-11-15avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer
2019-11-15avcodec/hevcdec: repeat character in skipedMichael Niedermayer
2019-11-15avcodec/hevcdec: Check delta_luma_weight_l0/1Michael Niedermayer
2019-03-27avcodec/hevcdec: Avoid only partly skiping duplicate first slicesMichael Niedermayer
2019-03-21avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer
2018-06-18avcodec/hevcdec: Check luma/chroma_log2_weight_denomMichael Niedermayer
2018-01-31avcodec/hevcdec: use ff_hevc_uninit_parameter_sets()James Almer
2017-09-29avcodec/videotoolbox: add hevc supportAman Gupta
2017-07-21hevc: Make sure to update the current frame transfer characteristicVittorio Giovara
2017-07-21avcodec/hevcdec: hevc_await_progress: declare |y| only if used.Wan-Teh Chang
2017-07-05avcodec/hevcdec: do not let updated extradata corrupt stateMichael Niedermayer
2017-06-30hevcdec: properly export some side data with frame threadingwm4
2017-06-28hevc: Add support for alternative transfer characterics SEIVittorio Giovara
2017-06-28avcodec/hevcdec: do basic validity check on delta_chroma_weight and offsetMichael Niedermayer
2017-06-27dxva: add support for new dxva2 and d3d11 hwaccel APIswm4
2017-06-25avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_d...Michael Niedermayer
2017-06-24avcodec/hevcdec: Use error path if init_get_bits8() failsMichael Niedermayer
2017-06-24avcodec/hevcdec: check ff_init_cabac_decoder() for failureMichael Niedermayer
2017-06-21avcodec/hevcdec: Check beta and tc offset in hls_slice_header()Michael Niedermayer
2017-06-17avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps()Michael Niedermayer
2017-06-15avcodec/hevcdec: Check nb_spsMichael Niedermayer
2017-05-26avcodec/hevcdec: export cropping information instead of handling it internallyJames Almer
2017-05-25hevc: fix race condition in max_ra/seq_decode.Ronald S. Bultje
2017-05-05avcodec/hevc_parse: decode SEI message NALUs in extradataJames Almer
2017-05-05avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc()James Almer
2017-05-05avcodec/hevcdec: remove HEVCContext usage from hevc_seiJames Almer
2017-04-26lavc/hevcdec: fix invalid use of ff_get_format()Clément Bœsch
2017-04-26Merge commit '373fd76b4dbd9aa03ed28e502f33f2ca8c1ce19a'Clément Bœsch
2017-04-26Merge commit '86157e6db2c7a9222f77fa7e7f50fb9aebc3aa81'Clément Bœsch
2017-04-09avcodec/hevcdec: remove duplicate extradata parsing functionJames Almer
2017-04-06lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme
2017-04-03hevc: only write to max_ra and pocTid0 in the first slice.Ronald S. Bultje
2017-03-29hevc: initialize no_rasl_output_flag in hevc_frame_start().Ronald S. Bultje
2017-03-24Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer
2017-03-23Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'James Almer
2017-03-23Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153'James Almer
2017-03-23Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer
2017-03-23Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch
2016-12-19hevcdec: do not set decoder-global SPS prematurelyAnton Khirnov
2016-12-14hevc: decouple calling get_format() from exporting the SPS parametersAnton Khirnov
2016-11-30hevc: Eliminate pointless variable indirectionDiego Biurrun
2016-11-08hevc: Support extradata changes from multiple stsdVittorio Giovara
2016-11-08hevc: Allow parsing external extradata buffersVittorio Giovara
2016-11-08hevc: Move hevc_decode_extradata before frame decodingVittorio Giovara
2016-10-21hevc: move the SliceType enum to hevc.hAnton Khirnov
2016-10-21hevc: factor out a repeated conditionAnton Khirnov
2016-10-16hevcdec: move parameter set parsing into a separate headerAnton Khirnov
2016-10-16hevcdec: split ff_hevc_diag_scan* declarations into a separate headerAnton Khirnov