It would be great if an option to receive input in yv12
or yuy2 encoding could be added to dv_encode_full_frame
one way or the other. The compile time option is good,
but I am trying to play avi files or dvd throug libdv,
and it seems they come in both flavours.
Another thing, that would be cool is, if all the
dependencies on autoconf (e.g HAVE_LIBPOPT, HAVE_GCC,
etc) could be removed from dv_types.h. The problem is
that when the library was built, autoconf was correct,
but for whoever is linking with it this might not be
correct anymore (e.g. currently it is very hard to ship
'meaningful' binaries of libdv, because once I build my
project, which also uses config.h, dv_types.h does not
really correspond to libdv.so anymore).