aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mfenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mfenc: expose more properties of the media foundation encoderMark Samuelson2024-04-021-6/+27
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-18/+18
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-2/+2
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-0/+4
* avcodec/mfenc: fix double-free on init failureCameron Gutman2023-01-311-1/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/mfenc: set variable frame size flag.Gyan Doshi2022-06-201-9/+14
* mfenc: Use dlopen instead of LoadLibrary for loading mfplat.dllMartin Storsjö2022-05-281-3/+4
* avcodec/mfenc: Dynamically load MFPlat.DLLTrystan Mata2022-05-251-9/+84
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* mf: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avcodec/mfenc: remove usage of avctx->pkt_timebaseJames Almer2021-08-061-2/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mfenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-171-2/+3
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-22/+36
* mfenc: Avoid including codecapi.h, fix building in UWP mode with clangMartin Storsjö2020-05-271-3/+3
* mfenc: Remove an unused includeMartin Storsjö2020-05-271-3/+1
* mfenc: Fall back to avctx->time_base if avctx->framerate isn't setMartin Storsjö2020-05-221-1/+9
* mfenc: Fix setting has_b_frames for max_b_frames == 1Martin Storsjö2020-05-221-1/+1
* avcodec: Add MediaFoundation encoder wrapperwm42020-05-191-0/+1192