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 B2F4345718 for ; Fri, 21 Apr 2023 13:29:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6F66968BF76; Fri, 21 Apr 2023 16:29:27 +0300 (EEST) Received: from mail-qv1-f49.google.com (mail-qv1-f49.google.com [209.85.219.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9008B68BED3 for ; Fri, 21 Apr 2023 16:29:20 +0300 (EEST) Received: by mail-qv1-f49.google.com with SMTP id 6a1803df08f44-5ef59b5a1d2so9371166d6.1 for ; Fri, 21 Apr 2023 06:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ltnglobal-com.20221208.gappssmtp.com; s=20221208; t=1682083759; x=1684675759; h=message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Ds243uetUZ6r7iXA7f2t8AeS6sS5OntetvsLcp0lpRE=; b=1mEVzSXUD6yUoPHASsuDipNj8JR8oLNERAmpwtkR5CvLxXAnF8Uuxlu5oQzwTjsaPR iheb2aoDQjHnXvZnQTb7aKYXpOGONcu/2dSHx508PaiybDnT5+5nLNKDIUh1z03GmLPl JTRfknNt79t0vXUgk9gY6jm6j9IZ6Dv/3p4iRH5LucNk1cCRPmQXGovthPUkVxfuweDL 5BUJaaAcvBFlwRSSC8GLGf6S6QE35Ovotz0w+qymY6J7ARiyYGwCAoRXJPQWlIyAUW7E G9jlNVF9Rd2J0Uya4KJcYHRn7T6zfAiCZDpOm9nJfL16mJvPH3ZNp/M3cjmGOIzBnhZr slZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682083759; x=1684675759; h=message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Ds243uetUZ6r7iXA7f2t8AeS6sS5OntetvsLcp0lpRE=; b=kEgUc6z6jXtdgK0tk8LaSeqHtKAi/RBaYWu9FPLljVlew2ag9L9GzAZ5FRz/oxhaZ+ joNdbpVCkEe7M/x8FqxIvZt+vw8rsRm4qpN42xiPsYFfWjEq5O7C8j1A8kYnYo3h/K0l 4mEGPK2Q3YbLy6P9TwRswqxUomCFC5KC39kURgOmCZtgfFOuK2d04HSUrVjExkv1T6ep WvlPjY5WdEfK61+dqQbUkgbgVGtH+0qElCNCvR7AnD6PkXPKMnHZe+cQGsami24tROJJ GrlwNJj3yTQdv89vY8cDGbgvV5TPw8Z6JUC6cXD5Sysxq0gisnnhVWldbVQRamb6pFpl UmKw== X-Gm-Message-State: AAQBX9cPP8JPtVa5RDBk1hEfXuTGVxHqc/6ngEPqXdDEjjYajgm3wSCu uacZSgR1kzvXAyFfFvilgM2Tt2Pq3DQYrL+rSeg= X-Google-Smtp-Source: AKy350bd+Dv+dkOv3NDGgO3cro+GFHHyLyjsuYxJzf/obDpIVETdVHgDo9dTJChZXh6CYbF84d4UXQ== X-Received: by 2002:a05:6214:124b:b0:5e9:87fc:4774 with SMTP id r11-20020a056214124b00b005e987fc4774mr8809724qvv.40.1682083758917; Fri, 21 Apr 2023 06:29:18 -0700 (PDT) Received: from ltnt-nyc-580testdevin.livetimenet.com (pool-71-105-132-214.nycmny.fios.verizon.net. [71.105.132.214]) by smtp.gmail.com with ESMTPSA id b142-20020ae9eb94000000b0074abc456dddsm1305626qkg.134.2023.04.21.06.29.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Apr 2023 06:29:18 -0700 (PDT) From: Devin Heitmueller X-Google-Original-From: Devin Heitmueller To: ffmpeg-devel@ffmpeg.org Date: Fri, 21 Apr 2023 10:24:50 -0400 Message-Id: <1682087095-582-1-git-send-email-dheitmueller@ltnglobal.com> X-Mailer: git-send-email 1.8.3.1 Subject: [FFmpeg-devel] [PATCH v3 0/5] Add support for Closed Caption FIFO 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: Devin Heitmueller MIME-Version: 1.0 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: This updated patch series addresses all issues reported to date. Specifically, the latest round includes a memory leak spotted by Lance Wang and the functions have been renamed to be prefixed with ff_ per James Almer's suggestion. Thanks, Devin Devin Heitmueller (5): ccfifo: Properly handle CEA-708 captions through framerate conversion vf_fps: properly preserve CEA-708 captions yadif: Properly preserve CEA-708 closed captions tinterlace: Properly preserve CEA-708 closed captions vf_ccrepack: Add new filter to repack CEA-708 side data doc/filters.texi | 10 +++ libavfilter/Makefile | 2 + libavfilter/allfilters.c | 1 + libavfilter/ccfifo.c | 191 ++++++++++++++++++++++++++++++++++++++++++++ libavfilter/ccfifo.h | 85 ++++++++++++++++++++ libavfilter/tinterlace.h | 2 + libavfilter/vf_bwdif.c | 7 ++ libavfilter/vf_ccrepack.c | 100 +++++++++++++++++++++++ libavfilter/vf_fps.c | 9 ++- libavfilter/vf_tinterlace.c | 9 +++ libavfilter/vf_yadif.c | 6 ++ libavfilter/vf_yadif_cuda.c | 8 ++ libavfilter/yadif.h | 2 + libavfilter/yadif_common.c | 5 ++ 14 files changed, 436 insertions(+), 1 deletion(-) create mode 100644 libavfilter/ccfifo.c create mode 100644 libavfilter/ccfifo.h create mode 100644 libavfilter/vf_ccrepack.c -- 1.8.3.1 _______________________________________________ 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".