Re: [FFmpeg-devel] [PATCH 1/3] avcodec/avcodec.h: clarify decoupled decode/encode API docs

2017-03-14 Thread wm4
On Wed, 15 Mar 2017 03:47:56 +0100 Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavcodec/avcodec.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index e32f579..8d3d06e 100644 > --- a/libavcodec/avcod

[FFmpeg-devel] [PATCH 2/3] avcodec/h264idct_template: fix multiple runtime error: signed integer overflow

2017-03-14 Thread Michael Niedermayer
Fixes: 857/clusterfuzz-testcase-5319093760557056 Benchmark changes from 335->333 (so if its not a random fluctuation then it would be faster) Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/h2

[FFmpeg-devel] [PATCH 1/3] avcodec/vp56: Require 1 undamaged frame for 5 damaged frames for concealment to be used

2017-03-14 Thread Michael Niedermayer
Fixes timeout with 847/clusterfuzz-testcase-5291877358108672 Fixes timeout with 850/clusterfuzz-testcase-5721296509861888 This likely will need to be tweaked Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer ---

[FFmpeg-devel] [PATCH 3/3] avcodec/h264_cabac: Fix runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself

2017-03-14 Thread Michael Niedermayer
Fixes: 858/clusterfuzz-testcase-5168477042114560 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/h264_cabac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_

[FFmpeg-devel] [PATCH 2/3] ffplay: convert to new decode API

2017-03-14 Thread Marton Balint
Since subtitles are not yet supported with the new API, CODEC_CAP_DELAY subtitle codecs (only libzvbi so far) may loose the last few buffered frames in the end of the stream. The impact of this is so limited, it seemded better to accept it than losing the simplification benefits of the new API. S

[FFmpeg-devel] [PATCH 3/3] ffplay: fix indentation

2017-03-14 Thread Marton Balint
Signed-off-by: Marton Balint --- ffplay.c | 72 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/ffplay.c b/ffplay.c index 06d1d22..fd7d9cb 100644 --- a/ffplay.c +++ b/ffplay.c @@ -558,44 +558,44 @@ static int decoder

[FFmpeg-devel] [PATCH 1/3] avcodec/avcodec.h: clarify decoupled decode/encode API docs

2017-03-14 Thread Marton Balint
Signed-off-by: Marton Balint --- libavcodec/avcodec.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e32f579..8d3d06e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -142,8 +142,9 @@ * * Not all codecs

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix duration wrong when no pkt duration

2017-03-14 Thread Steven Liu
2017-03-13 17:12 GMT+08:00 Steven Liu : > when cannot get pkt duration, hlsenc segments duration will > be set to 0, this patch can fix it. > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/libavformat/hlsenc

Re: [FFmpeg-devel] Refund request for travelling costs to Chemnitz

2017-03-14 Thread Thilo Borgmann
Am 14.03.17 um 23:11 schrieb Lou Logan: > On Tue, 14 Mar 2017 22:39:02 +0100 > Thilo Borgmann wrote: > >> I made a mistake and included EUR 6.20 in the first place that were >> not fuel costs. > > Was that a pint or a 6-pack? I wish it were but it actually were cigarettes I promised to bring al

Re: [FFmpeg-devel] [PATCH 3/3] ffmpeg, ffprobe: don't "merge" side data into packet data by default

2017-03-14 Thread wm4
On Fri, 10 Mar 2017 15:45:43 +0100 wm4 wrote: > On Fri, 10 Mar 2017 15:29:17 +0100 > Michael Niedermayer wrote: > > > Hi > > > > On Thu, Mar 09, 2017 at 03:45:19PM +0100, wm4 wrote: > > > Preparation for potentially disabling merged side data by default in the > > > libs. Do this in particul

Re: [FFmpeg-devel] The Crystalhd video decoder is broken - last ffmpeg good commit: 6d160afab2fa8d3bfb216fee96d3537ffc9e86e8

2017-03-14 Thread wm4
On Tue, 14 Mar 2017 22:44:10 +0100 (CET) Marton Balint wrote: > On Mon, 13 Mar 2017, Philip Langdale wrote: > > > On Mon, 13 Mar 2017 19:39:35 -0700 > > Philip Langdale wrote: > > > >> On Tue, 14 Mar 2017 02:49:27 +0100 (CET) > >> wal...@free.fr wrote: > >> > >> > Indeed 7447ec91b5a692121b

Re: [FFmpeg-devel] [PATCH 0/2] lavf: Error reporting when matching in black/white lists

2017-03-14 Thread Alexander Strasser
On 2017-03-11 18:54 +0100, Alexander Strasser wrote: > while investigating this issue filed at Debian: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857369 > > I found that the error messages can easily be misunderstood. > > Though in that particular case the first problem is the place

Re: [FFmpeg-devel] [PATCH v2] Allow 'concat' filter to support inputs with different frame rates

2017-03-14 Thread Calvin Walton
On Sat, 2017-03-11 at 14:28 +0100, Michael Niedermayer wrote: > On Thu, Mar 09, 2017 at 03:27:16PM -0500, Calvin Walton wrote: > > --- > >  libavfilter/avf_concat.c |  15 ++- > >  tests/fate/filter-video.mak  |   4 +- > >  tests/ref/fate/filter-concat-vfr | 224 > > +

Re: [FFmpeg-devel] Refund request for travelling costs to Chemnitz

2017-03-14 Thread Lou Logan
On Tue, 14 Mar 2017 22:39:02 +0100 Thilo Borgmann wrote: > I made a mistake and included EUR 6.20 in the first place that were > not fuel costs. Was that a pint or a 6-pack? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailma

[FFmpeg-devel] [PATCH] spherical: Change types of bounding and pad to uint32_t

2017-03-14 Thread Vittorio Giovara
These types better reflect the ones described in the specification and avoid any platform-specific implementation issues. Signed-off-by: Vittorio Giovara --- libavformat/dump.c| 2 +- libavutil/spherical.h | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libav

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread Vittorio Giovara
On Tue, Mar 14, 2017 at 5:27 PM, James Almer wrote: > On 3/14/2017 6:16 PM, Vittorio Giovara wrote: >> On Tue, Mar 14, 2017 at 4:41 PM, James Almer wrote: >>> On 3/14/2017 4:46 PM, Vittorio Giovara wrote: On Tue, Mar 14, 2017 at 12:12 PM, James Almer wrote: > On 3/14/2017 12:37 PM, Vitt

Re: [FFmpeg-devel] [PATCH] Documentation: -vf colormatrix options

2017-03-14 Thread Lou Logan
On Wed, 15 Mar 2017 09:15:31 +1300 Katherine Frances Nagels wrote: > From 0dba536e2f98597d9928541517583363bbf9ad00 Mon Sep 17 00:00:00 2001 > From: Katherine Nagels > Date: Mon, 13 Mar 2017 11:57:11 +1300 > Subject: [PATCH] doc/filters: Add colourspace values for colormatrix filter > > --- > d

Re: [FFmpeg-devel] The Crystalhd video decoder is broken - last ffmpeg good commit: 6d160afab2fa8d3bfb216fee96d3537ffc9e86e8

2017-03-14 Thread Marton Balint
On Mon, 13 Mar 2017, Philip Langdale wrote: On Mon, 13 Mar 2017 19:39:35 -0700 Philip Langdale wrote: On Tue, 14 Mar 2017 02:49:27 +0100 (CET) wal...@free.fr wrote: > Indeed 7447ec91b5a692121b81a04c6501a5811d867775 is working; But I > have the following errors with the last ffmpeg git stat

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread Vittorio Giovara
On Tue, Mar 14, 2017 at 5:27 PM, James Almer wrote: > On 3/14/2017 6:16 PM, Vittorio Giovara wrote: >> On Tue, Mar 14, 2017 at 4:41 PM, James Almer wrote: >>> On 3/14/2017 4:46 PM, Vittorio Giovara wrote: On Tue, Mar 14, 2017 at 12:12 PM, James Almer wrote: > On 3/14/2017 12:37 PM, Vitt

Re: [FFmpeg-devel] Refund request for travelling costs to Chemnitz

2017-03-14 Thread Thilo Borgmann
Am 14.03.17 um 22:15 schrieb Thilo Borgmann: > Hi, > >> Alexander Strasser, Thilo Borgmann, Thomas Volkert and myself >> represented FFmpeg at the Chemnitzer Linuxtage 2017. We showed >> different filters in action on video screens, talked to guests and >> other projects and as usual answered m

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread James Almer
On 3/14/2017 6:16 PM, Vittorio Giovara wrote: > On Tue, Mar 14, 2017 at 4:41 PM, James Almer wrote: >> On 3/14/2017 4:46 PM, Vittorio Giovara wrote: >>> On Tue, Mar 14, 2017 at 12:12 PM, James Almer wrote: On 3/14/2017 12:37 PM, Vittorio Giovara wrote: > On Sun, Mar 12, 2017 at 11:21 PM,

Re: [FFmpeg-devel] [PATCH 3/4] avcodec/simple_idct_template: Fix several integer overflows

2017-03-14 Thread Michael Niedermayer
On Mon, Mar 13, 2017 at 12:53:27PM +0100, Michael Niedermayer wrote: > On Mon, Mar 13, 2017 at 09:51:40AM +0100, Paul B Mahol wrote: > > On 3/13/17, Michael Niedermayer wrote: > > > Benchmarks with START_TIMER indicate that the code is faster with > > > unsigned, > > > (that is > > > with the pat

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/pictordec: Fix runtime error: left shift of 805306368 by 2 places cannot be represented in type 'int'

2017-03-14 Thread Michael Niedermayer
On Mon, Mar 13, 2017 at 08:45:07PM +0100, Michael Niedermayer wrote: > Fixes: 823/clusterfuzz-testcase-6727060074528768 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/pictordec.c |

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread Vittorio Giovara
On Tue, Mar 14, 2017 at 4:41 PM, James Almer wrote: > On 3/14/2017 4:46 PM, Vittorio Giovara wrote: >> On Tue, Mar 14, 2017 at 12:12 PM, James Almer wrote: >>> On 3/14/2017 12:37 PM, Vittorio Giovara wrote: On Sun, Mar 12, 2017 at 11:21 PM, Michael Niedermayer wrote: > On Sun, Mar

Re: [FFmpeg-devel] Refund request for travelling costs to Chemnitz

2017-03-14 Thread Thilo Borgmann
Hi, > Alexander Strasser, Thilo Borgmann, Thomas Volkert and myself > represented FFmpeg at the Chemnitzer Linuxtage 2017. We showed > different filters in action on video screens, talked to guests and > other projects and as usual answered many user questions. we also took some pictures to updat

Re: [FFmpeg-devel] The Crystalhd video decoder is broken - last ffmpeg good commit: 6d160afab2fa8d3bfb216fee96d3537ffc9e86e8

2017-03-14 Thread Philip Langdale
On Tue, 14 Mar 2017 21:53:31 +0100 (CET) wal...@free.fr wrote: > I've a first patch, working with the software decoder. But it fails > with the crystalhd decoder. If you know how to fix it. > > Wallak. It will take more than that. You need to decouple send and receive - that's the whole point of

Re: [FFmpeg-devel] The Crystalhd video decoder is broken - last ffmpeg good commit: 6d160afab2fa8d3bfb216fee96d3537ffc9e86e8

2017-03-14 Thread wallak
I've a first patch, working with the software decoder. But it fails with the crystalhd decoder. If you know how to fix it. Wallak. - Mail original - De: "Philip Langdale" À: "Marton Balint" Cc: "FFmpeg development discussions and patches" Envoyé: Mardi 14 Mars 2017 04:40:34 Objet: Re

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread James Almer
On 3/14/2017 4:46 PM, Vittorio Giovara wrote: > On Tue, Mar 14, 2017 at 12:12 PM, James Almer wrote: >> On 3/14/2017 12:37 PM, Vittorio Giovara wrote: >>> On Sun, Mar 12, 2017 at 11:21 PM, Michael Niedermayer >>> wrote: On Sun, Mar 12, 2017 at 08:54:07PM -0400, Ronald S. Bultje wrote: >

Re: [FFmpeg-devel] [PATCH] Documentation: -vf colormatrix options

2017-03-14 Thread Katherine Frances Nagels
On Wed, Mar 15, 2017 at 9:00 AM, Michael Niedermayer wrote: > > Thats not a name, i assume you want the authors (your?) name in there > it cannot be changed after pushing so please correct this unless > you want it to be kfrn > Now changed - see attached. Thank you Michael, and apologies that I m

Re: [FFmpeg-devel] [PATCH] Documentation: -vf colormatrix options

2017-03-14 Thread Michael Niedermayer
On Mon, Mar 13, 2017 at 12:00:39PM +1300, Katherine Frances Nagels wrote: > Apologies - now with more useful commit message. > I actually remade the commit since I realized I wasn't connected to my > usual git login. I hope you can kill the other commit. Sorry for this. :( > > Contents as before:

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread Vittorio Giovara
On Tue, Mar 14, 2017 at 12:12 PM, James Almer wrote: > On 3/14/2017 12:37 PM, Vittorio Giovara wrote: >> On Sun, Mar 12, 2017 at 11:21 PM, Michael Niedermayer >> wrote: >>> On Sun, Mar 12, 2017 at 08:54:07PM -0400, Ronald S. Bultje wrote: Hi, On Sun, Mar 12, 2017 at 7:32 PM, James

[FFmpeg-devel] FFmpeg feature development opportunity

2017-03-14 Thread Kaiwen Ye
Hi All, SSIMWave provides the media and entertainment industry the capability to perform end-to-end video quality measurement and optimization. Our team is renowned world-wide for its academic contributions and has recently won a Primetime Engineering Emmy award. We are interested in contributing

[FFmpeg-devel] [PATCH] avcodec/exr detect invalid line offset table and recreate table

2017-03-14 Thread Dzung Hoang
The EXR decoder cannot handle the image files included in NVidia's HDR SDK. After debugging, I found that the line offset table in the image files contained 0's. Other EXR decoders, including the official OpenEXR decoder, can detect and reconstruct missing line offset tables, so I added some cod

[FFmpeg-devel] [PATCH] avformat/http: fix http reconnect

2017-03-14 Thread Wing Lo
I use the commad line below: ffplay -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 4000 http://movie_url.mp4 I find that if network source down, ffplay keep reconnect only a few seconds even if I set -reconnect_delay_max 4000. So I reopen http connection cyclically u

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread James Almer
On 3/14/2017 2:09 PM, wm4 wrote: > On Tue, 14 Mar 2017 13:50:53 -0300 > James Almer wrote: > >> On 3/14/2017 1:33 PM, wm4 wrote: >>> On Tue, 14 Mar 2017 17:02:34 +0100 >>> Hendrik Leppkes wrote: >>> On Tue, Mar 14, 2017 at 4:49 PM, wm4 wrote: > On Tue, 14 Mar 2017 14:19:24 + >

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread Hendrik Leppkes
On Tue, Mar 14, 2017 at 6:18 PM, wm4 wrote: > >> Now back to the current issue. >> >> Do you agree with the fact that uint32_t is a better technical choice? >> (I think the main argument is that it's a pain to have proper FATE >> coverage if you don't?) > > We've already established that the curre

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread wm4
On Tue, 14 Mar 2017 17:59:38 +0100 Clément Bœsch wrote: > On Tue, Mar 14, 2017 at 05:33:41PM +0100, wm4 wrote: > > On Tue, 14 Mar 2017 17:02:34 +0100 > > Hendrik Leppkes wrote: > > > > > On Tue, Mar 14, 2017 at 4:49 PM, wm4 wrote: > > > > On Tue, 14 Mar 2017 14:19:24 + > > > > Rostisla

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread wm4
On Tue, 14 Mar 2017 13:50:53 -0300 James Almer wrote: > On 3/14/2017 1:33 PM, wm4 wrote: > > On Tue, 14 Mar 2017 17:02:34 +0100 > > Hendrik Leppkes wrote: > > > >> On Tue, Mar 14, 2017 at 4:49 PM, wm4 wrote: > >>> On Tue, 14 Mar 2017 14:19:24 + > >>> Rostislav Pehlivanov wrote: > >>>

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread Clément Bœsch
On Tue, Mar 14, 2017 at 05:33:41PM +0100, wm4 wrote: > On Tue, 14 Mar 2017 17:02:34 +0100 > Hendrik Leppkes wrote: > > > On Tue, Mar 14, 2017 at 4:49 PM, wm4 wrote: > > > On Tue, 14 Mar 2017 14:19:24 + > > > Rostislav Pehlivanov wrote: > > > > > >> On 14 March 2017 at 13:38, wm4 wrote: >

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread James Almer
On 3/14/2017 1:33 PM, wm4 wrote: > On Tue, 14 Mar 2017 17:02:34 +0100 > Hendrik Leppkes wrote: > >> On Tue, Mar 14, 2017 at 4:49 PM, wm4 wrote: >>> On Tue, 14 Mar 2017 14:19:24 + >>> Rostislav Pehlivanov wrote: >>> On 14 March 2017 at 13:38, wm4 wrote: > On Tue, 14 Mar 20

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread wm4
On Tue, 14 Mar 2017 17:02:34 +0100 Hendrik Leppkes wrote: > On Tue, Mar 14, 2017 at 4:49 PM, wm4 wrote: > > On Tue, 14 Mar 2017 14:19:24 + > > Rostislav Pehlivanov wrote: > > > >> On 14 March 2017 at 13:38, wm4 wrote: > >> > >> > On Tue, 14 Mar 2017 10:24:10 -0300 > >> > James Almer w

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread James Almer
On 3/14/2017 12:37 PM, Vittorio Giovara wrote: > On Sun, Mar 12, 2017 at 11:21 PM, Michael Niedermayer > wrote: >> On Sun, Mar 12, 2017 at 08:54:07PM -0400, Ronald S. Bultje wrote: >>> Hi, >>> >>> On Sun, Mar 12, 2017 at 7:32 PM, James Almer wrote: >>> On 3/12/2017 6:16 PM, Michael Niedermay

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread Hendrik Leppkes
On Tue, Mar 14, 2017 at 4:49 PM, wm4 wrote: > On Tue, 14 Mar 2017 14:19:24 + > Rostislav Pehlivanov wrote: > >> On 14 March 2017 at 13:38, wm4 wrote: >> >> > On Tue, 14 Mar 2017 10:24:10 -0300 >> > James Almer wrote: >> > >> > > On 3/14/2017 9:31 AM, Rostislav Pehlivanov wrote: >> > > > On

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread Hendrik Leppkes
On Tue, Mar 14, 2017 at 4:37 PM, Vittorio Giovara wrote: > On Sun, Mar 12, 2017 at 11:21 PM, Michael Niedermayer > wrote: >> On Sun, Mar 12, 2017 at 08:54:07PM -0400, Ronald S. Bultje wrote: >>> Hi, >>> >>> On Sun, Mar 12, 2017 at 7:32 PM, James Almer wrote: >>> >>> > On 3/12/2017 6:16 PM, Micha

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread wm4
On Tue, 14 Mar 2017 14:19:24 + Rostislav Pehlivanov wrote: > On 14 March 2017 at 13:38, wm4 wrote: > > > On Tue, 14 Mar 2017 10:24:10 -0300 > > James Almer wrote: > > > > > On 3/14/2017 9:31 AM, Rostislav Pehlivanov wrote: > > > > On 14 March 2017 at 11:29, Michael Niedermayer > > >

Re: [FFmpeg-devel] [PATCH] Change type of spherical stuff to uint32_t

2017-03-14 Thread Vittorio Giovara
On Sun, Mar 12, 2017 at 11:21 PM, Michael Niedermayer wrote: > On Sun, Mar 12, 2017 at 08:54:07PM -0400, Ronald S. Bultje wrote: >> Hi, >> >> On Sun, Mar 12, 2017 at 7:32 PM, James Almer wrote: >> >> > On 3/12/2017 6:16 PM, Michael Niedermayer wrote: >> > > Using the same type across platforms is

Re: [FFmpeg-devel] [PATCH] avcodec/exr

2017-03-14 Thread Martin Vignali
Hello, Doesn't have time yet to take a look. Can you send a clean patch : https://ffmpeg.org/developer.html#Submitting-patches-1 Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/exr

2017-03-14 Thread Paul B Mahol
On 3/14/17, Dzung Hoang wrote: > What is the next step to get this issue resolved? Posting correct patch. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH v2] avcodec/videotoolbox: add rc_max_bitrate control into videotoolbox

2017-03-14 Thread Steven Liu
add kVTCompressionPropertyKey_DataRateLimits support by rc_max_bitrate Reviewed-by: Rick Kern Signed-off-by: Steven Liu --- libavcodec/videotoolboxenc.c | 47 1 file changed, 47 insertions(+) diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/vi

Re: [FFmpeg-devel] [PATCH] avcodec/exr

2017-03-14 Thread Dzung Hoang
What is the next step to get this issue resolved? Dzung Hoang From: Carl Eugen Hoyos To: FFmpeg development discussions and patches Sent: Tuesday, March 7, 2017 2:02 AM Subject: Re: [FFmpeg-devel] [PATCH] avcodec/exr 2017-03-06 18:24 GMT+01:00 Paul B Mahol : > On 3/6/17, Dzung Hoan

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread Rostislav Pehlivanov
On 14 March 2017 at 13:38, wm4 wrote: > On Tue, 14 Mar 2017 10:24:10 -0300 > James Almer wrote: > > > On 3/14/2017 9:31 AM, Rostislav Pehlivanov wrote: > > > On 14 March 2017 at 11:29, Michael Niedermayer > > > > wrote: > > > > > >> > > >> What about the spherical API size_t / uint32_t issue ?

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: add rc_max_bitrate control into videotoolbox

2017-03-14 Thread Richard Kern
On March 12, 2017 at 11:55:55 PM, Steven Liu (l...@chinaffmpeg.org) wrote: add kVTCompressionPropertyKey_DataRateLimits support by rc_max_bitrate Signed-off-by: Steven Liu --- libavcodec/videotoolboxenc.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/libavcodec/

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread wm4
On Tue, 14 Mar 2017 10:24:10 -0300 James Almer wrote: > On 3/14/2017 9:31 AM, Rostislav Pehlivanov wrote: > > On 14 March 2017 at 11:29, Michael Niedermayer > > wrote: > > > >> > >> What about the spherical API size_t / uint32_t issue ? > >> we can change it before the release but not after i

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread James Almer
On 3/14/2017 9:31 AM, Rostislav Pehlivanov wrote: > On 14 March 2017 at 11:29, Michael Niedermayer > wrote: > >> >> What about the spherical API size_t / uint32_t issue ? >> we can change it before the release but not after it >> >> > IMO its better to have the same type on all platforms. It also

Re: [FFmpeg-devel] [PATCH v3 3/3] avcodec: estimate output bitrate for ffv1/huffyuv codecs

2017-03-14 Thread Tobias Rapp
On 11.03.2017 16:29, Michael Niedermayer wrote: On Tue, Mar 07, 2017 at 03:39:19PM +0100, Tobias Rapp wrote: Allows to get a more realistic total bitrate (and estimated file size) in avi_write_header. Previously a static default value of 200k was assumed. Signed-off-by: Tobias Rapp --- libavc

Re: [FFmpeg-devel] [PATCH v3 1/3] ffmpeg: set the encoding framerate when the output is CFR

2017-03-14 Thread Tobias Rapp
On 11.03.2017 16:07, Michael Niedermayer wrote: On Tue, Mar 07, 2017 at 03:39:17PM +0100, Tobias Rapp wrote: From: Anton Khirnov (cherry picked from Libav commit d10102d23c9467d4eb84f58e0cd12be284b982f6) Signed-off-by: Tobias Rapp --- ffmpeg.c | 2 ++ 1 file changed, 2 insertions(+) maybe

Re: [FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread Rostislav Pehlivanov
On 14 March 2017 at 11:29, Michael Niedermayer wrote: > > What about the spherical API size_t / uint32_t issue ? > we can change it before the release but not after it > > IMO its better to have the same type on all platforms. It also doesn't make sense to use size_t for something describing a po

[FFmpeg-devel] FFmpeg 3.3

2017-03-14 Thread Michael Niedermayer
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 Thanks -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest man alive, for I know one t