Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH v2 0/5] Add support for Closed Caption FIFO
@ 2023-04-07 21:58 Devin Heitmueller
  2023-04-07 21:58 ` [FFmpeg-devel] [PATCH v2 1/5] ccfifo: Properly handle CEA-708 captions through framerate conversion Devin Heitmueller
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Devin Heitmueller @ 2023-04-07 21:58 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Devin Heitmueller

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".

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-04-17  0:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 21:58 [FFmpeg-devel] [PATCH v2 0/5] Add support for Closed Caption FIFO Devin Heitmueller
2023-04-07 21:58 ` [FFmpeg-devel] [PATCH v2 1/5] ccfifo: Properly handle CEA-708 captions through framerate conversion Devin Heitmueller
2023-04-14 13:22   ` James Almer
2023-04-14 15:19     ` Devin Heitmueller
2023-04-16  9:37       ` Thilo Borgmann
2023-04-17  0:29         ` Devin Heitmueller
2023-04-07 21:58 ` [FFmpeg-devel] [PATCH v2 2/5] vf_fps: properly preserve CEA-708 captions Devin Heitmueller
2023-04-07 21:58 ` [FFmpeg-devel] [PATCH v2 3/5] yadif: Properly preserve CEA-708 closed captions Devin Heitmueller
2023-04-07 21:58 ` [FFmpeg-devel] [PATCH v2 4/5] tinterlace: " Devin Heitmueller
2023-04-10  1:28   ` Lance Wang
2023-04-10 12:45     ` Devin Heitmueller
2023-04-07 21:58 ` [FFmpeg-devel] [PATCH v2 5/5] vf_ccrepack: Add new filter to repack CEA-708 side data Devin Heitmueller
2023-04-14 13:19 ` [FFmpeg-devel] [PATCH v2 0/5] Add support for Closed Caption FIFO Devin Heitmueller

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git