[FFmpeg-devel] [PATCH] avformat/hlsenc: second_levels flags process function extract

2017-03-10 Thread Steven Liu
the SECOND_LEVEL* flags process and name is too long extract all of them output to funtions, make code clear Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 239 +-- 1 file changed, 136 insertions(+), 103 deletions(-) diff --git a/libavformat

Re: [FFmpeg-devel] [PATCH] ffprobe: add AVCodecContext help message into ffprobe

2017-03-10 Thread Steven Liu
2017-03-09 16:14 GMT+08:00 Steven Liu : > because the ffprobe can use AVCodecContext parameters > > Signed-off-by: Steven Liu > --- > ffprobe.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ffprobe.c b/ffprobe.c > index c85c3a1..b104390 100644 > --- a/ffprobe.c > +++ b/ffprobe.c > @@

[FFmpeg-devel] [PATCH 3/3] avcodec/amrwbdec: Fix runtime error: left shift of negative value -1

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

[FFmpeg-devel] [PATCH 2/3] avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698372290 cannot be represented in type 'int'

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

[FFmpeg-devel] [PATCH 1/3] avcodec/wavpack: Fix runtime error: signed integer overflow: -2147483648 + -83886075 cannot be represented in type 'int'

2017-03-10 Thread Michael Niedermayer
Fixes: 761/clusterfuzz-testcase-544252097536 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/wavpack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/wavp

[FFmpeg-devel] [PATCH] avfilter/af_firequalizer: add av_restrict on convolution func

2017-03-10 Thread Muhammad Faiz
slightly improved speed Signed-off-by: Muhammad Faiz --- libavfilter/af_firequalizer.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/af_firequalizer.c b/libavfilter/af_firequalizer.c index 5c6fd54..4243d66 100644 --- a/libavfilter/af_firequalizer.c +++ b

Re: [FFmpeg-devel] [PATCH] avcodec/vp56: Reset have_undamaged_frame on resolution changes

2017-03-10 Thread Michael Niedermayer
On Thu, Mar 09, 2017 at 05:55:32PM +0100, Michael Niedermayer wrote: > Fixes: timeout in 758/clusterfuzz-testcase-4720832028868608 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/vp5

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Forward errors from decode_scaling_list()

2017-03-10 Thread Michael Niedermayer
On Thu, Mar 09, 2017 at 01:54:24PM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/h264_ps.c | 44 ++-- > 1 file changed, 26 insertions(+), 18 deletions(-) applied [...] -- Michael GnuPG fingerprint: 9FF2128B

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/h264_direct: Fix runtime error: signed integer overflow: 2147483647 - -14133 cannot be represented in type 'int'

2017-03-10 Thread Michael Niedermayer
On Fri, Mar 10, 2017 at 04:01:36PM +0100, wm4 wrote: > On Fri, 10 Mar 2017 15:24:52 +0100 > Michael Niedermayer wrote: > > > Fixes: 755/clusterfuzz-testcase-5369072516595712 > > > > See: [FFmpeg-devel] [PATCH 1/2] avcodec/h264_direct: Fix runtime error: > > signed integer overflow: 2147483647 -

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Moritz Barsnick
On Sat, Mar 11, 2017 at 03:36:46 +0530, Sanchit Sinha wrote: > Subject: [PATCH] Changes to af_ambisonic, Makefile, allfilters.c and > Changelog This is not a proper commit message. > --- > Changelog | 1591 > > libavfilter/Makefile

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 6298923 cannot be represented in type 'int'

2017-03-10 Thread Michael Niedermayer
On Fri, Mar 10, 2017 at 06:50:34PM +0100, Hendrik Leppkes wrote: > On Fri, Mar 10, 2017 at 3:24 PM, Michael Niedermayer > wrote: > > Fixes: 732/clusterfuzz-testcase-4872990070145024 > > > > See: [FFmpeg-devel] [PATCH 2/6] avcodec/dca_xll: Fix runtime error: signed > > integer overflow: 2147286116

Re: [FFmpeg-devel] [PATCH] Add XPM decoder

2017-03-10 Thread Moritz Barsnick
On Sat, Mar 11, 2017 at 00:34:18 +0530, Paras wrote: > OBJS-$(CONFIG_XBM_DECODER) += xbmdec.o > OBJS-$(CONFIG_XBM_ENCODER) += xbmenc.o > +OBJS-$(CONFIG_XPM_DECODER) += xpmdec.o > OBJS-$(CONFIG_XFACE_DECODER) += xfacedec.o xface.o I do understand tha

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Sanchit Sinha
Hi, I specific changes we talked about. Also updated apart from af_ambisonic.c : allfilters.c, Makefile and Changelog. From b74755ae0ea6741f01d2c1b2c79056984674c331 Mon Sep 17 00:00:00 2001 From: Sanchit Sinha Date: Sat, 11 Mar 2017 03:31:51 +0530 Subject: [PATCH] Changes to af_ambisonic, Makefil

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Paul B Mahol
On 3/10/17, Sanchit Sinha wrote: > Is the conversion okay now? I used pointers there because in one of our > discussions you mentioned that out->ex should also be written on by > references.(Maybe I didn't comprehend.. apologies on that). I will patch > the makefile, allfilters.c and changelog in

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Sanchit Sinha
Is the conversion okay now? I used pointers there because in one of our discussions you mentioned that out->ex should also be written on by references.(Maybe I didn't comprehend.. apologies on that). I will patch the makefile, allfilters.c and changelog in a while. Thank You On Sat, Mar 11, 201

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Paul B Mahol
On 3/10/17, Sanchit Sinha wrote: > Okay made some changes, > Do all changes, not just some. Also this must be full patch. You are missing Makefile, Changelog and so on... ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/l

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Sanchit Sinha
Okay made some changes, From c0c1a1e7d4ad1fcbd96827725a47af20145c7621 Mon Sep 17 00:00:00 2001 From: Sanchit Sinha Date: Sat, 11 Mar 2017 01:27:38 +0530 Subject: [PATCH] Changes to af_ambisonic.c, makefile and allfilters.c --- libavfilter/af_ambisonic.c | 136 +++

Re: [FFmpeg-devel] [PATCH] avfilter/vf_interlace: add complex vertcal lowpassfilter

2017-03-10 Thread James Almer
On 3/8/2017 1:58 PM, Thomas Mundt wrote: > Hi, > > attached patch adds a complex (-1 2 6 2 -1) vertcal lowpassfilter to > vf_interlace. This will better retain detail and reduce blurring compared to > the existing (1 2 1) filter. > > Please comment. > > > 0001-avfilter-vf_interlace-add-comple

Re: [FFmpeg-devel] [PATCH] Add XPM decoder

2017-03-10 Thread Lou Logan
Hi, On Sat, 11 Mar 2017 00:34:18 +0530 Paras wrote: > From: Paras Chadha > > Signed-off-by: Paras > --- > Changelog | 1 + > doc/general.texi| 2 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/

Re: [FFmpeg-devel] [PATCH] avcodec/vp8: Fix hang with slice threads

2017-03-10 Thread Thomas Guilbert
Thank you! On Thu, Mar 9, 2017 at 5:20 PM, Michael Niedermayer wrote: > On Thu, Mar 09, 2017 at 08:17:37PM -0500, Ronald S. Bultje wrote: > > Hi, > > > > On Thu, Mar 9, 2017 at 8:12 PM, Michael Niedermayer > > > wrote: > > > > > From: Thomas Guilbert > > > > > > Fixes: 447860.webm > > > > > >

[FFmpeg-devel] [PATCH] Add XPM decoder

2017-03-10 Thread Paras
From: Paras Chadha Signed-off-by: Paras --- Changelog | 1 + doc/general.texi| 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 + libavcodec/version.h| 4 +- libavcodec/xpmdec.c

Re: [FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Paul B Mahol
On 3/10/17, Sanchit Sinha wrote: > libavfilter/af_ambisonic.c | 139 > + > 1 file changed, 139 insertions(+) > create mode 100644 libavfilter/af_ambisonic.c > Incomplete patch. > diff --git a/libavfilter/af_ambisonic.c b/libavfilter/af_ambisonic.c > n

Re: [FFmpeg-devel] [PATCH] avfilter/vf_interlace: add complex vertcal lowpassfilter

2017-03-10 Thread Kieran Kunhya
Hi, Just wondering, did you see what this looks like on a CRT, especially with interline twitter. The original method is similar to what an interlaced camera does, averaging alternate lines, deliberately lowpassing the data. Regards, Kieran Kunhya On Wed, 8 Mar 2017 at 16:58 Thomas Mundt wrote:

[FFmpeg-devel] [PATCH] libavfilter/af_ambisonic.c Added File for Ambisonic Filter

2017-03-10 Thread Sanchit Sinha
libavfilter/af_ambisonic.c | 139 + 1 file changed, 139 insertions(+) create mode 100644 libavfilter/af_ambisonic.c diff --git a/libavfilter/af_ambisonic.c b/libavfilter/af_ambisonic.c new file mode 100644 index 000..98b0e44 --- /dev/null +++ b/liba

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 6298923 cannot be represented in type 'int'

2017-03-10 Thread Hendrik Leppkes
On Fri, Mar 10, 2017 at 3:24 PM, Michael Niedermayer wrote: > Fixes: 732/clusterfuzz-testcase-4872990070145024 > > See: [FFmpeg-devel] [PATCH 2/6] avcodec/dca_xll: Fix runtime error: signed > integer overflow: 2147286116 + 6298923 cannot be represented in type 'int' > Found-by: continuous fuzzing

Re: [FFmpeg-devel] configure: clang -Oz for small size build to reduce size further

2017-03-10 Thread James Almer
On 3/10/2017 12:43 PM, Paul B Mahol wrote: > On 3/10/17, James Almer wrote: >> On 3/10/2017 10:50 AM, Paul B Mahol wrote: >>> On 3/10/17, wm4 wrote: On Fri, 10 Mar 2017 13:47:38 +0100 Paul B Mahol wrote: > On 3/10/17, Wang Bin wrote: >> >> > > I don't think th

Re: [FFmpeg-devel] configure: clang -Oz for small size build to reduce size further

2017-03-10 Thread Paul B Mahol
On 3/10/17, James Almer wrote: > On 3/10/2017 10:50 AM, Paul B Mahol wrote: >> On 3/10/17, wm4 wrote: >>> On Fri, 10 Mar 2017 13:47:38 +0100 >>> Paul B Mahol wrote: >>> On 3/10/17, Wang Bin wrote: > > I don't think this is good idea. >>> >>> Why not? >> >> Because it chan

Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-10 Thread Przemysław Sobala
On Wed, Mar 8, 2017 at 9:27 AM, Przemysław Sobala < przemyslaw.sob...@gmail.com> wrote: > On Fri, Mar 3, 2017 at 9:38 AM, Przemysław Sobala < > przemyslaw.sob...@gmail.com> wrote: > >> From: Przemysław Sobala >> >> Provides a way to change bandwidth parameter inside DASH manifest after a >> non-C

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/h264_direct: Fix runtime error: signed integer overflow: 2147483647 - -14133 cannot be represented in type 'int'

2017-03-10 Thread wm4
On Fri, 10 Mar 2017 15:24:52 +0100 Michael Niedermayer wrote: > Fixes: 755/clusterfuzz-testcase-5369072516595712 > > See: [FFmpeg-devel] [PATCH 1/2] avcodec/h264_direct: Fix runtime error: > signed integer overflow: 2147483647 - -14133 cannot be represented in type > 'int' > > Found-by: conti

Re: [FFmpeg-devel] [PATCH] swresample/options: enable linear_interp and exact_rational by default

2017-03-10 Thread Muhammad Faiz
On Fri, Mar 10, 2017 at 5:44 PM, Michael Niedermayer wrote: > On Fri, Mar 10, 2017 at 11:11:05AM +0700, Muhammad Faiz wrote: >> On Fri, Mar 10, 2017 at 10:44 AM, Michael Niedermayer >> wrote: >> > On Fri, Mar 10, 2017 at 09:19:38AM +0700, Muhammad Faiz wrote: >> >> for higher quality resampling >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 6298923 cannot be represented in type 'int'

2017-03-10 Thread wm4
On Fri, 10 Mar 2017 15:24:51 +0100 Michael Niedermayer wrote: > Fixes: 732/clusterfuzz-testcase-4872990070145024 > > See: [FFmpeg-devel] [PATCH 2/6] avcodec/dca_xll: Fix runtime error: signed > integer overflow: 2147286116 + 6298923 cannot be represented in type 'int' > Found-by: continuous fuz

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

2017-03-10 Thread wm4
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 particular because it affects fate tests. > > > > The changed tests eithe

[FFmpeg-devel] [PATCH 2/2] avcodec/h264_direct: Fix runtime error: signed integer overflow: 2147483647 - -14133 cannot be represented in type 'int'

2017-03-10 Thread Michael Niedermayer
Fixes: 755/clusterfuzz-testcase-5369072516595712 See: [FFmpeg-devel] [PATCH 1/2] avcodec/h264_direct: Fix runtime error: signed integer overflow: 2147483647 - -14133 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/f

[FFmpeg-devel] [PATCH 1/2] avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 6298923 cannot be represented in type 'int'

2017-03-10 Thread Michael Niedermayer
Fixes: 732/clusterfuzz-testcase-4872990070145024 See: [FFmpeg-devel] [PATCH 2/6] avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 6298923 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpe

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

2017-03-10 Thread Michael Niedermayer
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 particular because it affects fate tests. > > The changed tests either reflect added packet side data, or the changed > packet size due to merged s

Re: [FFmpeg-devel] configure: clang -Oz for small size build to reduce size further

2017-03-10 Thread James Almer
On 3/10/2017 10:50 AM, Paul B Mahol wrote: > On 3/10/17, wm4 wrote: >> On Fri, 10 Mar 2017 13:47:38 +0100 >> Paul B Mahol wrote: >> >>> On 3/10/17, Wang Bin wrote: >>> >>> I don't think this is good idea. >> >> Why not? > > Because it changes something that was working before. The on

Re: [FFmpeg-devel] configure: clang -Oz for small size build to reduce size further

2017-03-10 Thread wm4
On Fri, 10 Mar 2017 14:50:32 +0100 Paul B Mahol wrote: > On 3/10/17, wm4 wrote: > > On Fri, 10 Mar 2017 13:47:38 +0100 > > Paul B Mahol wrote: > > > >> On 3/10/17, Wang Bin wrote: > >> > > >> > > >> > >> I don't think this is good idea. > > > > Why not? > > Because it changes someth

Re: [FFmpeg-devel] configure: clang -Oz for small size build to reduce size further

2017-03-10 Thread Paul B Mahol
On 3/10/17, wm4 wrote: > On Fri, 10 Mar 2017 13:47:38 +0100 > Paul B Mahol wrote: > >> On 3/10/17, Wang Bin wrote: >> > >> > >> >> I don't think this is good idea. > > Why not? Because it changes something that was working before. ___ ffmpeg-devel mai

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_detelecine: Added documentation to clarify the workings of the filter.

2017-03-10 Thread Carl Eugen Hoyos
2017-03-09 9:20 GMT+01:00 : > I hope this patch adding code documentation to the detelecine filter > will help with maintenance. If you are interested in working on detelecine, please look at ticket #5662: It is currently not possible to choose (with an option) which of two subsequent duplicated

Re: [FFmpeg-devel] configure: clang -Oz for small size build to reduce size further

2017-03-10 Thread wm4
On Fri, 10 Mar 2017 13:47:38 +0100 Paul B Mahol wrote: > On 3/10/17, Wang Bin wrote: > > > > > > I don't think this is good idea. Why not? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-10 Thread Aaron Boxer
On Fri, Mar 10, 2017 at 12:00 AM, Michael Bradshaw wrote: > On Thu, Mar 9, 2017 at 8:09 PM, Aaron Boxer wrote: > > > > Thanks, Michael. Here are those changes. > > > Applied. Thanks for the patch! > My pleasure. If there are any changes people are interested in for openjpeg encode/decode, let

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-10 Thread Aaron Boxer
On Fri, Mar 10, 2017 at 7:52 AM, Paul B Mahol wrote: > On 3/10/17, Michael Bradshaw wrote: > > On Thu, Mar 9, 2017 at 8:09 PM, Aaron Boxer wrote: > >> > >> Thanks, Michael. Here are those changes. > > > > > > Applied. Thanks for the patch! > > AFAIK some of those could make use of BOOL. > Yes,

Re: [FFmpeg-devel] [PATCH] swresample/options: enable linear_interp and exact_rational by default

2017-03-10 Thread Michael Niedermayer
On Fri, Mar 10, 2017 at 01:49:41PM +0100, Paul B Mahol wrote: > On 3/10/17, Michael Niedermayer wrote: > > On Fri, Mar 10, 2017 at 11:11:05AM +0700, Muhammad Faiz wrote: > >> On Fri, Mar 10, 2017 at 10:44 AM, Michael Niedermayer > >> wrote: > >> > On Fri, Mar 10, 2017 at 09:19:38AM +0700, Muhamma

Re: [FFmpeg-devel] configure: clang -Oz for small size build to reduce size further

2017-03-10 Thread Paul B Mahol
On 3/10/17, Wang Bin wrote: > > I don't think this is good idea. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-10 Thread Paul B Mahol
On 3/10/17, Michael Bradshaw wrote: > On Thu, Mar 9, 2017 at 8:09 PM, Aaron Boxer wrote: >> >> Thanks, Michael. Here are those changes. > > > Applied. Thanks for the patch! AFAIK some of those could make use of BOOL. ___ ffmpeg-devel mailing list ffmpe

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_detelecine: Added documentation to clarify the workings of the filter.

2017-03-10 Thread Paul B Mahol
On 3/9/17, gabriel.dalimo...@gmail.com wrote: > From: Gabriel D'Alimonte > > Hi! > > I hope this patch adding code documentation to the detelecine filter will > help with maintenance. > > --- > libavfilter/vf_detelecine.c | 115 > +--- > 1 file changed, 86

Re: [FFmpeg-devel] [PATCH] swresample/options: enable linear_interp and exact_rational by default

2017-03-10 Thread Paul B Mahol
On 3/10/17, Michael Niedermayer wrote: > On Fri, Mar 10, 2017 at 11:11:05AM +0700, Muhammad Faiz wrote: >> On Fri, Mar 10, 2017 at 10:44 AM, Michael Niedermayer >> wrote: >> > On Fri, Mar 10, 2017 at 09:19:38AM +0700, Muhammad Faiz wrote: >> >> for higher quality resampling >> > >> > can you hear

Re: [FFmpeg-devel] [PATCH] swresample/options: enable linear_interp and exact_rational by default

2017-03-10 Thread Michael Niedermayer
On Fri, Mar 10, 2017 at 11:11:05AM +0700, Muhammad Faiz wrote: > On Fri, Mar 10, 2017 at 10:44 AM, Michael Niedermayer > wrote: > > On Fri, Mar 10, 2017 at 09:19:38AM +0700, Muhammad Faiz wrote: > >> for higher quality resampling > > > > can you hear the difference ? > > Yes, but it is sinesweep

Re: [FFmpeg-devel] problem with block level audio decoding on a that is not streaming

2017-03-10 Thread Moritz Barsnick
On Wed, Mar 08, 2017 at 15:32:18 -0500, Brett Tiplitz wrote: > I've tried to update my code from avcodec_decode_audio4 to the new > avcodec_send_packet. I've got a block of data to decode, so this is not a > streaming design. > > 1. When I pass a big block of data to the interface, the time requ

Re: [FFmpeg-devel] [PATCH] avfilter/allfilters: Prefer s32 format over float

2017-03-10 Thread Moritz Barsnick
> Because float actually int24 in the range [-1, 1] This sentence is missing a verb and possibly an adverb or adjective. I don't understand the point. ;-) Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ff