summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-04-21 21:59:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-04-21 21:59:06 +0000
commitee0981ac738559430eae0715b9ebc04237283ba9 (patch)
treeff105ad12a150f73ad577f3ce4d2d0a332a16f5f /doc/TODO
parent94cebc5641db4e8219168b1c5eac49a9059907ce (diff)
cabac bytestream optimization from x264
Originally committed as revision 8776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 996ce31775..81dddcbcb9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -89,3 +89,4 @@ unassigned TODO: (unordered)
- extract PES packetizer from PS muxer and use it for new TS muxer
- implement automatic AVBistreamFilter activation
- port libavformat/sgi.c (now removed) to new image format API
+- make cabac encoder use bytestream (see http://trac.videolan.org/x264/changeset/?format=diff&new=651)