Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Zhao Zhili <quinkblack-at-foxmail.com@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: Zhao Zhili <zhilizhao@tencent.com>
Subject: [FFmpeg-devel] [PATCH RFC 0/6] MP4 editlist and HEVC decoder
Date: Tue, 18 Mar 2025 20:58:24 +0800
Message-ID: <tencent_4F40F79A859F25AB544E1C70172D469AAF08@qq.com> (raw)

From: Zhao Zhili <zhilizhao@tencent.com>

Fix #11510

#11510 revealed multiple issues related to mp4 demuxer, hevc decoder
and videotoolbox.

1. mp4 demuxer output packets have rewind due to editlist,

POC		 POC
916 -----------> 944

then rewind back to

916 -----------> 944 942

2. Both POC 916 and POC 944 are CRA nalu, so no flush on output.

3. When decoding POC the second time, POC still inside DPB buffer.

Patch 1/6 fix videotoolbox which shouldn't reset when confronted with
    ReferenceMissingErr

Patch 2/6 is trial.

Patch 3/6 allow duplicated POC in DPB buffer. I'm not quite sure the
side effect.

Patch 4 to 6 add a flag to indicate the start of a new sequence, so
the decoder can flush on output. I know it looks suspicious, please
comment.

There are more general stream rewind issues to be resolved.

Zhao Zhili (6):
  avcodec/vt: Don't restart decoder when confronted with
    ReferenceMissingErr
  avformat/mov: generalize sgpd_sync index lookup
  avcodec/hevc: Don't drop packet with duplicate POC
  avcodec/packet: Add AV_PKT_FLAG_NEW_SEQUENCE flag
  avformat/mov: Notify new sequence at the start of editlist
  avcodec/hevc: Check AV_PKT_FLAG_NEW_SEQUENCE and flush pictures out

 libavcodec/hevc/hevcdec.c |  3 +++
 libavcodec/hevc/refs.c    |  4 ++--
 libavcodec/packet.h       | 10 ++++++++++
 libavcodec/videotoolbox.c | 10 ++++++----
 libavformat/avformat.h    |  2 ++
 libavformat/mov.c         | 21 ++++++++++++++-------
 6 files changed, 37 insertions(+), 13 deletions(-)

-- 
2.46.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

             reply	other threads:[~2025-03-18 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-18 12:58 Zhao Zhili [this message]
2025-03-18 13:07 ` Zhao Zhili

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tencent_4F40F79A859F25AB544E1C70172D469AAF08@qq.com \
    --to=quinkblack-at-foxmail.com@ffmpeg.org \
    --cc=ffmpeg-devel@ffmpeg.org \
    --cc=zhilizhao@tencent.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git