Re: [FFmpeg-devel] [PATCH v2] avformat/wavenc: skip writing incorrect peak-of-peaks position value

2017-10-26 Thread Tobias Rapp
On 25.10.2017 20:01, Michael Niedermayer wrote: On Wed, Oct 25, 2017 at 07:55:52PM +0200, Michael Niedermayer wrote: On Tue, Oct 24, 2017 at 11:47:21AM +0200, Tobias Rapp wrote: According to EBU tech 3285 supplement 3 the dwPosPeakOfPeaks field should contain the absolute position to the

Re: [FFmpeg-devel] [PATCH] Properly store sampling rate for FLAC in mp4

2017-10-26 Thread Jean-Yves Avenard
Hi On 25 October 2017 at 23:57, Carl Eugen Hoyos wrote: >> ISOBMFF only defines that AudioSampleEntryV1 should be used instead, >> in which case the sampling_rate is a 32 bits integer (ISO 14496-12 >> 12.2.3.2) > > Not sure I understand: > In ticket #6609, I asked if this is

Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-10-26 Thread Éloi Bail
> As an open source project we cannot cite unpublished documents. > Kieran Well... I don't buy this explanation at all. Since when you cannot even reference a non open technology in issue projects? Dolby, DTS, newtek technologies are already cited in the document and those aren't open.

Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-10-26 Thread Hendrik Leppkes
On Thu, Oct 26, 2017 at 11:36 AM, Éloi Bail wrote: >> As an open source project we cannot cite unpublished documents. > >> Kieran > > Well... I don't buy this explanation at all. > Since when you cannot even reference a non open technology in issue projects? > >

[FFmpeg-devel] Fwd: [Libav-user] Anyone build ffmpeg for ios With xcode9?

2017-10-26 Thread He Lei
下面是被转发的邮件: 发件人: He Lei > 主题: [Libav-user] Anyone build ffmpeg for ios With xcode9? 日期: 2017年10月26日 GMT+8 18:00:54 收件人: "libavdevice and libavfilter. This list is about using libavcodec libavformat libavutil"

[FFmpeg-devel] [PATCH] avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()

2017-10-26 Thread Michael Niedermayer
Fixes: Timeout Fixes: 3200/clusterfuzz-testcase-5750022136135680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/wmv2dec.c | 18 -- 1 file changed, 16

[FFmpeg-devel] [PATCH 1/2] avcodec/aacdec_fixed: Fix integer overflow in predict()

2017-10-26 Thread Michael Niedermayer
Fixes: runtime error: signed integer overflow: -2110708110 + -82837504 cannot be represented in type 'int' Fixes: 3547/clusterfuzz-testcase-minimized-6009386439802880 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael

[FFmpeg-devel] [PATCH 2/2] avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()

2017-10-26 Thread Michael Niedermayer
Fixes: runtime error: signed integer overflow: 623487 * 536870912 cannot be represented in type 'int' Fixes: 3594/clusterfuzz-testcase-minimized-4650622935629824 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael

[FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fix missing first segment bug in fmp4 mode

2017-10-26 Thread Steven Liu
fix ticket id: #6776 fix code logic error, need not check first segment. Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 55ce800c5a..530fc11305

[FFmpeg-devel] [PATCH 2/2] avformat/hlsenc: reindent hlsenc code

2017-10-26 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 530fc11305..0ea93480a5 100644 --- a/libavformat/hlsenc.c +++

Re: [FFmpeg-devel] [PATCH] flvdec: Check the avio_seek return valueafter reading a metadata packet

2017-10-26 Thread 刘歧
-- Original -- From: "Carl Eugen Hoyos"; Date: Fri, Oct 27, 2017 04:22 AM To: "FFmpeg development discussions and patches"; Subject: Re: [FFmpeg-devel] [PATCH] flvdec: Check the avio_seek return valueafter reading a

Re: [FFmpeg-devel] [PATCH]lswr/swresample: Mention actually supported formats when erroring out

2017-10-26 Thread Michael Niedermayer
On Thu, Oct 26, 2017 at 05:03:37PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch is supposed to fix ticket #6779. > > Please comment, Carl Eugen > swresample.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > d66bcf39e9ce53dad4db82a5202c7494fbf2d46c >

Re: [FFmpeg-devel] [PATCH 2/2] fate: add fate test for ticket #6375

2017-10-26 Thread James Almer
On 10/18/2017 5:07 PM, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > tests/fate/ffmpeg.mak | 4 + > tests/ref/fate/ffmpeg-attached_pics | 141 > > 2 files changed, 145 insertions(+) > create mode 100644

Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: use calculated dts offset when seeking in streams

2017-10-26 Thread Michael Niedermayer
On Mon, Jun 19, 2017 at 11:08:45PM +0200, Jonas Licht wrote: > Subtract the calculated dts offset from the requested timestamp before > seeking. This fixes an error "Error while filtering: Operation not > permitted" observed with a short file which contains only one key frame > and starts with

Re: [FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 17:58 GMT+02:00 Peter Große : > dashenc: allow AdaptaionSets to have different average frame rates The commit message could be fixed. Did you test our dash muxer lately with some validation tool? Errors were reported in the past. Thank you, Carl Eugen

Re: [FFmpeg-devel] [PATCH]lswr/swresample: Mention actually supported formats when erroring out

2017-10-26 Thread Derek Buitenhuis
On 10/26/2017 4:03 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch is supposed to fix ticket #6779. > > Please comment, Carl Eugen Is the 'p' suffix on each needed, since swr only supports 'planar' audio? - Derek ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH]lswr/swresample: Mention actually supported formats when erroring out

2017-10-26 Thread Derek Buitenhuis
On 10/26/2017 5:13 PM, Carl Eugen Hoyos wrote: > Not sure I understand: > Do you mean that the filter option should not require "p" but add > it always? > > Or do you mean it is obvious for users that only planar > formats are supported? If it lines up with the option names, then yes, leave the

Re: [FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 18:28 GMT+02:00 Peter Große : > On Thu, 26 Oct 2017 18:07:55 +0200 > Carl Eugen Hoyos wrote: > >> Did you test our dash muxer lately with some validation tool? >> Errors were reported in the past. > > No official validation tool, no. The following

Re: [FFmpeg-devel] [PATCH] avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()

2017-10-26 Thread Derek Buitenhuis
On 10/26/2017 11:47 AM, Michael Niedermayer wrote: > +if (get_bits_left(>gb) < 0) { > +return AVERROR_INVALIDDATA; > +} Is this possible? I don't see where get_bits.h is include in this (probably deep in some other header), so can't see if it's using the unchecked reader. - Derek

Re: [FFmpeg-devel] [PATCH]lswr/swresample: Mention actually supported formats when erroring out

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 18:10 GMT+02:00 Derek Buitenhuis : > On 10/26/2017 4:03 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch is supposed to fix ticket #6779. >> >> Please comment, Carl Eugen > > Is the 'p' suffix on each needed, since swr only supports 'planar' audio?

[FFmpeg-devel] [PATCH 5/7] dashenc: allow AdaptationSets to have different average frame rates

2017-10-26 Thread Peter Große
Signed-off-by: Peter Große --- libavformat/dashenc.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index c09b22bf7b..f3a12462be 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c

Re: [FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Peter Große
On Thu, 26 Oct 2017 18:07:55 +0200 Carl Eugen Hoyos wrote: > Did you test our dash muxer lately with some validation tool? > Errors were reported in the past. No official validation tool, no. I tried to get remuxing working with a pre-encoded multi-bitrate mkv file, but the

Re: [FFmpeg-devel] [PATCH]lavc/avcodec: Constify the return value of av_bitstream_filter_next().

2017-10-26 Thread Carl Eugen Hoyos
2017-10-22 23:39 GMT+02:00 Carl Eugen Hoyos : > 2017-10-21 21:17 GMT+02:00 Carl Eugen Hoyos : >> Hi! >> >> Attached patch fixes a warning when compiling with sufficiently new gcc. > > Working patch attached. Patch applied. Carl Eugen

Re: [FFmpeg-devel] fix minor leak in id3v2 parsing

2017-10-26 Thread James Almer
On 10/24/2017 8:09 PM, Moritz Barsnick wrote: > On Tue, Oct 24, 2017 at 19:38:58 -0300, James Almer wrote: >>> Subject: [PATCH] Fix minor ffmpeg memory leak in id3v2 parsing. >>> >>> Reviewed-on: https://chromium-review.googlesource.com/439405 >>> Reviewed-by: Dale Curtis

Re: [FFmpeg-devel] [PATCH]lswr/swresample: Mention actually supported formats when erroring out

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 18:16 GMT+02:00 Derek Buitenhuis : > On 10/26/2017 5:13 PM, Carl Eugen Hoyos wrote: >> Not sure I understand: >> Do you mean that the filter option should not require "p" but add >> it always? >> >> Or do you mean it is obvious for users that only planar >>

[FFmpeg-devel] [PATCH 1/1] libavformat/mov.c: use calculated dts offset when seeking in streams

2017-10-26 Thread Peter Große
From: Jonas Licht Subtract the calculated dts offset from the requested timestamp before seeking. This fixes an error "Error while filtering: Operation not permitted" observed with a short file which contains only one key frame and starts with negative timestamps.

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-26 Thread Sasi Inguva
On Tue, Oct 24, 2017 at 2:48 PM, Michael Niedermayer wrote: > On Mon, Oct 23, 2017 at 04:18:28PM -0700, Sasi Inguva wrote: > > Signed-off-by: Sasi Inguva > > --- > > libavformat/mov.c | 15 +++- > > tests/fate/mov.mak

Re: [FFmpeg-devel] R: [PATCH] MXF format fix for Sony Station compatibility

2017-10-26 Thread Carl Eugen Hoyos
2017-10-24 12:46 GMT+02:00 Maksym Veremeyenko : > 24.10.2017 13:35, developm...@axeltechnology.com пише: >>> >>> The patch contains trailing whitespace and tabs, both cannot be >>> committed to the FFmpeg repository. >>> You can use tools/patcheck to find the issues. >> >>

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Mironov, Mikhail
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Carl Eugen Hoyos > Sent: September 29, 2017 11:47 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC >

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Mironov, Mikhail
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of wm4 > Sent: September 29, 2017 12:57 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC > encoding for AMD GPUs based on AMF SDK > > On Fri, 29

[FFmpeg-devel] Support for decoding animated WebP images

2017-10-26 Thread Bjorn Roche
Hey there, Has anyone been working on this ticket: https://trac.ffmpeg.org/ticket/4907 "Support decoding animated WebP images" I'd be interested in working on it, especially if it's not an enormous project. Any guidance or hints, however vague, would be helpful. e.g., is this a problem with the

[FFmpeg-devel] [PATCH 7/7] dashenc: copy stream frame rate to output stream

2017-10-26 Thread Peter Große
Leads to setting of DefaultDuration in Matroska muxer based on frame rate instead of timebase. Fixes playback in Chrome. Signed-off-by: Peter Große --- libavformat/dashenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index

[FFmpeg-devel] [PATCH 6/7] dashenc: Don't output frameRates at both AS and Representation-level. Only output maxFrameRate at AS-level.

2017-10-26 Thread Peter Große
From: Anton Schubert Signed-off-by: Anton Schubert --- libavformat/dashenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index f3a12462be..b12a37a2e5 100644 ---

[FFmpeg-devel] [PATCH]lswr/swresample: Mention actually supported formats when erroring out

2017-10-26 Thread Carl Eugen Hoyos
Hi! Attached patch is supposed to fix ticket #6779. Please comment, Carl Eugen From 17ffc43ba32c83e0e1d26df06b7f4445adb1206b Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 26 Oct 2017 16:52:22 +0200 Subject: [PATCH] lswr/swresample: Mention the actually supported

Re: [FFmpeg-devel] Support for decoding animated WebP images

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 17:16 GMT+02:00 Bjorn Roche : > Hey there, > > Has anyone been working on this ticket: https://trac.ffmpeg.org/ticket/4907 Given that the ticket has seen no activity for two years, this isn't very likely. To make sure, feel free to add yourself as owner. > "Support

Re: [FFmpeg-devel] [PATCH] Properly store sampling rate for FLAC in mp4

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 8:37 GMT+02:00 Jean-Yves Avenard : > Hi > > On 25 October 2017 at 23:57, Carl Eugen Hoyos wrote: > >>> ISOBMFF only defines that AudioSampleEntryV1 should be used instead, >>> in which case the sampling_rate is a 32 bits integer (ISO 14496-12

Re: [FFmpeg-devel] [PATCH 2/2] avformat/hlsenc: fix missing first segment bug in fmp4 mode

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 1:54 GMT+02:00 Steven Liu : > fix ticket id: #6776 > fix code logic error, need not check first segment. > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 26 +- > 1 file changed, 13 insertions(+), 13

[FFmpeg-devel] [PATCH 4/7] dashenc: don't write header data before the first packet arrives

2017-10-26 Thread Peter Große
Fixes: 1b8ef01f04ab ("dashenc: add webm support") Signed-off-by: Peter Große --- libavformat/dashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index bde093646f..c09b22bf7b 100644 ---

[FFmpeg-devel] [PATCH 3/7] dashenc: set DASH related options for the subsequent matroska muxer when using webm

2017-10-26 Thread Peter Große
Signed-off-by: Peter Große --- libavformat/dashenc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 1b3acb7ac9..bde093646f 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -776,6 +776,9 @@ static int

[FFmpeg-devel] [PATCH 5/7] dashenc: allow AdaptaionSets to have different average frame rates

2017-10-26 Thread Peter Große
Signed-off-by: Peter Große --- libavformat/dashenc.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index c09b22bf7b..f3a12462be 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c

[FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Peter Große
Some DASH muxer fixes after commits from libav got merged. Anton Schubert (2): dashenc: fix bitrate estimation with correct scaling dashenc: Don't output frameRates at both AS and Representation-level. Only output maxFrameRate at AS-level. Peter Große (5): dashenc: use av_dict_set_int

[FFmpeg-devel] [PATCH 1/7] dashenc: fix bitrate estimation with correct scaling

2017-10-26 Thread Peter Große
From: Anton Schubert Signed-off-by: Anton Schubert --- libavformat/dashenc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 240ff41380..a4b37403d6 100644 ---

[FFmpeg-devel] [PATCH 2/7] dashenc: use av_dict_set_int instead of static function

2017-10-26 Thread Peter Große
Signed-off-by: Peter Große --- libavformat/dashenc.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index a4b37403d6..1b3acb7ac9 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@

Re: [FFmpeg-devel] Support for decoding animated WebP images

2017-10-26 Thread Bjorn Roche
On Thu, Oct 26, 2017 at 11:21 AM, Carl Eugen Hoyos wrote: > 2017-10-26 17:16 GMT+02:00 Bjorn Roche : > > Hey there, > > > > Has anyone been working on this ticket: https://trac.ffmpeg.org/ > ticket/4907 > > Given that the ticket has seen no activity for two

[FFmpeg-devel] Fate/utvideo : add test for decoding and encoding

2017-10-26 Thread Martin Vignali
Hello, Patch in attach add tests for utvideodec gradient prediction for rgba and yuv444 (rec 709) (not cover by fate test for now) compare decoder, with original sample and add tests for utvideoenc for the 3 modes of YUV444 encoding (decoding the 3 generate files, i obtain the same crc)

Re: [FFmpeg-devel] [PATCH] avformat/yuv4mpeg: add gray9/10/12 support

2017-10-26 Thread Mateusz
W dniu 2017-10-07 o 21:41, Paul B Mahol pisze: > On 10/7/17, Mateusz wrote: >> Lately ffmpeg supports gray9/10/12 pixel formats. >> >> This patch adds gray9/10/12 pixel formats to y4m. >> >> It also moves gray16 to 'strict -1' section. >> >> Please review. >> >> Mateusz

Re: [FFmpeg-devel] R: [PATCH] MXF format fix for Sony Station compatibility

2017-10-26 Thread Maksym Veremeyenko
26.10.2017 16:43, Carl Eugen Hoyos пише: 2017-10-24 12:46 GMT+02:00 Maksym Veremeyenko : 24.10.2017 13:35, developm...@axeltechnology.com пише: The patch contains trailing whitespace and tabs, both cannot be committed to the FFmpeg repository. You can use tools/patcheck to

Re: [FFmpeg-devel] [PATCH]lavf: Remove AVFMT_RAWPICTURE

2017-10-26 Thread James Almer
On 10/26/2017 5:54 PM, Carl Eugen Hoyos wrote: > Hi! > > This was apparently forgotten after the bump. > > Please comment, Carl Eugen Huh, i thought i had removed all the disabled API the other day. LGTM of course. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH]lavf: Remove AVFMT_RAWPICTURE

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 23:32 GMT+02:00 James Almer : > On 10/26/2017 5:54 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> This was apparently forgotten after the bump. >> >> Please comment, Carl Eugen > > Huh, i thought i had removed all the disabled API the other day. > > LGTM of course. Applied

Re: [FFmpeg-devel] [PATCH]lavf: Remove AVFMT_RAWPICTURE

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 23:45 GMT+02:00 Carl Eugen Hoyos : > Please fix the million warnings that you (?, sorry if this is > incorrect) just added Sorry about this, there are no warnings! (After rerunning configure) Carl Eugen ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] flvdec: Check the avio_seek return value after reading a metadata packet

2017-10-26 Thread Carl Eugen Hoyos
2017-09-05 18:38 GMT+02:00 Steven Liu : > COPY FROM libav Martin Storsjö This should have been the author information of the patch instead of part of the commit message, you removed it completely from the actual commit;-( Imo, the best solution is that

[FFmpeg-devel] [PATCH]lavf: Remove AVFMT_RAWPICTURE

2017-10-26 Thread Carl Eugen Hoyos
Hi! This was apparently forgotten after the bump. Please comment, Carl Eugen From 640a993f88d492045d95563e4c35843805654688 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 26 Oct 2017 22:49:39 +0200 Subject: [PATCH] lavf: Remove AVFMT_RAWPICTURE. Deprecated since

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Philip Langdale
On 2017-09-29 09:56, wm4 wrote: On Fri, 29 Sep 2017 15:04:00 + "Mironov, Mikhail" wrote: I would like to understand better the nature of the concern. The license is MIT. The paragraph in question is a notice, not limiting the usage of the SDK. I can definitely

Re: [FFmpeg-devel] [PATCH]lavf: Remove AVFMT_RAWPICTURE

2017-10-26 Thread James Almer
On 10/26/2017 6:45 PM, Carl Eugen Hoyos wrote: > 2017-10-26 23:32 GMT+02:00 James Almer : >> On 10/26/2017 5:54 PM, Carl Eugen Hoyos wrote: >>> Hi! >>> >>> This was apparently forgotten after the bump. >>> >>> Please comment, Carl Eugen >> >> Huh, i thought i had removed all the

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Hendrik Leppkes
On Thu, Oct 26, 2017 at 8:03 PM, Mironov, Mikhail wrote: >> -Original Message- >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf >> Of wm4 >> Sent: September 29, 2017 12:57 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel]

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Mark Thompson
On 26/10/17 19:03, Mironov, Mikhail wrote: >> -Original Message- >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf >> Of wm4 >> Sent: September 29, 2017 12:57 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC >>

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 23:58 GMT+02:00 Hendrik Leppkes : > 1) Is there a "need" to include the headers, so the feature can be used? > > Obviously this is a bit of a flexible argument, but if for example > headers are publicly and freely available, or even packaged and > distributed by

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Hendrik Leppkes
On Fri, Oct 27, 2017 at 12:32 AM, Carl Eugen Hoyos wrote: > 2017-10-26 23:58 GMT+02:00 Hendrik Leppkes : > >> 1) Is there a "need" to include the headers, so the feature can be used? >> >> Obviously this is a bit of a flexible argument, but if for example

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Mironov, Mikhail
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Hendrik Leppkes > Sent: October 26, 2017 5:59 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC >

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-10-26 Thread Mironov, Mikhail
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Carl Eugen Hoyos > Sent: October 26, 2017 6:32 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC >

Re: [FFmpeg-devel] [PATCH 1/2] fate: add fate test for ticket #6603

2017-10-26 Thread Marton Balint
On Wed, 18 Oct 2017, Marton Balint wrote: Signed-off-by: Marton Balint --- tests/fate/ffmpeg.mak | 4 tests/ref/fate/ffmpeg-filter_complex_audio | 10 ++ 2 files changed, 14 insertions(+) create mode 100644