summaryrefslogtreecommitdiff
path: root/libavcodec/mfenc.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* avcodec/mfenc: fix double-free on init failureCameron Gutman2023-01-31
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/mfenc: set variable frame size flag.Gyan Doshi2022-06-20
* mfenc: Use dlopen instead of LoadLibrary for loading mfplat.dllMartin Storsjö2022-05-28
* avcodec/mfenc: Dynamically load MFPlat.DLLTrystan Mata2022-05-25
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* mf: convert to new channel layout APIJames Almer2022-03-15
* avcodec/mfenc: remove usage of avctx->pkt_timebaseJames Almer2021-08-06
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mfenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-18
* mfenc: Avoid including codecapi.h, fix building in UWP mode with clangMartin Storsjö2020-05-27
* mfenc: Remove an unused includeMartin Storsjö2020-05-27
* mfenc: Fall back to avctx->time_base if avctx->framerate isn't setMartin Storsjö2020-05-22
* mfenc: Fix setting has_b_frames for max_b_frames == 1Martin Storsjö2020-05-22
* avcodec: Add MediaFoundation encoder wrapperwm42020-05-19