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 8C2794B142 for ; Thu, 4 Jul 2024 14:47:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9DCDE68DA6E; Thu, 4 Jul 2024 17:47:34 +0300 (EEST) Received: from mail-oa1-f44.google.com (mail-oa1-f44.google.com [209.85.160.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AC88F68D879 for ; Thu, 4 Jul 2024 17:47:27 +0300 (EEST) Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-250ca14422aso410135fac.0 for ; Thu, 04 Jul 2024 07:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1720104445; x=1720709245; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id:from :to:cc:subject:date:message-id:reply-to; bh=4eKH4ILQhHa4ijCEakuCJ1xBLEaIGlPXJPd7Idhe1tg=; b=CF9epIX+wv5Ltpzz9aC1ZbpSiMSP1yUb5EDBbKSEUibd8/NIAmKLC9rHo/S1ZeEJfT aR3tJZUXYAJ+hluhKx1ojqK3mv1jrLGCoEXAUD5xj6ISiH13w3wDgbKBUzU3FgTvQ1JV pIXbwv0GeqyohtCv9IChTzY+u5RMFtF/dGF527wQmJ9ZQyFe/Oa6c2gc3QibzuvOh9iw ROXYxpH7zHScA9jmCaqe6X9ewHJZYJe11dNZMGEarA83UaHYwleUAl2/jpfP6shPXLYl Yz1rdoYeNtRqwrN/QiYkbs3BuTdJUSiHKPD5qv7MLGSP807fEBFOx6ZzNT1vTgNZGeXa 70KA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720104445; x=1720709245; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=4eKH4ILQhHa4ijCEakuCJ1xBLEaIGlPXJPd7Idhe1tg=; b=jdzoOOTtKbezw1N1e5XkhstMnbV5qJqU8bha/D2kW/vlLuPp1d9lIEQVtMxgbBjJ7M XuTkWCoLdiHH7sOOP5r43eJD4CFVf+r3zYIPPkupN3TDNLLX7vqdkdsuYteb7gvn2vNf oYr2V/16wRe/xUnK5vHQP82sOZ7c5YSekQOtxHJtzrqu/2Wq0xuc1XW6TLNM/eeUsrlr xq2cLWcZbxwF1qsGj9WMZCJsa0IoyBhyTeZOUBS1bceHBcXTqXkW9KwUGGI3ZFGuwFuI vj+BPq+bm1DgUa1RxjYT1gf3ByyFJv4OzvFm7e4/bEd9iwX/JNviK9jlvgQT0RxUfkkq uNiA== X-Gm-Message-State: AOJu0YwQHUbH0YRO5xlg7rUQ8QHIsP7NZZAV+vgnRs7ToHNuTz+9vFER /Ur0dCAJYlLyeBsLcaN8AK7a5smToiZyRdBJWhRHesAl/M/912TZk5iORw== X-Google-Smtp-Source: AGHT+IHeV4fxxCtIzcCjG3fQWIaak4Kvb1wT6BHIjCX0z9Bxjke3G36GL4OR2mJi+hXUbwn7xNkDNw== X-Received: by 2002:a05:6870:110c:b0:258:4dcb:7d64 with SMTP id 586e51a60fabf-25e2ba1d747mr1284536fac.13.1720104445325; Thu, 04 Jul 2024 07:47:25 -0700 (PDT) Received: from [192.168.0.16] ([190.194.167.233]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-72c6b6810a5sm9794445a12.56.2024.07.04.07.47.23 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 04 Jul 2024 07:47:24 -0700 (PDT) Message-ID: Date: Thu, 4 Jul 2024 11:47:59 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: Content-Language: en-US From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] Sorry state of AVOptions 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 7/4/2024 11:44 AM, Paul B Mahol wrote: > The AVOptions state is extremely ugly. > > It is insane to request from library users to convert non-strings option > values from/to strings to be able to read/change them, it is ugly, av_opt_{get,set,eval}_{int,double,etc}? > inefficient, and slow. This becomes more relevant for recent array options > extension for which av_opt_ptr() hack does not work at all. > > Get this fix ASAP! > _______________________________________________ > 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".