BtbN

Results 221 comments of BtbN

It does not increase the size though, just changes half a byte. And it's a bit cleaner imo. Not like saving bytes matters at that scale. We're talking saving individual...

Right now, whenever FFmpeg flvdec encounters an empty packet of any kind, it'll just move on to the next packet: https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/flvdec.c#L1507 It does not even check for SequenceEnd or anything....

It's a real bad idea to copy library files into system directories. Specially something like ffmpeg. That's a surefire way to break every part of your system that uses ffmpeg....

https://github.com/dehydrated-io/dehydrated/pull/959

Are you sure FFmpeg actually supports that? Cause there already is davs2, which is also already built here. That repo seems to be a fork of a fork of the...

That is a fork of FFmpeg, so adding that library here would not do any good, since I only build original upstream FFmpeg. You'd first need to get those patches...

Again, I won't patch FFmpeg here. If you need a new feature like that, please first submit it upstream. It is still unclear to me if this doesn't just work....

You are offering nonfree builds for download, that is a direct violation of the GPL. Please stop doing that. Besides, the only apparent difference is you re-enabling vvenc, and said...

I don't carry third party patches here, if you want something integrated into ffmpeg itself, the best way is to submit the patches upstream.

This seems to be fixed in the latest cc-rs release, but it's pinned to an old version.