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-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated coder type optionsAndreas Rheinhardt
2021-03-16lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2020-08-05lavc/libopenh264enc: use framerate if availableJun Zhao
2020-05-13lavc/libopenh264enc: Add coder option to replace cabacLinjie Fu
2020-05-13lavc/libopenh264enc: Allow specifying the profile through AVCodecContextLinjie Fu
2020-05-13lavc/libopenh264enc: Rewrite profile handlingLinjie Fu
2020-04-29lavc/libopenh264enc: set slice_mode option to deprecatedLinjie Fu
2020-04-29lavc/libopenh264enc: prompt slice number changing inside libopenh264Linjie Fu
2020-04-29lavc/libopenh264enc: add bit rate control select supportLinjie Fu
2020-04-29lavc/libopenh264enc: add default gop size and bit rateLinjie Fu
2020-04-29lavc/libopenh264enc: Add qmin/qmax supportLinjie Fu
2020-04-10lavc/libopenh264enc: fix the if-else coding styleLinjie Fu
2018-11-13avcodec/libopenh264enc: fix class_nameTobias Rapp
2018-11-05libopenh264enc: Handle sample_aspect_ratioValery Kot
2018-04-05avcodec/openh264enc.c: generate IDR frame in response to I frame pict_typeValery Kot
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-02Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer
2017-06-12Convert all AVClass struct declarations to designated initializers.Diego Biurrun
2017-03-31Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6'James Almer
2016-11-18Merge commit '7a76371437f9562c3414f985523f883489e3936a'Hendrik Leppkes
2016-11-18Merge commit '2d097c16b833c532ac974a7f1fd05c0a1f3b7675'Hendrik Leppkes
2016-11-13Drop pointless void* castsDiego Biurrun
2016-10-07Merge commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4'Hendrik Leppkes
2016-07-27libopenh264: Support building with the 1.6 releaseMartin Storsjö
2016-07-27Add an OpenH264 decoder wrapperMartin Storsjö
2016-07-15libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUPMartin Storsjö
2016-07-15libopenh264enc: Return a more sensible error code in some init failure pathsMartin Storsjö
2016-07-09libopenh264: Support building with the 1.6 releaseMartin Storsjö
2016-06-28Add an OpenH264 decoder wrapperMartin Storsjö
2016-06-24libopenh264enc: Fix inconsistent whitespaceMartin Storsjö
2016-04-17Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis
2016-03-23Move const qualifier before type nameDiego Biurrun
2016-01-31Merge commit '936f0d98f864f9f6bb4f9e5458b78537e146bacd'Derek Buitenhuis
2016-01-21lavc: Move rtp_payload_size to codec private optionsVittorio Giovara
2015-12-18Merge commit '81c95eb8eee856d98d4ac37367dbc761f2faf875'Hendrik Leppkes
2015-12-18Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes
2015-12-17Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes
2015-12-16lavc/libopenh264: apply minor options text consistency fixesStefano Sabatini
2015-12-08openh264: Directly include the deprecation guards headerLuca Barbato
2015-12-07lavc: Deprecate coder_type and its symbolsVittorio Giovara
2015-12-06libopenh264enc: export CPB props side dataAnton Khirnov
2015-11-06libopenh264enc: Set AVOption data typeMichael Niedermayer
2015-10-31avcodec/libopenh264enc: use AV_OPT_TYPE_BOOL for allow_skip_frames optionClément Bœsch
2015-10-31avcodec/libopenh264enc: AV_OPT_TYPE_STRING should use .str defaultMichael Niedermayer
2015-10-31avcodec/libopenh264enc: Fix project nameMichael Niedermayer
2015-10-31avcodec/libopenh264enc: set .i64 for AV_OPT_TYPE_INTMichael Niedermayer
2015-10-29Merge commit '8edaf625f3c38c695c33745822182e94e17d6e1b'Hendrik Leppkes
2015-10-29Merge commit '9e14a992409348630ea96521411127418a92e8a3'Hendrik Leppkes