[RFC 0/2] Refactor FileSchemeHandler and add stub MPEG4ByteStreamHandler.

Derek Lesho dlesho at codeweavers.com
Fri Jan 17 13:25:55 CST 2020


I'm submitting these patches as RFCs as I'm new to this API, and I'm
not sure about the best way to abstract functionality in COM classes
when using C.

Derek Lesho (2):
  mf: Move generic handler to code to helper functions.
  mf: Implement stub MPEG4 ByteStream handler.

 dlls/mf/Makefile.in  |   2 +
 dlls/mf/handler.c    | 360 +++++++++++++++++++++++++++++++++++++++++
 dlls/mf/main.c       | 371 +++++--------------------------------------
 dlls/mf/mf.idl       |   7 +
 dlls/mf/mf.rgs       |   7 +
 dlls/mf/mf_private.h |  26 +++
 dlls/mf/mpeg4.c      | 149 +++++++++++++++++
 7 files changed, 593 insertions(+), 329 deletions(-)
 create mode 100644 dlls/mf/handler.c
 create mode 100644 dlls/mf/mpeg4.c

-- 
2.25.0




More information about the wine-devel mailing list