summaryrefslogtreecommitdiffstats
path: root/mt-work
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2011-06-02 01:41:38 -0700
committerMichael Niedermayer <michaelni@gmx.at>2011-06-12 18:01:29 +0200
commit53781bf13e47d15f4d9964001af3894a72c513ee (patch)
tree06cb58d10c58c6a9b408c66fee1da6c48b5f3724 /mt-work
parent225083ac0a2feead04ddd7485b8693dd9c742379 (diff)
downloadffmpeg-streaming-53781bf13e47d15f4d9964001af3894a72c513ee.zip
ffmpeg-streaming-53781bf13e47d15f4d9964001af3894a72c513ee.tar.gz
Update todo
All the known bugs in h264 are fixed so I'm calling it done. (cherry picked from commit 9cec36a6845c17e90a8d0c2cf9b03a00987c31f0)
Diffstat (limited to 'mt-work')
-rw-r--r--mt-work/todo.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/mt-work/todo.txt b/mt-work/todo.txt
index 861013d..f64514f 100644
--- a/mt-work/todo.txt
+++ b/mt-work/todo.txt
@@ -23,9 +23,6 @@ field pictures in the same packet are not optimal. Modify the
nals_needed check so that the second field's first slice is
considered as needed, then uncomment the FIXME code in decode_postinit.
Ex: http://astrange.ithinksw.net/ffmpeg/mt-samples/PAFF-Chalet-Tire.mp4
-- The code added to shorten frame gaps (to avoid allocating more than 16 new frames)
-appears to be wrong by inspection. It does not handle prev_frame_num > frame_num,
-and "h->frame_num - h->sps.ref_frame_count - 1" should be "h->frame_num - h->sps.ref_frame_count".
mpeg4:
- Packed B-frames need to be explicitly split up
OpenPOWER on IntegriCloud