On Tue, Aug 14, 2018 at 1:17 AM James Almer wrote:
> On 8/13/2018 4:29 PM, Gagandeep Singh wrote:
> > ---
> > libavcodec/cfhd.c | 370 --
> > libavcodec/cfhd.h | 8 +-
> > 2 files changed, 235 insertions(+), 143 deletions(-)
> >
> > diff --git a/liba
On Tue, Aug 14, 2018 at 12:46 PM Gagandeep Singh
wrote:
>
>
> On Tue, Aug 14, 2018 at 1:17 AM James Almer wrote:
>
>> On 8/13/2018 4:29 PM, Gagandeep Singh wrote:
>> > ---
>> > libavcodec/cfhd.c | 370 --
>> > libavcodec/cfhd.h | 8 +-
>> > 2 files
On Tue, Aug 14, 2018 at 12:58 AM Gagandeep Singh
wrote:
> ---
> libavcodec/cfhd.c | 25 -
> 1 file changed, 24 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
> index 3906d7a86d..2c538f0bbd 100644
> --- a/libavcodec/cfhd.c
> +++ b/libav
---
libavcodec/cfhd.c | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 3906d7a86d..2c538f0bbd 100644
--- a/libavcodec/cfhd.c
+++ b/libavcodec/cfhd.c
@@ -114,7 +114,30 @@ static inline int dequant_and_decompand
---
libavcodec/cfhd.c | 378 --
libavcodec/cfhd.h | 8 +-
2 files changed, 242 insertions(+), 144 deletions(-)
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 2c538f0bbd..7c298056ca 100644
--- a/libavcodec/cfhd.c
+++ b/libavcodec/cfhd.c
@@ -6
Hello.
It is reminder.
Could you please review the patch? if it is ok, could you please apply it?
It was published 1 month ago (10 July) and it is required for further updates
Thanks,
Alexander
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http
---
libavcodec/cfhd.c | 511 --
libavcodec/cfhd.h | 13 +-
2 files changed, 454 insertions(+), 70 deletions(-)
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 76838f0869..3906d7a86d 100644
--- a/libavcodec/cfhd.c
+++ b/libavcodec/cfhd.c
@@ -41
---
libavcodec/cfhd.c | 511 --
libavcodec/cfhd.h | 13 +-
2 files changed, 454 insertions(+), 70 deletions(-)
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 76838f0869..3906d7a86d 100644
--- a/libavcodec/cfhd.c
+++ b/libavcodec/cfhd.c
@@ -41
On Tue, Aug 14, 2018 at 1:03 PM Gagandeep Singh
wrote:
> ---
> libavcodec/cfhd.c | 511 --
> libavcodec/cfhd.h | 13 +-
> 2 files changed, 454 insertions(+), 70 deletions(-)
>
> diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
> index 76838f0869..39
On 13-08-2018 12:52 PM, Gyan Doshi wrote:
3e4b5e68c1 intended for fdebug to be usable without -v and cmdutils sets
v to DEBUG but most fdebug logs are at TRACE. Changed.
Plan to push tonight.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
htt
On Tue, Aug 14, 2018 at 12:58 AM Gagandeep Singh
wrote:
> ---
> libavcodec/cfhd.c | 511 --
> libavcodec/cfhd.h | 13 +-
> 2 files changed, 454 insertions(+), 70 deletions(-)
>
> diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
> index 76838f0869..3
IP sample decoding patch attached herein.
Gagandeep Singh
From 6cc5636c48bca4e802ccca5f53560e31360760cb Mon Sep 17 00:00:00 2001
From: Gagandeep Singh
Date: Tue, 14 Aug 2018 00:07:45 +0530
Subject: [GSOC][FFmpeg-devel][PATCH 1/3] lavc/cfhd:3d transform decoding for both progressive and
interlace
Second patch for fixing decompanding in table 9.
Gagandeep Singh
From d6ac8a4ee2f08a6d3cab7e7500d740c661062c9f Mon Sep 17 00:00:00 2001
From: Gagandeep Singh
Date: Tue, 14 Aug 2018 00:20:06 +0530
Subject: [GSOC][FFmpeg-devel][PATCH 2/3] lavc/cfhd:corrected decompanding for table 9 used in cfhd
-
Last patch adding frame thread support for ip samples in both progressive
and interlaced versions.
Gagandeep Singh
From fa23549c61a6d8413cdc79c570376c53795a6ff1 Mon Sep 17 00:00:00 2001
From: Gagandeep Singh
Date: Tue, 14 Aug 2018 12:43:20 +0530
Subject: [GSOC][FFmpeg-devel][PATCH 3/3] lavc/cfhd:
Hi Mark,
did you have a chance to review the patches?
I did send them 10 July, and no feedback from you
Could you please review it and send feedback to continue process?
Thanks,
Alexander
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://f
On Tue, Aug 14, 2018 at 12:58 PM Gagandeep Singh
wrote:
> ---
> libavcodec/cfhd.c | 378 --
> libavcodec/cfhd.h | 8 +-
> 2 files changed, 242 insertions(+), 144 deletions(-)
>
> diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
> index 2c538f0bbd..
On Tue, Aug 14, 2018 at 12:58 PM Gagandeep Singh
wrote:
> ---
> libavcodec/cfhd.c | 25 -
> 1 file changed, 24 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
> index 3906d7a86d..2c538f0bbd 100644
> --- a/libavcodec/cfhd.c
> +++ b/libav
On 8/14/18, Gyan Doshi wrote:
>
>
> On 14-08-2018 03:24 AM, Carl Eugen Hoyos wrote:
>
Why does this not use -filter_threads?
>>>
>>>
>>> Didn't know it was an option.
>>
>>> I can certainly change the code to use it.
>>
>> Please do it if it works.
>
> filter_threads applies to all simpl
On 14-08-2018 01:20 PM, Paul B Mahol wrote:
On 8/14/18, Gyan Doshi wrote:
On 14-08-2018 03:24 AM, Carl Eugen Hoyos wrote:
Why does this not use -filter_threads?
Didn't know it was an option.
I can certainly change the code to use it.
Please do it if it works.
filter_threads app
2018.08.06. 16:20 keltezéssel, Steven Liu írta:
On Aug 6, 2018, at 19:29, Ronak Patel wrote:
On Aug 6, 2018, at 7:19 AM, Liu Steven wrote:
在 2018年8月6日,下午7:12,Ronak Patel 写道:
On Aug 5, 2018, at 10:54 PM, Liu Steven wrote:
在 2018年8月4日,上午2:17,Ronak 写道:
I have read this patch s
Hi,
2018-08-13 0:02 GMT+02:00 Vasile Toncu :
> Hello,
>
> I have updated patch 3 according to review, removed all code related to the
> new flags (MERGE_TFF, MERGE_BFF) and threading functionality.
>
>
Thanks, your patch looks fine to me now.
There is just one thing, I forgot to mention last revi
On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote:
> fix can't dump the mpeg4videodec option with the command
> "ffmpeg -h decoder=mpeg4".
>
> Signed-off-by: Jun Zhao
> ---
> libavcodec/mpeg4videodec.c |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/liba
On Mon, Aug 13, 2018 at 04:58:42PM +0300, Sergey Lavrushkin wrote:
> >
> > Just use av_clipf instead of FFMIN/FFMAX.
>
>
> Changed FFMIN/FFMAX to av_clip_uint16 and av_clip_uint8.
will apply
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
"I am not try
Hi Thomas,
I added the log messages.
Thanks for the review.
On Tue, Aug 14, 2018 at 3:23 PM, Thomas Mundt wrote:
> Hi,
>
> 2018-08-13 0:02 GMT+02:00 Vasile Toncu :
>
> > Hello,
> >
> > I have updated patch 3 according to review, removed all code related to
> the
> > new flags (MERGE_TFF, MERGE
On 14-08-2018 12:58 PM, Gyan Doshi wrote:
On 13-08-2018 12:52 PM, Gyan Doshi wrote:
3e4b5e68c1 intended for fdebug to be usable without -v and cmdutils
sets v to DEBUG but most fdebug logs are at TRACE. Changed.
Plan to push tonight.
Pushed as 02741853d74d214540aca4cd456877348d4f8953
___
On Mon, Aug 13, 2018 at 11:44:07PM +0200, Stephan Holljes wrote:
> On Sat, Aug 11, 2018 at 3:58 AM, Michael Niedermayer
> wrote:
> > On Thu, Aug 09, 2018 at 02:46:59PM +0200, Stephan Holljes wrote:
> >> On Thu, Aug 2, 2018 at 1:00 AM, Stephan Holljes
> >> wrote:
> >> > After fighting for a bit to
On Fri, Aug 10, 2018 at 12:38 PM Aman Gupta wrote:
> LGTM, will commit in a few days.
>
Applied to master and release/4.0
Thanks!
>
> Aman
>
> On Thu, Aug 9, 2018 at 4:56 AM Thilo Borgmann
> wrote:
>
>> $Subject
>>
>> -Thilo
>> ___
>> ffmpeg-devel
If there is a saio/saiz in clear content, we shouldn't create the
encryption index if we don't already have one. Otherwise it will
confuse the cenc_filter.
Found by Chromium's ClusterFuzz: https://crbug.com/873432
Signed-off-by: Jacob Trimble
---
libavformat/mov.c | 28 ++--
Hi,
very important patch attached.
0001-avformat-avidec-fix-demuxing-of-all-keyframes-of-sam.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This will get ISOBMFF and Matroska up to date with the revised AV1 Codec
Configuration Box spec.
For now keep propagating raw OBUs as extradata until all libavcodec modules
are adapted to handle AV1CodecConfigurationRecordv1 formatted extradata.
Signed-off-by: James Almer
---
"All libavcodec modu
On 8/13/18, Carl Eugen Hoyos wrote:
> 2018-08-13 22:26 GMT+02:00, Paul B Mahol :
>
>> Updated patch attached.
>
>> Artifacts happens only because of our buggy AVI demuxer.
>
> Indeed.
> Do you know what the issue is?
Yes, our demuxer sucks.
> I moved the pix_fmt initialization from decode_init()
On Tue, Aug 14, 2018 at 10:39 AM Jacob Trimble wrote:
>
> If there is a saio/saiz in clear content, we shouldn't create the
> encryption index if we don't already have one. Otherwise it will
> confuse the cenc_filter.
>
> Found by Chromium's ClusterFuzz: https://crbug.com/873432
>
> Signed-off-by
Patch pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Patch pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Patch pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, 2 Aug 2018 at 19:54, Sergey Lavrushkin wrote:
> ---
> libavfilter/dnn_espcn.h | 3 ++-
> libavfilter/dnn_srcnn.h | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/libavfilter/dnn_espcn.h b/libavfilter/dnn_espcn.h
> index 9344aa90fe..e0013fe1dd 100644
> --- a/li
On Thu, 2 Aug 2018 at 20:00, Sergey Lavrushkin wrote:
> This patch removes conversions, declared inside the sr filter, and uses
> libswscale inside
> the filter to perform them for only Y channel of input. The sr filter
> still has uint
> formats as input, as it does not use chroma channels in mo
Am 13.08.18 um 12:04 schrieb Thilo Borgmann:
>
>
>> Am 13.08.2018 um 01:59 schrieb Mina :
>>
>> Hi,
>>
>> This patch changes the maximum value for minknorm to a more sane value and
>> fixes check for sigma value when difford > 0.
>
>> It also itroduces some minor cosmetic edits(spaces and so)
Am 13.08.18 um 02:01 schrieb Mina:
> Hi,
>
> This patch introduces a new improved color constancy algorithm based on
> previously implemented greyedge algorithm.
LGTM since I looked at this during GSoC. I would appreciate someone to have a
second look.
Should also be names Patch 2/2, so this
I asked the student to prepare a patch, before he was working on
fixing the issues pointed in the previous patches.
2018-08-14 15:46 GMT-03:00 Rostislav Pehlivanov :
> On Thu, 2 Aug 2018 at 19:54, Sergey Lavrushkin wrote:
>
>> ---
>> libavfilter/dnn_espcn.h | 3 ++-
>> libavfilter/dnn_srcnn.h |
Danil,
On 04-08-2018 12:43 AM, Gyan Doshi wrote:
On 03-08-2018 08:46 PM, Danil Iashchenko wrote:
+For most general-purpose filters, no conversion is required.
+
+In case a file contains an alpha channel supported by the format,
then explicit conversion is a requirement.
This is unclear.
2018-08-14 15:45 GMT-03:00 Rostislav Pehlivanov :
> On Thu, 2 Aug 2018 at 20:00, Sergey Lavrushkin wrote:
>
>> This patch removes conversions, declared inside the sr filter, and uses
>> libswscale inside
>> the filter to perform them for only Y channel of input. The sr filter
>> still has uint
>>
Hi,
2018-08-14 18:53 GMT+02:00 Vasile Toncu :
> Hi Thomas,
>
> I added the log messages.
>
> Thanks for the review.
>
I found some more time for testing this evening. Unfortunately there are
still issues.
I get half green pictures with some modes at high bit depth.
But the fix is easy.
The bytew
On 08/14/2018 11:09 AM, James Almer wrote:
> This will get ISOBMFF and Matroska up to date with the revised AV1 Codec
> Configuration Box spec.
> For now keep propagating raw OBUs as extradata until all libavcodec modules
> are adapted to handle AV1CodecConfigurationRecordv1 formatted extradata.
>
On Tue, Aug 14, 2018 at 01:12:37PM +0530, Gagandeep Singh wrote:
> IP sample decoding patch attached herein.
>
> Gagandeep Singh
> cfhd.c | 511
> -
> cfhd.h | 13 +
> 2 files changed, 454 insertions(+), 70 deletions(-)
> a155a0
On Mon, Aug 13, 2018 at 03:35:46PM -0700, Jacob Trimble wrote:
> On Mon, Aug 13, 2018 at 3:31 PM Carl Eugen Hoyos wrote:
> >
> > 2018-08-14 0:22 GMT+02:00, Jacob Trimble
> > :
> > > Fixes: 873693
> >
> > This does not look helpful.
>
> Changed.
>
> >
> > Carl Eugen
> > _
On Tue, 14 Aug 2018, Pedro Arthur wrote:
2018-08-14 15:45 GMT-03:00 Rostislav Pehlivanov :
On Thu, 2 Aug 2018 at 20:00, Sergey Lavrushkin wrote:
This patch removes conversions, declared inside the sr filter, and uses
libswscale inside
the filter to perform them for only Y channel of input.
On Tue, Aug 14, 2018 at 11:39 PM Michael Niedermayer
wrote:
>
> On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote:
> > fix can't dump the mpeg4videodec option with the command
> > "ffmpeg -h decoder=mpeg4".
> >
> > Signed-off-by: Jun Zhao
> > ---
> > libavcodec/mpeg4videodec.c |5 +++-
From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com>
This fixes the creation of the hls manifest in hlsenc.c by writing the entire
manifest at the end for VOD playlists. Live & Event Playlists are unaffected.
This also fixes the behavior with HLS_TEMP_FILE to work correctly when
-hlsflags te
> 在 2018年8月15日,上午9:31,Ronak 写道:
>
> From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com>
>
> This fixes the creation of the hls manifest in hlsenc.c by writing the entire
> manifest at the end for VOD playlists. Live & Event Playlists are unaffected.
> This also fixes the behavior with HL
Fix the live stream encoding problem using qsv when the first frame
is not an IDR frame.
Add the extradata information when the IDR frame is missing in the
first GOP.
Fixes the bug reported in ticket #6418.
Signed-off-by: Linjie Fu
---
libavcodec/h264_mp4toannexb_bsf.c | 13 -
1 f
51 matches
Mail list logo