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-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
2021-02-20avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_configWonkap Jang
2021-01-14avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIGWonkap Jang
2020-10-02avcodec/libvpxenc: add missing FF_API_ERROR_FRAME checkJames Almer
2020-07-22avcodec/libvpxenc: use pix_fmt descriptors where usefulJames Zern
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-05-23libavcodec/libvpxenc: Don't free user-provided AVPacketAndreas Rheinhardt
2020-02-11avcodec/libvpxenc: add a way to explicitly set temporal layer idWonkap Jang
2020-02-03avcodec/libvpxenc: add VP9 temporal scalability encoding optionWonkap Jang
2020-01-07avcodec/libvpxenc,cosmetics: prefer sizeof(var)James Zern
2020-01-01avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parametersMarton Balint
2019-11-09avcodec/libvpxenc,cosmetics: fix a typoJames Zern
2019-11-06avcodec/libvpxenc: only allocate alpha U/V planes on size changesMarton Balint
2019-11-06avcodec/libvpxenc: fix alpha strideMarton Balint
2019-10-08Change libvpxenc default to crf=32.elliottk
2019-09-20avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9Guo, Yejun
2019-05-12lavc/libvpxenc: remove redundant condition checkJun Zhao
2018-12-25avcodec/libvpxenc: add VP8/9 sharpness config optionRene Claus
2018-11-19libvpxenc,cosmetics: fix { placementJames Zern
2018-11-19avcodec/libvpxenc: add VP8 temporal scalability config optionsArd Oerlemans
2018-11-16avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads.Chirag Lathia
2018-11-10libvpxenc: extend auto-alt-ref rangeJames Zern
2018-11-10libvpxenc,vp9: add enable-tpl optionJames Zern
2018-05-22avcodec/libvpxenc: fix setting amount of threads used for encodingJames Almer
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-29libvpxenc,vp9: add corpus-complexity optionJames Zern
2017-11-21libvpxenc: remove pre-1.4.0 checksJames Zern
2017-11-17lavc/libvpxenc: add tune-content optionJames Zern
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-04-29libvpxenc: allow aq-mode 4 (equator360)James Zern
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2017-03-15Merge commit 'b183abfb5b6366b177cf44f244c66156257a6fd6'Clément Bœsch
2017-03-06lavc/libvpxenc: add -row-mt optionKagami Hiiragi
2016-12-13libvpxenc: Don't spam level errors for VP8 encodesAlex Converse
2016-11-28libvpxenc: Report encoded VP9 levelAlex Converse
2016-11-22libvpxenc: Support targeting a VP9 levelAlex Converse
2016-10-22lavc/libvpxenc: fix -auto-alt-ref option typeKagami Hiiragi
2016-09-17lavc/libvpxenc: Avoid vp8 transparency encoding with auto-alt-ref.Carl Eugen Hoyos
2016-07-23vpx: Support color rangeLuca Barbato
2016-07-22libvpxenc,cosmetics: rename common fns vp8 -> vpxJames Zern
2016-07-13libvpx: Enable vp9 alpha encodingVignesh Venkatasubramanian
2016-02-23libvpxenc: quiet unused-variable warningJames Zern
2016-02-19lavc/libvpx: Reindent after last commit.Carl Eugen Hoyos
2016-02-19lavc/libvpx: Fix support for RGB colorspace.Carl Eugen Hoyos
2016-02-19lavc/libvpx: Fix high-bitdepth pix_fmts on big endian.Carl Eugen Hoyos
2016-02-07libvpxenc: Allow setting tune parameterTimothy Gu
2016-01-28Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis
2016-01-28Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'Derek Buitenhuis
2016-01-21lavc: Move noise_reduction to codec private optionsVittorio Giovara