Where do I find info on using the DLLs in my own project?
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?
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.