Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-31 Thread ffmpegandmahanstreamer
Hello GEORGE. "avfilter/avf_showfreqs: switch to TX FFT from avutil" "avfilter/af_silenceremove: make window also depends on input sample format" And from Andreas himself: "postproc/postprocess: Remove legacy cruft" are some examples, so i should be good. Some have a two or three sentences while

Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-31 Thread ffmpegandmahanstreamer
July 31, 2021 8:25 AM, "Andreas Rheinhardt" wrote: > ffmpegandmahanstreamer@e.email: > >> Overrides previous patch i submitted regarding this as the old patch I >> submitted had a bug that is >> fixed in this one. > > This is not an acceptable commit message: You are supposed to actually > de

Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-31 Thread ffmpegandmahanstreamer
B U M P so i can submit new patches July 22, 2021 4:27 PM, ffmpegandmahanstreamer@e.email wrote: > Overrides previous patch i submitted regarding this as the old patch I > submitted had a bug that is > fixed in this one. > > --- > libavcodec/truemotion1.c | 206 +

Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-31 Thread Nicolas George
ffmpegandmahanstreamer@e.email (12021-07-31): > In my next patch how about "This patch adds sprite support to the Duck > TrueMotion1 decoder." Have you considered looking at what other people do, especially regular developers? https://git.ffmpeg.org/ffmpeg.git Regards, -- Nicolas George s

Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-31 Thread Andreas Rheinhardt
ffmpegandmahanstreamer@e.email: > Overrides previous patch i submitted regarding this as the old patch I > submitted had a bug that is fixed in this one. > This is not an acceptable commit message: You are supposed to actually describe the patch here and not the evolution of your patch. Such a c

Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-23 Thread Alireza Heidar-Barghi
Hello, I got all your emails in my spam. Regards, Alireza On Thursday, July 22, 2021, 05:06:53 PM EDT, ffmpegandmahanstreamer@e.email wrote: Yes, i have them, obviously. >From the mahanstreamer maintainer: >https://drive.google.com/drive/folders/1L0b4h3sYc_fWFTdndtRO5vGSNmLW3pGD?usp=s

Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-22 Thread ffmpegandmahanstreamer
Yes, i have them, obviously. >From the mahanstreamer maintainer: >https://drive.google.com/drive/folders/1L0b4h3sYc_fWFTdndtRO5vGSNmLW3pGD?usp=sharing The file you are looking for is "buttons.avi" (I am not committer so can't upload to ffmpeg sample server) July 22, 2021 4:30 PM, "Paul B Mahol

[FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-22 Thread ffmpegandmahanstreamer
Overrides previous patch i submitted regarding this as the old patch I submitted had a bug that is fixed in this one. --- libavcodec/truemotion1.c | 206 +-- 1 file changed, 174 insertions(+), 32 deletions(-) diff --git a/libavcodec/truemotion1.c b/libavcodec

Re: [FFmpeg-devel] [PATCH][libavcodec] Adding sprite support to duck truemotion1

2021-07-22 Thread Paul B Mahol
Samples to test this? On Thu, Jul 22, 2021 at 10:27 PM wrote: > Overrides previous patch i submitted regarding this as the old patch I > submitted had a bug that is fixed in this one. > > --- > libavcodec/truemotion1.c | 206 +-- > 1 file changed, 174 inserti