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
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-20hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov
2017-05-09hevcdec: remove HEVCContext usage from hevc_seiJames Almer
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-29hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignmentMartin Storsjö
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
2017-01-31golomb: Convert to the new bitstream readerDiego Biurrun
2017-01-19hevc: Mark as having threadsafe initDerek Buitenhuis
2017-01-12hevcdec: export cropping information instead of handling it internallyAnton Khirnov
2017-01-09hevcdec: add P010 support for D3D11VASteve Lhomme
2016-12-19hevcdec: add a VAAPI hwaccelAnton Khirnov
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
2016-10-16hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov
2016-10-16hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov