From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 169FF43601 for ; Mon, 18 Jul 2022 21:29:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6117A68B9D7; Tue, 19 Jul 2022 00:29:39 +0300 (EEST) Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6579B68B59C for ; Tue, 19 Jul 2022 00:29:33 +0300 (EEST) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-10d4691a687so12075004fac.10 for ; Mon, 18 Jul 2022 14:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=21RqTB/M5mgbrgUWlf6Rluh7m19vbQcTgXX8Z0KhcNE=; b=dWPChEDlLQ5NKV+b930W0KGToa52PofZwmpc2Sk48Cw98VMkCRlwgxLXbHm8O4t3NL RnxSN5jwxMNXG+CP/cKT+2OxnetoQKyh/dcUBhtArI9nFqGTfMOHXzZBclA3HBvnsAKU ZOh0o7u4Jmm4bI8YEa+674oHMKUWlEC3CGXdESEXZJP1I1P3fMEQPitADJY/i8y4uXtp OalZvQU24yQkO9zpjP9d6ExoM1vmzppaPTPi8xgBg9prPQ5LE9gajPoqwu4dLpH6nb+W gfQOqdbWhFmdWKT08PPabWxr+2OYLbKrHoxURG/6k7jFjTwZv+SZojf/qzjcW2OBR2zC awJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=21RqTB/M5mgbrgUWlf6Rluh7m19vbQcTgXX8Z0KhcNE=; b=FAxIj/L3JCkf9UN2zEdmbYSBvJGmjMFlQqnfBlRKPet895OOnmA2wE26i6UhI/HWfS 1LXK9l+nidhY8O9DDw5m8aQ+e2NIBpJGUhHpPhJMAqJEwz1p0WCm2cZgN15YkA63T0gJ XnwtP9j/jEOTHJnmA1Ej+f5UT5MJiQvOihhQK2ykXBhkM/oEqhu5qSc8d959MiDNSkWo 7zvOeApIuXer6g+rBboB4LtuEkyMQYRAH4QeeAximfXxbcSeU+53wQE7K4QqyM0tK/oe zajdBMyglGAUEeQYwidtioAlTIJfuX32sp+PcCZrVVpQ3wAbwu29l0yYJb+wLGoabMDA 8/TA== X-Gm-Message-State: AJIora95l2urRYOu0AliTpUV1wpgjgDQTKN71mRCdWEc+1AaB25K0Ud2 l6KID5YUmPj9h4UI3tH9qrpEH93Q2AB4KQ== X-Google-Smtp-Source: AGRyM1t/9r1OgojQjQgOCC+6mlkD36Tu8G1urMqbxxvVP++c1Qw8H8vy++jb5mnDBQ4/viBG52znSw== X-Received: by 2002:a05:6808:2194:b0:335:bf75:40a2 with SMTP id be20-20020a056808219400b00335bf7540a2mr14170601oib.185.1658179770996; Mon, 18 Jul 2022 14:29:30 -0700 (PDT) Received: from [192.168.0.11] ([186.136.131.204]) by smtp.gmail.com with ESMTPSA id n45-20020a4a9570000000b0042313f42b26sm5317786ooi.39.2022.07.18.14.29.29 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Jul 2022 14:29:30 -0700 (PDT) Message-ID: <3f9009f6-f8bb-0ff4-cb02-e931587e2983@gmail.com> Date: Mon, 18 Jul 2022 18:29:32 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <7132588d-a8c2-6d23-4c9e-ac7539866cdb@gmail.com> <20220718180540.15070-1-anton@khirnov.net> From: James Almer In-Reply-To: <20220718180540.15070-1-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH] lavc: add API for exporting reconstructed frames from encoders X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 7/18/2022 3:05 PM, Anton Khirnov wrote: > --- > doc/APIchanges | 5 +++++ > libavcodec/avcodec.c | 12 ++++++++++++ > libavcodec/avcodec.h | 20 ++++++++++++++++---- > libavcodec/codec.h | 8 ++++++++ > libavcodec/decode.c | 4 +--- > libavcodec/decode.h | 5 +++++ > libavcodec/encode.c | 25 +++++++++++++++++++++++++ > libavcodec/encode.h | 5 +++++ > libavcodec/internal.h | 8 ++++++++ > libavcodec/options_table.h | 1 + > libavcodec/version.h | 2 +- > 11 files changed, 87 insertions(+), 8 deletions(-) > > diff --git a/doc/APIchanges b/doc/APIchanges > index 4e218af94e..b50fece404 100644 > --- a/doc/APIchanges > +++ b/doc/APIchanges > @@ -14,6 +14,11 @@ libavutil: 2021-04-27 > > API changes, most recent first: > > +2022-07-xx - xxxxxxxxxx - lavc 59.40.100 - avcodec.h codec.h > + Add AV_CODEC_FLAG_RECON_FRAME and AV_CODEC_CAP_ENCODER_RECON_FRAME. > + avcodec_receive_frame() may now be used on encoders when > + AV_CODEC_FLAG_RECON_FRAME is active. > + > 2022-07-xx - xxxxxxxxxx - lavu 57.30.100 - frame.h > av_frame_make_writable() may now be called on non-refcounted > frames and will make a refcounted copy out of them. LGTM _______________________________________________ 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".