Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Marcus B Spencer <marcus@marcusspencer.xyz>
To: ffmpeg-devel@ffmpeg.org
Cc: Marcus B Spencer <marcus@marcusspencer.xyz>
Subject: [FFmpeg-devel] [PATCH 2/2] Changelog: add datamosh bitstream filter entry
Date: Mon,  6 May 2024 00:32:19 -0500
Message-ID: <20240506053219.216068-2-marcus@marcusspencer.xyz> (raw)
In-Reply-To: <20240506053219.216068-1-marcus@marcusspencer.xyz>

Signed-off-by: Marcus B Spencer <marcus@marcusspencer.xyz>
---
 Changelog                 | 2 +-
 libavcodec/bsf/datamosh.c | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index e827208439..decfc4e4bb 100644
--- a/Changelog
+++ b/Changelog
@@ -9,7 +9,7 @@ version <next>:
 - pad_vaapi, drawbox_vaapi filters
 - vf_scale supports secondary ref input and framesync options
 - vf_scale2ref deprecated
-
+- datamosh bitstream filter
 
 version 7.0:
 - DXV DXT1 encoder
diff --git a/libavcodec/bsf/datamosh.c b/libavcodec/bsf/datamosh.c
index 8314a4efc8..dad65e957d 100644
--- a/libavcodec/bsf/datamosh.c
+++ b/libavcodec/bsf/datamosh.c
@@ -86,3 +86,11 @@ static const AVClass datamosh_class = {
     .option = options,
     .version = LIBAVUTIL_VERSION_INT,
 };
+
+const FFBitStreamFilter ff_datamosh_bsf = {
+    .p.name = "datamosh",
+    .p.priv_class = &datamosh_class,
+    .priv_data_size = sizeof(DatamoshContext),
+    .init = datamosh_init,
+    .filter = datamosh,
+};
-- 
2.45.0

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

  reply	other threads:[~2024-05-06  5:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06  5:32 [FFmpeg-devel] [PATCH 1/2] avcodec/bsf: add datamosh bitstream filter Marcus B Spencer
2024-05-06  5:32 ` Marcus B Spencer [this message]
2024-05-06  5:47   ` [FFmpeg-devel] [PATCH 2/2] Changelog: add datamosh bitstream filter entry marcus
2024-05-06  5:47 ` [FFmpeg-devel] [PATCH 1/2] avcodec/bsf: add datamosh bitstream filter Andreas Rheinhardt
2024-05-06  6:05   ` marcus

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=20240506053219.216068-2-marcus@marcusspencer.xyz \
    --to=marcus@marcusspencer.xyz \
    --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