When a device is derived from a source device, there are at least 2
devices, and usually the derived device is the expected device, so let's
pick the last device if user doesn't specify the filter device with
filter_hw_device option
After applying this patch, the command below can work:
$> ffmpeg
Hi,
Updated patch attached. Thank you to Christopher Degawa for testing
and providing feedback.
Kyle
0001-avfilter-vf_libvmaf-update-filter-for-libvmaf-v2.0.0.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https:/
How does one approach the problem of an encoder's incorrect implementation of
the rtsp protocol? My non-working example here is a Coretec mpeg-4 encoder.
I'm not sure the manufacturer is still in business, but they're still in use.
Using rtsp, the encoder sends no response to a setup message.
Am 2021-06-28 03:00, schrieb Marton Balint:
On Sun, 27 Jun 2021, emco...@ffastrans.com wrote:
Am 2021-06-27 20:12, schrieb Marton Balint:
Why? I though it is enough if you store the partition number in the
metadata set, that way you should be able to compare if the existing
metadata set is bet
On Mon, Jun 28, 2021 at 5:45 PM Gerd Röthig
wrote:
>
> Hello all,
>
> Trying to compile the Chromium browser by myself, I encountered that compile
> fails due to variable
> declarations in ffmpeg_demuxer.cc in Chromium's source code.
>
> In the file, the following call to av_packet_get_side_data(
On Sun, Jun 27, 2021 at 01:38:01PM -0400, Andriy Gelman wrote:
> On Sun, 27. Jun 15:53, Michael Niedermayer wrote:
> > Fixes regression
> > Fixes: last frame of Ticket9287
> >
> > Analysed-by: Andriy Gelman
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavcodec/mjpegdec.c | 2 +-
> > 1 fi
On Mon, Jun 21, 2021 at 11:25:42PM +0200, Michael Niedermayer wrote:
> Fixes: left shift of 1 by 31 places cannot be represented in type 'int'
> Fixes:
> 35023/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CLEARVIDEO_fuzzer-6740166587842560
>
> Found-by: continuous fuzzing process
> https://
On Thu, Jun 24, 2021 at 10:57:24PM +0200, Michael Niedermayer wrote:
> Fixes: signed integer overflow: 486539264 * 14 cannot be represented in type
> 'int'
> Fixes:
> 35281/clusterfuzz-testcase-minimized-ffmpeg_dem_RSD_fuzzer-6068262742917120
>
> Found-by: continuous fuzzing process
> https://g
On Sun, Jun 27, 2021 at 08:22:12PM +0200, Nicolas George wrote:
> James Almer (12021-06-25):
> > Afaics, it checks the very first character to be < '0' || > '9' for both
> > hours and minutes, so strtol() is not going to see a '-'.
> > Is there supposed to be one for seconds in valid files? If not,
Hello all,
Trying to compile the Chromium browser by myself, I encountered that compile
fails due to variable
declarations in ffmpeg_demuxer.cc in Chromium's source code.
In the file, the following call to av_packet_get_side_data() is made:
size_t id_size = 0;
uint8_t* id_data = av_pac
Hi,
Would anyone consider applying this fairly simple patch to fix a
multi-threading issue in the sws initialization code?
Regards,
//Peter
On Wed, Apr 28, 2021 at 11:51 AM Peter Lundblad
wrote:
> Call ff_sws_rgb2rgb_init via ff_thread_once instead of checking one of the
> variables it updates
On 6/27/2021 12:56 PM, Derek Buitenhuis wrote:
> On 6/24/2021 2:21 PM, Derek Buitenhuis wrote:
>> I'll wait a bit and see if he has any.
>
> Ping.
Will push tonight or tomorrow with typo fixes + lavc version bump
if there are no objections.
- Derek
___
Hi,
> when transcoding 608 cc, the cc stream frame pts is set to the same value as
> its container frame's pts. However, the time_base is always set to 1/9
> (default) in the initialization stage. Which causes timing issues when the
> container time_base is actually not 1/9.
identical
James Almer (12021-06-27):
> Your first paragraph started with "Which characters must be escaped?"
Yes, but it was a follow-up to "the doc is not detailed enough". I trim
my mails, because it makes reading easier, but the context still
matters. Should I leave more of it, even for conversations ove
I've only been including vector_helpers.cuh in the .cu file.
I think cuda.h is being included because I include
libavutil/hwcontext_cuda_internal.h in the c file. I was looking at
vf_thumbnail_cuda.c for reference and I copied the line #include
"libavutil/hwcontext_cuda_internal.h".
__
15 matches
Mail list logo