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

2021-07-10 Thread Gyan Doshi
Pushed as 79ebdbb9b9da0a86b277e3f85981196c781af398 On 2021-07-08 09:27, Gyan Doshi wrote: Plan to push in a couple of days. On 2021-07-02 15:33, Gyan Doshi wrote: Allows forcing decoders of different media type. Needed to decode media data muxed as data streams. ---   doc/ffmpeg.texi  | 5

[FFmpeg-devel] [PATCH] avcodec/qsvenc: clip global_quality for ICQ modes.

2021-07-10 Thread Gyan Doshi
Allowed range is 1 to 51. Ref: https://software.intel.com/content/www/us/en/develop/articles/advanced-bitrate-control-methods-in-intel-media-sdk.html --- doc/encoders.texi | 3 ++- libavcodec/qsvenc.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/encoders.texi b/do

[FFmpeg-devel] [PATCH] avformat/aaxdec: Ask for a sample and disable COLUMN_FLAG_DEFAULT

2021-07-10 Thread Michael Niedermayer
The codepath repeatly seeks back to the same byte and fills the table with this Fixes: Timeout (reading billions of times the same byte) Fixes: 35510/clusterfuzz-testcase-minimized-ffmpeg_dem_AAX_fuzzer-5742289044504576 I have not found any samples in our archive or the fate samples which use thi

[FFmpeg-devel] [PATCH] avfilter: add afwtdn filter

2021-07-10 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 60 ++ libavfilter/Makefile |1 + libavfilter/af_afwtdn.c | 1349 ++ libavfilter/allfilters.c |1 + 4 files changed, 1411 insertions(+) create mode 100644 libavfilter/af_afwtdn.c diff -

Re: [FFmpeg-devel] [PATCH v3 0/2] libx264 configure check clean-up

2021-07-10 Thread James Almer
On 7/10/2021 1:26 PM, Jan Ekström wrote: On Wed, Jul 7, 2021, 22:01 Jan Ekström wrote: Changes compared to v2: - Kept the CONFIG_LIBX264RGB_ENCODER define check for ff_libx264rgb_encoder and the AVClass for libx264rgb. - Removed the libx264rgb removal from this patch set since while I hoped

Re: [FFmpeg-devel] [PATCH v3 0/2] libx264 configure check clean-up

2021-07-10 Thread Jan Ekström
On Wed, Jul 7, 2021, 22:01 Jan Ekström wrote: > Changes compared to v2: > - Kept the CONFIG_LIBX264RGB_ENCODER define check for ff_libx264rgb_encoder > and the AVClass for libx264rgb. > - Removed the libx264rgb removal from this patch set since while I hoped I > would be getting the initial t

Re: [FFmpeg-devel] [PATCH 3/4] avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4

2021-07-10 Thread Michael Niedermayer
On Sat, Apr 17, 2021 at 03:12:29AM +0200, Andreas Rheinhardt wrote: > James Almer: > > On 4/16/2021 9:13 PM, Andreas Rheinhardt wrote: > >> James Almer: > >>> On 4/16/2021 8:45 PM, Andreas Rheinhardt wrote: > James Almer: > > On 4/16/2021 7:45 PM, James Almer wrote: > >> On 4/16/2021 7

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-07-10 Thread Gyan Doshi
On 2021-07-09 11:03, Shiwang.Xie wrote: Pings. Will test. On Sat, 5 Jun 2021, Shiwang.Xie wrote: Ping. Thanks, Shiwang.Xie On Sat, 29 May 2021, Shiwang.Xie wrote: Hi, any updates for this? Thanks, Shiwang.Xie On Wed, 19 May 2021, Shiwang.Xie wrote: Hi, is there objection? Thanks

Re: [FFmpeg-devel] [PATCH] cafenc: fill in avg. packet size later if unknown

2021-07-10 Thread Lynne
10 Jul 2021, 03:10 by roman.bera...@prusa3d.cz: > Frame size of Opus stream was previously presumed here to be 960 samples > (20ms), however sizes of 120, 240, 480, 1920, and 2880 are also allowed. > It can also alter on a per-packet basis and even multiple frames may be > present in a single pack