From: marcus <marcus@marcusspencer.xyz>
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH 2/2] Changelog: add datamosh bitstream filter entry
Date: Mon, 06 May 2024 05:47:15 +0000
Message-ID: <3JkleGFevpj3DNOKN3i7saQmj-Th6-DRyPHTigdDPxTWfHqgO1GhpCIXalT6QpL_GAZxfSpDfW3D3LhZ6CtXRDiotVqBq0Nk3LUToHnLCvU=@marcusspencer.xyz> (raw)
In-Reply-To: <20240506053219.216068-2-marcus@marcusspencer.xyz>
This pull request has issues with unrelated changes being put in here due to a history change failure. Reject it.
On Monday, May 6th, 2024 at 12:32 AM, Marcus B Spencer <marcus@marcusspencer.xyz> wrote:
>
>
> 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".
next prev parent reply other threads:[~2024-05-06 5:47 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 ` [FFmpeg-devel] [PATCH 2/2] Changelog: add datamosh bitstream filter entry Marcus B Spencer
2024-05-06 5:47 ` marcus [this message]
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='3JkleGFevpj3DNOKN3i7saQmj-Th6-DRyPHTigdDPxTWfHqgO1GhpCIXalT6QpL_GAZxfSpDfW3D3LhZ6CtXRDiotVqBq0Nk3LUToHnLCvU=@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