238 Commits (3241e9225c7adfb2d8d24cfd05a7a8db8ddbd023)

Author SHA1 Message Date
James Zern bd7d69fe35 avcodec/libvpxenc: add -min-gf-interval 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
James Almer 57041bb7b5 avcodec/libvpxenc: use av_fast_realloc() to resize the stats buffer 2 years ago
James Almer 9c7a8a8546 avcodec/libvpx: fix assembling vp9 packets with alpha channel 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 3 years ago
Andreas Rheinhardt c19797bf59 avcodec/internal: Hide stuff only used by the core decode API 3 years ago
Danil Chapovalov 706f12992d avcodec/libvpxenc: enable dynamic max quantizer reconfiguration 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
James Almer cc6c5ff201 avcodec/libvpxenc: avoid unnecessary variable shadowing 3 years ago
Danil Chapovalov 53fd2d2203 avcodec/libvpxenc: return quantizer parameter for an encoded frame 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 9ef4b6699b lavc/libvpxenc: remove unneeded context variable 3 years ago
Anton Khirnov 4b066b53b2 lavc/libvpxenc: switch to the new FIFO API 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Adam Chelminski 715f63232f avcodec/libvpxenc: Apply codec options to alpha codec context 3 years ago
Andreas Rheinhardt 69f120ead7 avcodec/avcodec: Don't include cpu.h 4 years ago
Mohammad Izadi aca923b365 avcodec: Pass HDR10+ metadata to packet side data in VP9 encoder 4 years ago
Matthieu Patou fcb80aa289 lavc/libvpxenc: Show encoder config as a warning in case of failed initialization 4 years ago
Andreas Rheinhardt e099a29f5a avcodec/libvpxenc: Avoid one level of indentation 4 years ago
Andreas Rheinhardt 3280c6f938 avcodec/libvpxenc: Avoid copying data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Anton Khirnov 7d09579190 lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS 4 years ago
Anton Khirnov 8a129077cc lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap 4 years ago
Wonkap Jang 029e3c1c70 avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_config 4 years ago
Wonkap Jang 57dae5723f avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG 4 years ago
James Almer bd52b41444 avcodec/libvpxenc: add missing FF_API_ERROR_FRAME check 4 years ago
James Zern b5f1e057e1 avcodec/libvpxenc: use pix_fmt descriptors where useful 5 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
Andreas Rheinhardt 26b4509690 libavcodec/libvpxenc: Don't free user-provided AVPacket 5 years ago
Wonkap Jang f3bb59209f avcodec/libvpxenc: add a way to explicitly set temporal layer id 5 years ago
Wonkap Jang b93098253e avcodec/libvpxenc: add VP9 temporal scalability encoding option 5 years ago
James Zern 742221d339 avcodec/libvpxenc,cosmetics: prefer sizeof(var) 5 years ago
Marton Balint 9ac1066dc6 avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parameters 5 years ago
James Zern a605e9ad1e avcodec/libvpxenc,cosmetics: fix a typo 5 years ago
Marton Balint 6b54477072 avcodec/libvpxenc: only allocate alpha U/V planes on size changes 5 years ago
Marton Balint 4255032914 avcodec/libvpxenc: fix alpha stride 5 years ago
elliottk 14941d386a Change libvpxenc default to crf=32. 5 years ago
Guo, Yejun ecd026a48d avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9 5 years ago
Jun Zhao f82a02aa89 lavc/libvpxenc: remove redundant condition check 6 years ago
Rene Claus 6a8cc86963 avcodec/libvpxenc: add VP8/9 sharpness config option 6 years ago
James Zern e1f895838d libvpxenc,cosmetics: fix { placement 6 years ago
Ard Oerlemans 95107af314 avcodec/libvpxenc: add VP8 temporal scalability config options 6 years ago
Chirag Lathia d6b1248fc6 avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads. 6 years ago
James Zern 55e021f39b libvpxenc: extend auto-alt-ref range 6 years ago
James Zern 6d3890ee34 libvpxenc,vp9: add enable-tpl option 6 years ago