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 7119640BAE for ; Sat, 5 Feb 2022 03:16:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AC4EA68B2EA; Sat, 5 Feb 2022 05:16:50 +0200 (EET) Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A0F8068B1DB for ; Sat, 5 Feb 2022 05:16:43 +0200 (EET) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1644031002; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/1ivD0h9Lm31ifQ2Qo/UnmwLNszl+f8Pv7AyFZ0Z+cQ=; b=Uw2GifhQTHpuxYgH512Y+XTHbHvZsrOEy5bd4a4X8eig8699CDVPxmUpX2fdqkcjYCAGD8 X9vSJqoyPJ77o4HYKHxM5mj4/u2+WrwJYmfWCFyNKSCnb1L5DYXDXAKzd4729TM0b2PqJQ Q1Ctaw8HsV/vUPbzG/TVWIi2i4+OiCnzoOTXOF1wOFKwNZkAIyCKOjpDsotAgHJx141Fwl Ld6o0KpC5q/vL0aZzt6Of3ILY4YORv9u1aCN1e66IK5LlxFuCw2Nu+ZKFnvmN5Uo3GmYzO RTojWn6RLEIGeouVV3S2t+uWqdDL6+DYhP4saUkYTILZkL50r+stLVNAtWbrQg== Date: Sat, 5 Feb 2022 13:16:40 +1000 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zane van Iperen In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: zanevaniperen.com Subject: Re: [FFmpeg-devel] Refactoring UUID functionality 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 21/1/22 03:45, Pierre-Anthony Lemieux wrote: > Hi all, > > It was recently suggested that UUID functionality in the codebase > could be refactored into a single library. > > Below is short explainer. > > I would appreciate your review/feedback before I/we start writing code. > > Best, > > -- Pierre > I have no complaints, the approach looks good. From what Pierre, Lynne, and myself discussed privately, basically the plan is to: * Rip out uuid_{un,}parse() from libuuid into av_uuid_{un,}parse(), and * Use it to dedup the existing ad-hoc UUID handling littered around the place. _______________________________________________ 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".