Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: add AV_CODEC_ID_IVTV_VBI

2025-02-09 Thread Marth64
Pushed ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: add AV_CODEC_ID_IVTV_VBI

2025-02-06 Thread Marth64
Planning to push in 24-48 hours. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: add AV_CODEC_ID_IVTV_VBI

2025-02-03 Thread Marth64
Hi Scott, LGTM. I will push soon and fix the APIchanges on the way. Apologies for the delay on this simple patch. Had a lot of issues getting the machine up and running. I was able to capture a sample finally and test this out. I wanted to test it to get an idea of how EIA-608 travels through th

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: add AV_CODEC_ID_IVTV_VBI

2025-01-01 Thread Marth64
Hi Scott! Happy new year. I have gathered all the parts needed and will be building the test machine today to test the IVTV CC format. Sorry for the delay. Thank you very much. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mai

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: add AV_CODEC_ID_IVTV_VBI

2024-12-13 Thread Marth64
The codec ID addition needs entry in doc/APIchanges. I believe I have a capture card with this chip and will be able to test it in the coming 3-7 days. Otherwise LGTM. This could be really useful for capturing from analog sources. Thank you, ___ ffmpeg-

[FFmpeg-devel] [PATCH 1/2] libavcodec: add AV_CODEC_ID_IVTV_VBI

2024-12-13 Thread Scott Theisen
--- libavcodec/codec_desc.c | 6 ++ libavcodec/codec_id.h | 1 + libavcodec/version.c| 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index bc9163bf98..38aed994d9 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/