[FFmpeg-devel] [PATCH] Add MediaFoundation wrapper

Paul B Mahol onemda at gmail.com
Sat Apr 1 14:59:13 EEST 2017


On 4/1/17, wm4 <nfxjfg at googlemail.com> wrote:
> Can do audio decoding, audio encoding, video decoding, video encoding,
> video HW encoding. I also had video HW decoding, but removed it for now,
> as thw hwframes integration wasn't very sane.
>
> Some of the MS codecs aren't well tested, and might not work properly.
> ---
>  configure              |   34 +
>  libavcodec/Makefile    |    1 +
>  libavcodec/allcodecs.c |   23 +
>  libavcodec/mf.c        | 1950
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/mf_utils.c  |  693 +++++++++++++++++
>  libavcodec/mf_utils.h  |  200 +++++
>  6 files changed, 2901 insertions(+)
>  create mode 100644 libavcodec/mf.c
>  create mode 100644 libavcodec/mf_utils.c
>  create mode 100644 libavcodec/mf_utils.h
>

Missing dshow, vfw and so on support.


More information about the ffmpeg-devel mailing list