From patchwork Fri Oct 4 13:36:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 15500 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id C5BB444A714 for ; Fri, 4 Oct 2019 17:01:41 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9B1D7687F3A; Fri, 4 Oct 2019 17:01:41 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 588C3680019 for ; Fri, 4 Oct 2019 17:01:35 +0300 (EEST) Received: by mail-pg1-f196.google.com with SMTP id d26so3810170pgl.7 for ; Fri, 04 Oct 2019 07:01:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=HWjL0vP0deNp6pNnaaKFjFxnRRooQNtgxU0pgQX/wDU=; b=QQ3U/7VLO4dw1RNYf41axyhtlb3eKDWkAV6z72u2r/fffpZ9W1hDyVY8hsBkmtJm0D HL5j7/OyzOuI09fp4HFbv0IIBJOg8upjhg83LEXI9avE9y4mbUI55m3VYfvTT6oY1dag LMgasMaylHWn9bwz4trP3I3SoU/nyDnCLRfLXLkYwJPTDnb455ogG2LvOTcwAfJX7kxz HyX9MTOm0iNQOl5BupGD6WGHG8dCYVuzCTXED5WY/GfOxMX6HK4G+o7A57P2QcQCjyAI K303cHL8SM9c/PVYlH+1aWvVF5hV/Go45N96NMKF72Vz/gr36dOyIb+ApBjpoRf9tQRm hJ2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HWjL0vP0deNp6pNnaaKFjFxnRRooQNtgxU0pgQX/wDU=; b=XGeZpGEkF4BhHoKy8hcC1zgYVE2phLGPhrpE34mMae/UWSktNE7t9FjFXG8NOsIohm ckAjP/timXxikHc964gtkagAjLBubMQFoU+1fMeJv3WceRulCF26ZHy4shqcdp+0nhn7 hJvd6riFzHwaGiE8U/s6NbbBS3UCAbbjgJeJz/WeJohaTbjBKtltK0soRz249cuPmDKL Up0RsdxBy4V+fKP3tgZzdMKPOBF3BhxBEJ4Tt7BxxUfq4ywSjJ8BM6nzQTlj+UZnmbOk xZiNrLv8eaGkBk1o3D3WE/jyJJ4Bqf+WdfWBy7csWTsXtPfjtvdoHPtbI+AQfSjwyUvD 5f8g== X-Gm-Message-State: APjAAAVTZXsWBl9Rl7HyWFxc82v7KA/AefReVJKI067p9HKU6w59t3Ox 62kpav1sTziIgc7NQNKSLCQMg+Sn X-Google-Smtp-Source: APXvYqzZIgP0iAVksbxj/z4H6T/OP9PXVv6YiAIDSkTbEhCbDWn+yRTzIrIJaZ4ubvKoTAee7V5NHA== X-Received: by 2002:aa7:9d8d:: with SMTP id f13mr17521361pfq.196.1570196226187; Fri, 04 Oct 2019 06:37:06 -0700 (PDT) Received: from localhost.localdomain ([47.90.47.25]) by smtp.gmail.com with ESMTPSA id t12sm4684394pjq.18.2019.10.04.06.37.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Oct 2019 06:37:05 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Fri, 4 Oct 2019 21:36:55 +0800 Message-Id: <1570196215-10418-3-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1570196215-10418-1-git-send-email-mypopydev@gmail.com> References: <1570196215-10418-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH V1 3/3] doc/codecs: Update documentation for flags/flags2 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Jun Zhao MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Jun Zhao Update documentation for flags/flags2 Signed-off-by: Jun Zhao --- doc/codecs.texi | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/codecs.texi b/doc/codecs.texi index 0d0de94..15e55cc 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -55,6 +55,7 @@ Do not draw edges. @item psnr Set error[?] variables during encoding. @item truncated +Input bitstream might be randomly truncated. @item drop_changed Don't output frames whose parameters differ from first decoded frame in stream. Error AVERROR_INPUT_CHANGED is returned when a frame is dropped. @@ -79,6 +80,8 @@ Deprecated, use mpegvideo private options instead. Apply interlaced motion estimation. @item cgop Use closed gop. +@item output_corrupt +Output even potentially corrupted frames. @end table @item me_method @var{integer} (@emph{encoding,video}) @@ -760,14 +763,12 @@ Set noise reduction. Set number of bits which should be loaded into the rc buffer before decoding starts. -@item flags2 @var{flags} (@emph{decoding/encoding,audio,video}) +@item flags2 @var{flags} (@emph{decoding/encoding,audio,video,subtitles}) Possible values: @table @samp @item fast Allow non spec compliant speedup tricks. -@item sgop -Deprecated, use mpegvideo private options instead. @item noout Skip bitstream encoding. @item ignorecrop @@ -781,6 +782,10 @@ Show all frames before the first keyframe. @item export_mvs Export motion vectors into frame side-data (see @code{AV_FRAME_DATA_MOTION_VECTORS}) for codecs that support it. See also @file{doc/examples/export_mvs.c}. +@item skip_manual +Do not skip samples and export skip information as frame side data. +@item ass_ro_flush_noop +Do not reset ASS ReadOrder field on flush. @end table @item error @var{integer} (@emph{encoding,video})