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 B6A2F4377E for ; Wed, 25 Jan 2023 15:39:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 47A5168BC6F; Wed, 25 Jan 2023 17:39:20 +0200 (EET) Received: from mail-vs1-f41.google.com (mail-vs1-f41.google.com [209.85.217.41]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BD6FE68BBC9 for ; Wed, 25 Jan 2023 17:39:13 +0200 (EET) Received: by mail-vs1-f41.google.com with SMTP id l125so20157072vsc.2 for ; Wed, 25 Jan 2023 07:39:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:references:in-reply-to :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=pAaKSZ3P/isJZr77uHwEyQajBqA4969TDy9jWdrxbuU=; b=nWR1+VI/O/rBlTotjPqQbFDCB7NGI36PX9gcZrlDN8hn2R2xb5bXWlRYa1fre2SC/T BYCnX2xqg+4HUCz9TgdAhkUJpa+sVGx/BgJ3/YgXZgOMnHEPNLYvq2wSd5nTicurS8pe /RZg0uso7OVjLA8teSE0KHrP+X3uSpvWMmo1A6XgBr4dk7othoN9JxyDaFsEDvKIqeZY thLwR4RqWAL123vY3wawCdlZ0Bx7FMMevGfvOi1pAwPGXX4eCHgyLx3qGcaXQXQxEvJ5 ZcHAH5m571o2BElHLQiU/X2/frnDm/DlDy70lOzPnulku+0kuW7GhVYEvsIFejz9Z0ID ZnLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:references:in-reply-to :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=pAaKSZ3P/isJZr77uHwEyQajBqA4969TDy9jWdrxbuU=; b=JLFiN8wtEeHbjI+evbSjoutNRvFvCSTrfXTKB+9dC2mGtF08j/OaaQH0p9RW1lYLfE nZddhCp4iqLPDkt9tixYyxBtvkq6VQdr6QhCLxLDdLl6IQeDhEOeUBhJlgL8czlgq8X7 wFVDKw82aDBilJk1ujwOwe+VUXV85quSdoKa+FX+9ltaD3dTMriR+CK8KlWehcIOn41e tskEE+oyR9/d943bi2ruoX1JUxxHuAr8DRLddaapFoDh5vNuT7ZF1MgK7PAJ9+crOEvy OrF0hY+G6Jdt+cbtN5bHhVsBCBheha7SdHfHV+D3az2LE0LJeQhucYLPMtIpeqFPrmPb eL4g== X-Gm-Message-State: AFqh2koHqsMQEIEleYufZxcQsavwRcQ7gFtYBk7XioTZD/ybOYzbYHgf am3On7eZYQ19oqtxvAxI6cugM5FCkIfzkTRzWloiQPng X-Google-Smtp-Source: AMrXdXv/Qwe08bTeiJW5cMFvFALavGokQqRstoGQMeDTL6fDhtEtR+UHG2hLJJGpSZcMDrY/d8s0F08tR7DBOnH0Dws= X-Received: by 2002:a05:6102:5587:b0:3b5:32d0:edcc with SMTP id dc7-20020a056102558700b003b532d0edccmr4436067vsb.24.1674661152204; Wed, 25 Jan 2023 07:39:12 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Wed, 25 Jan 2023 07:39:10 -0800 (PST) In-Reply-To: <20210319084947.18024-1-fnouwt2@gmail.com> References: <20210314141501.28136-1-fnouwt2@gmail.com> <20210319084947.18024-1-fnouwt2@gmail.com> From: Paul B Mahol Date: Wed, 25 Jan 2023 16:39:10 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v4] avcodec: add Actimagine VX video decoder 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 Cc: Florian Nouwt 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 3/19/21, Florian Nouwt wrote: > Signed-off-by: Florian Nouwt > --- > * fixed style issues > * ff_h264_cavlc_data_init_vlc now only uses ff_thread_once if the vx > decoder is enabled > * made tables static which are not used outside h264_cavlc_data.c What happened to this? It is hard to test without demuxer(and parser maybe)? What about an audio? _______________________________________________ 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".