From a54dceb26af072d049c3f3f003f2a4ab0df26987 Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Tue, 31 May 2011 03:10:35 +0200 Subject: Merge remote-tracking branch 'ffmpeg-mt/master' * ffmpeg-mt/master: Update todo The maximum buffer size needs to be 33, not 32 merged-by: Michael Niedermayer --- mt-work/todo.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mt-work') diff --git a/mt-work/todo.txt b/mt-work/todo.txt index 678d213d8c..861013da87 100644 --- a/mt-work/todo.txt +++ b/mt-work/todo.txt @@ -23,8 +23,9 @@ 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 conformance sample MR3_TANDBERG_B.264 has problems (allocated picture overflow). -- One 10-bit sample has problems. +- 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 -- cgit v1.2.3