Re: [FFmpeg-devel] [PATCH] avutil/avstring: add av_strreplace API into avstring

2017-03-31 Thread Steven Liu
2017-03-31 20:11 GMT+08:00 Steven Liu : > > > 2017-03-31 17:51 GMT+08:00 Nicolas George : > >> Le decadi 10 germinal, an CCXXV, Steven Liu a écrit : >> > refer to: http://creativeandcritical.net/str-replace-c >> > add av_strreplace API for replace string

Re: [FFmpeg-devel] [PATCH]configure: Fix GPL dependency of avisynth / avxsynth

2017-03-31 Thread Stephen Hutchinson
On 3/31/2017 7:11 PM, Carl Eugen Hoyos wrote: Hi! Attached patch fixes the license requirement for --enable-avisynth. LGTM. I'd presume this is because of the weirdly worded exception language in the Av[i|x]Synth C header? Trying to wrap my head around what it was really trying to describe

Re: [FFmpeg-devel] [PATCH]configure: Fix GPL dependency of avisynth / avxsynth

2017-03-31 Thread Michael Niedermayer
On Sat, Apr 01, 2017 at 01:11:24AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes the license requirement for --enable-avisynth. > > Please comment, Carl Eugen > configure |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 64558e8450f89c703e18215d7e84b4e1dc43bde5 >

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 08:04:46PM -0300, James Almer wrote: > On 3/31/2017 6:42 PM, James Almer wrote: > > On 3/31/2017 3:19 PM, Michael Niedermayer wrote: > >> On Fri, Mar 31, 2017 at 03:07:15PM +0200, Michael Niedermayer wrote: > >>> On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: fix p_per_i calculate issue.

2017-03-31 Thread Jun Zhao
Ping ? On 2017/3/29 17:35, Jun Zhao wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/2] cache protocol: allow cache files to be retained

2017-03-31 Thread Timothy Lee
On 03/31/2017 09:09 PM, Michael Niedermayer wrote: On Fri, Mar 31, 2017 at 01:27:11PM +1100, Timothy Lee wrote: Hi, This patch allows the name of the cache file to be specified, and retains the file after use. This was marked as a TODO item inside cache.c If the filename is not specified,

[FFmpeg-devel] [PATCH]configure: Fix decklink license dependency

2017-03-31 Thread Carl Eugen Hoyos
Hi! To the best of my knowledge, decklink is a non-free dependency. Please comment, Carl Eugen From bc95eac06af339535037bba329d39026c3f87a3f Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 1 Apr 2017 01:18:18 +0200 Subject: [PATCH] configure: Fix decklink license

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-31 Thread Carl Eugen Hoyos
2017-04-01 0:51 GMT+02:00 Hendrik Leppkes : > On Sat, Apr 1, 2017 at 12:39 AM, Carl Eugen Hoyos wrote: >> 2017-03-14 12:29 GMT+01:00 Michael Niedermayer : >> >>> are there any issues/tickets that block making 3.3 ? >> >> What is the

[FFmpeg-devel] [PATCH]configure: Fix GPL dependency of avisynth / avxsynth

2017-03-31 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the license requirement for --enable-avisynth. Please comment, Carl Eugen From 89f5bdfe5c794451a8261616b9bb7a27d858e04d Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 1 Apr 2017 01:09:19 +0200 Subject: [PATCH] configure: Fix GPL dependency

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread James Almer
On 3/31/2017 6:42 PM, James Almer wrote: > On 3/31/2017 3:19 PM, Michael Niedermayer wrote: >> On Fri, Mar 31, 2017 at 03:07:15PM +0200, Michael Niedermayer wrote: >>> On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer wrote: On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael

Re: [FFmpeg-devel] [PATCH] png: split header state and data state in two separate variables.

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 09:49:52AM -0400, Ronald S. Bultje wrote: > Fixes a reported (but false) race condition in tsan for fate-apng. > --- > libavcodec/png.h| 5 > libavcodec/pngdec.c | 68 > +++-- > 2 files changed, 40 insertions(+),

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-31 Thread Hendrik Leppkes
On Sat, Apr 1, 2017 at 12:39 AM, Carl Eugen Hoyos wrote: > 2017-03-14 12:29 GMT+01:00 Michael Niedermayer : > >> are there any issues/tickets that block making 3.3 ? > > What is the license of avisynth / avxsynth? > If it is GPL (as I suspect) or less

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-31 Thread Carl Eugen Hoyos
2017-03-14 12:29 GMT+01:00 Michael Niedermayer : > are there any issues/tickets that block making 3.3 ? What is the license of avisynth / avxsynth? If it is GPL (as I suspect) or less permissive we should not immediately make a release imo. Carl Eugen

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread James Almer
On 3/31/2017 3:19 PM, Michael Niedermayer wrote: > On Fri, Mar 31, 2017 at 03:07:15PM +0200, Michael Niedermayer wrote: >> On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer wrote: >>> On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael Niedermayer wrote: Hi all are there

Re: [FFmpeg-devel] fate/exr : add test for uint32

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 12:56:45PM +0200, Martin Vignali wrote: > Hello, > > This fate test can now be apply (the patch for uint32 exr have been apply) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are stupid, but not

Re: [FFmpeg-devel] [PATCH] Ignore expired cookies

2017-03-31 Thread Alexander Strasser
Hi Nicolas! On 2017-03-30 22:12 +0200, Nicolas George wrote: > Le decadi 10 germinal, an CCXXV, Alexander Strasser a écrit : > > If expiry is zero terminated and you are going through it one byte at a > > time, > > you could omit the strlen call and just check if expiry[i] is non zero. > > > >

[FFmpeg-devel] Fix leaked dictionary in mp3dec

2017-03-31 Thread Thomas Guilbert
Commit '65862f57ad2f7f49d715f334a9d892e0b20d42f1' overwrites s->metada with s->internal->id3v2_meta, which leaks an AVDictionary* if s->metada was not null. Please excuse any formatting problems in this email, this is my first time uploading a patch :) Thank you, Thomas

Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-03-31 Thread Rostislav Pehlivanov
On 31 March 2017 at 18:11, Kieran Kunhya wrote: > On Fri, 31 Mar 2017 at 17:57 Rostislav Pehlivanov > wrote: > > > On 31 March 2017 at 16:36, Damien Riegel < > > damien.rie...@savoirfairelinux.com > > > wrote: > > > > > Add a codec capable of decoding some

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 03:07:15PM +0200, Michael Niedermayer wrote: > On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer wrote: > > On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael Niedermayer wrote: > > > Hi all > > > > > > are there any issues/tickets that block making 3.3 ? > > >

Re: [FFmpeg-devel] [PATCH] dsddec: correct for DSD silence bit-ordering

2017-03-31 Thread Paul B Mahol
On 3/31/17, Takayuki 'January June' Suwa wrote: > --- > libavcodec/dsddec.c | 17 ++--- > 1 file changed, 10 insertions(+), 7 deletions(-) > > diff --git a/libavcodec/dsddec.c b/libavcodec/dsddec.c > index 880d691..2c5c357 100644 > --- a/libavcodec/dsddec.c

Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-03-31 Thread Kieran Kunhya
On Fri, 31 Mar 2017 at 17:57 Rostislav Pehlivanov wrote: > On 31 March 2017 at 16:36, Damien Riegel < > damien.rie...@savoirfairelinux.com > > wrote: > > > Add a codec capable of decoding some formats of the RFC4175. For now > > it's only capable of handling YCbCr-4:2:2 with

Re: [FFmpeg-devel] [PATCH 3/3] ffprobe: use av_spherical_projection_name() to print spherical projection names

2017-03-31 Thread James Almer
On 3/31/2017 5:46 AM, Vittorio Giovara wrote: > On Wed, Mar 29, 2017 at 4:55 AM, James Almer wrote: >> Signed-off-by: James Almer >> --- >> ffprobe.c | 10 +++--- >> 1 file changed, 3 insertions(+), 7 deletions(-) >> >> diff --git a/ffprobe.c

Re: [FFmpeg-devel] [PATCH 2/3] avformat/dump: use av_spherical_projection_name() to print spherical projection names

2017-03-31 Thread James Almer
On 3/31/2017 5:46 AM, Vittorio Giovara wrote: > On Wed, Mar 29, 2017 at 4:55 AM, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavformat/dump.c | 15 ++- >> 1 file changed, 6 insertions(+), 9 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH 1/3] avutil/spherical: add av_spherical_projection_name()

2017-03-31 Thread James Almer
On 3/31/2017 5:42 AM, Vittorio Giovara wrote: > On Wed, Mar 29, 2017 at 4:55 AM, James Almer wrote: >> Signed-off-by: James Almer >> --- >> doc/APIchanges| 3 +++ >> libavutil/spherical.c | 15 +++ >> libavutil/spherical.h | 9

[FFmpeg-devel] [PATCH] dsddec: correct for DSD silence bit-ordering

2017-03-31 Thread Takayuki 'January June' Suwa
--- libavcodec/dsddec.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/libavcodec/dsddec.c b/libavcodec/dsddec.c index 880d691..2c5c357 100644 --- a/libavcodec/dsddec.c +++ b/libavcodec/dsddec.c @@ -31,10 +31,18 @@ #include "avcodec.h" #include "dsd.h"

Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-03-31 Thread Rostislav Pehlivanov
On 31 March 2017 at 16:36, Damien Riegel wrote: > Add a codec capable of decoding some formats of the RFC4175. For now > it's only capable of handling YCbCr-4:2:2 with 8-bit or 10-bit depth. > > For 8-bit it's a simple pass-through, for 10-bit it depacks the

Re: [FFmpeg-devel] [PATCH]lavf/amr: Return AVERROR_EOF on EOF

2017-03-31 Thread Carl Eugen Hoyos
2017-03-31 10:05 GMT+02:00 Paul B Mahol : > On 3/31/17, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes ticket #6280 for me. >> >> Please comment, Carl Eugen >> > > lgtm Patch applied. Thank you, Carl Eugen

Re: [FFmpeg-devel] [PATCH] ffmpeg: make transcode_init_done atomic.

2017-03-31 Thread wm4
On Fri, 31 Mar 2017 11:45:44 -0400 "Ronald S. Bultje" wrote: > Should fix tsan warnings in fate-fifo-muxer-h264/wav: > > WARNING: ThreadSanitizer: data race (pid=26552) > Write of size 4 at 0x01e0d7c0 by main thread: > #0 transcode_init src/ffmpeg.c:3761

[FFmpeg-devel] [PATCH] ffmpeg: make transcode_init_done atomic.

2017-03-31 Thread Ronald S. Bultje
Should fix tsan warnings in fate-fifo-muxer-h264/wav: WARNING: ThreadSanitizer: data race (pid=26552) Write of size 4 at 0x01e0d7c0 by main thread: #0 transcode_init src/ffmpeg.c:3761 (ffmpeg+0x0050ca1c) [..] Previous read of size 4 at 0x01e0d7c0 by thread T1: #0

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

2017-03-31 Thread Damien Riegel
This adds partial support for the RFC 4175 (raw video over RTP). The only supported formats are the YCbCr-4:2:2 8 bit because it's natively supported by FFmpeg with pixel format UYVY, and 10 bit which requires the vrawdepay codec to convert the payload in a format handled by FFmpeg.

[FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-03-31 Thread Damien Riegel
Add a codec capable of decoding some formats of the RFC4175. For now it's only capable of handling YCbCr-4:2:2 with 8-bit or 10-bit depth. For 8-bit it's a simple pass-through, for 10-bit it depacks the stream in the AV_PIX_FMT_YUV422P10 pixel format. Signed-off-by: Damien Riegel

[FFmpeg-devel] [PATCH] ffmpeg: make transcode_init_done atomic.

2017-03-31 Thread Ronald S. Bultje
Should fix tsan warnings in fate-fifo-muxer-h264/wav: WARNING: ThreadSanitizer: data race (pid=26552) Write of size 4 at 0x01e0d7c0 by main thread: #0 transcode_init src/ffmpeg.c:3761 (ffmpeg+0x0050ca1c) [..] Previous read of size 4 at 0x01e0d7c0 by thread T1: #0

[FFmpeg-devel] [PATCH] codec_desc: mark some lossless audio codecs as intraonly.

2017-03-31 Thread Ronald S. Bultje
--- libavcodec/codec_desc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 9711019..041b797 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2313,7 +2313,7 @@ static const

[FFmpeg-devel] [PATCH] frame_thread_encoder: make task indexing deterministic.

2017-03-31 Thread Ronald S. Bultje
Fixes tsan warnings in fate-utvideoenc. Example warning from utvideoenc_rgb_left: WARNING: ThreadSanitizer: data race (pid=19929) Read of size 8 at 0x7d840001cf18 by main thread: #0 ff_thread_video_encode_frame src/libavcodec/frame_thread_encoder.c:276 (ffmpeg+0x0136a39d) #1

Re: [FFmpeg-devel] [PATCH 5/6] h264: don't sync pic_id between threads.

2017-03-31 Thread Ronald S. Bultje
Hi, On Fri, Mar 31, 2017 at 10:08 AM, Michael Niedermayer < mich...@niedermayer.cc> wrote: > On Wed, Mar 29, 2017 at 10:12:23AM -0400, Ronald S. Bultje wrote: > > This is how the ref list manager links bitstream IDs to H264Picture/Ref > > objects, and is local to the producer thread. There is no

[FFmpeg-devel] [PATCH] codec_desc: mark some lossless audio codecs as intraonly.

2017-03-31 Thread Ronald S. Bultje
--- libavcodec/codec_desc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 9711019..f35ee4e 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2313,7 +2313,7 @@ static const

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Kieran Kunhya
> > also what exactly is broken with teh current tree that will be better > in a month and was better 3 weeks ago ? > Is that known ? or is it just "there were lots of chnages, things may > be broken" ? > > all just some randdom comments so myself and also others better > understand what the

Re: [FFmpeg-devel] [PATCH 5/6] h264: don't sync pic_id between threads.

2017-03-31 Thread Michael Niedermayer
On Wed, Mar 29, 2017 at 10:12:23AM -0400, Ronald S. Bultje wrote: > This is how the ref list manager links bitstream IDs to H264Picture/Ref > objects, and is local to the producer thread. There is no need for the > consumer thread to know the bitstream IDs of its references in their > respective

Re: [FFmpeg-devel] [PATCH 6/6] frame_thread_encoder: make task indexing deterministic.

2017-03-31 Thread Michael Niedermayer
On Wed, Mar 29, 2017 at 10:12:24AM -0400, Ronald S. Bultje wrote: > Fixes tsan warnings in fate-utvideoenc. can you quote the warnings in the commit message, its not obvious to me what the issue is this fixes [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Reto Kromer
Steven Liu wrote: >> should we make a 3.3 release from >>0bab78f7e729a76ea7a8cbec7f1de033c52494e8 >> that is 3 weeks ago with backports ? >> >I think this point maybe better, and stable than another >two. +1 ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH] png: split header state and data state in two separate variables.

2017-03-31 Thread Ronald S. Bultje
Fixes a reported (but false) race condition in tsan for fate-apng. --- libavcodec/png.h| 5 libavcodec/pngdec.c | 68 +++-- 2 files changed, 40 insertions(+), 33 deletions(-) diff --git a/libavcodec/png.h b/libavcodec/png.h index

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 03:19:01PM +0200, Clément Bœsch wrote: > On Fri, Mar 31, 2017 at 03:07:15PM +0200, Michael Niedermayer wrote: > > On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer wrote: > > > On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael Niedermayer wrote: > > > > Hi all >

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Clément Bœsch
On Fri, Mar 31, 2017 at 03:07:15PM +0200, Michael Niedermayer wrote: > On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer wrote: > > On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael Niedermayer wrote: > > > Hi all > > > > > > are there any issues/tickets that block making 3.3 ? > > >

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Steven Liu
2017-03-31 21:07 GMT+08:00 Michael Niedermayer : > On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer wrote: > > On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael Niedermayer wrote: > > > Hi all > > > > > > are there any issues/tickets that block making 3.3 ? >

[FFmpeg-devel] [PATCH] New API usage example (encode_raw_audio_file_to_aac)

2017-03-31 Thread Paolo Prete
--- configure | 2 + doc/Makefile| 41 ++-- doc/examples/.gitignore | 1 + doc/examples/Makefile | 1 + doc/examples/encode_raw_audio_file_to_aac.c | 338

Re: [FFmpeg-devel] [RFC] FFmpeg 3.3

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 01:31:51PM +0200, Michael Niedermayer wrote: > On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael Niedermayer wrote: > > Hi all > > > > are there any issues/tickets that block making 3.3 ? > > > > What about the spherical API size_t / uint32_t issue ? > > we can change it

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Add -editlist_fix_index option for mov format.

2017-03-31 Thread Michael Niedermayer
On Mon, Jan 09, 2017 at 09:23:38AM -0800, Sasi Inguva wrote: > Adding an MOV format option to turn on/off the editlist supporting code, > introduced in > https://github.com/FFmpeg/FFmpeg/commit/ca6cae73db207f17a0d5507609de12842d8f0ca3 > > Signed-off-by: Sasi Inguva > --- >

Re: [FFmpeg-devel] [PATCH] avutil/avstring: add av_strreplace API into avstring

2017-03-31 Thread Steven Liu
2017-03-31 17:51 GMT+08:00 Nicolas George : > Le decadi 10 germinal, an CCXXV, Steven Liu a écrit : > > refer to: http://creativeandcritical.net/str-replace-c > > add av_strreplace API for replace string operations. > > > > Signed-off-by: Steven Liu > > ---

Re: [FFmpeg-devel] [PATCH] Build fix for MIPS

2017-03-31 Thread Ronald S. Bultje
Hi, On Fri, Mar 31, 2017 at 1:32 AM, Shivraj Patil wrote: > > > > > Hi, > > > > On Thu, Mar 30, 2017 at 2:21 AM, wrote: > > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- >

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-31 Thread Michael Niedermayer
On Tue, Mar 14, 2017 at 12:29:52PM +0100, Michael Niedermayer wrote: > Hi all > > are there any issues/tickets that block making 3.3 ? > > What about the spherical API size_t / uint32_t issue ? > we can change it before the release but not after it Ive finally branched release/3.3 off feel free

Re: [FFmpeg-devel] [PATCH] ffprobe: port to new decode API

2017-03-31 Thread wm4
On Fri, 31 Mar 2017 03:49:16 +0200 Michael Niedermayer wrote: > On Thu, Mar 30, 2017 at 05:05:36PM +0200, wm4 wrote: > > Not sure if it behaves ideally in presence of decoding errors. > > --- > > The original version of this patch is actually 1 year old. > > --- > >

Re: [FFmpeg-devel] fate/exr : add test for uint32

2017-03-31 Thread Martin Vignali
Hello, This fate test can now be apply (the patch for uint32 exr have been apply) Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] h264: only assign H264Picture::mbaff for first slice.

2017-03-31 Thread Michael Niedermayer
On Thu, Mar 30, 2017 at 07:46:14AM -0400, Ronald S. Bultje wrote: > The value must be identical between slices, since mbaff depends on > picture_structure and sps, both of which are checked to be identical > to the first slice before this point. > > In practice, this silences some tsan warnings

Re: [FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-03-31 Thread Michael Niedermayer
On Thu, Mar 30, 2017 at 09:33:48PM -0400, Micah Galizia wrote: > Signed-off-by: Micah Galizia > --- > libavformat/Makefile | 1 + > libavformat/tests/http.c | 182 > + > tests/fate/libavformat.mak | 5 ++ >

Re: [FFmpeg-devel] [PATCH 1/2] cache protocol: allow cache files to be retained

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 01:27:11PM +1100, Timothy Lee wrote: > Hi, > > This patch allows the name of the cache file to be specified, and > retains the file after use. This was marked as a TODO item inside > cache.c > > If the filename is not specified, the cache protocol reverts back to > the

Re: [FFmpeg-devel] [PATCH] avfilter/vf_zoompan: Free out frame on error

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 10:07:24AM +0200, Paul B Mahol wrote: > On 3/30/17, Michael Niedermayer wrote: > > Fixes: CID1398578 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavfilter/vf_zoompan.c | 7 +-- > > 1 file changed, 5

Re: [FFmpeg-devel] [PATCH] Build fix for MIPS

2017-03-31 Thread Michael Niedermayer
On Fri, Mar 31, 2017 at 05:32:55AM +, Shivraj Patil wrote: > > > Hi, > > On Thu, Mar 30, 2017 at 2:21 AM, > > wrote: > From: Shivraj Patil > > > > Signed-off-by: Shivraj

Re: [FFmpeg-devel] [PATCH] avutil/avstring: add av_strreplace API into avstring

2017-03-31 Thread Nicolas George
Le decadi 10 germinal, an CCXXV, Steven Liu a écrit : > refer to: http://creativeandcritical.net/str-replace-c > add av_strreplace API for replace string operations. > > Signed-off-by: Steven Liu > --- > libavutil/avstring.c | 77 >

Re: [FFmpeg-devel] [PATCH] fate: add owdenoise test

2017-03-31 Thread Michael Niedermayer
On Thu, Mar 30, 2017 at 07:14:42PM -0700, Thomas Turner wrote: > Reference found at: http://bit.ly/2ogQygb > > Signed-off-by: Thomas Turner > --- > tests/fate/filter-video.mak | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/tests/fate/filter-video.mak

Re: [FFmpeg-devel] [PATCH 3/3] ffprobe: use av_spherical_projection_name() to print spherical projection names

2017-03-31 Thread Vittorio Giovara
On Wed, Mar 29, 2017 at 4:55 AM, James Almer wrote: > Signed-off-by: James Almer > --- > ffprobe.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) > > diff --git a/ffprobe.c b/ffprobe.c > index 67c4ed40fa..be5583aea2 100644 > ---

Re: [FFmpeg-devel] [PATCH 2/3] avformat/dump: use av_spherical_projection_name() to print spherical projection names

2017-03-31 Thread Vittorio Giovara
On Wed, Mar 29, 2017 at 4:55 AM, James Almer wrote: > Signed-off-by: James Almer > --- > libavformat/dump.c | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/libavformat/dump.c b/libavformat/dump.c > index

Re: [FFmpeg-devel] [PATCH 1/3] avutil/spherical: add av_spherical_projection_name()

2017-03-31 Thread Vittorio Giovara
On Wed, Mar 29, 2017 at 4:55 AM, James Almer wrote: > Signed-off-by: James Almer > --- > doc/APIchanges| 3 +++ > libavutil/spherical.c | 15 +++ > libavutil/spherical.h | 9 + > 3 files changed, 27 insertions(+) version bump

Re: [FFmpeg-devel] [PATCH][RFC] avutil/spherical: add a flag to signal tiled/padded projections

2017-03-31 Thread Vittorio Giovara
On Thu, Mar 30, 2017 at 9:52 PM, James Almer wrote: > On 3/30/2017 3:37 PM, Vittorio Giovara wrote: >> On Thu, Mar 30, 2017 at 4:16 PM, James Almer wrote: >>> On 3/30/2017 5:54 AM, Vittorio Giovara wrote: On Wed, Mar 29, 2017 at 8:01 PM, James Almer

Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_command()

2017-03-31 Thread Paul B Mahol
On 3/30/17, Michael Niedermayer wrote: > Fixes: CID1396538 > > Signed-off-by: Michael Niedermayer > --- > libavfilter/avfiltergraph.c | 3 +++ > 1 file changed, 3 insertions(+) > lgtm ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avfilter/vf_zoompan: Free out frame on error

2017-03-31 Thread Paul B Mahol
On 3/30/17, Michael Niedermayer wrote: > Fixes: CID1398578 > > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_zoompan.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/vf_zoompan.c

Re: [FFmpeg-devel] [PATCH]lavf/amr: Return AVERROR_EOF on EOF

2017-03-31 Thread Paul B Mahol
On 3/31/17, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #6280 for me. > > Please comment, Carl Eugen > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/3] lavc: Add Content Light Level side metadata found in HEVC

2017-03-31 Thread Steve Lhomme
These data are necessary when transmitting HDR over HDMI. -- update the previous patch: - rename CEA 861.3 to CTA-861.3 - update with MaxCLL/MaxFALL changes in avutil --- libavcodec/avcodec.h | 7 +++ libavcodec/avpacket.c | 1 + libavcodec/hevc_sei.c | 15 +++

[FFmpeg-devel] [PATCH 3/3] avformat/dump : Display Content Light Level metadata

2017-03-31 Thread Steve Lhomme
-- update the previous patch: - use MaxCLL/MaxFALL which are not rational numbers anymore --- libavformat/dump.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavformat/dump.c b/libavformat/dump.c index 7c811ce5d2..0ab3465db8 100644 --- a/libavformat/dump.c +++

[FFmpeg-devel] [PATCH 1/3] lavu: add support for Content Light Level side metadata

2017-03-31 Thread Steve Lhomme
As found in HEVC. I put the code in mastering_display_metadata as they usually go together in Blu-Ray UHD sources. -- update the previous patch: - rename CEA 861.3 to CTA-861.3 - use MaxCLL and MaxFALL names that are more commonly found - use unsigned integer rather than rational numbers as

Re: [FFmpeg-devel] [PATCH 1/3] lavu: add support for Content Light Level side metadata

2017-03-31 Thread Steve Lhomme
On Thu, Mar 30, 2017 at 4:46 PM, Hendrik Leppkes wrote: > On Thu, Mar 30, 2017 at 4:31 PM, Steve Lhomme wrote: >> As found in HEVC. >> >> I put the code in mastering_display_metadata as they usually go together in >> Blu-Ray UHD sources. >> --- >>

Re: [FFmpeg-devel] [PATCH 1/3] lavu: add support for Content Light Level side metadata

2017-03-31 Thread Steve Lhomme
On Thu, Mar 30, 2017 at 5:50 PM, James Almer wrote: > On 3/30/2017 11:31 AM, Steve Lhomme wrote: >> As found in HEVC. >> >> I put the code in mastering_display_metadata as they usually go together in >> Blu-Ray UHD sources. >> --- >> libavutil/frame.c | 1