On Sunday 2020-07-05 19:21, James Almer wrote: >> 8 files changed, 1163 insertions(+), 44 deletions(-) > >The list of functions is incomplete. After a quick look, you're for >example missing av_map_videotoolbox_format_* in libavutil.[..] >This is another issue that i don't know if you considered, and that's >the fact currently some symbols may not present depending on configure >time options, build environment, and target system. Videotoolbox is of >course not available for you unless you're targeting OSX.
An alternative to building an initial list from `nm` is to visually work through the function declarations in .h files. This also requires knowing which of those get installed to /usr/include and which constitute private headers. I am sure you are more capable of knowing which ones are which; I have only worked with ffmpeg source for a day. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".