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-07-27lavc/hevc_refs: exclude current frame from long term refsXu Guangxin
2022-07-27lavc/hevcdec: do not let missing ref frames invovled in dpb processXu Guangxin
2022-07-27lavc/hevc_refs: fix dpb logical for IRAPXu Guangxin
2022-07-09avcodec/hevc_refs: Constify ff_hevc_get_ref_list()Andreas Rheinhardt
2022-03-16avcodec/hevc_refs: don't use the frame's AVBufferRef sizes when initializing ...James Almer
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-09avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-10-15avcodec/hevcdec: apply H.274 film grainNiklas Haas
2020-06-08hevc_refs: reduce code duplication in find_ref_idx()Anton Khirnov
2020-05-27lavc/hevc_refs: Fix the logic of find_ref_idx()Xu Guangxin
2019-08-11avcodec/hevc_refs: Optimize 16bit generate_missing_ref()Michael Niedermayer
2018-05-10avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointerTimo Rothenpieler
2018-05-09avcodec/hevc: remove videotoolbox hackAman Gupta
2017-09-29avcodec/videotoolbox: add hevc supportAman Gupta
2017-06-15avcodec/hevc_refs: Check nb_refs in add_candidate_ref()Michael Niedermayer
2017-05-26avcodec/hevcdec: export cropping information instead of handling it internallyJames 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-03-24Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer
2017-03-23Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'James Almer
2017-03-23Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer
2017-03-23Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch
2016-10-21hevc: move the SliceType enum to hevc.hAnton Khirnov
2016-10-16hevcdec: move parameter set parsing into a separate headerAnton Khirnov
2016-10-16hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov
2016-10-16hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov
2015-09-20hevc: properly handle no_rasl_output_flag when removing pictures from the DPBHendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-07-13Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0'Michael Niedermayer
2015-07-12Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'Michael Niedermayer
2015-07-12hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov
2015-07-12hevc: remove HEVCContext usage from hevc_psAnton Khirnov
2015-03-21avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLAMichael Niedermayer
2015-01-27Merge commit '1dd021929f8157b88529ce1e6ab6351dd2899e89'Michael Niedermayer
2015-01-27hevc: reindent after previous commitHendrik Leppkes
2015-01-27hevc: add hwaccel hooksHendrik Leppkes
2015-01-27hevc: reindent after previous commitHendrik Leppkes
2015-01-27hevc: add hwaccel hooksHendrik Leppkes
2015-01-27hevc: clear unused refs on failureAnton Khirnov
2014-12-10avcodec/hevc_refs: fix potential use of uninitialized min_idxMichael Niedermayer
2014-08-09hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov
2014-07-28hevc: fix skip_flagMickaël Raulet
2014-07-26hevc: add support for bumping processMickaël Raulet
2014-07-11Merge commit '458e7c94830d1522997e33a0b5e87bd709e8a349'Michael Niedermayer
2014-07-11hevc: implement pic_output_flag handlingGildas Cocherel
2014-05-15Revert "avcodec/hevc: fix outputted AVFrame.key_frame"Michael Niedermayer
2014-05-14avcodec/hevc: fix outputted AVFrame.key_framePeter Kovář