summaryrefslogtreecommitdiff
path: root/libavcodec/mfenc.c
Commit message (Expand)AuthorAge
* 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