Re: [FFmpeg-devel] request to remove certain mention of e-book on trac wiki page

2021-07-03 Thread Michael Koch
You completely ignored the fact that some filters are called useless. But just keep living in your bubble of ignorance. Does it explain why they consider them useless? Or is it just defamatory without further elaboration? I'm the author of the book. You can download the PDF here:

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

2021-08-19 Thread Michael Koch
+ * The steps are: + * + * 1. query_formats(): call the callbacks on all filter to set lists of + * supported formats. + * When links on a filter must eventually have the same + * format, the lists of supported formats are the same + *

Re: [FFmpeg-devel] [PATCH 1/1] fftools/ffmpeg: Output log message when interactive q command is received

2021-10-13 Thread Michael Koch
Are those keys listed somewhere in the documentation? ___ 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

[FFmpeg-devel] Revert a patch for v360 filter

2021-10-08 Thread Michael Koch
I'd like to suggest to revert this patch for the v360 filter: http://ffmpeg.org/pipermail/ffmpeg-cvslog/2020-October/124887.html Why should it be reverted? -- Because after this patch, the yaw, pitch and roll angles have a different meaning. If they are set in the command line, they are

Re: [FFmpeg-devel] Revert a patch for v360 filter

2021-10-08 Thread Michael Koch
Invalid reasoning. Absolute rotations give those issues. These issues can easily be avoided by keeping the pitch angle in the -89 to +89 range, for example. Please don't misunderstand me, I'm not against relative rotations. If you need relative rotations for your application, feel free to

Re: [FFmpeg-devel] Too many project ideas in GSOC 2022 FFmpeg

2022-02-28 Thread Michael Koch
We have 0 project ideas on our gsoc 2022 page well we have 2 now as i copied my two from last year If you have an idea, please add it! Might it be possible to integrate LibRaw into FFmpeg? https://www.libraw.org/ This could also solve the problem that import of DNG images doesn't work in

[FFmpeg-devel] Trac spam

2023-09-03 Thread Michael Koch
please remove the spammers from tickets 1920, 2104, 2776, 3720, 4748 and 5154. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

[FFmpeg-devel] Trac spam

2023-09-06 Thread Michael Koch
new spammer in ticket 2776 ___ 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".

[FFmpeg-devel] Trac spam

2023-09-10 Thread Michael Koch
new spammer in ticket 2104 ___ 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] Trac spam

2023-09-11 Thread Michael Koch
I see the "Delete selected as Spam" button, but no "Remove registered user" button. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] Trac spam

2023-09-11 Thread Michael Koch
I guess deleting users requires full admin rights, so i guess, just make a list of users which are in need of a deletion and post that and i or less likely some other admin will disable/delete them. Please delete user "selune" in ticket 2104 You and everyone else in the spam fighter group

Re: [FFmpeg-devel] trac spam

2023-10-19 Thread Michael Koch
IIRC each regex give -10 so multiple matches give more. So far, the search strings contain only combinations of keywords, for example "concretevictoria". False positives are almost impossible. I could add shorter keywords, for example "concrete" and "victoria". Then we would get multiple

Re: [FFmpeg-devel] trac spam

2023-10-19 Thread Michael Koch
IIRC each regex give -10 so multiple matches give more. Let's assume we have a long keyword like "concretevictoria". Nobody uses this keyword in a normal text. A false positive is almost impossible. I could search for "concretevictoria", "concretevictori." and "concretevictor.." and get

Re: [FFmpeg-devel] trac spam

2023-10-19 Thread Michael Koch
You would have to read the trac source probably and maybe do local tests tracing through the code what happens but a non spammer posting spam setting up trac locally is easy, it comes with its own deamon you dont even need a webserver That sounds too complicated for me. What about my other

Re: [FFmpeg-devel] trac spam

2023-10-27 Thread Michael Koch
Is it possible to make the "Bad Content" page invisible? It would be better if the spammer can't see the filtering rules. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe,

Re: [FFmpeg-devel] trac spam

2023-10-26 Thread Michael Koch
please delete: comment 12 in ticket 1920 user ""willow" I have updated the regex filter so that it should match all combinations of two keywords, in both orders. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Michael Koch
Please delete: Comment 14 in ticket 2104 Comment 2 in ticket 5154 User "ballid" The duplicated search patterns in regex filter did work as expected (-20 points), but the spammer got +20 points from captcha. I've updated the search patterns. Michael

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Michael Koch
Please delete also user "bunnylid". He did not yet write anything, but he did register with the same IP adress as the other spammer, only a few minutes earlier. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] TRAC Spam

2023-09-22 Thread Michael Koch
I just updated the dead link, also added the link to Wikipedia, added some keywords for our favourite spammer, and added short descriptions what (?i) and .? means. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] TRAC Spam

2023-09-20 Thread Michael Koch
Ticket / Comment 1920 / 12 ___ 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] TRAC Spam

2023-09-22 Thread Michael Koch
(?i)customer.?support (?i)customer.?care (?i)customer.?service What's the meaning of (?i) and .? I can't find that in Python syntax description. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] TRAC Spam

2023-09-22 Thread Michael Koch
I'm not sure if I understood that right. If I add a keyword to the list on this page https://trac.ffmpeg.org/wiki/BadContent then any posting which contains this keyword will get a negative score? And if the score exceeds a threshold, then the posting will be rejected? Is this only for changes

Re: [FFmpeg-devel] TRAC Spam

2023-09-22 Thread Michael Koch
Is it ok if I remove the dead link to Python syntax, and replace it by this link to Wikipedia? https://en.wikipedia.org/wiki/Regular_expression Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] TRAC Spam

2023-09-18 Thread Michael Koch
Ticket / Comment 2104 / 14 2776 / 6 3720 / 9 ___ 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

Re: [FFmpeg-devel] TRAC Spam

2023-09-21 Thread Michael Koch
The last username was "sharselune". Can't we also delete the spam from the archive? http://ffmpeg.org/pipermail/ffmpeg-trac/2023-September/067004.html http://ffmpeg.org/pipermail/ffmpeg-trac/2023-September/067006.html http://ffmpeg.org/pipermail/ffmpeg-trac/2023-September/067058.html

Re: [FFmpeg-devel] trac spam

2023-10-19 Thread Michael Koch
Please have a look at the Spam Filtering / Monitoring page. One of the spammer's postings was rejected, because it contained a blacklisted pattern in Regex filter and got -10 points. But 20 seconds later the same posting was accepted, because the spammer was successfully verified by Captcha and

[FFmpeg-devel] trac spam

2023-10-18 Thread Michael Koch
please delete: comment 14 in ticket 2104 comment 6 in ticket 2776 user "bristleback" Thanks, Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] trac spam

2023-10-19 Thread Michael Koch
When I edit the BadContent list, do the new search strings immediately become effective, or must I wait some time? Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit

Re: [FFmpeg-devel] trac spam

2023-10-19 Thread Michael Koch
I've just tested the regex filter with a posting in ticket 2776. This test was not successful. I thought that the second entry from the end of the list should have matched: (?i)regards.{0,5}http In words: Switch to case insensitive, search for "regards" followed by 0 to 5 of any characters,

Re: [FFmpeg-devel] trac spam

2023-10-20 Thread Michael Koch
strings that are certain spam, you can just add that twice for double the points lost done. should i add /pipermail/ffmpeg-trac to robots.txt ? is there anyone who googles in these ffmpeg trac archives ? I don't. Michael ___ ffmpeg-devel

Re: [FFmpeg-devel] trac spam

2023-10-19 Thread Michael Koch
Iam not aware of any delay, did you see a delay ? I did change the search string (2nd from end of list) and 19 minutes later I made a test posting in ticket 2776. I have no idea why the pattern wasn't found. Michael ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] proposal for a minor change in the behavior of the drawtext filter

2022-04-22 Thread Michael Koch
Hi Francesco, in my opinion the line spacing looks good. But there is still the problem that the y position of the baseline depends on the height of the characters in the first line. You see that when you switch between your pictures line_height_net_arial.png  and line_height_new_arial2.png.

Re: [FFmpeg-devel] proposal for a minor change in the behavior of the drawtext filter

2022-04-22 Thread Michael Koch
Hi Francesco, I think the y position of the baseline should be independent of the content of the textfile. For example, you might want to change the color in the middle of a text. That can only be done by invoking drawtext two times. To make sure that both texts share the same baseline, the

Re: [FFmpeg-devel] [PATCH 2/2] avfilter: add colorchart video filter

2022-04-25 Thread Michael Koch
It's missing in the table of contents of the documentation. ___ 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

Re: [FFmpeg-devel] [PATCH]lavfi/rotate: Fix undefined behaviour

2022-09-04 Thread Michael Koch
/Also, shouldn't the same change be done also to interpolate_bilinear8? / I was unable to reproduce with 8-bit input. When I tested it, the issue was reproducible only with 14-bit and 16-bit input. 12-bit did work. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-10 Thread Michael Koch
Well, I can't see how it looks now, but the sequence white - gray - white (which is impossible in a sine wave) should no longer be there, because cos(x) = cos(-x). ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-10 Thread Michael Koch
ffmpeg -f lavfi -i zoneplate=kx2=320:ky2=240,format=gray -frames 1 -y out.png When you draw a line through the center, you have black - gray - white - gray - white - gray -black which means the sine wave changes its sign in the center. That's why zoneplates are normally calculated with cos()

Re: [FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-10 Thread Michael Koch
Isn't it better to use cos() instead of sin()? With sin() there is a discontinuity in the center. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] trac spam

2023-05-15 Thread Michael Koch
please have a look at ticket 2104 ___ 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] avutil/eval: Use even better PRNG

2024-01-19 Thread Michael Koch
There is still a small problem with the random generator, but this has nothing to do with the recent changes. If the random() expression is used in the geq filter, then multiple pixels get the same sequence of random numbers. As can be shown with this command, where the frame has only two

Re: [FFmpeg-devel] [PATCH 0/2] Remove SDL2 output devices

2024-02-07 Thread Michael Koch
It works until move or resize the window. yes, that's right. I didn't notice because I didn't try to move or resize the window. My point is: Removing SDL would break many examples that can be found in the internet. Michael ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 0/2] Remove SDL2 output devices

2024-02-06 Thread Michael Koch
I didn't notice any problems with -f sdl2. I just tested again with Windows 11 and the latest FFmpeg build from Gyan, just 2 days old. ffmpeg -re -f lavfi -i testsrc2=s=800x600 -t 10 -f sdl2 - Works without any problems. Michael ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/2] doc/utils/eval: clarify meaning of random* seed value

2024-01-03 Thread Michael Koch
> Possible address trac issue: http://trac.ffmpeg.org/ticket/10763 I don't like the random generator as it is, because the first two random numbers are very close to zero, as can be shown with this command line: ffmpeg -loglevel repeat -f lavfi -i nullsrc=size=1x1,format=gray -vf

Re: [FFmpeg-devel] [PATCH 2/2] doc/utils/eval: clarify meaning of random* seed value

2024-01-03 Thread Michael Koch
On one hand, it's good that the 10 variables for ld() and st() are initialized with zero. But on the other hand, zero is obviously the worst possible seed value for the random generator. For example, make a 1000x1000 image with red color, and then fill one pixel at a random position with

Re: [FFmpeg-devel] [PATCH 2/2] doc/utils/eval: clarify meaning of random* seed value

2024-01-03 Thread Michael Koch
Possible better algorithm for the random generator, which might fix the problem: eval.c  line 235 if (r == 0)   r = UINT64_MAX/13; else   r = r*1664525+1013904223; Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] trac spam

2023-12-03 Thread Michael Koch
Perhaps the regex search is performed on the rendered text as opposed to the source text?  Taking the spam comment on #2104 as an example, the spammer appears to be using the `[ ]` or `[[|]]` markup, therefore `http` does not appear in the rendered text. But on the other hand, the regex

Re: [FFmpeg-devel] trac spam

2023-12-03 Thread Michael Koch
I haven't seen the original email so I don't know, but I think it might be a character code issue. Example: Comment 14 in ticket 2104 contains "Great" and "amazing" and "http" in the same line. But the regex filter didn't match. Michael ___

Re: [FFmpeg-devel] trac spam

2023-12-03 Thread Michael Koch
Are you talking based on the source of the email message? I don't have the messages as email. I see only the comments in the trac timeline: https://trac.ffmpeg.org/timeline Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] trac spam

2023-12-03 Thread Michael Koch
Am 03.12.2023 um 09:39 schrieb Michael Koch: please delete: comment 14 in ticket 2104 comment 6 in ticket 2776 user "bunnybellid" I have updated the regex search patterns. Does anybody know why the last regex seach pattern in the list doesn't work? I thought it should ma

Re: [FFmpeg-devel] trac spam

2023-12-03 Thread Michael Koch
please delete: comment 14 in ticket 2104 comment 6 in ticket 2776 user "bunnybellid" I have updated the regex search patterns. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] [PATCH 0/2] Remove SDL2 output devices

2024-02-06 Thread Michael Koch
Removing SDL2 sounds like a very bad idea. There are many examples which are using these output devices, and all these examples would be broken. A quick search in my book http://www.astro-electronic.de/FFmpeg_Book.pdf finds about 40 occurences for "-f sdl" or "-f sdl2". Michael