From: ffmpegagent <ffmpegagent@gmail.com> To: ffmpeg-devel@ffmpeg.org Cc: Aman Gupta Karmani <aman@tmm1.net> Subject: [FFmpeg-devel] [PATCH 0/5] Bitstream filter support for A/53 Closed Captions Date: Sat, 04 Feb 2023 00:41:50 +0000 Message-ID: <pull.50.ffstaging.FFmpeg.1675471315.ffmpegagent@gmail.com> (raw) cc: Aman Karmani aman@tmm1.net cc: Eric Lindvall eric@5stops.com cc: Mark Thompson sw@jkqxz.net cc: David Engel david@istwok.net cc: Scott Theisen scott.the.elm@gmail.com cc: Miguel Borges de Freitas 92enen@gmail.com /cc https://github.com/MythTV/mythtv/issues/364 /cc https://github.com/xbmc/xbmc/pull/22605 /cc https://github.com/xbmc/xbmc/pull/22603 /cc https://github.com/xbmc/xbmc/pull/22333 Aman Karmani (3): avcodec/mpeg2_metadata_bsf: add support for a/53 closed captions avcodec/h264_metadata_bsf: add support for a/53 closed captions avcodec/h265_metadata_bsf: add support for a/53 closed captions Eric Lindvall (1): cbs_sei: add ff_cbs_sei_delete_message helper Mark Thompson (1): cbs: Add some common code for read/write of miscellaneous user data doc/bitstream_filters.texi | 33 ++++ libavcodec/Makefile | 6 +- libavcodec/cbs_misc.c | 217 ++++++++++++++++++++++++++ libavcodec/cbs_misc.h | 109 +++++++++++++ libavcodec/cbs_misc_syntax_template.c | 150 ++++++++++++++++++ libavcodec/cbs_sei.c | 25 +++ libavcodec/cbs_sei.h | 7 + libavcodec/h264_metadata_bsf.c | 144 +++++++++++++++++ libavcodec/h265_metadata_bsf.c | 144 +++++++++++++++++ libavcodec/mpeg2_metadata_bsf.c | 80 ++++++++++ 10 files changed, 912 insertions(+), 3 deletions(-) create mode 100644 libavcodec/cbs_misc.c create mode 100644 libavcodec/cbs_misc.h create mode 100644 libavcodec/cbs_misc_syntax_template.c base-commit: 9a820ec8b1e2323b70a1cebd204bf459bf7daa1a Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-50%2Ftmm1%2Fcbs-misc-a53-v3-v1 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-50/tmm1/cbs-misc-a53-v3-v1 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/50 -- 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".
next reply other threads:[~2023-02-04 0:42 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-02-04 0:41 ffmpegagent [this message] 2023-02-04 0:41 ` [FFmpeg-devel] [PATCH 1/5] cbs: Add some common code for read/write of miscellaneous user data Mark Thompson 2023-02-04 0:41 ` [FFmpeg-devel] [PATCH 2/5] cbs_sei: add ff_cbs_sei_delete_message helper Eric Lindvall 2023-02-04 0:41 ` [FFmpeg-devel] [PATCH 3/5] avcodec/mpeg2_metadata_bsf: add support for a/53 closed captions Aman Karmani 2023-02-04 0:41 ` [FFmpeg-devel] [PATCH 4/5] avcodec/h264_metadata_bsf: " Aman Karmani 2023-02-04 0:41 ` [FFmpeg-devel] [PATCH 5/5] avcodec/h265_metadata_bsf: " Aman Karmani
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=pull.50.ffstaging.FFmpeg.1675471315.ffmpegagent@gmail.com \ --to=ffmpegagent@gmail.com \ --cc=aman@tmm1.net \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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