[FFmpeg-devel] [PATCH v3 0/1] avcodec/mf: implemented Media Foundation wrapper

Paweł Wegner pawel.wegner95 at gmail.com
Mon Nov 12 15:42:35 EET 2018


I renamed mf.c to mfenc.c and left only the encoders for now.
This lowered the line count of the biggest file to 1242, don't 
know how to split this up more for now.

MF is now autodetected.

The commit message now contains the origin of the code.

HWContext stuff removed.

Paweł Wegner (1):
  avcodec: implemented Media Foundation encoder wrapper

 configure              |   11 +
 libavcodec/Makefile    |    1 +
 libavcodec/allcodecs.c |    5 +
 libavcodec/mf_utils.c  |  734 ++++++++++++++++++++++++
 libavcodec/mf_utils.h  |  207 +++++++
 libavcodec/mfenc.c     | 1242 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 2200 insertions(+)
 create mode 100644 libavcodec/mf_utils.c
 create mode 100644 libavcodec/mf_utils.h
 create mode 100644 libavcodec/mfenc.c

-- 
2.17.1



More information about the ffmpeg-devel mailing list