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

2019-04-04 Thread Gyan
On 04-04-2019 02:37 AM, Michael Niedermayer wrote: doc/ffmpeg.texi |5 + fftools/ffmpeg.c | 47 +-- fftools/ffmpeg.h |3 +++ fftools/ffmpeg_opt.c |5 + 4 files changed, 58 insertions(+), 2 deletions(-) 71a87fe4

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

2019-04-03 Thread Michael Niedermayer
On Wed, Mar 27, 2019 at 08:26:36PM +0530, Gyan wrote: > Weird. Attached corrected patch. > > Thanks. > > On 27-03-2019 08:19 PM, Moritz Barsnick wrote: > >On Wed, Mar 27, 2019 at 18:05:32 +0530, Gyan wrote: > >>+@item -drop_deviant_frames (@emph{input,per-stream}) > >>+Allows discarding decoded f

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

2019-04-03 Thread Paul B Mahol
On 4/3/19, Gyan wrote: > > > On 02-04-2019 09:56 AM, Gyan wrote: >> >> >> On 01-04-2019 10:23 AM, Gyan wrote: >>> >>> >>> On 27-03-2019 08:26 PM, Gyan wrote: Weird. Attached corrected patch. Thanks. >>> >>> Ping. >> >> Plan to push tomorrow evening. > > Plan to push in ~2 hours. Pl

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

2019-04-03 Thread Gyan
On 02-04-2019 09:56 AM, Gyan wrote: On 01-04-2019 10:23 AM, Gyan wrote: On 27-03-2019 08:26 PM, Gyan wrote: Weird. Attached corrected patch. Thanks. Ping. Plan to push tomorrow evening. Plan to push in ~2 hours. Gyan ___ ffmpeg-devel mai

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

2019-04-01 Thread Gyan
On 01-04-2019 10:23 AM, Gyan wrote: On 27-03-2019 08:26 PM, Gyan wrote: Weird. Attached corrected patch. Thanks. Ping. Plan to push tomorrow evening. Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listin

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

2019-03-31 Thread Gyan
On 27-03-2019 08:26 PM, Gyan wrote: Weird. Attached corrected patch. Thanks. Ping. Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel

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

2019-03-27 Thread Gyan
Weird. Attached corrected patch. Thanks. On 27-03-2019 08:19 PM, Moritz Barsnick wrote: On Wed, Mar 27, 2019 at 18:05:32 +0530, Gyan wrote: +@item -drop_deviant_frames (@emph{input,per-stream}) +Allows discarding decoded frames whose parameters differ from initialized +stream parameters. May b

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

2019-03-27 Thread Moritz Barsnick
On Wed, Mar 27, 2019 at 18:05:32 +0530, Gyan wrote: > +@item -drop_deviant_frames (@emph{input,per-stream}) > +Allows discarding decoded frames whose parameters differ from initialized > +stream parameters. May be useful in > + It looks like this was truncated. Moritz Cheers,

[FFmpeg-devel] [PATCH] ffmpeg: add -drop_deviant_frames option

2019-03-27 Thread Gyan
Essential in avoiding loss of output streams (audio) for me, when input has unreliable transport. Tested with software decoding (h264, aac, mp1, mp2) pipeline. Gyan From ca04af063ee4a9406b6f09e12126827728aff875 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Mon, 25 Mar 2019 22:01:07 +0530 Subj