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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel