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 B7A1045032 for ; Wed, 28 Dec 2022 17:00:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1078868B9EC; Wed, 28 Dec 2022 19:00:07 +0200 (EET) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 91C3768AF32 for ; Wed, 28 Dec 2022 19:00:00 +0200 (EET) Received: by mail-ej1-f51.google.com with SMTP id gh17so39633750ejb.6 for ; Wed, 28 Dec 2022 09:00:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=Hd0l1MFJv+e+o1GCm+9sreO/ZEzhUcWXpJekGxJVZDM=; b=TYUcsqVb4r5PIaVlNRMcj2EmHlTuDKPhD7mGZUqS1Ercc8kwaIGbKisfmiPvSoCLpU O6J434r6Rju9f/DGpFXRTtEXXjwub4aoU/BMq3MykHt+XPfmRWAL3J9ahURQtsIdrGMS FxsUTPsHbbBOU1RVd44YeNAiNrC/W46xrAbuvq+ZyL74O2Dfvoo2AV/LCtMHFzjTYnGf t+DL2zKznkvt4KlzlSAPZBaa4ntBa5Ltr4EIr016Pr/p7dSOrpElyhi8S8cXK1Qrf3aL rwpDXivMyHfijLPJU4X9Pltw9/YAYShPIHhUngdj2EHPUGZgwhF0AjOJS3sXzBlZNc9f 5ZAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Hd0l1MFJv+e+o1GCm+9sreO/ZEzhUcWXpJekGxJVZDM=; b=r51zdrSQD0OlDnqxOvl/iuja5AGZm98NCNv/lZtt7Z2yOZw5ofpcWqHM1K9evQjpdf IwwLr6itIxfPtkB/8fC2RxY03cuUZxBX8rm6IxFS7/eJ7URo4WLddeTuFpO6qSL7U63k wqRVFj0epSLbzxQdL19wI1mHr35lJ5cqF7w2iFQbdu70OjVt8EdNndelxKwL8tZXtqRs 1/sOFqZXjrkyfEfahYjvfTxM86wbjW15CbmNC+/mQVtYptaIKcU8jOPpCWwBxKnzPyPs ntuumT/3+Zo0gpTIS9A7ysmdor7mDiKz0dTsr9AgRrLAvltBKgcUkJLQvuKxgncRXFGj eqhw== X-Gm-Message-State: AFqh2kreyJdAYbH5uHg5WD0w41tCfZjrHVbfByVhA+OmWi3Rco6Nap2B ZlJ9DbmioyuZw7CFbqs1if7U6vw7sfsAYcnHBZtcRZ5EyTg= X-Google-Smtp-Source: AMrXdXvicXl78vP5NAkiN6cP2BOsQRMHCQT9zH8CRenCi3w1phiG6AX/Stqg1bvQyv5d0B8NFppt/peVA/+TjwMC6tk= X-Received: by 2002:a17:907:90d7:b0:7c0:f20c:2f64 with SMTP id gk23-20020a17090790d700b007c0f20c2f64mr1430595ejb.230.1672246799401; Wed, 28 Dec 2022 08:59:59 -0800 (PST) MIME-Version: 1.0 References: <20221227214033.GS3806951@pb2> In-Reply-To: From: Mark Gaiser Date: Wed, 28 Dec 2022 17:58:49 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] Would a crypto file be acceptable? 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: On Wed, Dec 28, 2022 at 5:30 PM Nicolas George wrote: > Mark Gaiser (12022-12-28): > > > Ok, that made me laugh :) > > I did not write that. And that feels rude. > > > Please correct me as I'm probably wrong. > > But where did anyone say that there was a working alternative solution > that > > did not require customizing how ffmpeg is used? > > Like disabling safe. > > Heuristics to not require safe in cases where it is quite safe would be > much more acceptable than a redundant ad-hoc format. > That works for me. But is that feasible? My thinking is that you'd need to parse the entire file (the concat thing) to know if it is safe or not. > > -- > Nicolas George > _______________________________________________ > 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". > _______________________________________________ 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".