263 Commits (95d1052fba671d6c4ab6727a6905a637d03211c7)

Author SHA1 Message Date
Andreas Rheinhardt a5fcd97801 avcodec/libvpxenc: Avoid unused-variable warning if VP9 enc is disabled 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Andreas Rheinhardt 8d1093a784 avcodec/libvpxenc: Remove obsolete av_unused 9 months ago
Andreas Rheinhardt 1093b40218 avcodec/libvpxenc: Only search for side data when intending to use it 10 months ago
James Almer 67e7f0b05e avutil: remove deprecated FF_API_REORDERED_OPAQUE 10 months ago
Dariusz Marcinkiewicz 86367be5ef lavc/libvpxenc: add screen-content-mode option 11 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 11 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 12 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
James Almer 0231df505d avcodec/utils: move ff_add_cpb_side_data() to encoder code 1 year ago
Marton Balint f983303af4 avcodec: fix misleading indentation warnings after ticks_per_frame deprecation 1 year ago
David Lemler 357a863299 lavc/libvpxenc: prevent fifo from filling up 2 years ago
Anton Khirnov 7d1d61cc5f lavc: deprecate AVCodecContext.ticks_per_frame 2 years ago
Anton Khirnov f618004bc1 lavc/libvpxenc: send frame durations to the encoder 2 years ago
Anton Khirnov ae95c87e64 lavc/libvpxenc: drop FrameListData.duration 2 years ago
Anton Khirnov 942fb48c38 lavc/libvpxenc: handle queue desync more gracefully 2 years ago
Anton Khirnov 62a241e505 lavc/libvpxenc: drop a useless condition 2 years ago
Anton Khirnov 5bda4ec6c3 lavc/libvpxenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE 2 years ago
Anton Khirnov 7141a37e2f lavc/libvpxenc: rename hdr10_plus_fifo and related objects 2 years ago
Anton Khirnov 31fc61fb0c lavc/libvpxenc: reindent 2 years ago
Anton Khirnov f367aa5db6 lavc/libvpxenc: drop frame_number 2 years ago
James Almer 52a0852ae6 libavcodec/libvpxenc: move libvpx-vp9 init_static_data function to the only place it's used 2 years ago
OvchinnikovDmitrii c13d959343 lavc/libvpx: increase thread limit to 64 2 years ago
Marvin Scholz 3000cf7a57 avcodec/libvpxenc: use av_dict_iterate 2 years ago
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