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 042094377B for ; Thu, 28 Jul 2022 14:50:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BF31C68B9C2; Thu, 28 Jul 2022 17:50:14 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D268F68B8E9 for ; Thu, 28 Jul 2022 17:50:06 +0300 (EEST) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 3668343649 for ; Thu, 28 Jul 2022 16:50:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1659019806; bh=WbmDXsH9FfFFHzm8tbB6Y9qt6yGy/PLRbvy1IZpvUX4=; h=From:To:Subject:Date:From; b=lPuMDX/qiKRYW8VnhlVdFq8K4nR6FLhOgp/CgJ7dZrOtr0D7PMlDzu4QE2+SAPCPM k0ugSYAAXXR/RDF6wluYMW1aKT6rDaFucYsSjXT3q0G/jyAzCkqn9ISnfiT/BnLrXv muvOkjtJgHajwT862SGj7c/ztIrA2retgLQjzInA= From: Niklas Haas To: ffmpeg-devel@ffmpeg.org Date: Thu, 28 Jul 2022 16:49:55 +0200 Message-Id: <20220728145002.102600-1-ffmpeg@haasn.xyz> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v4 0/7] ICC profile support in avcodec 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-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: This tidies up the previous patchset slightly and adds the necessary user-facing bits to make it actually usable, plus tests. Will merge this soon since there was no additional feedback on v3. Changes in v4: - add the "icc_profiles" option to "flags2", and document it - fix the corresponding check in avcodec/decode.c - add FATE test for the new functionality Changes in v3: - switch from `int icc_profiles` to a new AV_CODEC_FLAG2 to avoid ABI break - rebased onto master and fixed merge conflicts Changes in v2: - remove unnecessary import - fixed assignment-instead-of-equality - fixed #ifdef -> #if _______________________________________________ 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".