X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/b6e5174d97570ec5b740b8288e56c19cd51f5517..e92eacd8960854b239d698bf05b97f6089a478c6:/TODO diff --git a/TODO b/TODO index 4faf8e1..1ce3068 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ -- Document the API with Doxygen. -- Support more than one am7xxx device at a time. -- Generate language bindings in order to use libam7xxx from other languages. -- Handle signals in picoproj and do the proper cleanup +- Get rid of atoi() +- Write a GStreamer sink element based on libam7xxx. +- Generate language bindings in order to use libam7xxx from other languages + (this may not be necessary if the GStreamer sink works well enough). +- If there will ever be an API breakage, consider using more portable types + (e.g. off_t for file sizes, size_t for counters, etc.)