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-11vaapi_encode: Move block size calculation after entrypoint selectionMark Thompson
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-01-04avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-17avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer()James Almer
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames 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-06-13vaapi_encode_mjpeg: fix bad component id bugU. Artie Eoff
2019-02-26vaapi_encode_mjpeg: Use common quality optionMark Thompson
2019-02-26libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2019-01-24vaapi_encode: Convert to send/receive APIMark Thompson
2018-10-27vaapi_encode: Add flag to mark encoders supporting only constant-qualityMark Thompson
2018-09-23vaapi_encode_mjpeg: Mark as intra-onlyMark Thompson
2018-09-23vaapi_encode_mjpeg: Use CBS to store parameters and write headersMark 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: Clean up rate control configurationMark 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_mjpeg: Move common structure into contextMark Thompson
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-22vaapi_encode: Check packed header capabilitiesMark Thompson
2016-11-22vaapi_encode: Refactor initialisationMark Thompson
2016-09-29vaapi_encode: Check packed header capabilitiesMark Thompson
2016-09-29vaapi_encode: Refactor initialisationMark Thompson
2016-05-11Merge commit '92fdea37477b5a2d1329e5ef0773e24473fa8f12'Derek Buitenhuis
2016-05-09Merge commit '83f230c2445a94fdd94c66504482217fcece5909'Derek Buitenhuis
2016-04-15vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson
2016-03-30lavc: VAAPI MJPEG encoderMark Thompson