Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: compiler warning fix

2020-01-19 Thread Andreas Rheinhardt
On Mon, Jan 20, 2020 at 8:35 AM Bodecs Bela wrote: > Dear All, > > This patch corrects compiler warning about returning possibly uninitialized > variable in hls_write_header function. > > Which compiler warns about this? Regarding the patch: It's probably better to explicitly return 0 at the end

[FFmpeg-devel] [PATCH] avformat/hlsenc: compiler warning fix

2020-01-19 Thread Bodecs Bela
Dear All, This patch corrects compiler warning about returning possibly uninitialized variable in hls_write_header function. please review this patch! Thank you in advance. Bela >From e7b3a680f13fd6113f3bf118803d9609d0fe8bda Mon Sep 17 00:00:00 2001 From: Bela Bodecs Date: Mon, 20 Jan 2020

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix default AES key file url with variant streams

2020-01-19 Thread Steven Liu
> 在 2020年1月20日,06:10,Bodecs Bela 写道: > > Dear All, > > Currently when hls_enc is active and there are multiple variant stream > outputs, default key file url construction does not work, because it is > based on the FormatContext' url field. (m3u8 playlist output) > But in case of multiple vari

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: program_date_time and append_list flags conflict

2020-01-19 Thread Steven Liu
> 在 2020年1月19日,17:20,Steven Liu 写道: > > > >> 在 2020年1月19日,03:31,Bodecs Bela 写道: >> >> sorry for missing patch file, here it is. >> >> Bela >> >> >> 2020.01.18. 18:56 keltezéssel, Bodecs Bela írta: >>> Dear All, >>> >>> >>> When program_date_time flag is present, in m3u8 playlist file e

Re: [FFmpeg-devel] [PATCH V7 1/2] libswscale/x86/yuv2rgb: Change inline assembly into nasm code

2020-01-19 Thread Fu, Ting
> -Original Message- > From: ffmpeg-devel On Behalf Of Ronald > S. Bultje > Sent: Sunday, January 19, 2020 10:55 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH V7 1/2] libswscale/x86/yuv2rgb: Change > inline assembly into nasm code > > Hi, > >

Re: [FFmpeg-devel] [PATCH V7 1/2] libswscale/x86/yuv2rgb: Change inline assembly into nasm code

2020-01-19 Thread Fu, Ting
> -Original Message- > From: ffmpeg-devel On Behalf Of > Michael Niedermayer > Sent: Sunday, January 19, 2020 09:11 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH V7 1/2] libswscale/x86/yuv2rgb: Change > inline assembly into nasm code > > On Su

Re: [FFmpeg-devel] add color table for 8-bit gray scale raw image data

2020-01-19 Thread Carl Eugen Hoyos
Am Mo., 20. Jan. 2020 um 03:47 Uhr schrieb 一滴水 <229135...@qq.com>: > Solve the problem that the generated avi file with 8-bit grayscale image > raw byte array data can't be played correctly. How can I reproduce the issue this patch is trying to solve? Carl Eugen _

[FFmpeg-devel] add color table for 8-bit gray scale raw image data

2020-01-19 Thread ??????
Solve the problem that the generated avi file with 8-bit grayscale image raw byte array data can't be played correctly. 0001-add-color-table-for-8-bit-gray-scale-raw-image-data.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ff

Re: [FFmpeg-devel] [PATCHv2] avutil/thread: Add pthread_cond_timedwait function

2020-01-19 Thread Matt Oliver
On Mon, 20 Jan 2020 at 11:14, Marton Balint wrote: > From: Matt Oliver > > v2: fix calculating milisecond times and use SleepConditionVariableSRW. > > Signed-off-by: Matt Oliver > --- > compat/os2threads.h | 25 + > compat/w32pthreads.h | 18 ++ > libav

Re: [FFmpeg-devel] [PATCH] fate/filter-video.mak: do not use bit-exact check for dnn_processing

2020-01-19 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Carl Eugen Hoyos > Sent: Monday, January 20, 2020 2:55 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] fate/filter-video.mak: do not use > bit-exac

Re: [FFmpeg-devel] [PATCH 2/4] FATE/dnn: add unit test for layer maximum

2020-01-19 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Carl Eugen Hoyos > Sent: Monday, January 20, 2020 1:20 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 2/4] FATE/dnn: add unit test for layer > maxim

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Zane van Iperen
20/1/20 9:47 am, Carl Eugen Hoyos пишет: > > Am So., 19. Jan. 2020 um 23:44 Uhr schrieb Zane van Iperen > : >> >> 20/1/20 4:52 am, Carl Eugen Hoyos пишет: > +argo_asf_parse_file_header(&hdr, p->buf); + +if(hdr.magic != ASF_TAG) +return 0; + +if (a

[FFmpeg-devel] [PATCHv2] avutil/thread: Add pthread_cond_timedwait function

2020-01-19 Thread Marton Balint
From: Matt Oliver v2: fix calculating milisecond times and use SleepConditionVariableSRW. Signed-off-by: Matt Oliver --- compat/os2threads.h | 25 + compat/w32pthreads.h | 18 ++ libavutil/thread.h | 7 +++ 3 files changed, 50 insertions(+) diff

[FFmpeg-devel] [PATCH] avcodec/snappy: Sanity check bytestream2_get_levarint()

2020-01-19 Thread Michael Niedermayer
Fixes: left shift of 79 by 28 places cannot be represented in type 'int' Fixes: 20202/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HAP_fuzzer-5719004081815552 Fixes: 20219/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HAP_fuzzer-5641738677125120 Found-by: continuous fuzzing process htt

Re: [FFmpeg-devel] How to Decode Packet Encoded in Hardware (nvenc)?

2020-01-19 Thread Timo Rothenpieler
On 20.01.2020 00:50, Ming Ying wrote: Yes, understood...my question was more about changing the pixel format from AV_PIX_FMT_CUDA to YUV420P. If I understand correctly, a frame encoded using h264_nvenc will have the CUDA pixel format (I specified this when I created the hardware frame context)

[FFmpeg-devel] [PATCH]lavc/mpegvideo_enc: Do not write an extra RST tag after final jpeg slice

2020-01-19 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #8412. Please comment, Carl Eugen From 7f62ffa46f9264c1fc7854def8467816e0173883 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 20 Jan 2020 00:51:33 +0100 Subject: [PATCH] lavc/mpegvideo_enc: Do not write an extra RST tag after final jpeg slice. Fixes

Re: [FFmpeg-devel] How to Decode Packet Encoded in Hardware (nvenc)?

2020-01-19 Thread Ming Ying
Yes, understood...my question was more about changing the pixel format from AV_PIX_FMT_CUDA to YUV420P. If I understand correctly, a frame encoded using h264_nvenc will have the CUDA pixel format (I specified this when I created the hardware frame context). When I decode the frame, how do I get

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 23:44 Uhr schrieb Zane van Iperen : > > 20/1/20 4:52 am, Carl Eugen Hoyos пишет: > >> +argo_asf_parse_file_header(&hdr, p->buf); > >> + > >> +if(hdr.magic != ASF_TAG) > >> +return 0; > >> + > >> +if (argo_asf_is_known_version(&hdr)) > >> +score

Re: [FFmpeg-devel] [PATCH 2/9] swscale: Add swscale input support for Y210LE

2020-01-19 Thread Kieran Kunhya
> > > > Am Do., 16. Jan. 2020 um 07:49 Uhr schrieb Fu, Linjie < > linjie...@intel.com>: > > > > > > > > > -Original Message- > > > > > From: ffmpeg-devel On Behalf Of > > > > > Carl Eugen Hoyos > > > > > Sent: Thursday, January 16, 2020 02:30 > > > > > To: FFmpeg development discussions an

Re: [FFmpeg-devel] [PATCH 1/2] avformat/aviobuf: Remove AVIOInternal and one level of indirection

2020-01-19 Thread Andreas Rheinhardt
Andreas Rheinhardt: > On Mon, Jan 6, 2020 at 3:51 PM Andreas Rheinhardt < > andreas.rheinha...@gmail.com> wrote: > >> In the Libav commit cae448cf, the opaque of every AVIOContext opened >> by ffio_fdopen() (which is used internally by avio_open() and avio_open2()) >> changed: It was a simple poin

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec: add decoder for argonaut games' adpcm codec

2020-01-19 Thread Zane van Iperen
20/1/20 7:24 am, Tomas Härdin пишет: > > sön 2020-01-19 klockan 08:33 + skrev Zane van Iperen: >> Adds support for the ADPCM variant used by some Argonaut Games' >> games, >> such as 'Croc! Legend of the Gobbos', and 'Croc 2'. >> >> Signed-off-by: Zane van Iperen >> --- >> Changelog

Re: [FFmpeg-devel] Segfault calling av_interleaved_write_frame

2020-01-19 Thread Nicolas George
Jonathan Noble (12020-01-19): > I'd gathered that, but rather than bombing out shouldn't there be a AVERROR > returned or something else to notify the user of their error, like so many > other non-optional checks in ffmpeg? No. AVERROR codes are not for errors that can be detected statically; thes

Re: [FFmpeg-devel] Segfault calling av_interleaved_write_frame

2020-01-19 Thread Jonathan Noble
On Sun, 19 Jan 2020 at 11:52, Nicolas George wrote: > Jonathan Noble (12020-01-19): > > I'm writing a wrapper around libav. > > https://github.com/jonno85uk/mediahandling/tree/Issue4_encoding > > I know what was causing this condition, avformat_write_header() hadn't > > been called at that time.

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Zane van Iperen
20/1/20 4:52 am, Carl Eugen Hoyos пишет: > > Am So., 19. Jan. 2020 um 09:34 Uhr schrieb Zane van Iperen > : > >> +static int argo_asf_probe(const AVProbeData *p) >> +{ >> +int score; >> +ArgoASFFileHeader hdr; >> + >> +if (p->buf_size < ASF_FILE_HEADER_SIZE) >> +return AVPROBE

Re: [FFmpeg-devel] [PATCH] libavcodec/exr.c: Made channel name comparisons case insensitive.

2020-01-19 Thread Gonzalo Garramuño
El 19/01/20 a las 19:00, Paul B Mahol escribió: I doubt this is good. Why? I have images created out of Houdini that do not follow the uppercase convention used in the exr.c decoder. The layers cannot be read unless the pattern matches layers like: indirect_diffuse.r. _

Re: [FFmpeg-devel] How to Decode Packet Encoded in Hardware (nvenc)?

2020-01-19 Thread Timo Rothenpieler
Using a hardware encoder to encode h264 has absolutely no impact on what can decode the result. It produces absolutely standard h264. Also, this should be on ffmpeg- or libav-user. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.or

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix default AES key file url with variant streams

2020-01-19 Thread Bodecs Bela
Dear All, Currently when hls_enc is active and there are multiple variant stream outputs, default key file url construction does not work, because it is based on the FormatContext' url field. (m3u8 playlist output) But in case of multiple variant streams, it contains the variant m3u8 output playl

Re: [FFmpeg-devel] [PATCH] libavcodec/exr.c: Made channel name comparisons case insensitive.

2020-01-19 Thread Paul B Mahol
I doubt this is good. On 1/19/20, ggarr...@gmail.com wrote: > From: Gonzalo Garramuño > > --- > libavcodec/exr.c | 21 +++-- > 1 file changed, 11 insertions(+), 10 deletions(-) > > diff --git a/libavcodec/exr.c b/libavcodec/exr.c > index aeeaed4..49250dd 100644 > --- a/libavco

[FFmpeg-devel] [PATCH] libavcodec/exr.c: Made channel name comparisons case insensitive.

2020-01-19 Thread ggarra13
From: Gonzalo Garramuño --- libavcodec/exr.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/libavcodec/exr.c b/libavcodec/exr.c index aeeaed4..49250dd 100644 --- a/libavcodec/exr.c +++ b/libavcodec/exr.c @@ -41,6 +41,7 @@ #include "libavutil/common

[FFmpeg-devel] [PATCH 3/3] avformat/dashenc: include an availabilityTimeComplete element in all streaming modes

2020-01-19 Thread James Almer
It's not exclusive for Low Latency streaming. The muxer will serve partial segments in standard streaming mode as well Signed-off-by: James Almer --- libavformat/dashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 30fe

[FFmpeg-devel] [PATCH 2/3] avformat/dashenc: add Trick Mode support for AdaptationSets

2020-01-19 Thread James Almer
Signed-off-by: James Almer --- doc/muxers.texi | 2 ++ libavformat/dashenc.c | 68 --- 2 files changed, 60 insertions(+), 10 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 05bf483ba5..dfe858c412 100644 --- a/doc/muxers.texi +++ b/

[FFmpeg-devel] [PATCH 1/3] avformat/dashenc: make AdaptationSet id an integer value

2020-01-19 Thread James Almer
Unlike Representation id, it's defined as an integer in the spec, and not as a string. Signed-off-by: James Almer --- libavformat/dashenc.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 3d8515d9ca..24

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Zane van Iperen
On 20/1/20 2:34 am, Moritz Barsnick wrote: > > Just one more: > > On Sun, Jan 19, 2020 at 08:33:45 +, Zane van Iperen wrote: > >> +if (av_match_ext(p->filename, "asf")) >> +score += AVPROBE_SCORE_EXTENSION; > > Just a remark: The asf demuxer (for Microsoft's "Advanced System > F

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/avio: move ff_rename implementation from internal.h to avio.c

2020-01-19 Thread Marton Balint
On Sun, 19 Jan 2020, Marton Balint wrote: On Thu, 9 Jan 2020, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/avio.c | 15 +++ libavformat/internal.h | 14 +- 2 files changed, 16 insertions(+), 13 deletions(-) Ping, will apply the series soon.

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec: add decoder for argonaut games' adpcm codec

2020-01-19 Thread Tomas Härdin
sön 2020-01-19 klockan 08:33 + skrev Zane van Iperen: > Adds support for the ADPCM variant used by some Argonaut Games' > games, > such as 'Croc! Legend of the Gobbos', and 'Croc 2'. > > Signed-off-by: Zane van Iperen > --- > Changelog | 2 +- > doc/general.texi| 1

[FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Andriy Gelman
From: Andriy Gelman Hard coded parameters for qmin and qmax are currently used to initialize v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they are set. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_enc.c | 33 +++-- 1 file changed, 31 i

Re: [FFmpeg-devel] [PATCH] fate/filter-video.mak: do not use bit-exact check for dnn_processing

2020-01-19 Thread Carl Eugen Hoyos
Am Sa., 18. Jan. 2020 um 14:52 Uhr schrieb Steven Liu : > > > > > 在 2020年1月18日,21:33,Guo, Yejun 写道: > > > > > > > >> -Original Message- > >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > >> Carl Eugen Hoyos > >> Sent: Saturday, January 18, 2020 7:06 AM > >> To:

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 09:34 Uhr schrieb Zane van Iperen : > +static int argo_asf_probe(const AVProbeData *p) > +{ > +int score; > +ArgoASFFileHeader hdr; > + > +if (p->buf_size < ASF_FILE_HEADER_SIZE) > +return AVPROBE_SCORE_RETRY; Either assert that AVPROBE_PADDING_SIZE >=

Re: [FFmpeg-devel] [PATCH 2/9] swscale: Add swscale input support for Y210LE

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 10:28 Uhr schrieb Fu, Linjie : > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Carl Eugen Hoyos > > Sent: Thursday, January 16, 2020 19:38 > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> > > Subject: Re: [FFmpeg-devel] [PATC

Re: [FFmpeg-devel] [PATCH 2/4] FATE/dnn: add unit test for layer maximum

2020-01-19 Thread Carl Eugen Hoyos
Am Fr., 20. Sept. 2019 um 06:01 Uhr schrieb Guo, Yejun : > > Signed-off-by: Guo, Yejun > --- > tests/dnn/Makefile | 1 + > tests/dnn/dnn-layer-maximum-test.c | 71 > ++ > tests/fate/dnn.mak | 5 +++ > 3 files changed, 77 inser

[FFmpeg-devel] How to Decode Packet Encoded in Hardware (nvenc)?

2020-01-19 Thread Ming Ying
Hi! TL;DR: I am encoding AVFrames using h264_nvenc on my GPU-enabled computer, and now I wish to send these packets to a computer without a GPU/hardware acceleration and decode them there. How can I decode these packets and convert them to YUV420 pixel format? ---

Re: [FFmpeg-devel] [PATCH] Vulkan hwcontext and filters

2020-01-19 Thread Philip Langdale
On Sat, 18 Jan 2020 20:23:00 + Mark Thompson wrote: > > typedef struct AVHWDeviceInternal AVHWDeviceInternal; > > diff --git a/libavutil/hwcontext_cuda.c b/libavutil/hwcontext_cuda.c > > index 30611b1912..18abb87bbd 100644 > > --- a/libavutil/hwcontext_cuda.c > > +++ b/libavutil/hwcontext_cu

Re: [FFmpeg-devel] [PATCH] Vulkan hwcontext and filters

2020-01-19 Thread Philip Langdale
On Sat, 18 Jan 2020 20:27:12 + Mark Thompson wrote: > On 10/01/2020 21:05, Lynne wrote: > > This is modelled as a transfer, as we have today, but where both > > the src and the dst are hardware frames with hw contexts. We need > > to be careful to ensure the contexts are compatible - particul

[FFmpeg-devel] [PATCH] lavd/avfoundation: Add an option to drop late frames.

2020-01-19 Thread Thilo Borgmann
$subject If you record live sources like during screen capture, you want this enabled (current behavior). For the case you're capturing from etc you want the most possible frames captured no matter a possible delay. Was fixed behavior before, so make it an option with enabled to be default. -Th

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Moritz Barsnick
Just one more: On Sun, Jan 19, 2020 at 08:33:45 +, Zane van Iperen wrote: > +if (av_match_ext(p->filename, "asf")) > +score += AVPROBE_SCORE_EXTENSION; Just a remark: The asf demuxer (for Microsoft's "Advanced System Format") also considers ".asf" as a valid extension. I don't kn

Re: [FFmpeg-devel] [PATCH v2 2/2] avcodec/libx264: return error if unknown picture type encountered

2020-01-19 Thread Limin Wang
On Sat, Jan 18, 2020 at 03:27:12PM +0100, Michael Niedermayer wrote: > On Sat, Jan 18, 2020 at 06:38:25AM +0800, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavcodec/libx264.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > >

[FFmpeg-devel] [PATCH v1] avcodec/libx264: return immediately if encode_nals return 0

2020-01-19 Thread lance . lmwang
From: Limin Wang x264_encoder_encode can return 0 with nnal 0. As a result, encode_nals will return 0. In this condition, it's better to return 0 immediately to avoid the following unneeded pict_type and flags setting. Signed-off-by: Limin Wang --- libavcodec/libx264.c | 3 +++ 1 file changed,

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Andriy Gelman
On Sun, 19. Jan 16:44, Gyan wrote: > > > On 19-01-2020 01:41 pm, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Hard coded parameters for qmin/qmax are currently used to initialize > > v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they > > are set. > > > > Signed-of

Re: [FFmpeg-devel] [PATCH V7 1/2] libswscale/x86/yuv2rgb: Change inline assembly into nasm code

2020-01-19 Thread Ronald S. Bultje
Hi, On Sat, Jan 18, 2020 at 9:49 PM Fu, Ting wrote: > Since NASM function will get only the address of SwsConext c ( in order to > be compatible with yuv2rgb_c function in parameters), not the address of > c->redDither nor the c->dstW. I have no way to get the value of c->dstW by > using address

Re: [FFmpeg-devel] [PATCH 5/5] avformat/mpeg: Don't use unintialized value

2020-01-19 Thread Andreas Rheinhardt
Michael Niedermayer: > On Tue, Oct 22, 2019 at 03:16:45PM +0200, Andreas Rheinhardt wrote: >> vobsub_read_packet() didn't check whether an index in array of AVPackets >> was valid and therefore used uninitialized values. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> Actually I only wanted to u

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec: add decoder for argonaut games' adpcm codec

2020-01-19 Thread Zane van Iperen
On 19/1/20 11:22 pm, Moritz Barsnick wrote: > > On Sun, Jan 19, 2020 at 08:33:39 +, Zane van Iperen wrote: >> Adds support for the ADPCM variant used by some Argonaut Games' games, >> such as 'Croc! Legend of the Gobbos', and 'Croc 2'. > > Some small nitpicks here: > >> - thistogram filter

[FFmpeg-devel] [PATCH v2 3/4] avcodec/adpcm_argo: formatting fixes

2020-01-19 Thread Zane van Iperen
Signed-off-by: Zane van Iperen --- Changelog | 1 + libavcodec/adpcm_argo.c | 53 +++-- 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/Changelog b/Changelog index bc1593bfd1..65ef01c77d 100644 --- a/Changelog +++ b/Changelog @@

[FFmpeg-devel] [PATCH v2 4/4] avformat/argo_asf: formatting fixes

2020-01-19 Thread Zane van Iperen
Signed-off-by: Zane van Iperen --- libavformat/argo_asf.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c index d8f2d71009..d51d16f6b7 100644 --- a/libavformat/argo_asf.c +++ b/libavformat/argo_asf.c @@ -24,8 +24,8 @@ #i

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec: add decoder for argonaut games' adpcm codec

2020-01-19 Thread Moritz Barsnick
On Sun, Jan 19, 2020 at 08:33:39 +, Zane van Iperen wrote: > Adds support for the ADPCM variant used by some Argonaut Games' games, > such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Some small nitpicks here: > - thistogram filter > - freezeframes filter > - > +- Argonaut Games ADPCM dec

Re: [FFmpeg-devel] [PATCH] Vulkan hwcontext and filters

2020-01-19 Thread Lynne
Jan 18, 2020, 20:23 by s...@jkqxz.net: > On 10/01/2020 21:05, Lynne wrote: > > The CUDA parts look like they could be split off into a separate commit? > (It's already huge.) > I don't really want broken commits or commits with dead code. >> >> diff --git a/configure b/configure >> index 46f

Re: [FFmpeg-devel] [PATCH V7 1/2] libswscale/x86/yuv2rgb: Change inline assembly into nasm code

2020-01-19 Thread Michael Niedermayer
On Sun, Jan 19, 2020 at 02:49:21AM +, Fu, Ting wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Michael Niedermayer > > Sent: Friday, January 17, 2020 05:36 AM > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH V7 1/2]

Re: [FFmpeg-devel] [PATCH v3] avformat/rtpdec_rfc4175: support non-zero based line numbers

2020-01-19 Thread Paul B Mahol
Ping those people directly instead. On 11/7/19, Michael Niedermayer wrote: > On Thu, Nov 07, 2019 at 10:27:31PM +0800, Kah Goh wrote: >> On Mon, Sep 30, 2019 at 09:27:20PM +0800, Kah Goh wrote: >> > There are differing standards that define different starting line >> > numbers. For example, VSF T

Re: [FFmpeg-devel] [PATCH 5/5] avformat/mpeg: Don't use unintialized value

2020-01-19 Thread Michael Niedermayer
On Tue, Oct 22, 2019 at 03:16:45PM +0200, Andreas Rheinhardt wrote: > vobsub_read_packet() didn't check whether an index in array of AVPackets > was valid and therefore used uninitialized values. > > Signed-off-by: Andreas Rheinhardt > --- > Actually I only wanted to use Valgrind to check for mem

Re: [FFmpeg-devel] Segfault calling av_interleaved_write_frame

2020-01-19 Thread Nicolas George
Jonathan Noble (12020-01-19): > I'm writing a wrapper around libav. > https://github.com/jonno85uk/mediahandling/tree/Issue4_encoding > I know what was causing this condition, avformat_write_header() hadn't > been called at that time. Calling avformat_write_header() is not optional, writing frame

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Gyan
On 19-01-2020 01:41 pm, Andriy Gelman wrote: From: Andriy Gelman Hard coded parameters for qmin/qmax are currently used to initialize v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they are set. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_enc.c | 15 +

[FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Andriy Gelman
From: Andriy Gelman Hard coded parameters for qmin/qmax are currently used to initialize v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they are set. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_enc.c | 15 +-- 1 file changed, 13 insertions(+), 2 deleti

Re: [FFmpeg-devel] Segfault calling av_interleaved_write_frame

2020-01-19 Thread Jonathan Noble
On Sat, 18 Jan 2020 at 22:20, Nicolas George wrote: > Jonathan Noble (12020-01-18): > > Oh, it wasn't via ffmpeg. I was using the library. What is the correct > dev > > mailing list? > > Probably. We would need to see the code with the sample, to be sure > where the bug lies. > I'm writing a wrap

Re: [FFmpeg-devel] [PATCH 2/9] swscale: Add swscale input support for Y210LE

2020-01-19 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Carl Eugen Hoyos > Sent: Thursday, January 16, 2020 19:38 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 2/9] swscale: Add swscale input support > for Y210LE > > Am Do., 16.

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: program_date_time and append_list flags conflict

2020-01-19 Thread Steven Liu
> 在 2020年1月19日,03:31,Bodecs Bela 写道: > > sorry for missing patch file, here it is. > > Bela > > > 2020.01.18. 18:56 keltezéssel, Bodecs Bela írta: >> Dear All, >> >> >> When program_date_time flag is present, in m3u8 playlist file each >> segment has a corresponding EXT-X-PROGRAM-DATE-TIME

[FFmpeg-devel] [PATCH v2 0/2] Argonaut Games ASF and ADPCM decoding support

2020-01-19 Thread Zane van Iperen
This patchset adds support for the ASF container and ADPCM variant used by some Argonaut Software games such as 'Croc! Legend of the Gobbos' and 'Croc 2'. Version 2 has fixes suggested in [1]. It has been tested against: - ANISOUND/*.ASFfrom Croc 1 - music/*.asf from Croc 2 - FIGH

[FFmpeg-devel] [PATCH v2 1/2] avcodec: add decoder for argonaut games' adpcm codec

2020-01-19 Thread Zane van Iperen
Adds support for the ADPCM variant used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Signed-off-by: Zane van Iperen --- Changelog | 2 +- doc/general.texi| 1 + libavcodec/Makefile | 1 + libavcodec/adpcm_argo.c | 264

[FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Zane van Iperen
Adds support for the custom ASF container used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Can also handle the sample files in: https://samples.ffmpeg.org/game-formats/brender/part2.zip Signed-off-by: Zane van Iperen Reviewed-by: Andreas Rheinhardt --- Ch

Re: [FFmpeg-devel] [PATCH 2/2] avformat: add demuxer for argonaut games' ASF format

2020-01-19 Thread Zane van Iperen
19/1/20 5:51 pm, Andreas Rheinhardt пишет: > > Zane van Iperen: >> 19/1/20 2:18 pm, Andreas Rheinhardt пишет: >>> >>> On Sun, Jan 19, 2020 at 4:12 AM Zane van Iperen >>> wrote: >>> Adds support for the custom ASF container used by some Argonaut Games' games, such as 'Croc! Legend of the