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 9A98B45D70 for ; Fri, 7 Apr 2023 21:03:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AA45668B7AB; Sat, 8 Apr 2023 00:03:09 +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 D8CB4688313 for ; Sat, 8 Apr 2023 00:03:02 +0300 (EEST) Received: by mail-qv1-f49.google.com with SMTP id ly9so3291386qvb.5 for ; Fri, 07 Apr 2023 14:03:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ltnglobal-com.20210112.gappssmtp.com; s=20210112; t=1680901381; x=1683493381; h=message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=VjZAQe51m9cMWfGtK3Gz6XNbxeBH5YeykQYij5Vsoi8=; b=dNeg8qYHWpvpIJyQlOFIC483tW3NbFH90dcu+NhnZ2n8ciQT3ldIdFWJZlrMop7lmy TreHFXkBLgwh/ZV30LImyvkQfntQwK0oUcwgUm4UEB60SxBdRymQqlchj2aBEYCDT9N1 dK9SSqS8cRwTgvE1MYlNmbcPIIFbkIJBrLgVB3wVvg8566wiiz7Sbk55PyHYreSJaf3T iHTj1y5CNBpTusbbk8+e7NHSlPK202V+kyKIb9xdKs4oaoMrpA/+URiyf6AE9xfiSWrZ C+7OTAbxU2CsVmUVyHhMlPQK7VlMleXNJPoBUNBy2o4RgwDMyO3RSfs4Ve48Ki9MSasx zj6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680901381; x=1683493381; h=message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VjZAQe51m9cMWfGtK3Gz6XNbxeBH5YeykQYij5Vsoi8=; b=LovEWRly9J6UP5NTWrLnxcdtHqJ3j7cyarDY+cAYEtnM4JDN3APRKidUO75O7VQZd9 JzmrSUWmI5Z2vk2Kowb+aK90n0HNppk2yJqeD1KoaD2Q2zFEJAjnN3MGMe5X09KfBLhF JW8Q9IP8sYqQBwKwIJzwj+ysgxJltF9P1YNLBXeWUjLdfNpoqGaw31OgR2OHYGt302Th KrK4WtaU7V+oRie4kdCTnw3uim1onluluoVD5jd67uf3nGn64lLiZxEjAWukRsNK1tiy /NAvEJzT+3W0xHI6KgJlozlxeK+tCtuOMyoB1Hm9kXns8HliGyj8dTG8IPMhPchxL1DA W4fA== X-Gm-Message-State: AAQBX9eF6dQYEmwGCNg4eH7MM97ROXD+pisOBDqQO4nueQksHhTpbtCb M0BXxKBLPomE3e/1fHJRsAn7JGNDFj/eDMRJtZ8= X-Google-Smtp-Source: AKy350YIw0UhWj3KmtGNt+fq5J6sKVPczq71Cv1TEO1RhuCAeUjq7lXmKjmvFbIoA7UakPMRafIRXA== X-Received: by 2002:a05:6214:d8a:b0:5a9:ed32:1765 with SMTP id e10-20020a0562140d8a00b005a9ed321765mr6497916qve.23.1680901381321; Fri, 07 Apr 2023 14:03:01 -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 z13-20020ad4414d000000b005dd8b9345d8sm1405143qvp.112.2023.04.07.14.03.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Apr 2023 14:03:00 -0700 (PDT) From: Devin Heitmueller X-Google-Original-From: Devin Heitmueller To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Apr 2023 17:58:24 -0400 Message-Id: <1680904709-25951-1-git-send-email-dheitmueller@ltnglobal.com> X-Mailer: git-send-email 1.8.3.1 Subject: [FFmpeg-devel] [PATCH v2 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 patch series address all known issues reported to date, and in particular moves the API into libavfilter where it can remain private (at least for now). Comments and/or further review is welcomed. 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 | 8 ++ libavfilter/vf_yadif.c | 6 ++ libavfilter/vf_yadif_cuda.c | 8 ++ libavfilter/yadif.h | 2 + libavfilter/yadif_common.c | 5 ++ 14 files changed, 435 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".