Re: [FFmpeg-devel] [PATCH] Remove the ffserver program and the ffm muxer/demuxer

2016-10-29 Thread Andreas Cadhalpun
On 28.10.2016 19:31, compn wrote: > On Thu, 27 Oct 2016 15:42:22 -0300 James Almer wrote: >> On 10/27/2016 3:36 PM, Reynaldo H. Verdejo Pinochet wrote: >>> On 10/27/2016 11:25 AM, James Almer wrote: This is not how things were agreed. >>> I haven't agreed to this. >> You could have shown your

Re: [FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.

2016-10-29 Thread Stephen Hutchinson
On 10/29/2016 11:22 AM, Michael Niedermayer wrote: On Sat, Oct 29, 2016 at 06:35:19PM +1100, Matt Oliver wrote: configure |5 + libavformat/avisynth.c | 14 +- 2 files changed, 6 insertions(+), 13 deletions(-) b1568f39504e5e14c924d27c8f11ba8f5816d68c

[FFmpeg-devel] [PATCH 4/4] qsv: Merge libav implementation

2016-10-29 Thread Mark Thompson
Merged as-at libav 398f015, and therefore includes outstanding skipped merges 04b17ff and 130e1f1. All features not in libav are preserved, and no options change. --- v4 (patch 4/4 only, the others are unchanged). Changes from v3: - Revert to using the software decoder plugin by default for

Re: [FFmpeg-devel] [PATCHv2 2/3] lavfi/loudnorm: add an internal libebur128 library

2016-10-29 Thread Marton Balint
On Sun, 23 Oct 2016, Marton Balint wrote: Also contains the following changes to the library: - add ff_ prefix to functions - remove cplusplus defines. - add FF_ prefix to contants and some structs - remove true peak calculation feature, since it uses its own resampler, and af_audnorm does

Re: [FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.

2016-10-29 Thread Moritz Barsnick
On Sat, Oct 29, 2016 at 18:35:19 +1100, Matt Oliver wrote: > +#endif /* COMPAT_W32DLFCN_H */ > \ No newline at end of file This shouldn't happen. Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] Remove the ffserver program and the ffm muxer/demuxer

2016-10-29 Thread Andreas Cadhalpun
Hi Reynaldo, On 28.10.2016 20:41, Reynaldo H. Verdejo Pinochet wrote: > I'm already working on what I think it's a proper transition in > line with the idea presented on my first reply to this thread. > > My impression from today's discussion on IRC is that James > and Rostislav are willing to

Re: [FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.

2016-10-29 Thread Matt Oliver
On 29 October 2016 at 23:54, Moritz Barsnick wrote: > On Sat, Oct 29, 2016 at 18:35:19 +1100, Matt Oliver wrote: > > > +#endif /* COMPAT_W32DLFCN_H */ > > \ No newline at end of file > > This shouldn't happen. thanks, Ive fixed that locally

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: move some unrelated code out of a filter loop

2016-10-29 Thread Andreas Cadhalpun
On 29.10.2016 12:03, Clément Bœsch wrote: > On Mon, Oct 24, 2016 at 11:05:06PM +0200, Clément Bœsch wrote: >> --- >> Not sure if the chunk is even needed I'm not sure either. >> --- >> ffmpeg.c | 5 ++--- >> 1 file changed, 2 insertions(+), 3 deletions(-) >> >> diff --git a/ffmpeg.c b/ffmpeg.c

[FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-29 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- doc/filters.texi | 2 +- doc/formats.texi | 2 +- libavcodec/4xm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index c37fa29..1ebf251 100644 ---

Re: [FFmpeg-devel] [PATCH] lavfi/pan: allow negative gain parameters also for other inputs than the first named

2016-10-29 Thread Nicolas George
Le septidi 7 brumaire, an CCXXV, Moritz Barsnick a écrit : > Expands the parser to also accept the separator '-' in addition to > '+', and take the negative sign into consideration. > > The optional sign for the first factor in the expression is already > covered by parsing for an integer. > >

Re: [FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.

2016-10-29 Thread Michael Niedermayer
On Sat, Oct 29, 2016 at 06:35:19PM +1100, Matt Oliver wrote: > > > > FYI, last time i tried to include this file from libavcodec i was told > >> not to since it's libavformat specific. > >> > >> The proper place for these wrappers is probably the compat folder, in > >> a new file similar to

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: add bar_t option

2016-10-29 Thread Muhammad Faiz
On 10/28/16, Muhammad Faiz wrote: > custom bargraph transparency > > Signed-off-by: Muhammad Faiz > --- > doc/filters.texi | 4 > libavfilter/avf_showcqt.c | 14 +- > libavfilter/avf_showcqt.h | 3 ++- > 3 files changed, 15

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-29 Thread Andreas Cadhalpun
On 29.10.2016 20:12, Lou Logan wrote: > On Sat, Oct 29, 2016, at 06:57 AM, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> doc/filters.texi | 2 +- >> doc/formats.texi | 2 +- >> libavcodec/4xm.c | 2 +- >> 3 files changed, 3

[FFmpeg-devel] [PATCH]lavfi/mergeplanes: Fix >8bit formats

2016-10-29 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the command line provided in ticket #5916. Please comment, Carl EugenFrom 4cb6347dd80bac8ffe65ba65c819a947d25955f6 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 30 Oct 2016 00:25:12 +0200 Subject: [PATCH] lavfi/mergeplanes: Fix >8 bit for

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-29 Thread Lou Logan
On Sat, Oct 29, 2016, at 06:57 AM, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > doc/filters.texi | 2 +- > doc/formats.texi | 2 +- > libavcodec/4xm.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) LGTM, thanks. Feel free to

Re: [FFmpeg-devel] [PATCHv2 2/3] lavfi/loudnorm: add an internal libebur128 library

2016-10-29 Thread Paul B Mahol
On 10/29/16, Marton Balint wrote: > > On Sun, 23 Oct 2016, Marton Balint wrote: > >> Also contains the following changes to the library: >> - add ff_ prefix to functions >> - remove cplusplus defines. >> - add FF_ prefix to contants and some structs >> - remove true peak

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: parameters for filter thread counts

2016-10-29 Thread Moritz Barsnick
On Thu, Oct 27, 2016 at 10:45:10 -0400, DeHackEd wrote: > +@item -filter_threads @var{nb_thraeds} (@emph{global}) ^ threads > +Defines how many threads are used to process a filter_compltex graph. ^ complex

[FFmpeg-devel] [PATCH] qsvdec: Avoid probing with qsv decoders

2016-10-29 Thread Mark Thompson
Set the AV_CODEC_CAP_AVOID_PROBING flag on all of the qsv decoders. --- To apply after the libav merge set. The specific problem this fixes is attempting to use the H.265 decoder when the appropriate plugin isn't loaded, but it seems like a sensible change to make for all of the decoders.

[FFmpeg-devel] [PATCH] tests/fate/avformat: add segment.c tests

2016-10-29 Thread Rodger Combs
--- tests/fate/avformat.mak | 56 +++ tests/ref/fate/segment-adts-to-mkv-header-000 | 21 tests/ref/fate/segment-adts-to-mkv-header-001 | 22 + tests/ref/fate/segment-adts-to-mkv-header-002 | 9 ++ tests/ref/fate/segment-adts-to-mkv-header-all | 40

Re: [FFmpeg-devel] [PATCH] Fix build with LibreSSL

2016-10-29 Thread Michael Niedermayer
On Fri, Oct 28, 2016 at 12:47:08AM -0700, Michael Forney wrote: > Signed-off-by: Michael Forney > --- > libavformat/tls_openssl.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/libavformat/tls_openssl.c b/libavformat/tls_openssl.c >

Re: [FFmpeg-devel] [PATCH] openssl: Allow newer TLS versions than TLSv1

2016-10-29 Thread Michael Niedermayer
On Sat, Oct 29, 2016 at 09:53:30AM +0100, Mark Thompson wrote: > The use of TLSv1_*_method() disallows newer protocol versions; instead > use SSLv23_*_method() and then explicitly disable the deprecated > protocol versions which should not be supported. > > Fixes ticket #5915. > --- > On 28/10/16

[FFmpeg-devel] [PATCH]lavfi/mergeplanes: Fix little endian formats >8 bit.

2016-10-29 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #5916 for (for example) yuv444p9le. Please comment, Carl EugenFrom e50c9ee93ce6a8ceb21d3319667eb1b392c1d2da Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 30 Oct 2016 00:39:19 +0200 Subject: [PATCH] lavfi/mergeplanes: Fix little

Re: [FFmpeg-devel] [PATCH] Fix build with LibreSSL

2016-10-29 Thread Matt Oliver
On 30 October 2016 at 09:39, Michael Niedermayer wrote: > On Fri, Oct 28, 2016 at 12:47:08AM -0700, Michael Forney wrote: > > Signed-off-by: Michael Forney > > --- > > libavformat/tls_openssl.c | 12 ++-- > > 1 file changed, 6 insertions(+),

Re: [FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.

2016-10-29 Thread Matt Oliver
On 30 October 2016 at 03:41, Stephen Hutchinson wrote: > On 10/29/2016 11:22 AM, Michael Niedermayer wrote: > >> On Sat, Oct 29, 2016 at 06:35:19PM +1100, Matt Oliver wrote: >> >>> configure |5 + >>> libavformat/avisynth.c | 14 +- >>> 2

Re: [FFmpeg-devel] [PATCH] avformat/utils: only call h264 decoder private function if h264 decoder is in use

2016-10-29 Thread Michael Niedermayer
On Sun, Sep 18, 2016 at 01:46:07PM +0200, Timo Rothenpieler wrote: > Fixes a crash when decoding with for example h264_cuvid, as > avpriv_h264_has_num_reorder_frames assumes the AVCodecContext->priv_data > to be a H264Context. > --- > libavformat/utils.c | 2 +- > 1 file changed, 1 insertion(+),

Re: [FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.

2016-10-29 Thread Matt Oliver
> > FYI, last time i tried to include this file from libavcodec i was told >> not to since it's libavformat specific. >> >> The proper place for these wrappers is probably the compat folder, in >> a new file similar to w32threads.h >> > OK finally updated the patch. it now adds the safe dll

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: move some unrelated code out of a filter loop

2016-10-29 Thread Clément Bœsch
On Mon, Oct 24, 2016 at 11:05:06PM +0200, Clément Bœsch wrote: > --- > Not sure if the chunk is even needed > --- > ffmpeg.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/ffmpeg.c b/ffmpeg.c > index 3b91710..e8088c0 100644 > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@