Message ID | cover.bfe197a82766125bea21dd26fd3de85893a921ac.1554380592.git-series.maxime.ripard@bootlin.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 199891390 for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 4 Apr 2019 12:24:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0051E28A6E for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 4 Apr 2019 12:24:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E816228A74; Thu, 4 Apr 2019 12:24:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6ED7828A6E for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 4 Apr 2019 12:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=i/oa28N5PHc6iCfbtP2JAlIC4ESn2/fDJojXJLmUHcM=; b=qayyVSU2RMtR+x cY+kmJhERfWvg3L+YyYgDo+dBYIgBi1dhnvS8QRtJfSeiePEjnvy5AsE6apjNrV8YGUuXgNp4aoKG 1pmCbOaL97z9WOKMwmVNFShuq1sTZt5zjIvVHbBrhf6Eq0MCSbbnXAeegkOGFxNHD3l6bm1OEdMAc i7KhnnXZFtA0bbU9fyzNR9NXjlEZVcS0T3It4XU5iueGxuB2e/qMJ1gxSNWrLRc8wavHPysnFo0BA w/sY8piKs6cQzwHjqZzGgwWWBXbJLK+VZJzo7s+pGdn4CqfrPDTSvFTMsv54/OqHS1dKOBjmTeiYL TT2+FjwpKEFNAvzyJCUw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hC1Pn-0002cY-5D; Thu, 04 Apr 2019 12:24:19 +0000 Received: from relay11.mail.gandi.net ([217.70.178.231]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hC1Pk-0002bg-0A for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2019 12:24:18 +0000 Received: from localhost (aaubervilliers-681-1-89-125.w90-88.abo.wanadoo.fr [90.88.30.125]) (Authenticated sender: maxime.ripard@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 868F0100013; Thu, 4 Apr 2019 12:24:01 +0000 (UTC) From: Maxime Ripard <maxime.ripard@bootlin.com> To: hans.verkuil@cisco.com, acourbot@chromium.org, sakari.ailus@linux.intel.com, Laurent Pinchart <laurent.pinchart@ideasonboard.com> Subject: [PATCH v6 0/2] media: cedrus: Add H264 decoding support Date: Thu, 4 Apr 2019 14:23:57 +0200 Message-Id: <cover.bfe197a82766125bea21dd26fd3de85893a921ac.1554380592.git-series.maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190404_052416_343574_FB9C6BC2 X-CRM114-Status: GOOD ( 18.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: jonas@kwiboo.se, Maxime Ripard <maxime.ripard@bootlin.com>, jenskuske@gmail.com, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, jernej.skrabec@gmail.com, tfiga@chromium.org, Paul Kocialkowski <paul.kocialkowski@bootlin.com>, Chen-Yu Tsai <wens@csie.org>, posciak@chromium.org, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, nicolas.dufresne@collabora.com, ezequiel@collabora.com, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
media: cedrus: Add H264 decoding support
|
expand
|