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
2021-11-29lavc/hevcdec: support all color formats in videotoolbox hwaccelrcombs
2021-11-17avcodec/hevcdec: Export Dolby Vision RPUs as side dataDerek Buitenhuis
2021-10-15avcodec/hevcdec: apply H.274 film grainNiklas Haas
2021-10-08avcodec/hevcdec: set the film grain property if presentLimin Wang
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-06avcodec/hevc_sei: parse and export Film Grain Characteristics SEI messagesJames Almer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-02-12avcodec/hevcdec: fix a return error valueJames Almer
2021-02-11avcodec/hevcdec: add some missing allocation checksJames Almer
2021-02-11avcodec/hevcdec: check that the local context list was allocated before deref...James Almer
2021-01-04avcodec/hevcdec: fix stat_coeff save/load for persistent_rice_adaptation_enab...Xu Guangxin
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-12-10avcodec/hevcdec: dynamic allocate sList and HEVClcListNuo Mi
2020-12-06avcodec/hevc_sei: add support for HDR10+ metadataMohammad Izadi
2020-10-15avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offsetMichael Niedermayer
2020-09-28hevcdec: use av_buffer_replace() to simplify codeAnton Khirnov
2020-09-23avcodec/hevcdec: sync User Data Unregistered SEI buffers across threadsJames Almer
2020-09-23avcodec/hevcdec: sync SEI derived AVCodecContext fields across threadsJames Almer
2020-09-13avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoderMarton Balint
2020-07-10avcodec/hevcdec: Add VDPAU to list of supported formatsManojGuptaBonda
2020-07-09avcodec/hevcdec: add timecode metadataLimin Wang
2020-06-28avcodec/hevcdec: create AVFrame side data from HEVC timecodes like H.264Limin Wang
2020-06-24avcodec/hevc: export chroma sample locationHendrik Leppkes
2020-06-15avcodec/hevc_sei: add support for user data unregistered SEI messageLimin Wang
2020-05-27lavc/hevc: Add poc_msb_present filed in LongTermRPSXu Guangxin
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2020-02-24lavc/hevcdec: add 4:2:2 8-bit/10-bit VAAPI decode supportLinjie Fu
2020-01-17lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman
2019-12-21avcodec/hevcdec: keep closed captions in sync between multiple thread contextsJames Almer
2019-12-20avcodec/hevc_sei: switch to AVBufferRef buffer for a53 captionLimin Wang
2019-09-16avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer
2019-09-16avcodec/hevcdec: repeat character in skipedMichael Niedermayer
2019-08-13avcodec/hevcdec: Check delta_luma_weight_l0/1Michael Niedermayer
2019-07-14avcodec/hevcdec: set the SEI parameters early on the AVCodecContextSteve Lhomme
2019-05-05avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda
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
2019-02-16avcodec/nvdec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale
2019-01-24h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt
2018-12-01avcodec/hevcdec: Check for overlapping slicesMichael Niedermayer
2018-08-10lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.Jun Zhao
2018-05-27lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame.Carl Eugen Hoyos
2018-03-03avcodec/hevcdec: Declare that nvdec supports 12bit decodingPhilip Langdale
2018-02-19avcodec/hevcdec: Check luma/chroma_log2_weight_denomMichael Niedermayer
2018-01-21avcodec/hevcdec: use ff_hevc_uninit_parameter_sets()James Almer
2017-12-21libavcodec/hevcdec: implement skip_framesfan5