Kevin Squire
Kevin Squire
It seems that the only way to get the error to go away is to push a new commit to each of these branches. Simply opening and closing the PR...
I was going to try to review this finally tonight, but it got too late here, so I'll try to do it first thing tomorrow.
Seems quite reasonable to me. This package doesn't receive much attention, so 1. please feel free to submit a PR 2. bump the PR if you don't get a quick...
@ararslan, for consistency, that sounds good! However... the original purpose of `lt` and `Base.Order` was to allow specialization of functions for different comparison functions, since it used to not be...
It sounds interesting, but (as you can tell by the response time), there is a dearth of people to actually review such code. I would encourage you to create a...
Triangulation probably fits more in with camera calibration (e.g., https://github.com/peterkovesi/ImageProjectiveGeometry.jl). Cc: @peterkovesi
@timholy, re: triangulation, makes sense, thanks!
> @kmsquire. I have been running and testing through the AVOptions in ffmpeg and there is obviously quite a few. However, since audio is not a priority right now and...
Addressing your second question first: it would certainly be easier to support only the latest version of ffmpeg/libav. However, the main reason I went the more complicated route is that...
Hopefully, the files under `ffmpeg` and `libav` are mostly create once--at least the auto-generated parts. For the others, some rearrangement/consolidation is probably possible, and may be worthwhile, e.g., for files...