projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
am7xxx-play: fix an error message, we now use am7xxx_send_image_async()
[libam7xxx.git]
/
TODO
diff --git
a/TODO
b/TODO
index
3db48f2
..
4182cfc
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-1,3
+1,7
@@
+- 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).
- 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.)
+- uniform the style of if() checks in cmake files