From patchwork Fri Aug 7 13:36:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 21524 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 B72EE44BA21 for ; Fri, 7 Aug 2020 16:42:51 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8F8C568B8AC; Fri, 7 Aug 2020 16:42:51 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5AB0D68B01D for ; Fri, 7 Aug 2020 16:42:45 +0300 (EEST) Received: by mail-wm1-f68.google.com with SMTP id p14so1782570wmg.1 for ; Fri, 07 Aug 2020 06:42:45 -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; bh=q92lEcdEOWR7FrjO6zMJbI0qdtSzcueGMkkL35YLOiA=; b=sBDt5/SV+5o6FJ4F1CvFqx6R8hXRnrGoxwHLDLY6Xqf6T9H2qrH34hHN/yW4nUbpqG DqPDE5uU2dgY7uv67tbvSyZ0gQzP7iW/57dzMCai6lP/Rb2/m9AfX9MF345LZTI7nZSU NLo6u1JIaecO7rh/E2GUlA9O6nly6PgJ+p+elpo5DmH1u97qp5vPEcyrSm2raqzuvalz eGFxkWVemNfKJEeJmycrtxGUCqvJ1X8mRQL1PQwfpa0IJaC14A4LIas+OMVUxd+WwumQ /red23q2l8AHBl2o0NOnujQz+VO4XFRTJqmgpBKvupMvvcoY0zc5G5zWA2lRi9TfCPOZ sxkw== 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; bh=q92lEcdEOWR7FrjO6zMJbI0qdtSzcueGMkkL35YLOiA=; b=TbeH94fmITSCqtVVYP11HEOt6f7SOiK0srcMY3uCKPhbfseGvgEonCKvEFeMiqVtDj r2TCFrlEytsrJJo3pAIMy3yd8MC6OGJg+J05G1dVuHRhbfVetGcX7Hc9hO6rMRWzSAPY lUAT/1O5Zuh7gVvgMS94PsbEgCFe3VFjKgdc1iuD5fbbNFN5H+Xzg2Iu4CCDT1OWRFTE vVsetRmFnkLhMiH1e6xYmy54XVCgG+0mfgZI96tottIve/HfKNTYMxAuJx5+VO4GFSum okVbgNndAcU4q38sxWipA9VwM7CPco1q+xDYgzQJ8YHPDE1wDqzFk3I8cupgsDipzxHc kF7g== X-Gm-Message-State: AOAM531ZrM6JOCITpBurHbMqfdVXMZhfAMwRfGtGOd/vO6364MqJUvEg jDJ+hOLc2+lKytCKFnK5q5ZtCB4D X-Google-Smtp-Source: ABdhPJzCWrP6nhAu1ANKl6Xo3Q1xYsLHcFivue8umH+snAKAvnqqyRQydBFWQLNzO17lsBlDOa9m4g== X-Received: by 2002:a1c:286:: with SMTP id 128mr12145919wmc.37.1596807421069; Fri, 07 Aug 2020 06:37:01 -0700 (PDT) Received: from localhost.localdomain ([49.51.162.193]) by smtp.gmail.com with ESMTPSA id o30sm10513063wra.67.2020.08.07.06.37.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2020 06:37:00 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Aug 2020 21:36:55 +0800 Message-Id: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 2.7.4 Subject: [FFmpeg-devel] [PATCH 1/3] doc/filters: update filter buffer/abuffer interface file name 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 , tomajsjiang MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: tomajsjiang Update filter buffer/abuffer interface file name, from libavfilter/{vsrc|asrc_buffer.h} to libavfilter/buffersrc.h Signed-off-by: Jun Zhao Signed-off-by: tomajsjiang --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 561aa98..d8cd450 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5798,7 +5798,7 @@ Below is a description of the currently available audio sources. Buffer audio frames, and make them available to the filter chain. This source is mainly intended for a programmatic use, in particular -through the interface defined in @file{libavfilter/asrc_abuffer.h}. +through the interface defined in @file{libavfilter/buffersrc.h}. It accepts the following parameters: @table @option @@ -22232,7 +22232,7 @@ Below is a description of the currently available video sources. Buffer video frames, and make them available to the filter chain. This source is mainly intended for a programmatic use, in particular -through the interface defined in @file{libavfilter/vsrc_buffer.h}. +through the interface defined in @file{libavfilter/buffersrc.h}. It accepts the following parameters: From patchwork Fri Aug 7 13:36:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 21525 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 B31AA44BA3B for ; Fri, 7 Aug 2020 16:43:11 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 93A9868B91F; Fri, 7 Aug 2020 16:43:11 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0340D68B01D for ; Fri, 7 Aug 2020 16:43:05 +0300 (EEST) Received: by mail-wm1-f67.google.com with SMTP id c19so8728749wmd.1 for ; Fri, 07 Aug 2020 06:43:04 -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=Gf924U5JWcCqeYFL3UFNGl9QreE2SjMX2ra8HoDF45E=; b=k/Iiwlvn4k3jDb348Ti08SooU89/fcuuybvIcZVePrjk9R/iqV4Bt8fU0a322Rg0zv nGl34UctFFHhcjQjiw6eawW3PrD9AmNWFDGuQMsEzP82irOifEVHQjeSjeyIpCeg7Iud kGb+/wpMM4naeqn/IDdOQyndqQBGOnVZvbypKJgGRD5g5t/zXfUEHJWRsQR2iPTbVilW uIu79GZINsQfnh7R6/k3HJp46kjs4+j8hpuq3/Wo1NxO4fitV6cI2tOPW/DssmKDphPO 20Z9LZBvYZIFggh3p6eQtqdHPh+DxYAgw8/GVMm5FEs+0zOEtZw8Diyj8DvlRpoUJR/C HBTA== 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=Gf924U5JWcCqeYFL3UFNGl9QreE2SjMX2ra8HoDF45E=; b=HHL7zCBmi26ovo5247mxgcncQP/9Mi8yZaKTzhPPT0yDumcZ64xpHS8orI0J5UuMNb t3jxwgV1jprQliH8wG2WrMZZnrjqJo1KAKxV3it0G6WNqpzb4d9yGU8VSQklmksbGGqc UAkpofj5VdA/F5CmugjG0BLu3XF2G/7s/FrOYDHCPJoQn5SIQU9h/2VfxpORtO6+YrfZ IQgeyCTm2f0LB9ISdvLKMuEm+rgGKz7YLDH6l5mRBcNs/l/SwNbTUL+t760KD0kn5Bkf HxCrm1Zh8gtfV3pROAMtmUplWdZhHbnp5U2289hFpkzKyiGgsfxMLXEpqvQrjfo6q3Ox MB7w== X-Gm-Message-State: AOAM533OxRt++/Pj3/8T0Ujrbwfrc4GYqYzUijQ/Nj1AQRv9ExvXpe1q 8FiuFlhxEWCIZzmk94vRBUhosDCk X-Google-Smtp-Source: ABdhPJzp8PC6nspWCFVllG+78EwnaS1U9Rh9SzPZXl5g3kpP66FZmejVV7A1C3vZWZe6AnbZSb8tzg== X-Received: by 2002:a1c:26c4:: with SMTP id m187mr12621319wmm.90.1596807421657; Fri, 07 Aug 2020 06:37:01 -0700 (PDT) Received: from localhost.localdomain ([49.51.162.193]) by smtp.gmail.com with ESMTPSA id o30sm10513063wra.67.2020.08.07.06.37.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2020 06:37:01 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Aug 2020 21:36:56 +0800 Message-Id: <1596807417-17766-2-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> References: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH 2/3] doc/fftools-common-opts: fix typo (name => named) 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 fix typo (name => named) Signed-off-by: Jun Zhao --- doc/fftools-common-opts.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index f339e0d..acdaa26 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -107,11 +107,11 @@ Print detailed information about the muxer named @var{muxer_name}. Use the @option{-formats} option to get a list of all muxers and demuxers. @item filter=@var{filter_name} -Print detailed information about the filter name @var{filter_name}. Use the +Print detailed information about the filter named @var{filter_name}. Use the @option{-filters} option to get a list of all filters. @item bsf=@var{bitstream_filter_name} -Print detailed information about the bitstream filter name @var{bitstream_filter_name}. +Print detailed information about the bitstream filter named @var{bitstream_filter_name}. Use the @option{-bsfs} option to get a list of all bitstream filters. @end table From patchwork Fri Aug 7 13:36:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 21526 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 7FCFF44BDC8 for ; Fri, 7 Aug 2020 17:06:02 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 574A868B8E7; Fri, 7 Aug 2020 17:06:02 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C3E9B68B8AB for ; Fri, 7 Aug 2020 17:05:55 +0300 (EEST) Received: by mail-lj1-f195.google.com with SMTP id w14so2344976ljj.4 for ; Fri, 07 Aug 2020 07:05:55 -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=FZizxGbV2aFcFDyl6wnXSTFPTNluG5iOu+OYiluYP6I=; b=A7hVWX0IXPOQJ60RziO0Hl5bDYX6ubD5m30mrPWn6tFTn3172jv6gJxKlfpIJ4QHvA xUGxppzka4yKk23FSEK++J0wxIyN7ZoXY5EaRkeLZFPC+eR6UVTkCMPsBShS25Vxitt+ TKEf6KN41af2l8N5eGYimH3j7ymn1sxB3CLT1Gsy58LSDaYm7QS+suIOlfhcLGvjlZNm 0SaJbIhLiQxSp2KPGqBejMHRm4LWGcLDflZsatM3ESfw/QofBNje/uL2iE6qzJwVMDJR Z7rLJ1zLaa9HqWA+SXX9PmGbtbcS1gKW13/j/KYOHBe6zHwTw+cZHKfmqAmS6/cnxgD+ wKlA== 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=FZizxGbV2aFcFDyl6wnXSTFPTNluG5iOu+OYiluYP6I=; b=HvvW0iUmOTZQYikqGpiIhxQFJVUrdiOv8ZYoIzPqAhlj5oxQBSkA84YbCo6XQb5jQg JLRtifyC/abZdInXymHyLecS+b3tUtYuDyZSmLCupsgaXju/U9hJypZDJAUUeRLVSn4i cjcUk/d3hQNM1evAmtt63/a2LsFzRF0fGt8NIz3xTp2gHkLXUTcwN+6FCg3Hhz1K8g4Z nNbX/LUahD1AdtlOrlcghblMkMPMoIPhnTKc1XnbgRzRYXNcJIqX0cZWYcU1LQfrmark JvdZEtr3w5vIa4+52R6vhQuLbR6EufpQdn+0EirvKSaOgvh3STS52ZN4e/6AgufIrNK5 NRbA== X-Gm-Message-State: AOAM533e/WyJq8G4/1yeE+mId21yPJ8txBA9UoY+2uDsIaSgFcXYcnH6 DNNW/7MJvoJvbYExp+Ocg5XhrVUa X-Google-Smtp-Source: ABdhPJy8CnQQjEfo5z70eZocl/15cd1PNyEafAv4WoLMRXCU3DnYunr77Pg+0SaeUahxqyOTzctqmA== X-Received: by 2002:adf:e98c:: with SMTP id h12mr11889879wrm.3.1596807422471; Fri, 07 Aug 2020 06:37:02 -0700 (PDT) Received: from localhost.localdomain ([49.51.162.193]) by smtp.gmail.com with ESMTPSA id o30sm10513063wra.67.2020.08.07.06.37.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2020 06:37:01 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Aug 2020 21:36:57 +0800 Message-Id: <1596807417-17766-3-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> References: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH 3/3] doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name 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 document ffmpeg -h protocol=protocol_name Signed-off-by: Jun Zhao --- doc/fftools-common-opts.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index acdaa26..2c94eae 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -113,6 +113,10 @@ Print detailed information about the filter named @var{filter_name}. Use the @item bsf=@var{bitstream_filter_name} Print detailed information about the bitstream filter named @var{bitstream_filter_name}. Use the @option{-bsfs} option to get a list of all bitstream filters. + +@item protocol=@var{protocol_name} +Print detailed information about the protocol named @var{protocol_name}. +Use the @option{-protocols} option to get a list of all protocols. @end table @item -version