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 A1D6040CB5 for ; Mon, 9 May 2022 18:16:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 715D468B140; Mon, 9 May 2022 21:16:34 +0300 (EEST) Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F0F0968AB1B for ; Mon, 9 May 2022 21:16:27 +0300 (EEST) Received: by mail-pl1-f182.google.com with SMTP id m12so894658plb.4 for ; Mon, 09 May 2022 11:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:from:date:subject:fcc:content-transfer-encoding :mime-version:to:cc; bh=aoQK1ImFgFqYILsKiVwqfIbtCjIJ+JNvH/+PsMLxm/8=; b=DSuiKiNBYKVEC3zJkLDaeuTZRnc1rzP2lwUNDp9RWbcMMBkISJzCk/ulW4BusQ/TJe 4gMI+AizGYzX9BZCAabZaWhzSqLDdN1DCaIyYklmyCwl3i0jvMsi461M+13Mh7ZIdMgX zDsFnDtD4RFwEAUQvwq4g6JONnn/kFKM+QtBVkgBXFcZwHb7MMSTNa/dv/co4RICiXe2 AxSbs/I55vk2wWU978TBTqP/tlGnwcZp0704VMHWhAxEdl4g8eYDK1kp0ZgYcGmPj3HF mvG6FN9N6GayUJsb2MtmKspGD2e6lzZhjeo7nBgV8865qIEStt9Pc4az3llR9yqTFZGM Ax5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=aoQK1ImFgFqYILsKiVwqfIbtCjIJ+JNvH/+PsMLxm/8=; b=pKG0+ikXLyWNkuMY4S0JDAswfbqQ2nGJRu8uCS87+HawigKeOTQ0Zq0KP40b5x+vNC N3OkEc26JfVI2Coq0nSTux3KZT0S5Yur39wkjCuNBMvCcajGTSxDNd6DvLjLUHsnWhfQ usb4txFaHaIP2X+TIiN8uYhFMN1XuptWVSdGOOLuHAL+Q6wVzctGxa1MCDAocbX/NQb4 gHgrynZ1lFFRGJ6+Y6Q8Ej3SKJ521S2vZ1PqFs9omgCv4079kAepj+Q+MXcJ0QGzoGW/ 7v1+EniOkqGFKPTFYifkLsRHxggNHJuTAuiacJTXGmlcIEJfMK94Ngj/V+xxaS9jiI5g 9i4A== X-Gm-Message-State: AOAM531FNLB/eFN3EGmW9DIFBSaQy/b29muzijcDfpfdg9Z1MmkCILyt cPcgVnQPJHkxy1zWHZUQpwDeMD9Ksi7hgQ== X-Google-Smtp-Source: ABdhPJxJOC/PFntqJLMwDfW+zuJJ+lRpuX7Wc0GKeAhcuPYU5Lr5ZVdISrZDqLjVZuYuM+0rrJrDTQ== X-Received: by 2002:a17:90b:1b4d:b0:1dc:c33c:3fc9 with SMTP id nv13-20020a17090b1b4d00b001dcc33c3fc9mr19055949pjb.123.1652120185936; Mon, 09 May 2022 11:16:25 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id s22-20020a170902989600b0015ec44d25dasm147499plp.235.2022.05.09.11.16.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 May 2022 11:16:25 -0700 (PDT) Message-Id: From: ffmpegagent Date: Mon, 09 May 2022 18:16:18 +0000 Fcc: Sent MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH 0/6] lavc/videotoolboxdec: improve HEVC stream compatibility 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: * Improve logging in error conditions * Improve NAL-escape function behavior * Fix some syntax issues in hvcc * Correctly escape NALs in hvcc * Make sure we expose the stop bits in H264 PS NALs These changes fix support for several samples I've found or generated locally. rcombs (6): lavc/videotoolboxdec: warn on nonzero status in the callback lavc/videotoolboxdec: fix escaping sequential zero sequences lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flags lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fields lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as well lavc/h264_ps: always include the stop bit in [s|p]ps->data libavcodec/h264_ps.c | 8 ++++++++ libavcodec/videotoolbox.c | 32 ++++++++++++++++++++------------ 2 files changed, 28 insertions(+), 12 deletions(-) base-commit: f77ac5131cd1c623aa54ec432cba0d922e9aa470 Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-23%2Frcombs%2Fvtdec-hevc-3byte-v1 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-23/rcombs/vtdec-hevc-3byte-v1 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/23 -- ffmpeg-codebot _______________________________________________ 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".