Re: [FFmpeg-devel] [PATCH] fate/checkasm: add missing tests to FATE

2021-09-27 Thread ffmpegandmahanstreamer
September 27, 2021 9:04 PM, "James Almer" wrote: > Signed-off-by: James Almer > --- > tests/fate/checkasm.mak | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak > index cec6d28286..6e7edbe655 100644 > --- a/tests/fate/checkasm.mak > +++

Re: [FFmpeg-devel] [Discussion] Releases schedules

2021-09-27 Thread ffmpegandmahanstreamer
September 12, 2021 1:15 PM, "Jean-Baptiste Kempf" wrote: > Hello folks, > > This is a topic that has come regularly on the table, in various discussions > in the community, in > IRL, on IRC and on the mailing list; but also when talking with downstreams > applications and > distributions... >

[FFmpeg-devel] [PATCH][libavcodec] Duckduckgo Truemotion 1 - some code cleanup and preparation for addition of sprite support

2021-07-04 Thread ffmpegandmahanstreamer
These are some cosmetic changes and also priming the decoder for sprite support (which i plan on adding). This patch was mainly for me to get used to the git email patch flow, if anything. Of course the decoder still works as it was before (i tested it). --- libavcodec/truemotion1.c | 41 +

Re: [FFmpeg-devel] [PATCH] cafenc: fill in avg. packet size later if unknown

2021-07-11 Thread ffmpegandmahanstreamer
On 2021-07-10 03:42, Lynne wrote: This doesn't move the pointer back to the file end if par->block_align is set. I think that's fine though, since the function writes the trailer, which should mean that nothing more needs to be written. Patch LGTM. But please, someone yell at Apple to support O

Re: [FFmpeg-devel] [PATCH] avfilter: add afwtdn filter

2021-07-11 Thread ffmpegandmahanstreamer
On 2021-07-10 15:20, Paul B Mahol wrote: Signed-off-by: Paul B Mahol --- doc/filters.texi | 60 ++ libavfilter/Makefile |1 + libavfilter/af_afwtdn.c | 1349 ++ libavfilter/allfilters.c |1 + 4 files changed, 1411 insertions(+) create

Re: [FFmpeg-devel] [PATCH][libavcodec] Duckduckgo Truemotion 1 - some code cleanup and preparation for addition of sprite support

2021-07-14 Thread ffmpegandmahanstreamer
On 2021-07-04 17:58, ffmpegandmahanstreamer@lolcow.email wrote: These are some cosmetic changes and also priming the decoder for sprite support (which i plan on adding). This patch was mainly for me to get used to the git email patch flow, if anything. Of course the decoder still works as it was

Re: [FFmpeg-devel] Mailing List Delay

2021-07-14 Thread ffmpegandmahanstreamer
On 2021-07-14 09:17, Derek Buitenhuis wrote: On 7/14/2021 12:27 PM, Nicolas George wrote: Looking at the headers, it looks like the delay happens at Google before the mail arrives to the mailing-list. Yours arrived quickly. Mine will too, I guess. Sending from GMail, I have had anywhere from

Re: [FFmpeg-devel] Mailing List Delay

2021-07-14 Thread ffmpegandmahanstreamer
On 2021-07-14 09:43, Derek Buitenhuis wrote: On 7/14/2021 2:35 PM, ffmpegandmahanstreamer@lolcow.email wrote: I have been bringing this up consstently for years, and been told it's a "non-issue", but it is incredibly annoying. I am not sure if it's due to Google having iss

Re: [FFmpeg-devel] Mailing List Delay

2021-07-14 Thread ffmpegandmahanstreamer
On 2021-07-14 14:55, Nicolas George wrote: ffmpegandmahanstreamer@lolcow.email (12021-07-14): I'm not against fixing the mailing list. No, not at all. It need to be fixed. But Google is big company and trying to figure out how to make their mail deliver successfully might be a proble

Re: [FFmpeg-devel] [PATCH] ffmpeg-web/robots.txt: attempt to keep spiders out of dynamically generated git content

2021-07-14 Thread ffmpegandmahanstreamer
On 2021-07-14 14:51, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- htdocs/robots.txt | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/htdocs/robots.txt b/htdocs/robots.txt index eb05362..4bbc395 100644 --- a/htdocs/robots.txt +++ b/htdocs/rob

[FFmpeg-devel] [PATCH][ffmpeg-web] Add Reddit fourm

2021-07-14 Thread ffmpegandmahanstreamer
This adds the Reddit subreddit to the forum section. It has over 7000 participants. Many of the developers on here, like Gyan and Paul, participate on there already. I also think Gyan is the moderator of that subreddit as well. And reddit is more popular than superuser. --- src/contact | 3 +++

Re: [FFmpeg-devel] Mailing List Delay

2021-07-16 Thread ffmpegandmahanstreamer
to"), I have decided to make the switch. I also looked into the person behind the cow service and he has been involved in some less than trustworthy things that's beyond the scope of this mailing list. On 2021-07-14 14:55, Nicolas George wrote: ffmpegandmahanstreamer@lolc

Re: [FFmpeg-devel] [PATCH] ffmpeg: add option readrate

2021-07-16 Thread ffmpegandmahanstreamer
Put the fact that -re is equivalent to -readrate 1 in the deprecated message so people know what to switch to. Other than that looks good to me. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To u

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

2021-07-22 Thread ffmpegandmahanstreamer
TrueMotion v1 decoder presently only decodes 16-bit TM1 data and - * outputs RGB555 (or RGB565) data. 24-bit TM1 data is not supported yet. + * The TrueMotion v1 decoder presently decodes 16-bit/24-bit TM1 data and + * outputs RGB555 (or RGB565) data. + * ffmpegandmahanstreamer@e.email: added sprite

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

2021-07-22 Thread ffmpegandmahanstreamer
v1 decoder presently only decodes 16-bit TM1 data and >> - * outputs RGB555 (or RGB565) data. 24-bit TM1 data is not supported yet. >> + * The TrueMotion v1 decoder presently decodes 16-bit/24-bit TM1 data and >> + * outputs RGB555 (or RGB565) data. >> + * ffmpegandmahanstrea

Re: [FFmpeg-devel] Hardware purchase request

2021-07-28 Thread ffmpegandmahanstreamer
Well obviously i'm not committer yet or responsible for this but I think its a good idea for Lynne to get the hardware she needs. Price looks reasonable, I would give the goahead. July 28, 2021 7:07 PM, "Lynne" wrote: > 9 Jul 2021, 12:59 by d...@lynne.ee: > >> 8 Jul 2021, 22:32 by stefa...@gm

Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: parse h264 packets to build Sync Sample and Recovery Point tables

2021-07-28 Thread ffmpegandmahanstreamer
I always meant to ask what is meaning of your profile picture? July 28, 2021 6:51 PM, "Derek Buitenhuis" wrote: > On 7/27/2021 2:08 PM, James Almer wrote: > >> Since we can't blindly trust the keyframe flag in packets and assume its >> contents are a valid Sync Sample, do some basic bitstream p

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/t

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 comm

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

2021-07-31 Thread ffmpegandmahanstreamer
two or three sentences while others just have one sentence. How much do you want me to write? There's not much to it. July 31, 2021 10:01 AM, "Nicolas George" wrote: > ffmpegandmahanstreamer@e.email (12021-07-31): > >> In my next patch how about "This

[FFmpeg-devel] Subject: [PATCH] Cleanup code in truemotion1 decoder

2021-08-01 Thread ffmpegandmahanstreamer
Per Andreas Rheinhardt request i'm splitting the working patches in two. --- This cleans up the code in the decode24bit and decode16bit functions by putting it in way that expresses the true intent while making it easier to read. libavcodec/truemotion1.c | 36

[FFmpeg-devel] [PATCH] adds sprite support to truemotion1 codec

2021-08-01 Thread ffmpegandmahanstreamer
. + * ffmpegandmahanstreamer@e.email: added sprite support 7/22/21 */ #include @@ -56,9 +57,15 @@ typedef struct TrueMotion1Context { int flags; int x, y, w, h; + +int xoffset; +int yoffset; +int spritew; +int spriteh; uint32_t y_predictor_table[1024

Re: [FFmpeg-devel] [PATCH 3/4] libavformat/hls: add support for decryption of HLS media segments encrypted using SAMPLE-AES encryption method

2021-08-01 Thread ffmpegandmahanstreamer
lgtm after you fix nitpick about if statements in my opinon August 1, 2021 10:54 AM, "Nachiket Tarate" wrote: > Apple HTTP Live Streaming Sample Encryption: > > https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/HLS_Sample_Encryption > > Signed-off-by: Nachiket Tarate

Re: [FFmpeg-devel] [PATCH] avfilter: add (a)separate filters

2021-08-01 Thread ffmpegandmahanstreamer
hello PAUL. August 1, 2021 10:21 AM, "Paul B Mahol" wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 31 > libavfilter/Makefile | 2 + > libavfilter/allfilters.c | 2 + > libavfilter/f_separate.c | 346 +++ > 4 files changed, 381 insertions(+)

Re: [FFmpeg-devel] [PATCH] avfilter: add (a)separate filters

2021-08-01 Thread ffmpegandmahanstreamer
August 1, 2021 1:01 PM, "Nicolas George" wrote: > Paul B Mahol (12021-08-01): > >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi | 31 >> libavfilter/Makefile | 2 + >> libavfilter/allfilters.c | 2 + >> libavfilter/f_separate.c | 346 +++ >> 4 file

Re: [FFmpeg-devel] [PATCH] avfilter: add (a)separate filters

2021-08-01 Thread ffmpegandmahanstreamer
August 1, 2021 1:06 PM, "Nicolas George" wrote: > ffmpegandmahanstreamer@e.email (12021-08-01): > >> Seperate is best word > > No, it is not, I have explained why. Chemists separate. Do you have > arguments? > https://www.merriam-webster.com/dictionary/separa

Re: [FFmpeg-devel] [PATCH] avfilter: add (a)separate filters

2021-08-01 Thread ffmpegandmahanstreamer
August 1, 2021 1:11 PM, "Nicolas George" wrote: > ffmpegandmahanstreamer@e.email (12021-08-01): > >> https://www.merriam-webster.com/dictionary/separateDefinition of separate >> (Entry 1 of 3) >> transitive verb >> >> 1a: to set or keep apart : DI

Re: [FFmpeg-devel] Mailing List Delay

2021-08-02 Thread ffmpegandmahanstreamer
Have you checked the mailing list archives? Maybe its slow to get to others but fast to get on the ML. Regardless, maybe its just a gmail problem. The multiple (non Gmail) providers ive been using/have used all work even faster than gmail. I think Nicolas Lynne and Niedermayer along with Kieran

Re: [FFmpeg-devel] Mailing List Delay

2021-08-03 Thread ffmpegandmahanstreamer
August 2, 2021 5:57 PM, "Derek Buitenhuis" wrote: > On 8/2/2021 10:48 PM, ffmpegandmahanstreamer@e.email wrote: > >> Have you checked the mailing list archives? Maybe its slow to get to others >> but fast to get on the >> ML. > > No, it is not. It&#

Re: [FFmpeg-devel] Fix for PES packets with too much padding

2021-08-03 Thread ffmpegandmahanstreamer
August 3, 2021 10:07 AM, "Sergio M. Ammirata, Ph.D." wrote: > PES packet with too much padding trigger unlimited error > messages "PES packet size mismatch" because the code that > corrects the length is wrong. > Here is a sample file: http://99.93.62.129/smpte2038.ts > PID 300 is the one trigge

Re: [FFmpeg-devel] Mailing List Delay

2021-08-04 Thread ffmpegandmahanstreamer
August 4, 2021 11:17 AM, "Derek Buitenhuis" wrote: > On 8/3/2021 11:59 PM, Michael Niedermayer wrote: > >> somehow this reads a bit offensive to me, iam not sure its meant to > > It's not meant as an attack towards you pesonally, but rather to point out > the absurdity of the situation: > > *

Re: [FFmpeg-devel] Mailing List Delay

2021-08-06 Thread ffmpegandmahanstreamer
August 6, 2021 7:20 AM, "Michael Niedermayer" wrote: > On Wed, Aug 04, 2021 at 11:28:19PM +0100, Derek Buitenhuis wrote: > >> On 8/4/2021 11:03 PM, Michael Niedermayer wrote: >> >> * There is no public documentation on: >> * Who owns the physical infra. >> >> its all donated one way or another

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-11 Thread ffmpegandmahanstreamer
August 10, 2021 10:37 AM, "Soft Works" wrote: > Hi, > > A while ago there was a discussion about moving forward and > migrating the ffmpeg development process from the mailing list to > another platform (like GitLab). > That discussion had died without further results and an important > takea

Re: [FFmpeg-devel] Mail quoting (was: 1/2] libavutil/log: Add capability to prefix loglines with current time or current date+time)

2021-08-11 Thread ffmpegandmahanstreamer
E.email comes with this capability built in. August 10, 2021 10:02 AM, "Michael Niedermayer" wrote: > On Tue, Aug 10, 2021 at 09:47:31AM +, Soft Works wrote: > >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> Nicolas George >> Sent: Tuesday, 10 August 2021 11:16 >> To: F

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-11 Thread ffmpegandmahanstreamer
August 11, 2021 9:44 AM, "Soft Works" wrote: >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> ffmpegandmahanstreamer@e.email >> Sent: Wednesday, 11 August 2021 15:01 >> To: FFmpeg development discussions and patches > de...@ffmp

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-12 Thread ffmpegandmahanstreamer
August 12, 2021 8:39 AM, "Kieran Kunhya" wrote: > On Thu, 12 Aug 2021, 13:35 Nicolas George, wrote: > >> Kieran Kunhya (12021-08-12): >> And how do the 1.5 billion Gmail users use SMTP without disabling >> security >> features? >> >> Do I need to do tech support for Google too? >> >> https://

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-12 Thread ffmpegandmahanstreamer
August 12, 2021 5:11 AM, "Soft Works" wrote: >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> Nicolas George >> Sent: Thursday, 12 August 2021 10:51 >> To: FFmpeg development discussions and patches > de...@ffmpeg.org> >> Subject: Re: [FFmpeg-devel] [RFC] Suggestion for a Nice

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-12 Thread ffmpegandmahanstreamer
August 12, 2021 4:51 AM, "Nicolas George" wrote: > Paul Buxton (12021-08-12): > >> From the point of view of someone who is currently developing a filter for >> ffmpeg and will be submitting a patch to the list for the first time, I >> think this is a great idea.Whilst following simple instructi

Re: [FFmpeg-devel] Consulting request video pre-processing for media project involving machine learning

2021-08-13 Thread ffmpegandmahanstreamer
August 13, 2021 11:10 AM, "Mario Winkler" wrote: > Dear Developers > > I direct a media project involving a huge variety of online available videos. > We will analyse these > videos with available and state of the art machine learning tools, but need > to pre-process the > videos and bring the

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-14 Thread ffmpegandmahanstreamer
August 13, 2021 9:30 PM, "Soft Works" wrote: >> -Original Message- >> From: ffmpeg-devel On Behalf Of Lynne >> Sent: Saturday, 14 August 2021 03:08 >> To: FFmpeg development discussions and patches >> Subject: Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with >> GitHub >>

[FFmpeg-devel] Fwd: Re: Subject: [PATCH] Cleanup code in truemotion1 decoder

2021-08-14 Thread ffmpegandmahanstreamer
Mike, i was told you can push this? August 11, 2021 9:04 AM, ffmpegandmahanstreamer@e.email wrote: > ping > > August 1, 2021 12:22 PM, ffmpegandmahanstreamer@e.email wrote: > >> Per Andreas Rheinhardt request i'm splitting the working patches in two. >> --- >

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: use ctx->usage to get default cfg

2021-08-14 Thread ffmpegandmahanstreamer
August 13, 2021 10:11 PM, "James Zern" wrote: > this prevents some mismatches in config values for realtime and all > intra modes, avoiding failures like: > > [libaom-av1 @ ...] Failed to initialize encoder: Invalid parameter > [libaom-av1 @ ...] Additional information: g_lag_in_frames out of >

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: use ctx->usage to get default cfg

2021-08-14 Thread ffmpegandmahanstreamer
August 13, 2021 10:11 PM, "James Zern" wrote: > this prevents some mismatches in config values for realtime and all > intra modes, avoiding failures like: > > [libaom-av1 @ ...] Failed to initialize encoder: Invalid parameter > [libaom-av1 @ ...] Additional information: g_lag_in_frames out of >

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-14 Thread ffmpegandmahanstreamer
August 13, 2021 8:42 PM, "Ronald S. Bultje" wrote: > Hi, > > On Thu, Aug 12, 2021 at 4:51 AM Nicolas George wrote: > >> Paul Buxton (12021-08-12): >> From the point of view of someone who is currently developing a filter >> for >> ffmpeg and will be submitting a patch to the list for the first

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-14 Thread ffmpegandmahanstreamer
August 14, 2021 12:34 AM, "zhilizhao(赵志立)" wrote: >> On Aug 14, 2021, at 11:27 AM, ffmpegandmahanstreamer@e.email wrote: >> >> August 13, 2021 8:42 PM, "Ronald S. Bultje" wrote: >> >>> Hi, >>> >>> On Thu, Aug 12,

[FFmpeg-devel] [PATCH] Cleanup prediction code in truemotion1_decode_16bit and truemotion1_decode_24bit of truemotion1 decoder

2021-08-14 Thread ffmpegandmahanstreamer
This cleans up the code in the decode24bit and decode16bit functions by putting it in way that expresses the true intent while making it easier to read. --- libavcodec/truemotion1.c | 35 --- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/libavcode

Re: [FFmpeg-devel] Subject: [PATCH] Cleanup code in truemotion1 decoder

2021-08-14 Thread ffmpegandmahanstreamer
> On Sun, Aug 01, 2021 at 04:22:28PM +, ffmpegandmahanstreamer@e.email > wrote: > >> Per Andreas Rheinhardt request i'm splitting the working patches in two. > > And this results in a commit message like this: > Author: ffmpegandmahanstreamer@e.email

[FFmpeg-devel] [PATCH] avcodec/truemotion1: Cleanup prediction code in truemotion1_decode_16bit and truemotion1_decode_24bit

2021-08-14 Thread ffmpegandmahanstreamer
This cleans up the code in the decode24bit and decode16bit functions by putting it in way that expresses the true intent while making it easier to read. --- libavcodec/truemotion1.c | 35 --- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/libavcode

Re: [FFmpeg-devel] [PATCH] Cleanup prediction code in truemotion1_decode_16bit and truemotion1_decode_24bit of truemotion1 decoder

2021-08-14 Thread ffmpegandmahanstreamer
The other patch has more subject line aligned to other devs, go to that one instead. August 14, 2021 7:24 AM, "ffmpegandmahanstreamer" wrote: > This cleans up the code in the decode24bit and decode16bit functions by > putting it in way that > expresses the true intent whi

Re: [FFmpeg-devel] Subject: [PATCH] Cleanup code in truemotion1 decoder

2021-08-14 Thread ffmpegandmahanstreamer
August 14, 2021 7:43 AM, "Nicolas George" wrote: > ffmpegandmahanstreamer (12021-08-14): > >> Once again this proves the superioity of the graphical stuff. > > Start with not top-posting and we may take your opinion on the > superiority of stuff seriously. I top

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-14 Thread ffmpegandmahanstreamer
August 14, 2021 12:40 PM, "Jean-Baptiste Kempf" wrote: > On Sat, 14 Aug 2021, at 03:13, Soft Works wrote: > >> The continuing attempt to declare developers who are favoring modern >> workflows and tooling as newbies and unexperienced is a really disgusting >> rhetoric. > > I agree. > > Very co

Re: [FFmpeg-devel] Subject: [PATCH] Cleanup code in truemotion1 decoder

2021-08-14 Thread ffmpegandmahanstreamer
August 14, 2021 7:56 AM, "Nicolas George" wrote: > ffmpegandmahanstreamer (12021-08-14): > >> I top post only when i want to reply to the message as a whole. > > The rules of the list are clear: DO NOT TOP-POST The rules of the list also say you should be

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-14 Thread ffmpegandmahanstreamer
August 14, 2021 12:47 PM, "Nicolas George" wrote: > Jean-Baptiste Kempf (12021-08-14): > >> The continuing attempt to declare developers who are favoring modern >> workflows and tooling as newbies and unexperienced is a really disgusting >> rhetoric. >> I agree. > > Good thing it is not what I

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-14 Thread ffmpegandmahanstreamer
August 14, 2021 12:53 PM, "Nicolas George" wrote: > Diederick C. Niehorster (12021-08-14): > >> Is there a mechanism to trigger such a vote? I hope the core developers >> have one soon so the project can get moving on this. > > There is a mechanism. But as I explained there: > > https://ffmpeg

Re: [FFmpeg-devel] [RFC] Suggestion for a Nicer Integration with GitHub

2021-08-14 Thread ffmpegandmahanstreamer
August 14, 2021 1:01 PM, "Nicolas George" wrote: > ffmpegandmahanstreamer (12021-08-14): > >> The real person winning here is Soft Works. He must be laughing right now. >> >> Ah, your math degree coming into work here - "if and only if" ;

Re: [FFmpeg-devel] [WIP] Event loop

2021-08-17 Thread ffmpegandmahanstreamer
August 17, 2021 3:58 AM, "Nicolas George" wrote: > Xiang Xiao (12021-08-17): > >> Nicolas, do you have any more progress? I am very interested in your >> proposal and want to test your change in our special device. > > Sorry. I have been focusing on other projects while looking for a good > way

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the negotiation process

2021-08-19 Thread ffmpegandmahanstreamer
lgtm August 19, 2021 11:30 AM, "Nicolas George" wrote: > Signed-off-by: Nicolas George > --- > libavfilter/formats.h | 85 +++ > 1 file changed, 85 insertions(+) > > diff --git a/libavfilter/formats.h b/libavfilter/formats.h > index d94977a3aa..7c8258ed08

Re: [FFmpeg-devel] [PATCH] lavfi/formats: document the negotiation process.

2021-08-19 Thread ffmpegandmahanstreamer
August 19, 2021 10:53 AM, "Nicolas George" wrote: > Signed-off-by: Nicolas George > --- > libavfilter/formats.h | 85 +++ > 1 file changed, 85 insertions(+) > > diff --git a/libavfilter/formats.h b/libavfilter/formats.h > index ed513c265a..b3e780a41d 10064

Re: [FFmpeg-devel] [PATCH v2] doc/general_contents: Fix dead links

2021-09-18 Thread ffmpegandmahanstreamer
August 24, 2021 9:49 AM, "Mapul Bhola" wrote: > The x265 configuration and installation guide has moved to Bitbucket so the > updated link reflects > that one. > > As the openCV site currently only has docs for opencv3 and the filter in > libavfilter is an opencv2 > an alternative link is prov