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