Re: [FFmpeg-devel] patch for supporting m264 on h.264 decoding and encoding.

2019-04-01 Thread Nicolas George
Ronald S. Bultje (12019-04-01): > I would like to propose that we delay further consideration of this patch > until Thilo has organized the vote [1] on whether we want to allow > closed-source software integration in FFmpeg. Seconded. Regards, -- Nicolas George signature.asc Description: PG

Re: [FFmpeg-devel] patch for supporting m264 on h.264 decoding and encoding.

2019-04-01 Thread Ronald S. Bultje
Hi, On Fri, Mar 29, 2019 at 12:15 PM Yufei He wrote: > Hi > > This is the fixed version of this patch that follows the way other > companies do on supporting FFmpeg. I would like to propose that we delay further consideration of this patch until Thilo has organized the vote [1] on whether we w

Re: [FFmpeg-devel] patch for supporting m264 on h.264 decoding and encoding.

2019-04-01 Thread Tomas Härdin
fre 2019-03-29 klockan 16:14 + skrev Yufei He: diff --git a/Changelog b/Changelog > index 4d80e5b..ce0daf8 100644 > --- a/Changelog > +++ b/Changelog > @@ -2753,6 +2757,7 @@ msmpeg4v3_decoder_select="h263_decoder" >  msmpeg4v3_encoder_select="h263_encoder" >  mss2_decoder_select="mpegvideo qpel

Re: [FFmpeg-devel] patch for supporting m264 on h.264 decoding and encoding.

2019-03-31 Thread Carl Eugen Hoyos
2019-03-29 17:14 GMT+01:00, Yufei He : > This is the fixed version of this patch that follows the > way other companies do on supporting FFmpeg. Both header files look unneeded to me. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org htt

[FFmpeg-devel] patch for supporting m264 on h.264 decoding and encoding.

2019-03-29 Thread Yufei He
Hi This is the fixed version of this patch that follows the way other companies do on supporting FFmpeg. 1>Put library mvm264 to the nonfree list in configure 2>Remove calling to dlopen Please review. Thanks. Yufei From 1a636c0aa2288731374a4a6139c385baad2a8e98 Mon Sep 17 00:00:00 2001 From