[FFmpeg-devel] [PATCH] af_volumedetect: Work with sample formats other than s16/s16p

2016-08-12 Thread Burt P
The histogram will still only be shown for s16 and s16p. Signed-off-by: Burt P --- libavfilter/af_volumedetect.c | 133 ++ 1 file changed, 121 insertions(+), 12 deletions(-) diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c index

[FFmpeg-devel] [PATCH]configure: Check arc4random() header definition

2016-08-12 Thread Carl Eugen Hoyos
Hi! Attached patch fixes Cygwin default compilation. Please comment, Carl Eugen From 8062e84621e2e676b65874bd6f59fb6e4bdd6c6d Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 13 Aug 2016 02:22:16 +0200 Subject: [PATCH] configure: Check for arc4random() header definition. Fixes Cygwin

Re: [FFmpeg-devel] [PATCH] fate: add test for compand filter

2016-08-12 Thread Michael Niedermayer
On Fri, Aug 12, 2016 at 05:02:17PM +, Petru Rares Sincraian wrote: > Hi there, > > > Here is a test for the compand filter. Tested-by: michael applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB it is not once nor twice but times without number

Re: [FFmpeg-devel] [PATCH 2/2] tests/fate/vcodec: add dnxhr edge tests

2016-08-12 Thread Michael Niedermayer
On Sun, Aug 07, 2016 at 04:15:28PM -0700, Mark Reid wrote: > --- > tests/fate/vcodec.mak | 20 +++- > tests/ref/vsynth/vsynth1-dnxhd-edge1-hr | 4 > tests/ref/vsynth/vsynth1-dnxhd-edge2-hr | 4 > tests/ref/vsynth/vsynth1-dnxhd-edge3-hr

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec/dnxhdenc: add edge emulate for dnxhr

2016-08-12 Thread Michael Niedermayer
On Sun, Aug 07, 2016 at 04:15:27PM -0700, Mark Reid wrote: > Hi > This patch fixes dnxhr encoders handling for resolutions that are not > multiples of 16. > > --- > libavcodec/dnxhdenc.c | 71 > +++ > libavcodec/dnxhdenc.h | 2 ++ > 2 files chang

Re: [FFmpeg-devel] [PATCH] avformat/mux: implement AVFMT_FLAG_SHORTEST

2016-08-12 Thread Clément Bœsch
On Fri, Aug 12, 2016 at 09:50:37PM +0200, Clément Bœsch wrote: > On Fri, Aug 12, 2016 at 09:28:08PM +0200, Michael Niedermayer wrote: > [...] > > if (s->internal->nb_interleaved_streams == stream_count) > > -flush = 1; > > +flush = 2; > > > > Can you do something better than

Re: [FFmpeg-devel] [PATCH] avformat/mux: implement AVFMT_FLAG_SHORTEST

2016-08-12 Thread Clément Bœsch
On Fri, Aug 12, 2016 at 09:28:08PM +0200, Michael Niedermayer wrote: [...] > if (s->internal->nb_interleaved_streams == stream_count) > -flush = 1; > +flush = 2; > Can you do something better than this? [...] -- Clément B. ___ f

[FFmpeg-devel] [PATCH] avformat/mux: implement AVFMT_FLAG_SHORTEST

2016-08-12 Thread Michael Niedermayer
This will allow fixing several bugs with the -shortest option Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 1 + libavformat/internal.h | 5 + libavformat/mux.c | 40 +++- libavformat/options.c | 1 + libavfor

[FFmpeg-devel] Compile using bash in Win10 anniversary?

2016-08-12 Thread Dan Haddix
Can you cross compile ffmpeg for Windows using the new bash built in to Win10 anniversary? I'm currently using MinGW but it seems like it might be easier to use the built in bash if possible. However I tried a basic build, using the same commands I do in MinGW, and it fails. So I assume there is

[FFmpeg-devel] [PATCH] fate: add test for compand filter

2016-08-12 Thread Petru Rares Sincraian
Hi there, Here is a test for the compand filter. Regards, Petru. From dbb44b497ca313d02c524eae5ea2195a4a1751a7 Mon Sep 17 00:00:00 2001 From: Petru Rares Sincraian Date: Fri, 12 Aug 2016 19:00:09 +0200 Subject: [PATCH] fate: add test for compand filter --- tests/fate/filter-audio.mak |

[FFmpeg-devel] Some dev needed

2016-08-12 Thread joe freund
Hi We are looking for a solution for the following: We gave several sparse video clips created by the DJI OSMO camera, As an example: The first started at 11:42:34 and ended at 12:00:00 The second started at 12:12:23 We need to concatenate them int one single continuous video filling the gap We

Re: [FFmpeg-devel] [PATCH] libavcodec/dnxhdenc: remove setting the codec_tag

2016-08-12 Thread Michael Niedermayer
On Sun, Aug 07, 2016 at 04:35:35PM -0700, Mark Reid wrote: > On Fri, Aug 5, 2016 at 4:28 AM, Michael Niedermayer > wrote: > > On Fri, Aug 05, 2016 at 12:58:10PM +0200, Paul B Mahol wrote: > >> On 8/5/16, Michael Niedermayer wrote: > >> > On Wed, Aug 03, 2016 at 02:31:04PM -0700, Mark Reid wrote:

Re: [FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add interlaced_frame and format struct to AVFrame for deinterlacing]

2016-08-12 Thread Michael Niedermayer
On Sun, Jul 31, 2016 at 07:09:26PM +0200, Jens Ziller wrote: > Am Sonntag, den 31.07.2016, 16:33 +0100 schrieb Mark Thompson: > > On 31/07/16 15:51, Jens Ziller wrote: > > > > > > Am Samstag, den 30.07.2016, 17:30 +0100 schrieb Mark Thompson: [...] > > Consider this sequence, where we want to deco

Re: [FFmpeg-devel] [PATCH] avcodec/utils: only warn when passed invalid lowres value

2016-08-12 Thread Michael Niedermayer
On Thu, Aug 04, 2016 at 03:35:57PM -0700, Aman Gupta wrote: > From: Aman Gupta > > This makes it easier to use the lowres option when dealing with input > files in different codecs. If the codec doesn't support lowres=1 for > instance, it will throw a warning and use lowres=0 instead of erroring

Re: [FFmpeg-devel] [PATCH v5 03/11] avformat/fifo: Add fate test

2016-08-12 Thread Michael Niedermayer
On Fri, Aug 12, 2016 at 12:20:22PM +0200, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky > > Signed-off-by: Jan Sebechlebsky > --- > Changes since the last version of the patch: > - fixed print_deinit_summary to use int instead of uint8_t Tested-by: michael works fine [...] -- M

Re: [FFmpeg-devel] [PATCH] libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile

2016-08-12 Thread Carl Eugen Hoyos
Hi Matthias! 2016-08-12 14:30 GMT+02:00 Matthias Hunstock : > Am 12.08.2016 um 12:36 schrieb Carl Eugen Hoyos: >> How can I test this / for which command line does this patch make a >> difference? > > A POC should be something like: > > ffmpeg -filter_complex "testsrc ; anullsrc" \ > -pix_fmt y

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-12 Thread Umair Khan
Hi, On Mon, Aug 8, 2016 at 11:09 PM, Carl Eugen Hoyos wrote: > 2016-08-08 19:10 GMT+02:00 Umair Khan : >> Attached the 3 separate patches. > > Which other codecs could use mlz decompression in the future? > Which other codecs could use IEEE 754 single floating point > soft float implementation in

Re: [FFmpeg-devel] [PATCH] libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile

2016-08-12 Thread Matthias Hunstock
Am 12.08.2016 um 12:36 schrieb Carl Eugen Hoyos: > Hi! > > 2016-08-09 14:15 GMT+02:00 Matthias Hunstock : >> Enable the MXF muxer to mux baseline H.264 video streams. > > How can I test this / for which command line does this patch make a > difference? A POC should be something like: ffmpeg -f

Re: [FFmpeg-devel] [REMINDER] VideoLAN Dev Days 2016

2016-08-12 Thread Ronald S. Bultje
Hi, On Fri, Aug 12, 2016 at 6:01 AM, Thilo Borgmann wrote: > Hi! > > Am 09.08.16 um 23:01 schrieb Jean-Baptiste Kempf: > > My fellow members of the ffmpeg development community, > > > > As it is now customary, I'd like to invite you to VideoLAN Dev Days > 2016, on the > > 1st week-end of Septemb

Re: [FFmpeg-devel] [PATCH] libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile

2016-08-12 Thread Carl Eugen Hoyos
Hi! 2016-08-09 14:15 GMT+02:00 Matthias Hunstock : > Enable the MXF muxer to mux baseline H.264 video streams. How can I test this / for which command line does this patch make a difference? Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-de

[FFmpeg-devel] [PATCH v5 03/11] avformat/fifo: Add fate test

2016-08-12 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - fixed print_deinit_summary to use int instead of uint8_t libavformat/Makefile | 1 + libavformat/tests/fifo_muxer.c | 443 + tests/Mak

Re: [FFmpeg-devel] [REMINDER] VideoLAN Dev Days 2016

2016-08-12 Thread Thilo Borgmann
Hi! Am 09.08.16 um 23:01 schrieb Jean-Baptiste Kempf: > My fellow members of the ffmpeg development community, > > As it is now customary, I'd like to invite you to VideoLAN Dev Days 2016, on > the > 1st week-end of September: 2-4 September 2016, in Berlin. I'm just aware of Thomas Volkert and