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 CB70E48D72 for ; Sat, 27 Jan 2024 00:47:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9939268D032; Sat, 27 Jan 2024 02:47:35 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 607D768CD4B for ; Sat, 27 Jan 2024 02:47:28 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 76113FF802 for ; Sat, 27 Jan 2024 00:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1706316447; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4eZAt+o4+3gYEEPLioB0LmTF/X/lwOtiUZfCwDyv4mQ=; b=NDEKsT0dP8RQpHqmEby2fK0d9N0fRhYhNl+2by1WzK6cRu/c7isns0HcFC4tspwkHz3mr+ HLyxaZMnNRfHBoN5IOGrIGtSY5CroefszamHCn1urwHy4eo2HDst/yg3Y8Vm8f4mLVOGS2 b4eEJVFBwiKkfBkAW6rKRvm8VyOw+ZY5SuOfiwWYAfF6WB5GrKvqZ7Lkq5wSHIM/2OnGoO 8r7Sb8W7DlX9WsBQ8ggXStyA65A3b44m07SH3W+j+SCIPcbD4Gg/17T62WhgobdUrAPDqA DrnwkOygfTn0gg+JkTIxq6TOM6gxohjkd1bT4fkkmhkdQ0Y4pP/7/03a/fEXUg== Date: Sat, 27 Jan 2024 01:47:26 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240127004726.GK6420@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/1] libavformat/rtpenc_jpeg.c: add support for the DRI marker 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: multipart/mixed; boundary="===============0348920425215790675==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0348920425215790675== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mgWFPybH2o/fNWu5" Content-Disposition: inline --mgWFPybH2o/fNWu5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 26, 2024 at 11:12:53AM -0700, Sebastien Cote wrote: > This patch adds support for the DRI marker in the JPEG RTP payloader. >=20 > --- > libavformat/rtpenc_jpeg.c | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) >=20 > diff --git a/libavformat/rtpenc_jpeg.c b/libavformat/rtpenc_jpeg.c > index e4e95931f4..60f56680e2 100644 > --- a/libavformat/rtpenc_jpeg.c > +++ b/libavformat/rtpenc_jpeg.c > @@ -33,6 +33,7 @@ void ff_rtp_send_jpeg(AVFormatContext *s1, const > uint8_t *buf, int size) patch corrupted by line breaks Applying: libavformat/rtpenc_jpeg.c: add support for the DRI marker error: corrupt patch at line 10 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live with honor in this world is to be what we pretend to be. -- Socrates --mgWFPybH2o/fNWu5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZbRSkQAKCRBhHseHBAsP qyqLAJ0dySa5NDz3V1dBPJCVnx3F5+ineQCfbkFOTRQTYjoVuMArs1tA2TJyyyk= =4Ph8 -----END PGP SIGNATURE----- --mgWFPybH2o/fNWu5-- --===============0348920425215790675== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============0348920425215790675==--