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-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16libavcodec: Split version.hMartin Storsjö
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-17avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer()James Almer
2021-01-21cbs_h2645: Merge SEI message handling in common between codecsMark Thompson
2021-01-21h264: Use common SEI typesMark Thompson
2021-01-21cbs_h2645: Merge SEI messages in common between codecsMark Thompson
2020-11-03vaapi_encode_h264: Fix setting colour propertiesMark Thompson
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-05-04lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encodersLinjie Fu
2020-04-26lavc/vaapi_encode: Add hardware config metadataMark Thompson
2019-07-29vaapi_encode: Add ROI supportMark Thompson
2019-06-03vaapi_encode: Refactor encode misc parameter buffer creationMark Thompson
2019-03-27lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin
2019-02-26vaapi_encode_h264: Enable support for more RC modesMark Thompson
2019-02-26vaapi_encode: Do not zero access unit structuresMark Thompson
2019-02-26libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2019-01-24vaapi_encode_h264: Support more complex reference structuresMark Thompson
2019-01-24vaapi_encode: Convert to send/receive APIMark Thompson
2018-11-19vaapi_encode_h264: Reduce SAR to valid rangeMark Thompson
2018-10-27vaapi_encode_h264: Enable multiple-slice supportMark Thompson
2018-09-23cbs_h264: Fix default value for max mv lengthsMark Thompson
2018-09-23vaapi_encode_h264: Set level based on stream if not set by userMark Thompson
2018-09-23vaapi_encode_h26[45]: Make the AUD option a booleanMark Thompson
2018-09-23vaapi_encode_h264: Properly set constraint flagsMark Thompson
2018-09-23vaapi_encode: Clean up the packed header configurationMark Thompson
2018-09-23vaapi_encode: Clean up the GOP structure configurationMark Thompson
2018-09-23vaapi_encode: Add support for max QP in rate controlMark Thompson
2018-09-23vaapi_encode: Clean up rate control configurationMark Thompson
2018-09-23vaapi_encode: Clean up the encode quality configurationMark Thompson
2018-09-23vaapi_encode: Add common options between all encodersMark Thompson
2018-09-23vaapi_encode: Choose profiles dynamicallyMark Thompson
2018-08-27vaapi_encode: Remove common priv_data and options fieldsMark Thompson
2018-08-27vaapi_encode_h264: Move options and common structures into contextMark Thompson
2018-05-04vaapi_encode_h264: Take VAAPIEncodeH264Context::sei_needed as an ORed valueHaihao Xiang
2018-02-22Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson
2018-02-21cbs: Refcount all the things!Mark Thompson
2018-02-21cbs: Allocate the context inside the init functionMark Thompson
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-07vaapi_h264: Add named options for setting profile and levelMark Thompson
2017-12-05vaapi_h264: Add named options for setting profile and levelMark Thompson
2017-12-02vaapi_h264: Fix VUI max_dec_frame_bufferingJun Zhao
2017-11-16Merge commit 'ff007e30d8d45ba1ff2b2a4615f1cd5bafb50626'Mark Thompson