summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 17:28:24 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 17:28:24 +0200
commitabd68bd5e0a4dd2c6b417b8fbfbbbeeccb69f00f (patch)
tree17dc4a7a7afcd768ac079bedec5d42b578043519
parentd8728d7219ceb91d9bddda4064d91f83558b44b7 (diff)
downloadxine-lib-abd68bd5e0a4dd2c6b417b8fbfbbbeeccb69f00f.tar.gz
xine-lib-abd68bd5e0a4dd2c6b417b8fbfbbbeeccb69f00f.tar.bz2
Add use of xine_xcalloc to the TODO list.
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7b41e27cf..1745fa97a 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,8 @@ For 1.3 series
For 1.2 series
==============
+- Security-Related: start using xine_xcalloc rather than xine_xmalloc when
+ the number of elements is not a build-time constant.
- mimetype-based demuxer selection, solves the effects of shoutcast's bug;
- Doxygen API documentation for both internal and public functions;
- removal of (deprecated) software deinterlacers from video output plugins;