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-22avcodec/libvpxenc: add -min-gf-intervalJames Zern
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-24avcodec/libvpxenc: use av_fast_realloc() to resize the stats bufferJames Almer
2022-08-24avcodec/libvpx: fix assembling vp9 packets with alpha channelJames Almer
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-05-12avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt
2022-04-06avcodec/libvpxenc: enable dynamic max quantizer reconfigurationDanil Chapovalov
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/libvpxenc: avoid unnecessary variable shadowingJames Almer
2022-04-05avcodec/libvpxenc: return quantizer parameter for an encoded frameDanil Chapovalov
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-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-07lavc/libvpxenc: remove unneeded context variableAnton Khirnov
2022-02-07lavc/libvpxenc: switch to the new FIFO APIAnton Khirnov
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-09avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-06-24avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi
2021-06-14lavc/libvpxenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou
2021-05-23avcodec/libvpxenc: Avoid one level of indentationAndreas Rheinhardt
2021-05-23avcodec/libvpxenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec: Remove private options from AVCodecContextAndreas 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
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