diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-21 21:59:06 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-21 21:59:06 +0000 |
commit | ee0981ac738559430eae0715b9ebc04237283ba9 (patch) | |
tree | ff105ad12a150f73ad577f3ce4d2d0a332a16f5f | |
parent | 94cebc5641db4e8219168b1c5eac49a9059907ce (diff) | |
download | ffmpeg-ee0981ac738559430eae0715b9ebc04237283ba9.tar.gz |
cabac bytestream optimization from x264
Originally committed as revision 8776 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |