+media-dev, chromium-dev to bcc
No idea about your question, redirecting to media-dev
Christian
On Tue, Feb 4, 2025 at 1:33 PM Christophe Juncker <
cjun...@gmail.com> wrote:
>
> Using VP8 ffmpeg decoder instead of libvpx results in a per frame decoding time gain of 20 to 30% for both 360p and 720p, according to webrtc internals.
>
> If you could tell me to not trust the webrtc intervals numbers it sure would be easier to not bother with ffmpeg :)
>
> On Tue, Feb 4, 2025 at 09:17 Christian Biesinger <
cbies...@chromium.org> wrote:
>>
>> I guess you'd have to revert
>>
https://chromium-review.googlesource.com/c/chromium/third_party/ffmpeg/+/5315059
>> but why do you want to do that?
>>
>> Christian
>>
>> On Tue, Feb 4, 2025 at 12:01 PM Christophe Juncker <
cjun...@gmail.com> wrote:
>> >
>> > In chromium 124, VP8 support was pulled off FFmpeg. This can be seen in ffmpeg/ffmpeg_generated.gni, where in chromium 123 we still have VP8 files such as vp8dsp_init.c, vp8dsp_init_armv6.c, etc, but not in 124.
>> >
>> > We can also see for example in 123: ffmpeg/chromium/config/Chromium/mac/arm64/config.h the following #defines:
>> >
>> > #define CONFIG_VIDEODSP 1
>> > #define CONFIG_VP3DSP 1
>> > #define CONFIG_VP8DSP 1
>> >
>> > However, in 124, the defines above are set to 0.
>> >
>> > The ffmpeg_generated.gni is pre-generated and checked into the chromium source code.
>> >
>> > How can we get it re-generated in chromium versions 124 and newer to add VP8 support back into FFmpeg?
>> >
>> > Thanks in advance for your help!
>> >
>> > --
>> > --
>> > Chromium Developers mailing list:
chromi...@chromium.org
>> > View archives, change email options, or unsubscribe:
>> >
http://groups.google.com/a/chromium.org/group/chromium-dev
>> > ---
>> > You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an email to
chromium-dev...@chromium.org.
>> > To view this discussion visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/6735fc18-cda1-4f7a-9785-2bafe41beee4n%40chromium.org.