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 95AFB43CB5 for ; Fri, 5 Aug 2022 03:59:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8689D68B9EE; Fri, 5 Aug 2022 06:59:31 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2F3D668B9EE for ; Fri, 5 Aug 2022 06:59:24 +0300 (EEST) Received: from authenticated-user (mail.overt.org [157.230.92.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id 4075C3F6B5; Thu, 4 Aug 2022 22:59:22 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1659671962; bh=M1j0D3oLlvkUeBNalWRDwaJGqSZmEdIGwV6qXyg8N9I=; h=From:To:Cc:Subject:Date:From; b=KbJZchDXqyPQmnjOp72BEmUCBjutHak0X+L9+yiKR9deLcZL1dTVWtrx5EY8DppIw 4I0sTtNq8cg4oUOW2YfCwB0U3SoTH/3nsLrjCaibeb52ADNMMp6iODcAjXDVAHJ6Zh lVwx0ELEWb+ubCweRgbf8lHTsOPaMAyG1mnAfVy8tPZ1nDb9ndB9Pzg+IekQ3b3PRL 13HoI5vvv3qB7lyTHFIpUaBy8oYTHL+IpR2BF8BHNUdokUTo1ghXJKpIZ/1c5QhB6p OiGJLpQ/pgVLjwwgJWv6eBxfJN62u7/kMlKHpSrqYQiCsvxm6favr3cFhIvhbVnghx PWlF5RKQc5Lsg== From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Date: Thu, 4 Aug 2022 20:59:02 -0700 Message-Id: <20220805035904.59799-1-philipl@overt.org> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 0/2] lavc/vaapi: More 4:4:4 changes 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 Cc: Philip Langdale Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: jamrial sent me off down a rabbit hole when he asked me to test his swscale change, and here are the results. Philip Langdale (2): lavc/vaapi_decode: add missing flag when picking best pixel format lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9 libavcodec/vaapi_decode.c | 1 + libavcodec/vaapi_encode.c | 1 + libavcodec/vaapi_encode_h265.c | 2 ++ libavcodec/vaapi_encode_vp9.c | 2 ++ 4 files changed, 6 insertions(+) -- 2.34.1 _______________________________________________ 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".