openh264 icon indicating copy to clipboard operation
openh264 copied to clipboard

Where do I find info on using the DLLs in my own project?

Open BenHut1 opened this issue 2 years ago • 1 comments

I want to implement h264 encoding/decoding in my own project, using the openh264 DLL. Unfortunately there's no .h file that contains the definitions of the functions that are exported from the DLL. So I have no idea how to actually use the DLL. Also most of your documents found at https://github.com/cisco/openh264/tree/master/docs/doxygen give a 404 error when I attempt to access them. As a result, I've been effectively blocked from using the DLL, even though I have access to the DLL. Did MPEG LA break off their license agreement with you, and tell you that you needed to stop providing the DLL in a manner that would support new projects (and only continue to provide it for continued operation of old projects like Firefox), and so you were forced to take down your documentation for the DLL?

BenHut1 avatar Apr 03 '23 03:04 BenHut1

Unfortunately there's no .h file that contains the definitions of the functions that are exported from the DLL. Please refer to codec/api/wels and you can find several header files.

huili2 avatar Apr 20 '23 01:04 huili2